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

2015-07-21 Thread Sergej Pupykin
Date: Tuesday, July 21, 2015 @ 16:51:18
  Author: spupykin
Revision: 137218

upgpkg: cacti 0.8.8_f-2

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 14:39:09 UTC (rev 137217)
+++ PKGBUILD2015-07-21 14:51:18 UTC (rev 137218)
@@ -4,7 +4,7 @@
 
 pkgname=cacti
 pkgver=0.8.8_f
-pkgrel=1
+pkgrel=2
 pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
 arch=(any)
 url=http://www.cacti.net;
@@ -13,7 +13,7 @@
 backup=('etc/webapps/cacti/.htaccess')
 install=cacti.install
 source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('50137167623367c6cc8bc8ceb0812953')
+md5sums=('8d90642b362f80c46c489c5531e2ba90')
 
 prepare() {
   cd $srcdir/$pkgname-${pkgver/_/}


[arch-commits] Commit in cacti/repos/community-any (4 files)

2015-07-21 Thread Sergej Pupykin
Date: Tuesday, July 21, 2015 @ 16:51:29
  Author: spupykin
Revision: 137219

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 137218, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 137218, cacti/trunk/cacti.install)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install

---+
 PKGBUILD  |   74 
 cacti.install |   14 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 14:51:18 UTC (rev 137218)
+++ PKGBUILD2015-07-21 14:51:29 UTC (rev 137219)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tuxbubling tuxbubl...@jabber.fr
-
-pkgname=cacti
-pkgver=0.8.8_f
-pkgrel=1
-pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
-arch=(any)
-url=http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
-install=cacti.install
-source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('50137167623367c6cc8bc8ceb0812953')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
-  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
-
-  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
-
-  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
-  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 137218, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 14:51:29 UTC (rev 137219)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tuxbubling tuxbubl...@jabber.fr
+
+pkgname=cacti
+pkgver=0.8.8_f
+pkgrel=2
+pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
+arch=(any)
+url=http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess')
+install=cacti.install
+source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('8d90642b362f80c46c489c5531e2ba90')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
+
+  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
+
+  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
+  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2015-07-21 14:51:18 UTC (rev 137218)
+++ cacti.install   2015-07-21 14:51:29 UTC (rev 137219)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 137218, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2015-07-21 14:51:29 UTC (rev 137219)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2015-07-21 Thread Anatol Pomozov
Date: Wednesday, July 22, 2015 @ 07:19:11
  Author: anatolik
Revision: 137245

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 137244, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 137244, tt-rss/trunk/service)
  tt-rss/repos/community-testing-any/tt-rss.install
(from rev 137244, tt-rss/trunk/tt-rss.install)

+
 PKGBUILD   |   53 +
 service|   12 
 tt-rss.install |3 +++
 3 files changed, 68 insertions(+)

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 137244, 
tt-rss/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-22 05:19:11 UTC (rev 137245)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Clément Démoulins clem...@archivel.fr
+# Contributor: David Rosenstrauch dar...@darose.net
+# Contributor: Erik Mank e...@braindisorder.org
+
+pkgname=tt-rss
+pkgver=1.15.3.r257
+pkgrel=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=('any')
+url='http://tt-rss.org/redmine/'
+license=('GPL')
+depends=('php')
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+install=tt-rss.install
+_commit=2caeb0f875d78aee4aa55
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10t=3262
+source=(git://github.com/gothfox/Tiny-Tiny-RSS#commit=$_commit
+service)
+md5sums=('SKIP'
+ 'cb9900413dd53d44a5ed1116c962dbcb')
+
+pkgver() {
+  cd Tiny-Tiny-RSS
+  git describe --tags | sed 's/\([^-]*\)-g.*/r\1/;s/-/./g'
+}
+
+package() {
+  cd Tiny-Tiny-RSS
+  _instdir=$pkgdir/usr/share/webapps/$pkgname
+
+  install -d $_instdir
+  cp -ra * $_instdir/
+  rm -rf $_instdir/debian
+
+  install -d $pkgdir/etc/webapps/tt-rss
+  install -gm640 -g http config.php-dist 
$pkgdir/etc/webapps/tt-rss/config.php-dist
+  ln -s /etc/webapps/tt-rss/config.php $_instdir/config.php
+
+  install -d $pkgdir/var/lib/tt-rss
+  mv $_instdir/{lock,feed-icons,cache} $pkgdir/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock $_instdir/lock
+  ln -s /var/lib/tt-rss/feed-icons $_instdir/feed-icons
+  ln -s /var/lib/tt-rss/cache $_instdir/cache
+  chown -R 33:33 $pkgdir/var/lib/tt-rss
+  chmod -R 777 $pkgdir/var/lib/tt-rss/*
+
+  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/tt-rss.service
+}

Copied: tt-rss/repos/community-testing-any/service (from rev 137244, 
tt-rss/trunk/service)
===
--- community-testing-any/service   (rev 0)
+++ community-testing-any/service   2015-07-22 05:19:11 UTC (rev 137245)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

Copied: tt-rss/repos/community-testing-any/tt-rss.install (from rev 137244, 
tt-rss/trunk/tt-rss.install)
===
--- community-testing-any/tt-rss.install(rev 0)
+++ community-testing-any/tt-rss.install2015-07-22 05:19:11 UTC (rev 
137245)
@@ -0,0 +1,3 @@
+post_upgrade() {
+echo === Update config.php with new configuration data from 
config.php-dist if necessary.
+}


[arch-commits] Commit in (4 files)

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:21:56
  Author: anatolik
Revision: 137223

Add package for Unit Testing in Lua

Added:
  lua-testmore/
  lua-testmore/repos/
  lua-testmore/trunk/
  lua-testmore/trunk/PKGBUILD

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

Added: lua-testmore/trunk/PKGBUILD
===
--- lua-testmore/trunk/PKGBUILD (rev 0)
+++ lua-testmore/trunk/PKGBUILD 2015-07-21 17:21:56 UTC (rev 137223)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgbase=lua-testmore
+pkgname=(lua51-testmore lua52-testmore lua-testmore)
+pkgver=0.3.2
+pkgrel=1
+arch=(any)
+url='https://fperrad.github.io/lua-TestMore'
+license=(MIT)
+checkdepends=(lua)
+source=(lua-testmore-$pkgver.tar.gz::https://github.com/fperrad/lua-TestMore/archive/$pkgver.tar.gz)
+sha256sums=('893d1d963738b39d564f4e9adfd07c3176c2639d991c94fc9b3a8090440f7628')
+
+package_lua51-testmore() {
+  pkgdesc='Unit testing framework for Lua 5.1'
+  depends=(lua51)
+
+  cd lua-TestMore-${pkgver}
+  make LUAVER=5.1 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-testmore() {
+  pkgdesc='Unit testing framework for Lua 5.2'
+  depends=(lua52)
+
+  cd lua-TestMore-$pkgver
+  make LUAVER=5.2 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua-testmore() {
+  pkgdesc='Unit testing framework Lua 5.3'
+  depends=(lua)
+
+  cd lua-TestMore-$pkgver
+  make LUAVER=5.3 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd lua-TestMore-$pkgver
+  make check
+}
+


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


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

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 18:53:23
  Author: jlichtblau
Revision: 137220

upgpkg: libfreexl 1.0.2-1 - new upstream release

Modified:
  libfreexl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 14:51:29 UTC (rev 137219)
+++ PKGBUILD2015-07-21 16:53:23 UTC (rev 137220)
@@ -4,7 +4,7 @@
 # Contributor: Bruno Gola brunogola at gmail dot com
 
 pkgname=libfreexl
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=Library to extract valid data from within an Excel (.xls) spreadsheet
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MPL' 'GPL' 'LGPL')
 depends=('glibc')
 source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
-sha256sums=('df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b')
+sha256sums=('b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d')
 
 build() {
   cd ${srcdir}/${pkgname/lib/}-$pkgver


[arch-commits] Commit in libfreexl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 18:53:35
  Author: jlichtblau
Revision: 137221

archrelease: copy trunk to community-x86_64

Added:
  libfreexl/repos/community-x86_64/PKGBUILD
(from rev 137220, libfreexl/trunk/PKGBUILD)
Deleted:
  libfreexl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 16:53:23 UTC (rev 137220)
+++ PKGBUILD2015-07-21 16:53:35 UTC (rev 137221)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Brian Galey bkgaley at gmail dot com
-# Contributor: Bruno Gola brunogola at gmail dot com
-
-pkgname=libfreexl
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Library to extract valid data from within an Excel (.xls) spreadsheet
-arch=('i686' 'x86_64')
-url=https://www.gaia-gis.it/fossil/freexl/‎;
-license=('MPL' 'GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
-sha256sums=('df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b')
-
-build() {
-  cd ${srcdir}/${pkgname/lib/}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/lib/}-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libfreexl/repos/community-x86_64/PKGBUILD (from rev 137220, 
libfreexl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 16:53:35 UTC (rev 137221)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brian Galey bkgaley at gmail dot com
+# Contributor: Bruno Gola brunogola at gmail dot com
+
+pkgname=libfreexl
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Library to extract valid data from within an Excel (.xls) spreadsheet
+arch=('i686' 'x86_64')
+url=https://www.gaia-gis.it/fossil/freexl/‎;
+license=('MPL' 'GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
+sha256sums=('b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d')
+
+build() {
+  cd ${srcdir}/${pkgname/lib/}-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/lib/}-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:28:16
  Author: anatolik
Revision: 137226

archrelease: copy trunk to community-any

Added:
  lua-messagepack/repos/community-any/
  lua-messagepack/repos/community-any/PKGBUILD
(from rev 137225, lua-messagepack/trunk/PKGBUILD)

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

Copied: lua-messagepack/repos/community-any/PKGBUILD (from rev 137225, 
lua-messagepack/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-21 17:28:16 UTC (rev 137226)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Florian Walch florian+...@fwalch.com
+# Contributor: Florian Hahn f...@fhahn.com
+
+pkgbase=lua-messagepack
+pkgname=(lua51-messagepack lua52-messagepack lua-messagepack)
+pkgver=0.3.3
+pkgrel=2
+arch=(any)
+url='https://fperrad.github.io/lua-MessagePack'
+license=(MIT)
+checkdepends=(lua lua-testmore)
+source=(lua-messagepack-$pkgver.tar.gz::https://github.com/fperrad/lua-MessagePack/archive/$pkgver.tar.gz)
+sha256sums=('40e86eacac87f4deaa566cdefaaa1ec6ca90ad14a9419805ea90d069736cfda6')
+
+package_lua51-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.1'
+  depends=(lua51)
+
+  cd lua-MessagePack-${pkgver}
+  make LUAVER=5.1 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.2'
+  depends=(lua52)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.2 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.3'
+  depends=(lua)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.3 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd lua-MessagePack-$pkgver
+  make check
+}
+


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

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 20:02:39
  Author: jlichtblau
Revision: 137229

upgpkg: libspatialite 4.3.0-1 - new upstream release

Modified:
  libspatialite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 17:54:40 UTC (rev 137228)
+++ PKGBUILD2015-07-21 18:02:39 UTC (rev 137229)
@@ -4,8 +4,8 @@
 # Contributor: Pietro Zambelli peter.zamb at gmail dot com
 
 pkgname=libspatialite
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=SQLite extension to support spatial data types and operations
 arch=('i686' 'x86_64')
 url=https://www.gaia-gis.it/fossil/libspatialite;
@@ -12,7 +12,7 @@
 license=('MPL' 'GPL' 'LGPL')
 depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
 source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
+sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver


[arch-commits] Commit in libspatialite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 20:02:50
  Author: jlichtblau
Revision: 137230

archrelease: copy trunk to community-x86_64

Added:
  libspatialite/repos/community-x86_64/PKGBUILD
(from rev 137229, libspatialite/trunk/PKGBUILD)
Deleted:
  libspatialite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 18:02:39 UTC (rev 137229)
+++ PKGBUILD2015-07-21 18:02:50 UTC (rev 137230)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Brian Galey bkgaley at gmail dot com
-# Contributor: Pietro Zambelli peter.zamb at gmail dot com
-
-pkgname=libspatialite
-pkgver=4.2.0
-pkgrel=2
-pkgdesc=SQLite extension to support spatial data types and operations
-arch=('i686' 'x86_64')
-url=https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libspatialite/repos/community-x86_64/PKGBUILD (from rev 137229, 
libspatialite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 18:02:50 UTC (rev 137230)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brian Galey bkgaley at gmail dot com
+# Contributor: Pietro Zambelli peter.zamb at gmail dot com
+
+pkgname=libspatialite
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=SQLite extension to support spatial data types and operations
+arch=('i686' 'x86_64')
+url=https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in libfreexl/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 18:56:32
  Author: jlichtblau
Revision: 137222

archrelease: copy trunk to community-i686

Added:
  libfreexl/repos/community-i686/PKGBUILD
(from rev 137221, libfreexl/trunk/PKGBUILD)
Deleted:
  libfreexl/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 16:53:35 UTC (rev 137221)
+++ PKGBUILD2015-07-21 16:56:32 UTC (rev 137222)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Brian Galey bkgaley at gmail dot com
-# Contributor: Bruno Gola brunogola at gmail dot com
-
-pkgname=libfreexl
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Library to extract valid data from within an Excel (.xls) spreadsheet
-arch=('i686' 'x86_64')
-url=https://www.gaia-gis.it/fossil/freexl/‎;
-license=('MPL' 'GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
-sha256sums=('df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b')
-
-build() {
-  cd ${srcdir}/${pkgname/lib/}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/lib/}-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libfreexl/repos/community-i686/PKGBUILD (from rev 137221, 
libfreexl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 16:56:32 UTC (rev 137222)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brian Galey bkgaley at gmail dot com
+# Contributor: Bruno Gola brunogola at gmail dot com
+
+pkgname=libfreexl
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Library to extract valid data from within an Excel (.xls) spreadsheet
+arch=('i686' 'x86_64')
+url=https://www.gaia-gis.it/fossil/freexl/‎;
+license=('MPL' 'GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
+sha256sums=('b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d')
+
+build() {
+  cd ${srcdir}/${pkgname/lib/}-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/lib/}-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:24:49
  Author: anatolik
Revision: 137224

archrelease: copy trunk to community-any

Added:
  lua-testmore/repos/community-any/
  lua-testmore/repos/community-any/PKGBUILD
(from rev 137223, lua-testmore/trunk/PKGBUILD)

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

Copied: lua-testmore/repos/community-any/PKGBUILD (from rev 137223, 
lua-testmore/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-21 17:24:49 UTC (rev 137224)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgbase=lua-testmore
+pkgname=(lua51-testmore lua52-testmore lua-testmore)
+pkgver=0.3.2
+pkgrel=1
+arch=(any)
+url='https://fperrad.github.io/lua-TestMore'
+license=(MIT)
+checkdepends=(lua)
+source=(lua-testmore-$pkgver.tar.gz::https://github.com/fperrad/lua-TestMore/archive/$pkgver.tar.gz)
+sha256sums=('893d1d963738b39d564f4e9adfd07c3176c2639d991c94fc9b3a8090440f7628')
+
+package_lua51-testmore() {
+  pkgdesc='Unit testing framework for Lua 5.1'
+  depends=(lua51)
+
+  cd lua-TestMore-${pkgver}
+  make LUAVER=5.1 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-testmore() {
+  pkgdesc='Unit testing framework for Lua 5.2'
+  depends=(lua52)
+
+  cd lua-TestMore-$pkgver
+  make LUAVER=5.2 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua-testmore() {
+  pkgdesc='Unit testing framework Lua 5.3'
+  depends=(lua)
+
+  cd lua-TestMore-$pkgver
+  make LUAVER=5.3 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd lua-TestMore-$pkgver
+  make check
+}
+


[arch-commits] Commit in (4 files)

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:27:16
  Author: anatolik
Revision: 137225

Add Lua package for MessagePack library

Added:
  lua-messagepack/
  lua-messagepack/repos/
  lua-messagepack/trunk/
  lua-messagepack/trunk/PKGBUILD

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

Added: lua-messagepack/trunk/PKGBUILD
===
--- lua-messagepack/trunk/PKGBUILD  (rev 0)
+++ lua-messagepack/trunk/PKGBUILD  2015-07-21 17:27:16 UTC (rev 137225)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Florian Walch florian+...@fwalch.com
+# Contributor: Florian Hahn f...@fhahn.com
+
+pkgbase=lua-messagepack
+pkgname=(lua51-messagepack lua52-messagepack lua-messagepack)
+pkgver=0.3.3
+pkgrel=2
+arch=(any)
+url='https://fperrad.github.io/lua-MessagePack'
+license=(MIT)
+checkdepends=(lua lua-testmore)
+source=(lua-messagepack-$pkgver.tar.gz::https://github.com/fperrad/lua-MessagePack/archive/$pkgver.tar.gz)
+sha256sums=('40e86eacac87f4deaa566cdefaaa1ec6ca90ad14a9419805ea90d069736cfda6')
+
+package_lua51-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.1'
+  depends=(lua51)
+
+  cd lua-MessagePack-${pkgver}
+  make LUAVER=5.1 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.2'
+  depends=(lua52)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.2 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.3'
+  depends=(lua)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.3 PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd lua-MessagePack-$pkgver
+  make check
+}
+


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


[arch-commits] Commit in (4 files)

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:53:52
  Author: anatolik
Revision: 137227

unibilium: move from AUR to [community]

Added:
  unibilium/
  unibilium/repos/
  unibilium/trunk/
  unibilium/trunk/PKGBUILD

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

Added: unibilium/trunk/PKGBUILD
===
--- unibilium/trunk/PKGBUILD(rev 0)
+++ unibilium/trunk/PKGBUILD2015-07-21 17:53:52 UTC (rev 137227)
@@ -0,0 +1,27 @@
+$Id$
+
+pkgname=unibilium
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('63437d2f62a1cd6cf01c698613b18dd8f2b3614b')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR=$pkgdir make install PREFIX=/usr
+}


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


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

2015-07-21 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 19:54:40
  Author: anatolik
Revision: 137228

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

Added:
  unibilium/repos/community-i686/
  unibilium/repos/community-i686/PKGBUILD
(from rev 137227, unibilium/trunk/PKGBUILD)
  unibilium/repos/community-x86_64/
  unibilium/repos/community-x86_64/PKGBUILD
(from rev 137227, unibilium/trunk/PKGBUILD)

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

Copied: unibilium/repos/community-i686/PKGBUILD (from rev 137227, 
unibilium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 17:54:40 UTC (rev 137228)
@@ -0,0 +1,27 @@
+$Id$
+
+pkgname=unibilium
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('63437d2f62a1cd6cf01c698613b18dd8f2b3614b')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR=$pkgdir make install PREFIX=/usr
+}

Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 137227, 
unibilium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-21 17:54:40 UTC (rev 137228)
@@ -0,0 +1,27 @@
+$Id$
+
+pkgname=unibilium
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('63437d2f62a1cd6cf01c698613b18dd8f2b3614b')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR=$pkgdir make install PREFIX=/usr
+}


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 05:17:57
  Author: fyan
Revision: 242414

upgpkg: gcin 2.8.3-3

rebuild with qt 5.5.0

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 03:02:07 UTC (rev 242413)
+++ PKGBUILD2015-07-22 03:17:57 UTC (rev 242414)
@@ -5,7 +5,7 @@
 
 pkgname=gcin
 pkgver=2.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -31,7 +31,7 @@
OPTFLAGS=' \
-i Makefile
sed \
-   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.4.1:g' \
+   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.5.0:g' \
-e 's:QT=qt5:QT=qt:' \
-i qt5-im/Makefile
 }


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:32:19
  Author: fyan
Revision: 137246

upgpkg: perl-test-yaml 1.06-1

Modified:
  perl-test-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 05:19:11 UTC (rev 137245)
+++ PKGBUILD2015-07-22 05:32:19 UTC (rev 137246)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-test-yaml
-pkgver=1.05
+pkgver=1.06
 pkgrel=1
 pkgdesc=Testing Module for YAML Implementations
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-test-base')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz;)
-sha1sums=('ddb210acd94b03c26d57573106e0d44d62ecc6fb')
+sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
 
 build() {
   cd Test-YAML-${pkgver}


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:32:39
  Author: fyan
Revision: 137247

archrelease: copy trunk to community-any

Added:
  perl-test-yaml/repos/community-any/PKGBUILD
(from rev 137246, perl-test-yaml/trunk/PKGBUILD)
Deleted:
  perl-test-yaml/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 05:32:19 UTC (rev 137246)
+++ PKGBUILD2015-07-22 05:32:39 UTC (rev 137247)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-test-yaml
-pkgver=1.05
-pkgrel=1
-pkgdesc=Testing Module for YAML Implementations
-arch=('any')
-url=http://search.cpan.org/dist/Test-YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-test-base')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz;)
-sha1sums=('ddb210acd94b03c26d57573106e0d44d62ecc6fb')
-
-build() {
-  cd Test-YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd Test-YAML-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-test-yaml/repos/community-any/PKGBUILD (from rev 137246, 
perl-test-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 05:32:39 UTC (rev 137247)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-test-yaml
+pkgver=1.06
+pkgrel=1
+pkgdesc=Testing Module for YAML Implementations
+arch=('any')
+url=http://search.cpan.org/dist/Test-YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz;)
+sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
+
+build() {
+  cd Test-YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-YAML-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-21 Thread Eric Bélanger
Date: Wednesday, July 22, 2015 @ 02:45:06
  Author: eric
Revision: 137244

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

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

-+
 /PKGBUILD   |   86 ++
 /dvdisaster.install |   22 
 community-i686/PKGBUILD |   43 -
 community-i686/dvdisaster.install   |   11 
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/dvdisaster.install |   11 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 00:42:47 UTC (rev 137243)
+++ community-i686/PKGBUILD 2015-07-22 00:45:06 UTC (rev 137244)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=1
-pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
-arch=('i686' 'x86_64')
-url=http://www.dvdisaster.com/;
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/dvdisaster-uninstall.sh
-  install -D -m 644 contrib/dvdisaster.desktop 
${pkgdir}/usr/share/applications/dvdisaster.desktop
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 137243, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-22 00:45:06 UTC (rev 137244)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=2
+pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
+arch=('i686' 'x86_64')
+url=http://www.dvdisaster.com/;
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dvdisaster-uninstall.sh
+  install -D -m 644 contrib/dvdisaster.desktop 
${pkgdir}/usr/share/applications/dvdisaster.desktop
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/dvdisaster.png
+  done
+}

Deleted: community-i686/dvdisaster.install
===
--- community-i686/dvdisaster.install   2015-07-22 00:42:47 UTC (rev 137243)
+++ community-i686/dvdisaster.install   2015-07-22 00:45:06 UTC (rev 137244)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2015-07-21 Thread Eric Bélanger
Date: Wednesday, July 22, 2015 @ 03:56:20
  Author: eric
Revision: 242411

upgpkg: xscreensaver 5.33-2

Fix missing escape in xscreensaver-text (close FS#45524)

Added:
  xscreensaver/trunk/xscreensaver-missingescape.patch
Modified:
  xscreensaver/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 xscreensaver-missingescape.patch |   12 
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 20:26:07 UTC (rev 242410)
+++ PKGBUILD2015-07-22 01:56:20 UTC (rev 242411)
@@ -3,7 +3,7 @@
 
 pkgname=xscreensaver
 pkgver=5.33
-pkgrel=1
+pkgrel=2
 pkgdesc=Screen saver and locker for the X Window System
 arch=('i686' 'x86_64')
 url=http://www.jwz.org/xscreensaver/;
@@ -13,14 +13,18 @@
 optdepends=('gdm: for login manager support')
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff LICENSE)
+xscreensaver-add-electricsheep.diff
+   xscreensaver-missingescape.patch
+   LICENSE)
 sha1sums=('99f69ff0bef5e13ab0c84dcb1312605db485bafd'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
+  'ab2962f497e0b50a2ffe135baefdc155b0be1413'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p0 -i ${srcdir}/xscreensaver-add-electricsheep.diff
+  patch -p1 -i ${srcdir}/xscreensaver-missingescape.patch
 }
 
 build() {

Added: xscreensaver-missingescape.patch
===
--- xscreensaver-missingescape.patch(rev 0)
+++ xscreensaver-missingescape.patch2015-07-22 01:56:20 UTC (rev 242411)
@@ -0,0 +1,12 @@
+diff -Naur xscreensaver-5.33-orig/driver/xscreensaver-text 
xscreensaver-5.33/driver/xscreensaver-text
+--- xscreensaver-5.33-orig/driver/xscreensaver-text2015-07-21 
21:12:53.283286533 -0400
 xscreensaver-5.33/driver/xscreensaver-text 2015-07-21 21:16:48.589580345 
-0400
+@@ -473,7 +473,7 @@
+ 
+ # Try to omit all tables, since they're impossible to read as text.
+ #
+-1 while (s/{{[^{}]*}}/ /gs); # {{ ... }}
++1 while (s/{\{[^{}]*}}/ /gs);# {{ ... }}
+ 1 while (s/{\|.*?\|}/\n\n/gs);   # {| ... |}
+ 1 while (s/\|-.*?\|/ /gs);   # |- ... |  (table 
cell)
+ 


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 05:18:27
  Author: fyan
Revision: 242415

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 242414, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 242414, gcin/trunk/install)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 242414, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 242414, gcin/trunk/install)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install

---+
 /PKGBUILD |   96 
 /install  |   28 ++
 extra-i686/PKGBUILD   |   48 
 extra-i686/install|   14 ---
 extra-x86_64/PKGBUILD |   48 
 extra-x86_64/install  |   14 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 03:17:57 UTC (rev 242414)
+++ extra-i686/PKGBUILD 2015-07-22 03:18:27 UTC (rev 242415)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=gcin
-pkgver=2.8.3
-pkgrel=2
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt5-base: support for qt5 input method'
-'qt4: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=(http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/lib64/lib/g' -i configure
-   sed '/include suffixes-rule/a \
-   CFLAGS+='${CFLAGS}' \
-   LDFLAGS+='${LDFLAGS}' \
-   OPTFLAGS=' \
-   -i Makefile
-   sed \
-   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.4.1:g' \
-   -e 's:QT=qt5:QT=qt:' \
-   -i qt5-im/Makefile
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 242414, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-22 03:18:27 UTC (rev 242415)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.8.3
+pkgrel=3
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+'qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/lib64/lib/g' -i configure
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+   sed \
+   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.5.0:g' \
+   -e 's:QT=qt5:QT=qt:' \
+   -i qt5-im/Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2015-07-22 03:17:57 UTC (rev 242414)
+++ extra-i686/install  2015-07-22 03:18:27 UTC (rev 242415)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n updating gtk immodules... 
-   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache
-   

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

2015-07-21 Thread Allan McRae
Date: Wednesday, July 22, 2015 @ 06:11:16
  Author: allan
Revision: 242417

upstream update

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 03:34:20 UTC (rev 242416)
+++ PKGBUILD2015-07-22 04:11:16 UTC (rev 242417)
@@ -6,9 +6,9 @@
 # build from head of release branch as bug fix releases are rare
 
 pkgname=binutils
-pkgver=2.25
-pkgrel=5
-_commit=69352378
+pkgver=2.25.1
+pkgrel=1
+_commit=2bd25930
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;


[arch-commits] Commit in qt5/trunk (rebuild.list)

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 05:34:20
  Author: fyan
Revision: 242416

add calibre to rebuild list as well

Modified:
  qt5/trunk/rebuild.list

--+
 rebuild.list |1 +
 1 file changed, 1 insertion(+)

Modified: rebuild.list
===
--- rebuild.list2015-07-22 03:18:27 UTC (rev 242415)
+++ rebuild.list2015-07-22 03:34:20 UTC (rev 242416)
@@ -1,3 +1,4 @@
 fcitx-qt5
 frameworkintegration
 gcin
+calibre


[arch-commits] Commit in qt5/trunk (rebuild.list)

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 05:02:07
  Author: fyan
Revision: 242413

add gcin to rebuild list (FS#45732)

Modified:
  qt5/trunk/rebuild.list

--+
 rebuild.list |1 +
 1 file changed, 1 insertion(+)

Modified: rebuild.list
===
--- rebuild.list2015-07-22 01:59:38 UTC (rev 242412)
+++ rebuild.list2015-07-22 03:02:07 UTC (rev 242413)
@@ -1,2 +1,3 @@
 fcitx-qt5
 frameworkintegration
+gcin


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:47:38
  Author: fyan
Revision: 137248

upgpkg: python-urllib3 1.11-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 05:32:39 UTC (rev 137247)
+++ PKGBUILD2015-07-22 05:47:38 UTC (rev 137248)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.4
+pkgver=1.11
 pkgrel=1
 pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
 arch=(any)
@@ -17,7 +17,7 @@
   'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;
 LICENSE)
-md5sums=('6f768748ad8d20ad5f6160e009b36721'
+md5sums=('d85d3c40f0725bbc48f40c354f7cebde'
  '350846ab4dd11ce105b570c15c1b0764')
 
 prepare() {


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

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:52:44
  Author: fyan
Revision: 137250

upgpkg: python-xcffib 0.3.4-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 05:51:51 UTC (rev 137249)
+++ PKGBUILD2015-07-22 05:52:44 UTC (rev 137250)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.2
+pkgver=0.3.4
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('any')


[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:51:51
  Author: fyan
Revision: 137249

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 137248, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 137248, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-22 05:47:38 UTC (rev 137248)
+++ LICENSE 2015-07-22 05:51:51 UTC (rev 137249)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 137248, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-22 05:51:51 UTC (rev 137249)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 05:47:38 UTC (rev 137248)
+++ PKGBUILD2015-07-22 05:51:51 UTC (rev 137249)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')

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

2015-07-21 Thread Eric Bélanger
Date: Wednesday, July 22, 2015 @ 03:59:38
  Author: eric
Revision: 242412

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 242411, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 242411, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 242411, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-i686/xscreensaver-missingescape.patch
(from rev 242411, xscreensaver/trunk/xscreensaver-missingescape.patch)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 242411, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 242411, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 242411, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/xscreensaver-missingescape.patch
(from rev 242411, xscreensaver/trunk/xscreensaver-missingescape.patch)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff

--+
 /LICENSE |   20 
 /PKGBUILD|   92 +
 /xscreensaver-add-electricsheep.diff |   20 
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   42 -
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-i686/xscreensaver-missingescape.patch  |   12 ++
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   42 -
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 extra-x86_64/xscreensaver-missingescape.patch|   12 ++
 11 files changed, 156 insertions(+), 124 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2015-07-22 01:56:20 UTC (rev 242411)
+++ extra-i686/LICENSE  2015-07-22 01:59:38 UTC (rev 242412)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided as is without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 242411, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2015-07-22 01:59:38 UTC (rev 242412)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided as is without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 01:56:20 UTC (rev 242411)
+++ extra-i686/PKGBUILD 2015-07-22 01:59:38 UTC (rev 242412)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xscreensaver
-pkgver=5.33
-pkgrel=1
-pkgdesc=Screen saver and locker for the X Window System
-arch=('i686' 'x86_64')
-url=http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('99f69ff0bef5e13ab0c84dcb1312605db485bafd'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xscreensaver-add-electricsheep.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc 

[arch-commits] Commit in gnome-control-center/repos (10 files)

2015-07-21 Thread Jan Steffens
Date: Wednesday, July 22, 2015 @ 06:28:19
  Author: heftig
Revision: 242419

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 242418, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 242418, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 242418, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 242418, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-i686/network-Also-work-with-NM-10.patch
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/network-Also-work-with-NM-10.patch

-+
 /PKGBUILD   |   98 ++
 /gnome-control-center.install   |   22 
 extra-i686/PKGBUILD |   49 ---
 extra-i686/gnome-control-center.install |   11 --
 extra-i686/network-Also-work-with-NM-10.patch   |   63 --
 extra-x86_64/PKGBUILD   |   49 ---
 extra-x86_64/gnome-control-center.install   |   11 --
 extra-x86_64/network-Also-work-with-NM-10.patch |   63 --
 8 files changed, 120 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 04:26:39 UTC (rev 242418)
+++ extra-i686/PKGBUILD 2015-07-22 04:28:19 UTC (rev 242419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.16.2
-pkgrel=2
-pkgdesc=The Control Center for GNOME
-license=(GPL)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev)
-makedepends=(intltool docbook-xsl modemmanager)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-url=http://www.gnome.org;
-install=gnome-control-center.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 242418, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-22 04:28:19 UTC (rev 242419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.16.3
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)

[arch-commits] Commit in gnome-control-center/trunk (2 files)

2015-07-21 Thread Jan Steffens
Date: Wednesday, July 22, 2015 @ 06:26:39
  Author: heftig
Revision: 242418

3.16.3

Modified:
  gnome-control-center/trunk/PKGBUILD
Deleted:
  gnome-control-center/trunk/network-Also-work-with-NM-10.patch

+
 PKGBUILD   |6 +--
 network-Also-work-with-NM-10.patch |   63 ---
 2 files changed, 3 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 04:11:16 UTC (rev 242417)
+++ PKGBUILD2015-07-22 04:26:39 UTC (rev 242418)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=3.16.2
-pkgrel=2
+pkgver=3.16.3
+pkgrel=1
 pkgdesc=The Control Center for GNOME
 license=(GPL)
 arch=(i686 x86_64)
@@ -24,7 +24,7 @@
 install=gnome-control-center.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d')
+sha256sums=('ff9fe9c703be1d0e3afdef7b9ea331e436846ccd4d35090d501ba9510ee5a0c5')
 
 build() {
   cd $pkgname-$pkgver

Deleted: network-Also-work-with-NM-10.patch
===
--- network-Also-work-with-NM-10.patch  2015-07-22 04:11:16 UTC (rev 242417)
+++ network-Also-work-with-NM-10.patch  2015-07-22 04:26:39 UTC (rev 242418)
@@ -1,63 +0,0 @@
-From fa8d6a13747ed3e586e139b79b63280bd951d10b Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Thu, 18 Dec 2014 08:04:00 +0100
-Subject: [PATCH] network: Also work with NM 1.0
-
-Remove the NetworkManager version checking altogether. The code was made
-to check for now very old versions of NetworkManager, and anything newer
-than ancient should degrade gracefully if we support newer features.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=741661

- panels/network/cc-network-panel.c | 19 +++
- 1 file changed, 3 insertions(+), 16 deletions(-)
-
-diff --git a/panels/network/cc-network-panel.c 
b/panels/network/cc-network-panel.c
-index 90b265e..28f6158 100644
 a/panels/network/cc-network-panel.c
-+++ b/panels/network/cc-network-panel.c
-@@ -1321,30 +1321,17 @@ static gboolean
- panel_check_network_manager_version (CcNetworkPanel *panel)
- {
- const gchar *version;
--gchar **split = NULL;
--guint major = 0;
--guint micro = 0;
--guint minor = 0;
- gboolean ret = TRUE;
- 
- /* parse running version */
- version = nm_client_get_version (panel-priv-client);
--if (version != NULL) {
--split = g_strsplit (version, ., -1);
--major = atoi (split[0]);
--minor = atoi (split[1]);
--micro = atoi (split[2]);
--}
--
--/* is it too new or old */
--if (major  0 || minor  9 || (minor = 8  micro  992)) {
-+if (version == NULL) {
- ret = FALSE;
- 
- /* do modal dialog in idle so we don't block startup */
- panel-priv-nm_warning_idle = g_idle_add 
((GSourceFunc)display_version_warning_idle, panel);
- }
- 
--g_strfreev (split);
- return ret;
- }
- 
-@@ -1391,8 +1378,8 @@ on_toplevel_map (GtkWidget  *widget,
- {
- gboolean ret;
- 
--/* is the user compiling against a new version, but running an
-- * old daemon version? */
-+/* is the user compiling against a new version, but not running
-+ * the daemon? */
- ret = panel_check_network_manager_version (panel);
- if (ret) {
- manager_running (panel-priv-client, NULL, panel);

-2.1.0


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

2015-07-21 Thread Allan McRae
Date: Wednesday, July 22, 2015 @ 07:43:44
  Author: allan
Revision: 242420

revert update while I figure out where testsuite failures came from

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 04:28:19 UTC (rev 242419)
+++ PKGBUILD2015-07-22 05:43:44 UTC (rev 242420)
@@ -6,9 +6,9 @@
 # build from head of release branch as bug fix releases are rare
 
 pkgname=binutils
-pkgver=2.25.1
-pkgrel=1
-_commit=2bd25930
+pkgver=2.25
+pkgrel=5
+_commit=69352378
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;


[arch-commits] Commit in gnome-settings-daemon/repos (8 files)

2015-07-21 Thread Jan Steffens
Date: Tuesday, July 21, 2015 @ 20:52:12
  Author: heftig
Revision: 242398

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 242397, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 242397, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 242397, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 242397, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   72 +++
 /gnome-settings-daemon.install |   24 +
 extra-i686/PKGBUILD|   36 -
 extra-i686/gnome-settings-daemon.install   |   12 
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/gnome-settings-daemon.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-21 18:50:55 UTC (rev 242397)
+++ extra-i686/PKGBUILD 2015-07-21 18:52:12 UTC (rev 242398)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-settings-daemon
-pkgver=3.16.2
-pkgrel=2
-pkgdesc=The GNOME Settings daemon
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
- libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
- geocode-glib geoclue2 nss libgudev)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
-options=('!emptydirs')
-install=gnome-settings-daemon.install
-url=http://www.gnome.org;
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 242397, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-21 18:52:12 UTC (rev 242398)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.16.3
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+ geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8752f79ba2ee76701744b4806140d1b88c665ad7cd44e7ff58b4e78e1063daea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-settings-daemon.install
===
--- extra-i686/gnome-settings-daemon.install2015-07-21 18:50:55 UTC (rev 
242397)
+++ extra-i686/gnome-settings-daemon.install2015-07-21 18:52:12 UTC (rev 
242398)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install 
(from rev 242397, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

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

2015-07-21 Thread Gaetan Bisson
Date: Tuesday, July 21, 2015 @ 21:06:56
  Author: bisson
Revision: 242400

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 18:57:40 UTC (rev 242399)
+++ PKGBUILD2015-07-21 19:06:56 UTC (rev 242400)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('2878a6c1bda51b761183f742814ca3072570d91f'
+sha1sums=('9d75ca3c207441a38a79a2c8ceaa398c2b9cdc4e'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2015-07-21 Thread Guillaume Alaux
Date: Tuesday, July 21, 2015 @ 21:47:00
  Author: guillaume
Revision: 242402

Upstream release 7.u85_2.6.1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 19:07:52 UTC (rev 242401)
+++ PKGBUILD2015-07-21 19:47:00 UTC (rev 242402)
@@ -6,13 +6,13 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.6.0
+_icedtea_ver=2.6.1
 #pkgver() {
 #  _updatever=$(grep -E ^JDK_UPDATE_VERSION = (.)+ 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 #| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
 #  echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 #}
-_updatever=80
+_updatever=85
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
 pkgrel=1
 
@@ -42,14 +42,14 @@
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
-sha256sums=('b45c829dc937360ed7fbd19505be42007a3abfa8df4afeb77cd9ef70abcdc7a9'
-'20dd3e250ba5ee96546a8a86d5d6c85e6546df97b3a05df7a5a2d99d0e44df6b'
-'5aebaa5d670337a87ecc154372bc9d225a5232599c44f31a1d231bf8c5b89fcb'
-'8de42ee0a7cf50ac5ca9b55a36e3933992b4dc0160a29a380820aea5d8158c07'
-'816a6d7a4bd302871d73f5681f6b35459000d76bfb9fa04b3479ffb630dc39f5'
-'900bba75d68a8d92f58c7b8da1ea141be6d5f01f7cc015f85c2b14573384b62c'
-'63d693b2716302cee97dfb0562710d214cac5e839095235f2b686987cf298661'
-'8e580046488e2fc15fd98892add37fffd4f9f17bf5d62c5db0f5d1832707a31c'
+sha256sums=('491866e57199b0bc99d716be3eabaab97d9f6a698d1a652d748baeddeedfe963'
+'0168a0174ee47407139ee32458c4d2a298ba4f44260343b209250156e4da463f'
+'cd03d97c171a2d45ca94c1642265e09c09a459b1d4ac1191f82af88ca171f6f8'
+'c00c4c2889f77c4615fd655415067e14840764f52e503f220ed324720117faeb'
+'2d5ff95dc62ab7986973e15e9cf91d5596d2cf486ee52beab9eab62f70f2ae9f'
+'a8083e75e14ddb4575bf2cd733e80a0074201b45d8debbe04f84564b32875363'
+'6db9bd16658fa8460e0afa4b05f28bd47148528d7581a403bea1e70f56cedd43'
+'00043b0c09aa06ce1766c2973d18b0283bd2128a44c94cde97b626a4856b68b3'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
 


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

2015-07-21 Thread Gaetan Bisson
Date: Tuesday, July 21, 2015 @ 21:07:52
  Author: bisson
Revision: 242401

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

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

+
 /PKGBUILD  |  200 +++
 /aliases.patch |   36 +++
 /install   |   48 ++
 /service   |   28 ++
 extra-i686/PKGBUILD|  100 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   24 -
 extra-i686/service |   14 ---
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   24 -
 extra-x86_64/service   |   14 ---
 12 files changed, 312 insertions(+), 312 deletions(-)

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

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

2015-07-21 Thread Gaetan Bisson
Date: Tuesday, July 21, 2015 @ 21:52:53
  Author: bisson
Revision: 137232

update sha1sums

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 18:25:31 UTC (rev 137231)
+++ PKGBUILD2015-07-21 19:52:53 UTC (rev 137232)
@@ -5,15 +5,15 @@
 
 pkgname=picard
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
+depends=('python2-pyqt4' 'mutagen')
 optdepends=('chromaprint: fingerprinting')
 
source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('adf41e3b272c325569b5368568bf2bd4c2419246')
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
 
 install=install
 


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

2015-07-21 Thread Gaetan Bisson
Date: Tuesday, July 21, 2015 @ 21:53:25
  Author: bisson
Revision: 137233

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

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 137232, picard/trunk/PKGBUILD)
  picard/repos/community-i686/install
(from rev 137232, picard/trunk/install)
  picard/repos/community-x86_64/PKGBUILD
(from rev 137232, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/install
(from rev 137232, picard/trunk/install)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-i686/install
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/install

---+
 /PKGBUILD |   58 
 /install  |   24 ++
 community-i686/PKGBUILD   |   29 --
 community-i686/install|   12 -
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/install  |   12 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 19:52:53 UTC (rev 137232)
+++ community-i686/PKGBUILD 2015-07-21 19:53:25 UTC (rev 137233)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
-source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('adf41e3b272c325569b5368568bf2bd4c2419246')
-
-install=install
-
-build() {
-   cd ${srcdir}/picard-release-${pkgver}
-   python2 setup.py config
-}
-
-package() {
-   cd ${srcdir}/picard-release-${pkgver}
-   python2 setup.py install --root=${pkgdir}
-   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 137232, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 19:53:25 UTC (rev 137233)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting')
+source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+
+install=install
+
+build() {
+   cd ${srcdir}/picard-release-${pkgver}
+   python2 setup.py config
+}
+
+package() {
+   cd ${srcdir}/picard-release-${pkgver}
+   python2 setup.py install --root=${pkgdir}
+   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
+}

Deleted: community-i686/install
===
--- community-i686/install  2015-07-21 19:52:53 UTC (rev 137232)
+++ community-i686/install  2015-07-21 19:53:25 UTC (rev 137233)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor /dev/null
-   update-desktop-database -q /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picard/repos/community-i686/install (from rev 137232, 
picard/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-07-21 19:53:25 UTC (rev 137233)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor /dev/null
+   update-desktop-database -q /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-21 19:52:53 UTC (rev 137232)
+++ community-x86_64/PKGBUILD   2015-07-21 19:53:25 UTC (rev 137233)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('chromaprint: fingerprinting')

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

2015-07-21 Thread Guillaume Alaux
Date: Tuesday, July 21, 2015 @ 21:58:09
  Author: guillaume
Revision: 242406

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 242405, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 242405, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
(from rev 242405, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 242405, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 242405, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 242405, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 242405, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 242405, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
(from rev 242405, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 242405, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 242405, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 242405, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  624 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  312 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/jdk7-openjdk.install  |   50 --
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  312 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/jdk7-openjdk.install|   50 --
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1314 insertions(+), 1314 deletions(-)

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


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

2015-07-21 Thread Guillaume Alaux
Date: Tuesday, July 21, 2015 @ 21:57:37
  Author: guillaume
Revision: 242405

Fix accidently bumped pkgrel

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 19:53:40 UTC (rev 242404)
+++ PKGBUILD2015-07-21 19:57:37 UTC (rev 242405)
@@ -14,7 +14,7 @@
 #}
 _updatever=85
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=2
+pkgrel=1
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 


[arch-commits] Commit in gtk3/trunk (PKGBUILD mousewheels-fs45666.patch)

2015-07-21 Thread Jan Steffens
Date: Tuesday, July 21, 2015 @ 20:50:55
  Author: heftig
Revision: 242397

3.16.6

Modified:
  gtk3/trunk/PKGBUILD
Deleted:
  gtk3/trunk/mousewheels-fs45666.patch

---+
 PKGBUILD  |9 --
 mousewheels-fs45666.patch |  157 
 2 files changed, 3 insertions(+), 163 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 18:33:34 UTC (rev 242396)
+++ PKGBUILD2015-07-21 18:50:55 UTC (rev 242397)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.16.5
-pkgrel=2
+pkgver=3.16.6
+pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
@@ -15,15 +15,12 @@
 makedepends=(gobject-introspection libcanberra)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-mousewheels-fs45666.patch
 settings.ini)
-sha256sums=('b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31'
-'c103076f4f648e20ef8da7ea6a48fda8012ecaec6987008c08f2bfdd4f5101f4'
+sha256sums=('4d12726d0856a968b41802ae5c5971d7e9bac532717e309d3f81b9989da5ffbe'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
 
 prepare() {
 cd gtk+-$pkgver
-patch -Np1 -i ../mousewheels-fs45666.patch
 }
 
 build() {

Deleted: mousewheels-fs45666.patch
===
--- mousewheels-fs45666.patch   2015-07-21 18:33:34 UTC (rev 242396)
+++ mousewheels-fs45666.patch   2015-07-21 18:50:55 UTC (rev 242397)
@@ -1,157 +0,0 @@
-From 7c35d52f3c3b0079cd6c9b188ec36e732b998720 Mon Sep 17 00:00:00 2001
-From: Carlos Garnacho carl...@gnome.org
-Date: Wed, 15 Jul 2015 23:45:49 +0200
-Subject: Revert x11: Query pointer devices' scroll valuators on toplevel
- enter events
-
-This reverts commit 3d9cce79cf16bce335599b3b78b6bd0a04e37560.
-
-The commit broke more scenarios than fixed, better to go back to square one.
-
-diff --git a/gdk/x11/gdkdevice-xi2.c b/gdk/x11/gdkdevice-xi2.c
-index f5e06f1..6d49b9a 100644
 a/gdk/x11/gdkdevice-xi2.c
-+++ b/gdk/x11/gdkdevice-xi2.c
-@@ -40,6 +40,7 @@ struct _ScrollValuator
- {
-   guint n_valuator   : 4;
-   guint direction: 4;
-+  guint last_value_valid : 1;
-   gdouble last_value;
-   gdouble increment;
- };
-@@ -818,8 +819,8 @@ _gdk_x11_device_xi2_add_scroll_valuator (GdkX11DeviceXI2   
 *device,
- 
-   scroll.n_valuator = n_valuator;
-   scroll.direction = direction;
-+  scroll.last_value_valid = FALSE;
-   scroll.increment = increment;
--  scroll.last_value = 0;
- 
-   g_array_append_val (device-scroll_valuators, scroll);
- }
-@@ -850,10 +851,18 @@ _gdk_x11_device_xi2_get_scroll_delta (GdkX11DeviceXI2
*device,
-   if (delta_ret)
- *delta_ret = 0;
- 
--  if (delta_ret)
--*delta_ret = (valuator_value - scroll-last_value) / 
scroll-increment;
-+  if (scroll-last_value_valid)
-+{
-+  if (delta_ret)
-+*delta_ret = (valuator_value - scroll-last_value) / 
scroll-increment;
- 
--  scroll-last_value = valuator_value;
-+  scroll-last_value = valuator_value;
-+}
-+  else
-+{
-+  scroll-last_value = valuator_value;
-+  scroll-last_value_valid = TRUE;
-+}
- 
-   return TRUE;
- }
-@@ -863,33 +872,17 @@ _gdk_x11_device_xi2_get_scroll_delta (GdkX11DeviceXI2
*device,
- }
- 
- void
--_gdk_device_xi2_revalidate_scroll_valuators (GdkX11DeviceXI2 *device)
-+_gdk_device_xi2_reset_scroll_valuators (GdkX11DeviceXI2 *device)
- {
--  GdkDisplay *display;
--  XIDeviceInfo *info;
--  gint i, ndevices;
--
--  display = gdk_device_get_display (GDK_DEVICE (device));
--
--  gdk_x11_display_error_trap_push (display);
--  info = XIQueryDevice (GDK_DISPLAY_XDISPLAY (display),
--device-device_id, ndevices);
--  gdk_x11_display_error_trap_pop_ignored (display);
--
--  if (!info)
--return;
-+  guint i;
- 
-   for (i = 0; i  device-scroll_valuators-len; i++)
- {
--  XIValuatorClassInfo *valuator;
-   ScrollValuator *scroll;
- 
-   scroll = g_array_index (device-scroll_valuators, ScrollValuator, i);
--  valuator = (XIValuatorClassInfo *) info-classes[scroll-n_valuator + 
1];
--  scroll-last_value = valuator-value;
-+  scroll-last_value_valid = FALSE;
- }
--
--  XIFreeDeviceInfo (info);
- }
- 
- void
-diff --git a/gdk/x11/gdkdevicemanager-xi2.c b/gdk/x11/gdkdevicemanager-xi2.c
-index 72dfff2..a57ecaf 100644
 a/gdk/x11/gdkdevicemanager-xi2.c
-+++ b/gdk/x11/gdkdevicemanager-xi2.c
-@@ -825,11 +825,13 @@ handle_device_changed (GdkX11DeviceManagerXI2 
*device_manager,
-XIDeviceChangedEvent   *ev)
- {
-   GdkDisplay *display;
--  GdkDevice *device;
-+  GdkDevice *device, *source_device;
- 
-   

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

2015-07-21 Thread Guillaume Alaux
Date: Tuesday, July 21, 2015 @ 21:47:41
  Author: guillaume
Revision: 242403

upgpkg: java7-openjdk 7.u85_2.6.1-2

Upstream release 7.u85_2.6.1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 19:47:00 UTC (rev 242402)
+++ PKGBUILD2015-07-21 19:47:41 UTC (rev 242403)
@@ -14,7 +14,7 @@
 #}
 _updatever=85
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=1
+pkgrel=2
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 


[arch-commits] Commit in libspatialite/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-21 Thread Jaroslav Lichtblau
Date: Tuesday, July 21, 2015 @ 20:25:31
  Author: jlichtblau
Revision: 137231

archrelease: copy trunk to community-i686

Added:
  libspatialite/repos/community-i686/PKGBUILD
(from rev 137230, libspatialite/trunk/PKGBUILD)
Deleted:
  libspatialite/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 18:02:50 UTC (rev 137230)
+++ PKGBUILD2015-07-21 18:25:31 UTC (rev 137231)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Brian Galey bkgaley at gmail dot com
-# Contributor: Pietro Zambelli peter.zamb at gmail dot com
-
-pkgname=libspatialite
-pkgver=4.2.0
-pkgrel=2
-pkgdesc=SQLite extension to support spatial data types and operations
-arch=('i686' 'x86_64')
-url=https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libspatialite/repos/community-i686/PKGBUILD (from rev 137230, 
libspatialite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 18:25:31 UTC (rev 137231)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brian Galey bkgaley at gmail dot com
+# Contributor: Pietro Zambelli peter.zamb at gmail dot com
+
+pkgname=libspatialite
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=SQLite extension to support spatial data types and operations
+arch=('i686' 'x86_64')
+url=https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-21 Thread Jan Steffens
Date: Tuesday, July 21, 2015 @ 20:33:34
  Author: heftig
Revision: 242396

3.16.3

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 12:15:10 UTC (rev 242395)
+++ PKGBUILD2015-07-21 18:33:34 UTC (rev 242396)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.16.2
-pkgrel=2
+pkgver=3.16.3
+pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=(i686 x86_64)
 license=(GPL)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
+sha256sums=('8752f79ba2ee76701744b4806140d1b88c665ad7cd44e7ff58b4e78e1063daea')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-21 Thread Jan Steffens
Date: Tuesday, July 21, 2015 @ 20:57:40
  Author: heftig
Revision: 242399

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 242398, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
(from rev 242398, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-i686/gtk3.install
(from rev 242398, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 242398, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 242398, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
(from rev 242398, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 242398, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 242398, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/mousewheels-fs45666.patch
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/mousewheels-fs45666.patch
  gtk3/repos/extra-x86_64/settings.ini

+
 /PKGBUILD  |  130 ++
 /gtk-update-icon-cache.install |6 +
 /gtk3.install  |   36 ++
 /settings.ini  |8 +
 extra-i686/PKGBUILD|   68 ---
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk3.install|   18 ---
 extra-i686/mousewheels-fs45666.patch   |  157 ---
 extra-i686/settings.ini|4 
 extra-x86_64/PKGBUILD  |   68 ---
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk3.install  |   18 ---
 extra-x86_64/mousewheels-fs45666.patch |  157 ---
 extra-x86_64/settings.ini  |4 
 14 files changed, 180 insertions(+), 500 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-21 18:52:12 UTC (rev 242398)
+++ extra-i686/PKGBUILD 2015-07-21 18:57:40 UTC (rev 242399)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.16.5
-pkgrel=2
-pkgdesc=GObject-based multi-platform GUI toolkit
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection libcanberra)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-mousewheels-fs45666.patch
-settings.ini)
-sha256sums=('b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31'
-'c103076f4f648e20ef8da7ea6a48fda8012ecaec6987008c08f2bfdd4f5101f4'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../mousewheels-fs45666.patch
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk3() {
-depends+=(gtk-update-icon-cache)
-optdepends=('libcanberra: gtk3-widget-factory demo')
-install=gtk3.install
-
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-install -Dm644 ../settings.ini $pkgdir/usr/share/gtk-3.0/settings.ini
-
-# split this out to use with gtk2 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-
-package_gtk-update-icon-cache() {
-pkgdesc=GTK+ icon cache updater
-depends=(gdk-pixbuf2 hicolor-icon-theme)
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -Dm755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
-}
-
-# vim:set et sw=4:

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 242398, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-21 18:57:40 UTC (rev 242399)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan 

[arch-commits] Commit in monodevelop/repos/extra-any (6 files)

2015-07-21 Thread Daniel Isenmann
Date: Tuesday, July 21, 2015 @ 22:05:24
  Author: daniel
Revision: 242408

archrelease: copy trunk to extra-any

Added:
  monodevelop/repos/extra-any/PKGBUILD
(from rev 242407, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
(from rev 242407, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-any/monodevelop.install
(from rev 242407, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-any/PKGBUILD
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-any/monodevelop.install

-+
 PKGBUILD|   90 +-
 monodevelop-core-addins.pc.in.patch |   16 +++---
 monodevelop.install |   40 +++
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 20:05:20 UTC (rev 242407)
+++ PKGBUILD2015-07-21 20:05:24 UTC (rev 242408)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=5.9.4.5
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-arch=('any')
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=4.0.1' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('rsync' 'git' 'nuget')
-options=(!makeflags)
-optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
-md5sums=('SKIP')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname
-  git submodule update --init --recursive || return 1
-  git checkout tags/$pkgname-$pkgver
-  git clean -dfx
-  
-  ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD= make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  
-  LD_PRELOAD= make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-
-  # NuGet.exe is missing somehow, fixed FS#43423
-  install -Dm755 ${srcdir}/monodevelop/main/external/nuget-binary/NuGet.exe 
${pkgdir}/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
-}
-

Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 242407, 
monodevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 20:05:24 UTC (rev 242408)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=5.9.5.5
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+arch=('any')
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=4.0.1' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('rsync' 'git' 'nuget')
+options=(!makeflags)
+optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
+install=monodevelop.install
+source=(git://github.com/mono/monodevelop.git)
+md5sums=('SKIP')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+  
+  ./configure --prefix=/usr --profile=stable 
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  
+  LD_PRELOAD= make DESTDIR=$pkgdir install
+  # delete conflicting files
+  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
+  rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 ${srcdir}/monodevelop/main/external/nuget-binary/NuGet.exe 
${pkgdir}/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Deleted: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch 2015-07-21 20:05:20 UTC (rev 242407)
+++ monodevelop-core-addins.pc.in.patch 2015-07-21 20:05:24 UTC (rev 242408)
@@ -1,8 +0,0 @@
 monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
-+++ monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
-@@ -6,4 +6,4 @@
- Name: MonoDevelop Core Add-ins
- Description: MonoDevelop Core Add-ins
- Version: @VERSION@
--Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 

[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2015-07-21 Thread Sébastien Luttringer
Date: Tuesday, July 21, 2015 @ 22:05:21
  Author: seblu
Revision: 137234

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 137233, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 137233, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 137233, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 19:53:25 UTC (rev 137233)
+++ PKGBUILD2015-07-21 20:05:21 UTC (rev 137234)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel mail at jsteel dot org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('8d9f1d600ff65d1230b9b4e386f2ad48'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
-  install -Dm 644 $srcdir/license \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 137233, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 20:05:21 UTC (rev 137234)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel mail at jsteel dot org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('8d9f1d600ff65d1230b9b4e386f2ad48'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
+  install -Dm 644 $srcdir/license \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license
===
--- license 2015-07-21 19:53:25 UTC (rev 137233)
+++ license 2015-07-21 20:05:21 UTC (rev 137234)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the 

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

2015-07-21 Thread Daniel Isenmann
Date: Tuesday, July 21, 2015 @ 22:05:20
  Author: daniel
Revision: 242407

upgpkg: monodevelop 5.9.5.5-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 19:58:09 UTC (rev 242406)
+++ PKGBUILD2015-07-21 20:05:20 UTC (rev 242407)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=5.9.4.5
+pkgver=5.9.5.5
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 arch=('any')


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

2015-07-21 Thread Eric Bélanger
Date: Tuesday, July 21, 2015 @ 22:08:00
  Author: eric
Revision: 137236

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 137235, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 20:06:38 UTC (rev 137235)
+++ PKGBUILD2015-07-21 20:08:00 UTC (rev 137236)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.07.07
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ac261f1e7f308841bd77622a16ff904b3d88a69a'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 137235, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 20:08:00 UTC (rev 137236)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.07.21
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('0cb91a65e803f217288293c3d28905b1dd79dd54'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-07-21 Thread Eric Bélanger
Date: Tuesday, July 21, 2015 @ 22:26:07
  Author: eric
Revision: 242410

archrelease: copy trunk to extra-any

Added:
  intltool/repos/extra-any/PKGBUILD
(from rev 242409, intltool/trunk/PKGBUILD)
Deleted:
  intltool/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 20:24:45 UTC (rev 242409)
+++ PKGBUILD2015-07-21 20:26:07 UTC (rev 242410)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=intltool
-pkgver=0.50.2
-pkgrel=2
-pkgdesc=The internationalization tool collection
-arch=('any')
-url=https://edge.launchpad.net/intltool;
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'
-  '85c71e9651df41fc330c5f171fdfe1bf11e44f65')
-validpgpkeys=('6977ECD0E1517D6CA45C0DA443ACFF9623AE85D2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 doc/I18N-HOWTO 
${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO
-}

Copied: intltool/repos/extra-any/PKGBUILD (from rev 242409, 
intltool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 20:26:07 UTC (rev 242410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=intltool
+pkgver=0.51.0
+pkgrel=1
+pkgdesc=The internationalization tool collection
+arch=('any')
+url=https://edge.launchpad.net/intltool;
+license=('GPL')
+depends=('perl-xml-parser')
+source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('a0c3bcb99d1bcfc5db70f8d848232a47c47da090'
+  'SKIP')
+validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/I18N-HOWTO 
${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO
+}


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

2015-07-21 Thread Eric Bélanger
Date: Tuesday, July 21, 2015 @ 22:06:38
  Author: eric
Revision: 137235

upgpkg: youtube-dl 2015.07.21-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 20:05:21 UTC (rev 137234)
+++ PKGBUILD2015-07-21 20:06:38 UTC (rev 137235)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.07.07
+pkgver=2015.07.21
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ac261f1e7f308841bd77622a16ff904b3d88a69a'
+sha1sums=('0cb91a65e803f217288293c3d28905b1dd79dd54'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-07-21 Thread Eric Bélanger
Date: Tuesday, July 21, 2015 @ 22:24:45
  Author: eric
Revision: 242409

upgpkg: intltool 0.51.0-1

Upstream update

Modified:
  intltool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 20:05:24 UTC (rev 242408)
+++ PKGBUILD2015-07-21 20:24:45 UTC (rev 242409)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=intltool
-pkgver=0.50.2
-pkgrel=2
+pkgver=0.51.0
+pkgrel=1
 pkgdesc=The internationalization tool collection
 arch=('any')
 url=https://edge.launchpad.net/intltool;
@@ -10,9 +10,9 @@
 license=('GPL')
 depends=('perl-xml-parser')
 
source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'
-  '85c71e9651df41fc330c5f171fdfe1bf11e44f65')
-validpgpkeys=('6977ECD0E1517D6CA45C0DA443ACFF9623AE85D2')
+sha1sums=('a0c3bcb99d1bcfc5db70f8d848232a47c47da090'
+  'SKIP')
+validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-07-21 Thread Eric Bélanger
Date: Wednesday, July 22, 2015 @ 02:42:47
  Author: eric
Revision: 137243

upgpkg: dvdisaster 0.72.6-2

Fix icons installation directory (close FS#45240)

Modified:
  dvdisaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 00:17:55 UTC (rev 137242)
+++ PKGBUILD2015-07-22 00:42:47 UTC (rev 137243)
@@ -3,7 +3,7 @@
 
 pkgname=dvdisaster
 pkgver=0.72.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
 arch=('i686' 'x86_64')
 url=http://www.dvdisaster.com/;
@@ -38,6 +38,6 @@
   rm -f ${pkgdir}/usr/bin/dvdisaster-uninstall.sh
   install -D -m 644 contrib/dvdisaster.desktop 
${pkgdir}/usr/share/applications/dvdisaster.desktop
   for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png
+install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/dvdisaster.png
   done
 }


[arch-commits] Commit in virtualbox/trunk (7 files)

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 00:28:34
  Author: seblu
Revision: 137237

upgpkg: virtualbox 5.0.0-1

Added:
  virtualbox/trunk/010-no-update.patch
Modified:
  virtualbox/trunk/003-ogl-include-path.patch
  virtualbox/trunk/LocalConfig.kmk
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/004-xorg.patch
  virtualbox/trunk/008-root-window.patch
  virtualbox/trunk/009-fix-smap-crash.patch

+
 003-ogl-include-path.patch |   23 +++-
 004-xorg.patch |  217 ---
 008-root-window.patch  |   19 ---
 009-fix-smap-crash.patch   |  107 -
 010-no-update.patch|   99 +++
 LocalConfig.kmk|   23 ++--
 PKGBUILD   |   31 ++
 7 files changed, 147 insertions(+), 372 deletions(-)

Modified: 003-ogl-include-path.patch
===
--- 003-ogl-include-path.patch  2015-07-21 20:08:00 UTC (rev 137236)
+++ 003-ogl-include-path.patch  2015-07-21 22:28:34 UTC (rev 137237)
@@ -1,6 +1,8 @@
 a/src/VBox/Additions/common/crOpenGL/Makefile.kmk  2013-03-19 
18:55:28.774951223 +
-+++ b/src/VBox/Additions/common/crOpenGL/Makefile.kmk  2013-03-19 
18:58:06.337193736 +
-@@ -63,18 +63,12 @@
+Index: virtualbox/src/VBox/Additions/common/crOpenGL/Makefile.kmk
+===
+--- virtualbox.orig/src/VBox/Additions/common/crOpenGL/Makefile.kmk
2015-04-02 15:44:24.955670965 +0200
 virtualbox/src/VBox/Additions/common/crOpenGL/Makefile.kmk 2015-04-02 
15:44:24.955670965 +0200
+@@ -67,18 +67,12 @@
  VBoxOGL_INCS   = .
  if1of ($(KBUILD_TARGET), linux solaris freebsd)
   VBoxOGL_INCS += \
@@ -24,3 +26,18 @@
   VBoxOGL_DEFS += VBOX_NO_NATIVEGL
  endif
  
+@@ -213,10 +207,10 @@
+ 
+ if1of ($(KBUILD_TARGET), linux solaris freebsd)
+  VBoxOGL_LIBS += \
+-  $(PATH_STAGE_LIB)/libXcomposite.so \
+-  $(PATH_STAGE_LIB)/libXdamage.so \
+-  $(PATH_STAGE_LIB)/libXfixes.so \
+-  $(PATH_STAGE_LIB)/libXext.so
++  Xcomposite \
++  Xdamage \
++  Xfixes \
++  Xext
+  ifdef VBoxOGL_FAKEDRI
+   ifeq ($(KBUILD_TARGET), freebsd)
+ VBoxOGL_LIBS += \

Deleted: 004-xorg.patch
===
--- 004-xorg.patch  2015-07-21 20:08:00 UTC (rev 137236)
+++ 004-xorg.patch  2015-07-21 22:28:34 UTC (rev 137237)
@@ -1,217 +0,0 @@
 a/src/VBox/Additions/common/VBoxGuestLib/Makefile.km   2013-09-04 
21:03:47.334749420 +0200
-+++ b/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk  2013-10-21 
00:06:36.418245968 +0200
-@@ -40,8 +40,8 @@
-   VBoxGuestR3LibShared
- ifndef VBOX_ONLY_TESTSUITE
-  if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
--  LIBRARIES += \
--  VBoxGuestR3LibXFree86
-+#  LIBRARIES += \
-+#VBoxGuestR3LibXFree86
-  endif
- endif
- LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86
-
 a/src/VBox/Additions/x11/Makefile.kmk  2013-03-19 18:55:28.974949837 
+
-+++ b/src/VBox/Additions/x11/Makefile.kmk  2013-03-19 18:56:00.468064457 
+
-@@ -17,6 +17,10 @@
- SUB_DEPTH = ../../../..
- include $(KBUILD_PATH)/subheader.kmk
- 
-+ifn1of ($(XSERVER_VERSION), 13 14 15 16 17 18 19 110 111)
-+ XSERVER_VERSION := 17
-+endif
-+
- # Include sub-makefiles.
- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
-  include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
-
 a/src/VBox/Additions/x11/vboxmouse/Makefile.kmk2013-03-19 
18:55:28.818284256 +
-+++ b/src/VBox/Additions/x11/vboxmouse/Makefile.kmk2013-03-19 
18:56:00.468064457 +
-@@ -29,7 +29,6 @@
- # vboxmouse_drv
- #
- if1of ($(KBUILD_TARGET), linux)
-- SYSMODS += vboxmouse_drv
-  vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD
-  vboxmouse_drv_DEFS.linux = linux
-  vboxmouse_drv_DEFS.x86 += __i386__
-@@ -69,7 +68,6 @@
- #
- # vboxmouse_drv_70
- #
--DLLS += vboxmouse_drv_70
- vboxmouse_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
- vboxmouse_drv_70_DEFS = \
-   XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X 
IN_XF86_MODULE DONT_DEFINE_WRAPPERS NO_ANSIC
-@@ -85,7 +83,6 @@
- #
- # vboxmouse_drv_71
- #
--DLLS += vboxmouse_drv_71
- vboxmouse_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD
- vboxmouse_drv_71_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
- vboxmouse_drv_71_INCS := \
-@@ -100,7 +97,6 @@
- #
- # vboxmouse_drv_13
- #
--DLLS += vboxmouse_drv_13
- vboxmouse_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD
- vboxmouse_drv_13_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
- vboxmouse_drv_13_INCS := \
-@@ -114,7 +110,6 @@
- #
- # vboxmouse_drv_14
- #
--DLLS += vboxmouse_drv_14
- vboxmouse_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD
- vboxmouse_drv_14_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
- vboxmouse_drv_14_INCS := \
-@@ -128,7 +123,6 @@
- #
- # vboxmouse_drv_15
- #
--DLLS += vboxmouse_drv_15
- vboxmouse_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD
- 

[arch-commits] Commit in virtualbox/repos (96 files)

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 00:33:08
  Author: seblu
Revision: 137238

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 137237, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 137237, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 137237, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 137237, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 137237, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 137237, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 137237, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 137237, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 137237, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 137237, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 137237, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 137237, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 137237, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 137237, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 137237, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 137237, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 137237, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 137237, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 137237, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 137237, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 137237, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 137237, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 137237, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 137237, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 137237, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 137237, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 137237, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 137237, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 137237, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 137237, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 137237, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 137237, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 137237, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 137237, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 137237, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 137237, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 137237, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 137237, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 137237, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 137237, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 137237, 

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

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 01:01:38
  Author: seblu
Revision: 137240

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 137239, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 137239, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 137239, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 137239, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 137239, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 137239, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 137239, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 137239, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 23:00:39 UTC (rev 137239)
+++ community-i686/PKGBUILD 2015-07-21 23:01:38 UTC (rev 137240)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.28
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=4.1' 'linux4.2'
- 'linux-headers=4.1' 'linux-headers4.2'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.1-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=4.1' 'linux4.2')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=4.1' 'linux4.2')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-# vim:set ts=2 sw=2 

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

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 01:00:39
  Author: seblu
Revision: 137239

upgpkg: virtualbox-modules 5.0.0-1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 22:33:08 UTC (rev 137238)
+++ PKGBUILD2015-07-21 23:00:39 UTC (rev 137239)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.28
-pkgrel=4
+pkgver=5.0.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 02:17:55
  Author: seblu
Revision: 137242

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 137241, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 137241, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 137241, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 137241, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 137241, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 137241, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 137241, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 137241, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 00:16:53 UTC (rev 137241)
+++ community-i686/PKGBUILD 2015-07-22 00:17:55 UTC (rev 137242)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.28
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14.42' 'linux-lts3.15'
- 'linux-lts-headers=3.14.42' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14.40' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.14.40' 'linux-lts3.15')

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

2015-07-21 Thread Sébastien Luttringer
Date: Wednesday, July 22, 2015 @ 02:16:53
  Author: seblu
Revision: 137241

upgpkg: virtualbox-modules-lts 5.0.0-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 23:01:38 UTC (rev 137240)
+++ PKGBUILD2015-07-22 00:16:53 UTC (rev 137241)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.28
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-07-21 Thread Massimiliano Torromeo
Date: Tuesday, July 21, 2015 @ 10:29:03
  Author: mtorromeo
Revision: 137197

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 137196, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch-user.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 137196, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 137196, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 137196, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 137196, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 137196, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 137196, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 137196, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 137196, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 137196, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 137196, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch-user.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  168 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   16 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   84 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|8 -
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |8 -
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:28:46 UTC (rev 137196)
+++ community-i686/PKGBUILD 2015-07-21 08:29:03 UTC (rev 137197)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by 

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

2015-07-21 Thread Massimiliano Torromeo
Date: Tuesday, July 21, 2015 @ 10:28:46
  Author: mtorromeo
Revision: 137196

upgpkg: elasticsearch 1.7.0-1

Updated to 1.7.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:23:37 UTC (rev 137195)
+++ PKGBUILD2015-07-21 08:28:46 UTC (rev 137196)
@@ -4,11 +4,11 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
-url=http://www.elasticsearch.org/;
+url=https://www.elastic.co/products/elasticsearch;
 license=('APACHE')
 depends=('java-runtime-headless' 'systemd')
 install='elasticsearch.install'
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('dc336c83394b2f2f72f362e0f959a4cfdec2109aa3de15668401afeab0b02d2e'
+sha256sums=('6fabed2db09e1b88587df15269df328ecef33e155b3c675a2a6d2299bda09c95'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2015-07-21 Thread Massimiliano Torromeo
Date: Tuesday, July 21, 2015 @ 10:23:23
  Author: mtorromeo
Revision: 137194

upgpkg: python-oauthlib 1.0.0-1

Updated to 1.0.0

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 03:57:26 UTC (rev 137193)
+++ PKGBUILD2015-07-21 08:23:23 UTC (rev 137194)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.7.2
+pkgver=1.0.0
 pkgrel=1
 _libname=oauthlib
 pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
@@ -24,7 +24,7 @@
 }
 
 package_python-oauthlib() {
-   depends=(python-crypto)
+   depends=(python-cryptography)
 
cd $srcdir/$_libname-$pkgver
rm -rf build; ln -s ../buildpy3 build
@@ -35,7 +35,7 @@
 }
 
 package_python2-oauthlib() {
-   depends=(python2-crypto)
+   depends=(python2-cryptography)
 
cd $srcdir/$_libname-$pkgver
rm -rf build; ln -s ../buildpy2 build
@@ -45,4 +45,4 @@
chmod -R a+r $pkgdir/usr/lib
 }
 
-sha256sums=('a051f04ee8ec3305055ab34d87b36c9a449375e07c7d6a05bcafa48329cac7c3')
+sha256sums=('4b58215675e48d4f6d17ddb8c67ca3a45d166559020e580739f7ee2ac5fffdd3')


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

2015-07-21 Thread Massimiliano Torromeo
Date: Tuesday, July 21, 2015 @ 10:23:37
  Author: mtorromeo
Revision: 137195

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 08:23:23 UTC (rev 137194)
+++ PKGBUILD2015-07-21 08:23:37 UTC (rev 137195)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.7.2
-pkgrel=1
-_libname=oauthlib
-pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
-arch=(any)
-url=https://github.com/idan/oauthlib;
-license=('BSD')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd $srcdir/$_libname-$pkgver
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-crypto)
-
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-   chmod -R a+r $pkgdir/usr/lib
-}
-
-package_python2-oauthlib() {
-   depends=(python2-crypto)
-
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-   chmod -R a+r $pkgdir/usr/lib
-}
-
-sha256sums=('a051f04ee8ec3305055ab34d87b36c9a449375e07c7d6a05bcafa48329cac7c3')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 137194, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 08:23:37 UTC (rev 137195)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=1.0.0
+pkgrel=1
+_libname=oauthlib
+pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
+arch=(any)
+url=https://github.com/idan/oauthlib;
+license=('BSD')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-cryptography)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   chmod -R a+r $pkgdir/usr/lib
+}
+
+package_python2-oauthlib() {
+   depends=(python2-cryptography)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   chmod -R a+r $pkgdir/usr/lib
+}
+
+sha256sums=('4b58215675e48d4f6d17ddb8c67ca3a45d166559020e580739f7ee2ac5fffdd3')


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

2015-07-21 Thread Sergej Pupykin
Date: Tuesday, July 21, 2015 @ 13:05:04
  Author: spupykin
Revision: 137211

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

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

+
 /PKGBUILD  |  124 +++
 /gnutls.patch  |   72 
 /rsyslog.conf  |   88 
 /rsyslog.logrotate |   14 +++
 community-i686/PKGBUILD|   62 -
 community-i686/gnutls.patch|   36 --
 community-i686/rsyslog.conf|   44 
 community-i686/rsyslog.logrotate   |7 -
 community-x86_64/PKGBUILD  |   62 -
 community-x86_64/gnutls.patch  |   36 --
 community-x86_64/rsyslog.conf  |   44 
 community-x86_64/rsyslog.logrotate |7 -
 12 files changed, 298 insertions(+), 298 deletions(-)

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

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 137210, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 11:05:04 UTC (rev 137211)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.11.0
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 

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

2015-07-21 Thread Sergej Pupykin
Date: Tuesday, July 21, 2015 @ 13:04:43
  Author: spupykin
Revision: 137210

upgpkg: rsyslog 8.11.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:57:06 UTC (rev 137209)
+++ PKGBUILD2015-07-21 11:04:43 UTC (rev 137210)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=8.10.0
-pkgrel=2
+pkgver=8.11.0
+pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
'rsyslog.logrotate'
'rsyslog.conf'
'gnutls.patch')
-md5sums=('983e17cb10b683e826db395618933d4b'
+md5sums=('35f0b7024ae7b5677e49f14f36304d77'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc'
  'aafafdf4502f5e4de5fcfebd21499700')


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

2015-07-21 Thread Evangelos Foutras
Date: Tuesday, July 21, 2015 @ 14:12:42
  Author: foutrelis
Revision: 242394

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 242393, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 242393, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 242393, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 242393, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 242393, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 242393, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/sudo.install   |   19 
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/sudo.install |   19 
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 242393, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-21 12:12:42 UTC (rev 242394)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p2
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 242393, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2015-07-21 12:12:42 UTC (rev 242394)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles /dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 242393, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2015-07-21 12:12:42 UTC (rev 242394)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 242393, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-21 12:12:42 UTC (rev 242394)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p2
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')

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

2015-07-21 Thread Evangelos Foutras
Date: Tuesday, July 21, 2015 @ 14:12:29
  Author: foutrelis
Revision: 242393

upgpkg: sudo 1.8.14.p2-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:49:33 UTC (rev 242392)
+++ PKGBUILD2015-07-21 12:12:29 UTC (rev 242393)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.14p1
+_sudover=1.8.14p2
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0'
+sha256sums=('b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')


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

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 10:49:08
  Author: alucryd
Revision: 242391

upgpkg: ffmpeg 1:2.7.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:52:25 UTC (rev 242390)
+++ PKGBUILD2015-07-21 08:49:08 UTC (rev 242391)
@@ -6,24 +6,29 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.7.1
-pkgrel=3
+pkgver=2.7.2
+pkgrel=1
 epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
 depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libwebp'
-  'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils'
-  'xvidcore' 'zlib' 'fribidi' 'libssh'
-  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libssh' 'libtheora' 'libva'
+  'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger'
+  'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
+md5sums=('7eb2140bab9f0a8669b65b50c8e4cfb5'
  'SKIP')
 
 build() {


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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:57:06
  Author: flexiondotorg
Revision: 137209

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

Added:
  caja-gtk3/repos/community-i686/PKGBUILD
(from rev 137208, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-i686/caja.install
(from rev 137208, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-x86_64/PKGBUILD
(from rev 137208, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-x86_64/caja.install
(from rev 137208, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-i686/PKGBUILD
  caja-gtk3/repos/community-i686/caja.install
  caja-gtk3/repos/community-x86_64/PKGBUILD
  caja-gtk3/repos/community-x86_64/caja.install

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:57:00 UTC (rev 137208)
+++ community-i686/PKGBUILD 2015-07-21 08:57:06 UTC (rev 137209)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 137208, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:57:06 UTC (rev 137209)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-07-21 08:57:00 UTC (rev 137208)
+++ community-i686/caja.install 2015-07-21 08:57:06 UTC (rev 137209)
@@ -1,14 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-mime-database /usr/share/mime/  /dev/null
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja-gtk3/repos/community-i686/caja.install (from rev 137208, 
caja-gtk3/trunk/caja.install)
===
--- 

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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:57:00
  Author: flexiondotorg
Revision: 137208

upgpkg: caja-gtk3 1.10.3-1 - New upstream release

Modified:
  caja-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:54:50 UTC (rev 137207)
+++ PKGBUILD2015-07-21 08:57:00 UTC (rev 137208)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=caja
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
+sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-sensors-applet-gtk3/trunk (PKGBUILD)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:46:35
  Author: flexiondotorg
Revision: 137200

upgpkg: mate-sensors-applet-gtk3 1.10.4-1 - New upstream release

Modified:
  mate-sensors-applet-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:44:31 UTC (rev 137199)
+++ PKGBUILD2015-07-21 08:46:35 UTC (rev 137200)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=2
+pkgver=${_ver}.4
+pkgrel=1
 pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
+sha1sums=('e0befe7526075519b2815e5e95623564e8dc8ff9')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:51:35
  Author: flexiondotorg
Revision: 137203

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

Added:
  mate-netspeed/repos/community-i686/PKGBUILD
(from rev 137202, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-i686/mate-netspeed.install
(from rev 137202, mate-netspeed/trunk/mate-netspeed.install)
  mate-netspeed/repos/community-x86_64/PKGBUILD
(from rev 137202, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-x86_64/mate-netspeed.install
(from rev 137202, mate-netspeed/trunk/mate-netspeed.install)
Deleted:
  mate-netspeed/repos/community-i686/PKGBUILD
  mate-netspeed/repos/community-i686/mate-netspeed.install
  mate-netspeed/repos/community-x86_64/PKGBUILD
  mate-netspeed/repos/community-x86_64/mate-netspeed.install

+
 /PKGBUILD  |   68 +++
 /mate-netspeed.install |   24 ++
 community-i686/PKGBUILD|   34 ---
 community-i686/mate-netspeed.install   |   12 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/mate-netspeed.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:51:29 UTC (rev 137202)
+++ community-i686/PKGBUILD 2015-07-21 08:51:35 UTC (rev 137203)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-netspeed
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libgtop' 'mate-panel=1.10' 'wireless_tools')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-netspeed/repos/community-i686/PKGBUILD (from rev 137202, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:51:35 UTC (rev 137203)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d140868282415f1bcf067b8d8116fc292aec840d')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-netspeed.install
===
--- community-i686/mate-netspeed.install2015-07-21 08:51:29 UTC (rev 
137202)
+++ community-i686/mate-netspeed.install2015-07-21 08:51:35 UTC (rev 
137203)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netspeed/repos/community-i686/mate-netspeed.install (from rev 
137202, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-i686/mate-netspeed.install(rev 0)
+++ community-i686/mate-netspeed.install2015-07-21 08:51:35 UTC (rev 
137203)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:51:29
  Author: flexiondotorg
Revision: 137202

upgpkg: mate-netspeed 1.10.2-1 - Ne wupstream release

Modified:
  mate-netspeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:46:42 UTC (rev 137201)
+++ PKGBUILD2015-07-21 08:51:29 UTC (rev 137202)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-netspeed
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
+sha1sums=('d140868282415f1bcf067b8d8116fc292aec840d')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:54:50
  Author: flexiondotorg
Revision: 137207

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:54:43 UTC (rev 137206)
+++ community-i686/PKGBUILD 2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
- 'libunique' 'libxt' 'mate-desktop=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja/repos/community-i686/PKGBUILD (from rev 137206, 
caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:54:50 UTC (rev 137207)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-07-21 08:54:43 UTC (rev 137206)
+++ community-i686/caja.install 2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,14 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-mime-database /usr/share/mime/  /dev/null
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja/repos/community-i686/caja.install (from rev 137206, 
caja/trunk/caja.install)
===
--- community-i686/caja.install (rev 0)
+++ community-i686/caja.install 2015-07-21 08:54:50 UTC (rev 137207)
@@ -0,0 +1,14 

[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:44:14
  Author: flexiondotorg
Revision: 137198

upgpkg: mate-sensors-applet 1.10.4-1 - New upstream release

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:29:03 UTC (rev 137197)
+++ PKGBUILD2015-07-21 08:44:14 UTC (rev 137198)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=2
+pkgver=${_ver}.4
+pkgrel=1
 pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
+sha1sums=('e0befe7526075519b2815e5e95623564e8dc8ff9')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-sensors-applet/repos (8 files)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:44:31
  Author: flexiondotorg
Revision: 137199

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 137198, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
(from rev 137198, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 137198, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
(from rev 137198, mate-sensors-applet/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   68 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   34 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   34 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:44:14 UTC (rev 137198)
+++ community-i686/PKGBUILD 2015-07-21 08:44:31 UTC (rev 137199)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=2
-pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'lm_sensors' 
'mate-panel=1.10')
-makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static
-  make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 137198, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:44:31 UTC (rev 137199)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase})
+pkgver=${_ver}.4
+pkgrel=1
+pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'lm_sensors' 
'mate-panel=1.10')
+makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e0befe7526075519b2815e5e95623564e8dc8ff9')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+  make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-07-21 08:44:14 UTC (rev 
137198)
+++ community-i686/mate-sensors-applet.install  2015-07-21 08:44:31 UTC (rev 
137199)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-sensors-applet/repos/community-i686/mate-sensors-applet.install 
(from rev 137198, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- 

[arch-commits] Commit in mate-sensors-applet-gtk3/repos (8 files)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:46:42
  Author: flexiondotorg
Revision: 137201

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

Added:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
(from rev 137200, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
(from rev 137200, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
(from rev 137200, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install
(from rev 137200, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   68 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   34 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   34 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:46:35 UTC (rev 137200)
+++ community-i686/PKGBUILD 2015-07-21 08:46:42 UTC (rev 137201)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=2
-pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk3' 'libatasmart' 'libnotify'  'lm_sensors' 
'mate-panel-gtk3=1.10')
-makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static
-  make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD (from rev 
137200, mate-sensors-applet-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:46:42 UTC (rev 137201)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.4
+pkgrel=1
+pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk3' 'libatasmart' 'libnotify'  'lm_sensors' 
'mate-panel-gtk3=1.10')
+makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e0befe7526075519b2815e5e95623564e8dc8ff9')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+  make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-07-21 08:46:35 UTC (rev 
137200)
+++ community-i686/mate-sensors-applet.install  2015-07-21 08:46:42 UTC (rev 
137201)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install (from 
rev 137200, 

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

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 10:49:33
  Author: alucryd
Revision: 242392

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

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

---+
 /PKGBUILD |  166 
 extra-i686/PKGBUILD   |   78 --
 extra-x86_64/PKGBUILD |   78 --
 3 files changed, 166 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-21 08:49:08 UTC (rev 242391)
+++ extra-i686/PKGBUILD 2015-07-21 08:49:33 UTC (rev 242392)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer:  Maxime Gauduin aluc...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.7.1
-pkgrel=3
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libwebp'
-  'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils'
-  'xvidcore' 'zlib' 'fribidi' 'libssh'
-  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 242391, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-21 08:49:33 UTC (rev 242392)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer:  Maxime Gauduin aluc...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.7.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libssh' 'libtheora' 'libva'
+  'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger'
+  'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('7eb2140bab9f0a8669b65b50c8e4cfb5'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+

[arch-commits] Commit in mate-netspeed-gtk3/repos (8 files)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:53:03
  Author: flexiondotorg
Revision: 137205

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

Added:
  mate-netspeed-gtk3/repos/community-i686/PKGBUILD
(from rev 137204, mate-netspeed-gtk3/trunk/PKGBUILD)
  mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install
(from rev 137204, mate-netspeed-gtk3/trunk/mate-netspeed.install)
  mate-netspeed-gtk3/repos/community-x86_64/PKGBUILD
(from rev 137204, mate-netspeed-gtk3/trunk/PKGBUILD)
  mate-netspeed-gtk3/repos/community-x86_64/mate-netspeed.install
(from rev 137204, mate-netspeed-gtk3/trunk/mate-netspeed.install)
Deleted:
  mate-netspeed-gtk3/repos/community-i686/PKGBUILD
  mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install
  mate-netspeed-gtk3/repos/community-x86_64/PKGBUILD
  mate-netspeed-gtk3/repos/community-x86_64/mate-netspeed.install

+
 /PKGBUILD  |   68 +++
 /mate-netspeed.install |   24 ++
 community-i686/PKGBUILD|   34 ---
 community-i686/mate-netspeed.install   |   12 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/mate-netspeed.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:52:56 UTC (rev 137204)
+++ community-i686/PKGBUILD 2015-07-21 08:53:03 UTC (rev 137205)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-netspeed
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libgtop' 'mate-panel-gtk3=1.10' 'wireless_tools')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-netspeed-gtk3/repos/community-i686/PKGBUILD (from rev 137204, 
mate-netspeed-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:53:03 UTC (rev 137205)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgtop' 'mate-panel-gtk3=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d140868282415f1bcf067b8d8116fc292aec840d')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-netspeed.install
===
--- community-i686/mate-netspeed.install2015-07-21 08:52:56 UTC (rev 
137204)
+++ community-i686/mate-netspeed.install2015-07-21 08:53:03 UTC (rev 
137205)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install (from rev 
137204, mate-netspeed-gtk3/trunk/mate-netspeed.install)
===
--- community-i686/mate-netspeed.install(rev 0)
+++ community-i686/mate-netspeed.install2015-07-21 08:53:03 UTC (rev 
137205)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in mate-netspeed-gtk3/trunk (PKGBUILD)

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:52:56
  Author: flexiondotorg
Revision: 137204

upgpkg: mate-netspeed-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-netspeed-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:51:35 UTC (rev 137203)
+++ PKGBUILD2015-07-21 08:52:56 UTC (rev 137204)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-netspeed
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
+sha1sums=('d140868282415f1bcf067b8d8116fc292aec840d')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:54:43
  Author: flexiondotorg
Revision: 137206

upgpkg: caja 1.10.3-1 - New upstream release

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 08:53:03 UTC (rev 137205)
+++ PKGBUILD2015-07-21 08:54:43 UTC (rev 137206)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=caja
 pkgname=${_pkgbase}
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc=File manager for the MATE desktop (GTK2 version)
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
+sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 15:57:04
  Author: alucryd
Revision: 137214

libx264 soname bump: cinelerra-cv 1:2.2-26

Modified:
  cinelerra-cv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 13:46:01 UTC (rev 137213)
+++ PKGBUILD2015-07-21 13:57:04 UTC (rev 137214)
@@ -7,7 +7,7 @@
 pkgname=cinelerra-cv
 pkgver=2.2
 _gitrel=2.2.0
-pkgrel=25
+pkgrel=26
 epoch=1
 pkgdesc=Professional video editing and compositing environment
 arch=('x86_64' 'i686')


[arch-commits] Commit in cinelerra-cv/repos (22 files)

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 15:57:45
  Author: alucryd
Revision: 137215

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

Added:
  cinelerra-cv/repos/community-i686/PKGBUILD
(from rev 137214, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-i686/cinelerra-std_and_str_h.patch
(from rev 137214, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-i686/ffmpeg2.0.patch
(from rev 137214, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-i686/ffmpeg_api.patch
(from rev 137214, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-i686/gcc5fix.patch
(from rev 137214, cinelerra-cv/trunk/gcc5fix.patch)
  cinelerra-cv/repos/community-i686/v4l1_removal.patch
(from rev 137214, cinelerra-cv/trunk/v4l1_removal.patch)
  cinelerra-cv/repos/community-x86_64/PKGBUILD
(from rev 137214, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-x86_64/cinelerra-std_and_str_h.patch
(from rev 137214, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-x86_64/ffmpeg2.0.patch
(from rev 137214, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-x86_64/ffmpeg_api.patch
(from rev 137214, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-x86_64/gcc5fix.patch
(from rev 137214, cinelerra-cv/trunk/gcc5fix.patch)
  cinelerra-cv/repos/community-x86_64/v4l1_removal.patch
(from rev 137214, cinelerra-cv/trunk/v4l1_removal.patch)
Deleted:
  cinelerra-cv/repos/community-i686/PKGBUILD
  cinelerra-cv/repos/community-i686/cinelerra-std_and_str_h.patch
  cinelerra-cv/repos/community-i686/ffmpeg2.0.patch
  cinelerra-cv/repos/community-i686/ffmpeg_api.patch
  cinelerra-cv/repos/community-i686/v4l1_removal.patch
  cinelerra-cv/repos/community-x86_64/PKGBUILD
  cinelerra-cv/repos/community-x86_64/cinelerra-std_and_str_h.patch
  cinelerra-cv/repos/community-x86_64/ffmpeg2.0.patch
  cinelerra-cv/repos/community-x86_64/ffmpeg_api.patch
  cinelerra-cv/repos/community-x86_64/v4l1_removal.patch

+
 /PKGBUILD  |  200 ++
 /cinelerra-std_and_str_h.patch |  162 +++
 /ffmpeg2.0.patch   |  196 +
 /ffmpeg_api.patch  |  326 +++
 /v4l1_removal.patch|  250 +
 community-i686/PKGBUILD|  105 ---
 community-i686/cinelerra-std_and_str_h.patch   |   81 -
 community-i686/ffmpeg2.0.patch |   98 --
 community-i686/ffmpeg_api.patch|  163 ---
 community-i686/gcc5fix.patch   |   33 ++
 community-i686/v4l1_removal.patch  |  125 
 community-x86_64/PKGBUILD  |  105 ---
 community-x86_64/cinelerra-std_and_str_h.patch |   81 -
 community-x86_64/ffmpeg2.0.patch   |   98 --
 community-x86_64/ffmpeg_api.patch  |  163 ---
 community-x86_64/gcc5fix.patch |   33 ++
 community-x86_64/v4l1_removal.patch|  125 
 17 files changed, 1200 insertions(+), 1144 deletions(-)

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


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

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 15:45:22
  Author: alucryd
Revision: 137212

upgpkg: musescore 2.0.2-1

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

---+
 PKGBUILD  |8 
 musescore.install |2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 11:05:04 UTC (rev 137211)
+++ PKGBUILD2015-07-21 13:45:22 UTC (rev 137212)
@@ -5,18 +5,19 @@
 # Contributor: Dr.Egg rwh...@archlinux.us
 
 pkgname=musescore
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
 arch=('i686' 'x86_64')
 url='http://musescore.org/'
 license=('GPL')
-depends=('libpulse' 'portaudio' 'qt5-quick1' 'qt5-svg' 'qt5-tools')
+depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
+ 'qt5-quick1' 'qt5-svg' 'qt5-tools' 'shared-mime-info')
 makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
 optdepends=('lame: MP3 export')
 install='musescore.install'
 
source=(musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
-sha256sums=('3c16cbf70eca6da87aad7e247a9926305276db0c58e21f5913b8bd27cb989d58')
+sha256sums=('92f35403d1cb87bdb080a18bc37b2023a998ed9a26e7f50a5b6d30dbc3c1db45')
 
 build() {
   cd MuseScore-${pkgver}
@@ -28,7 +29,6 @@
   cd MuseScore-${pkgver}/build.release
 
   make DESTDIR=${pkgdir} install
-  install -m 644 ../assets/musescore-icon-round-512.png 
${pkgdir}/usr/share/pixmaps/mscore.png
 }
 
 # vim: ts=2 sw=2 et:

Modified: musescore.install
===
--- musescore.install   2015-07-21 11:05:04 UTC (rev 137211)
+++ musescore.install   2015-07-21 13:45:22 UTC (rev 137212)
@@ -1,5 +1,7 @@
 post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
   update-desktop-database -q
+  update-mime-database /usr/share/mime
 }
 
 post_upgrade() {


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

2015-07-21 Thread Maxime Gauduin
Date: Tuesday, July 21, 2015 @ 15:46:01
  Author: alucryd
Revision: 137213

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

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

+
 /PKGBUILD  |   68 +++
 /musescore.install |   30 +++
 community-i686/PKGBUILD|   34 -
 community-i686/musescore.install   |   13 --
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/musescore.install |   13 --
 6 files changed, 98 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 13:45:22 UTC (rev 137212)
+++ community-i686/PKGBUILD 2015-07-21 13:46:01 UTC (rev 137213)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Cristian Maureira sa...@archlinux.cl
-# Contributor: Dr.Egg rwh...@archlinux.us
-
-pkgname=musescore
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=('i686' 'x86_64')
-url='http://musescore.org/'
-license=('GPL')
-depends=('libpulse' 'portaudio' 'qt5-quick1' 'qt5-svg' 'qt5-tools')
-makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
-optdepends=('lame: MP3 export')
-install='musescore.install'
-source=(musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
-sha256sums=('3c16cbf70eca6da87aad7e247a9926305276db0c58e21f5913b8bd27cb989d58')
-
-build() {
-  cd MuseScore-${pkgver}
-
-  make PREFIX='/usr' release
-}
-
-package() {
-  cd MuseScore-${pkgver}/build.release
-
-  make DESTDIR=${pkgdir} install
-  install -m 644 ../assets/musescore-icon-round-512.png 
${pkgdir}/usr/share/pixmaps/mscore.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-i686/PKGBUILD (from rev 137212, 
musescore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 13:46:01 UTC (rev 137213)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Cristian Maureira sa...@archlinux.cl
+# Contributor: Dr.Egg rwh...@archlinux.us
+
+pkgname=musescore
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Create, play and print beautiful sheet music'
+arch=('i686' 'x86_64')
+url='http://musescore.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
+ 'qt5-quick1' 'qt5-svg' 'qt5-tools' 'shared-mime-info')
+makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
+optdepends=('lame: MP3 export')
+install='musescore.install'
+source=(musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
+sha256sums=('92f35403d1cb87bdb080a18bc37b2023a998ed9a26e7f50a5b6d30dbc3c1db45')
+
+build() {
+  cd MuseScore-${pkgver}
+
+  make PREFIX='/usr' release
+}
+
+package() {
+  cd MuseScore-${pkgver}/build.release
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/musescore.install
===
--- community-i686/musescore.install2015-07-21 13:45:22 UTC (rev 137212)
+++ community-i686/musescore.install2015-07-21 13:46:01 UTC (rev 137213)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-i686/musescore.install (from rev 137212, 
musescore/trunk/musescore.install)
===
--- community-i686/musescore.install(rev 0)
+++ community-i686/musescore.install2015-07-21 13:46:01 UTC (rev 137213)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2015-07-21 Thread Antonio Rojas
Date: Tuesday, July 21, 2015 @ 16:38:33
  Author: arojas
Revision: 137216

Update to 2.7.0

Modified:
  arb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 13:57:45 UTC (rev 137215)
+++ PKGBUILD2015-07-21 14:38:33 UTC (rev 137216)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=arb
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('683f4b9f975f8e546ca4481f803cd099')
+md5sums=('f56a1d5d748f51da8ac47653bca9e2dc')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-21 Thread Antonio Rojas
Date: Tuesday, July 21, 2015 @ 16:39:09
  Author: arojas
Revision: 137217

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 14:38:33 UTC (rev 137216)
+++ community-i686/PKGBUILD 2015-07-21 14:39:09 UTC (rev 137217)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=arb
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
-arch=(i686 x86_64)
-url=http://fredrikj.net/arb/;
-license=(GPL)
-depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('683f4b9f975f8e546ca4481f803cd099')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: arb/repos/community-i686/PKGBUILD (from rev 137216, arb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 14:39:09 UTC (rev 137217)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=arb
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
+arch=(i686 x86_64)
+url=http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+md5sums=('f56a1d5d748f51da8ac47653bca9e2dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-21 14:38:33 UTC (rev 137216)
+++ community-x86_64/PKGBUILD   2015-07-21 14:39:09 UTC (rev 137217)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=arb
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
-arch=(i686 x86_64)
-url=http://fredrikj.net/arb/;
-license=(GPL)
-depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('683f4b9f975f8e546ca4481f803cd099')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: arb/repos/community-x86_64/PKGBUILD (from rev 137216, 
arb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-21 14:39:09 UTC (rev 137217)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=arb
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
+arch=(i686 x86_64)
+url=http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+md5sums=('f56a1d5d748f51da8ac47653bca9e2dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}