[arch-commits] Commit in lvm2/trunk (PKGBUILD lvm2-2.02.105-readline-6.3.patch)

2014-03-19 Thread Eric Bélanger
Date: Wednesday, March 19, 2014 @ 07:09:47
  Author: eric
Revision: 208213

Add build patch (close FS#39324)

Added:
  lvm2/trunk/lvm2-2.02.105-readline-6.3.patch
Modified:
  lvm2/trunk/PKGBUILD

--+
 PKGBUILD |7 +++--
 lvm2-2.02.105-readline-6.3.patch |   48 +
 2 files changed, 53 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 03:53:19 UTC (rev 208212)
+++ PKGBUILD2014-03-19 06:09:47 UTC (rev 208213)
@@ -23,7 +23,8 @@
 lvmetad.service
 lvmetad.socket
 0001-wiping-wipe-DM_snapshot_cow-signature-without-prompt.patch
-0002-snapshot-zero-cow-header-for-read-only-snapshot.patch)
+0002-snapshot-zero-cow-header-for-read-only-snapshot.patch
+lvm2-2.02.105-readline-6.3.patch)
 sha1sums=('796163e766480cdc427cd443dc1336ae8e8e3bd7'
   'SKIP'
   '76e83966d1bc84f9a1e30bcaff84b8b8fefbca0f'
@@ -37,7 +38,8 @@
   'f857a4a63fcc604a981e56875edda91767d4f1bf'
   'fcfc265e3b10294cc4b10949a342e9db4310b186'
   '044d426c49919b5a86fd84228d1c7e1f3a86c59a'
-  '4f83555347e7c3596c53d9009f260c1d65639e6d')
+  '4f83555347e7c3596c53d9009f260c1d65639e6d'
+  '8a89e784dee91872afe87083f7dd56c2fbc93229')
 
 prepare() {
   cd LVM2.${pkgver}
@@ -46,6 +48,7 @@
 
   patch -p1 -i 
${srcdir}/0001-wiping-wipe-DM_snapshot_cow-signature-without-prompt.patch
   patch -p1 -i 
${srcdir}/0002-snapshot-zero-cow-header-for-read-only-snapshot.patch
+  patch -p1 -i ${srcdir}/lvm2-2.02.105-readline-6.3.patch
 }
 
 build() {

Added: lvm2-2.02.105-readline-6.3.patch
===
--- lvm2-2.02.105-readline-6.3.patch(rev 0)
+++ lvm2-2.02.105-readline-6.3.patch2014-03-19 06:09:47 UTC (rev 208213)
@@ -0,0 +1,48 @@
+https://bugs.gentoo.org/503234
+
+From 216c57eed72fee52e99bb5d014c9de535e631f58 Mon Sep 17 00:00:00 2001
+From: Zdenek Kabelac zkabe...@redhat.com
+Date: Thu, 6 Mar 2014 16:04:19 +0100
+Subject: [PATCH] readline: switch to new-style readline typedef
+
+Based on patch:
+https://www.redhat.com/archives/lvm-devel/2014-March/msg00015.html
+
+The CPPFunction typedef (among others) have been deprecated in favour of
+specific prototyped typedefs since readline 4.2 (circa 2001).
+It's been working since because compatibility typedefs have been in
+place until they where removed in the recent readline 6.3 release.
+Switch to the new style to avoid build breakage.
+
+But also add full backward compatibility with define.
+
+Signed-off-by: Gustavo Zacarias gustavo zacarias com ar
+---
+ WHATS_NEW   | 1 +
+ tools/lvm.c | 3 ++-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/tools/lvm.c b/tools/lvm.c
+index 51e9293..f9ab438 100644
+--- a/tools/lvm.c
 b/tools/lvm.c
+@@ -27,6 +27,7 @@ int main(int argc, char **argv)
+ #  include readline/history.h
+ #  ifndef HAVE_RL_COMPLETION_MATCHES
+ #define rl_completion_matches(a, b) completion_matches((char *)a, b)
++#define rl_completion_func_t CPPFunction
+ #  endif
+ 
+ static struct cmdline_context *_cmdline;
+@@ -185,7 +186,7 @@ int lvm_shell(struct cmd_context *cmd, struct 
cmdline_context *cmdline)
+   char *input = NULL, *args[MAX_ARGS], **argv;
+ 
+   rl_readline_name = lvm;
+-  rl_attempted_completion_function = (CPPFunction *) _completion;
++  rl_attempted_completion_function = (rl_completion_func_t *) _completion;
+ 
+   _read_history(cmd);
+ 
+-- 
+1.9.0
+



[arch-commits] Commit in (4 files)

2014-03-19 Thread Kyle Keen
Date: Wednesday, March 19, 2014 @ 07:54:54
  Author: kkeen
Revision: 107757

pkginit: read-edid 3.0.1-1

Added:
  read-edid/
  read-edid/repos/
  read-edid/trunk/
  read-edid/trunk/PKGBUILD

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

Added: read-edid/trunk/PKGBUILD
===
--- read-edid/trunk/PKGBUILD(rev 0)
+++ read-edid/trunk/PKGBUILD2014-03-19 06:54:54 UTC (rev 107757)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: LaraCraft304 l...@craft.net.br
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=read-edid
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=Program that can get information from a PNP monitor
+arch=('i686' 'x86_64')
+url=http://www.polypux.org/projects/read-edid/;
+license=('GPL')
+depends=('libx86=0.99')
+makedepeds=('cmake')
+source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('81f6a57162127ab9e969da53bc290e63')
+
+build() {
+mkdir $pkgname-build
+cd $pkgname-build
+cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $pkgname-build
+make DESTDIR=$pkgdir/ install
+}


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


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

2014-03-19 Thread Kyle Keen
Date: Wednesday, March 19, 2014 @ 07:59:21
  Author: kkeen
Revision: 107758

upgpkg: read-edid 3.0.1-1

Modified:
  read-edid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 06:54:54 UTC (rev 107757)
+++ PKGBUILD2014-03-19 06:59:21 UTC (rev 107758)
@@ -11,7 +11,7 @@
 url=http://www.polypux.org/projects/read-edid/;
 license=('GPL')
 depends=('libx86=0.99')
-makedepeds=('cmake')
+makedepends=('cmake')
 source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('81f6a57162127ab9e969da53bc290e63')
 



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

2014-03-19 Thread Kyle Keen
Date: Wednesday, March 19, 2014 @ 08:00:43
  Author: kkeen
Revision: 107759

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

Added:
  read-edid/repos/community-i686/
  read-edid/repos/community-i686/PKGBUILD
(from rev 107758, read-edid/trunk/PKGBUILD)
  read-edid/repos/community-x86_64/
  read-edid/repos/community-x86_64/PKGBUILD
(from rev 107758, read-edid/trunk/PKGBUILD)

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

Copied: read-edid/repos/community-i686/PKGBUILD (from rev 107758, 
read-edid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 07:00:43 UTC (rev 107759)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: LaraCraft304 l...@craft.net.br
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=read-edid
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=Program that can get information from a PNP monitor
+arch=('i686' 'x86_64')
+url=http://www.polypux.org/projects/read-edid/;
+license=('GPL')
+depends=('libx86=0.99')
+makedepends=('cmake')
+source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('81f6a57162127ab9e969da53bc290e63')
+
+build() {
+mkdir $pkgname-build
+cd $pkgname-build
+cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $pkgname-build
+make DESTDIR=$pkgdir/ install
+}

Copied: read-edid/repos/community-x86_64/PKGBUILD (from rev 107758, 
read-edid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-19 07:00:43 UTC (rev 107759)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: LaraCraft304 l...@craft.net.br
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=read-edid
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=Program that can get information from a PNP monitor
+arch=('i686' 'x86_64')
+url=http://www.polypux.org/projects/read-edid/;
+license=('GPL')
+depends=('libx86=0.99')
+makedepends=('cmake')
+source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('81f6a57162127ab9e969da53bc290e63')
+
+build() {
+mkdir $pkgname-build
+cd $pkgname-build
+cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $pkgname-build
+make DESTDIR=$pkgdir/ install
+}



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

2014-03-19 Thread Lukas Jirkovsky
Date: Wednesday, March 19, 2014 @ 10:31:17
  Author: stativ
Revision: 107761

archrelease: copy trunk to community-staging-any

Added:
  python2-httplib2/repos/community-staging-any/
  python2-httplib2/repos/community-staging-any/PKGBUILD
(from rev 107760, python2-httplib2/trunk/PKGBUILD)
  python2-httplib2/repos/community-staging-any/ssl_hostname.diff
(from rev 107760, python2-httplib2/trunk/ssl_hostname.diff)

---+
 PKGBUILD  |   54 
 ssl_hostname.diff |   21 
 2 files changed, 75 insertions(+)

Copied: python2-httplib2/repos/community-staging-any/PKGBUILD (from rev 107760, 
python2-httplib2/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-19 09:31:17 UTC (rev 107761)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giorgio Lando patroc...@gmail.com
+# Contributor: Nicolas Quienot niQo@aur
+# Contributor: Jesse Young jesse.yo...@gmail.com
+
+# TODO: Change pkgbase from python2-httplib2 to python-httplib2
+pkgbase=python2-httplib2
+pkgname=(python-httplib2 python2-httplib2)
+_pkgbasename=httplib2
+pkgver=0.8
+pkgrel=3
+pkgdesc='Comprehensive HTTP client library, supporting many features'
+url='http://code.google.com/p/httplib2/'
+license=('MIT')
+arch=('any')
+makedepends=('python' 'python2')
+provides=('httplib2')
+replaces=('httplib2')
+source=(http://httplib2.googlecode.com/files/$_pkgbasename-$pkgver.tar.gz;
+'ssl_hostname.diff')
+sha256sums=('af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f'
+'d29fa108291a24f0708f04867f0479247ecbdd1fcf1617588b6650038d95554a')
+
+prepare() {
+  # patch, ref https://bugs.archlinux.org/task/36839
+  cd $_pkgbasename-$pkgver
+  patch -p1 -i $srcdir/ssl_hostname.diff
+  tail -24 README  LICENSE
+  cd ..
+
+  # prepare one build directory for each package
+  cp -a $_pkgbasename-$pkgver ${pkgname[0]}-$pkgver
+  cp -a $_pkgbasename-$pkgver ${pkgname[1]}-$pkgver
+}
+
+package_python-httplib2() {
+  depends=('python')
+
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-httplib2() {
+  depends=('python2')
+
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-httplib2/repos/community-staging-any/ssl_hostname.diff (from 
rev 107760, python2-httplib2/trunk/ssl_hostname.diff)
===
--- community-staging-any/ssl_hostname.diff (rev 0)
+++ community-staging-any/ssl_hostname.diff 2014-03-19 09:31:17 UTC (rev 
107761)
@@ -0,0 +1,21 @@
+diff -r 93291649202b python2/httplib2/__init__.py
+--- a/python2/httplib2/__init__.py Tue Mar 26 14:17:48 2013 -0400
 b/python2/httplib2/__init__.py Tue Apr 23 10:32:15 2013 +0300
+@@ -1030,7 +1030,7 @@
+ raise CertificateHostnameMismatch(
+ 'Server presented certificate that does not match 
'
+ 'host %s: %s' % (hostname, cert), hostname, cert)
+-except ssl_SSLError, e:
++except (ssl_SSLError, CertificateHostnameMismatch), e:
+ if sock:
+ sock.close()
+ if self.sock:
+@@ -1040,7 +1040,7 @@
+ # to get at more detailed error information, in particular
+ # whether the error is due to certificate validation or
+ # something else (such as SSL protocol mismatch).
+-if e.errno == ssl.SSL_ERROR_SSL:
++if hasattr(e, 'errno') and e.errno == ssl.SSL_ERROR_SSL:
+ raise SSLHandshakeError(e)
+ else:
+ raise



[arch-commits] Commit in python2-httplib2/trunk (PKGBUILD ssl_hostname.diff)

2014-03-19 Thread Lukas Jirkovsky
Date: Wednesday, March 19, 2014 @ 10:31:14
  Author: stativ
Revision: 107760

upgpkg: python2-httplib2 0.8-3

python 3.4 rebuild, add the security patch to the source dir, because it can't 
be reliably downloaded by makepkg

Added:
  python2-httplib2/trunk/ssl_hostname.diff
Modified:
  python2-httplib2/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 ssl_hostname.diff |   21 +
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 07:00:43 UTC (rev 107759)
+++ PKGBUILD2014-03-19 09:31:14 UTC (rev 107760)
@@ -10,7 +10,7 @@
 pkgname=(python-httplib2 python2-httplib2)
 _pkgbasename=httplib2
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Comprehensive HTTP client library, supporting many features'
 url='http://code.google.com/p/httplib2/'
 license=('MIT')
@@ -19,7 +19,7 @@
 provides=('httplib2')
 replaces=('httplib2')
 source=(http://httplib2.googlecode.com/files/$_pkgbasename-$pkgver.tar.gz;
-
'security.patch::http://httplib2.googlecode.com/issues/attachment?aid=282000name=ssl_hostname.difftoken=6H5KCc5DdiALaB413U9cqHZPgMI%3A1378908484674')
+'ssl_hostname.diff')
 sha256sums=('af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f'
 'd29fa108291a24f0708f04867f0479247ecbdd1fcf1617588b6650038d95554a')
 
@@ -26,7 +26,7 @@
 prepare() {
   # patch, ref https://bugs.archlinux.org/task/36839
   cd $_pkgbasename-$pkgver
-  patch -p1 -i $srcdir/security.patch
+  patch -p1 -i $srcdir/ssl_hostname.diff
   tail -24 README  LICENSE
   cd ..
 

Added: ssl_hostname.diff
===
--- ssl_hostname.diff   (rev 0)
+++ ssl_hostname.diff   2014-03-19 09:31:14 UTC (rev 107760)
@@ -0,0 +1,21 @@
+diff -r 93291649202b python2/httplib2/__init__.py
+--- a/python2/httplib2/__init__.py Tue Mar 26 14:17:48 2013 -0400
 b/python2/httplib2/__init__.py Tue Apr 23 10:32:15 2013 +0300
+@@ -1030,7 +1030,7 @@
+ raise CertificateHostnameMismatch(
+ 'Server presented certificate that does not match 
'
+ 'host %s: %s' % (hostname, cert), hostname, cert)
+-except ssl_SSLError, e:
++except (ssl_SSLError, CertificateHostnameMismatch), e:
+ if sock:
+ sock.close()
+ if self.sock:
+@@ -1040,7 +1040,7 @@
+ # to get at more detailed error information, in particular
+ # whether the error is due to certificate validation or
+ # something else (such as SSL protocol mismatch).
+-if e.errno == ssl.SSL_ERROR_SSL:
++if hasattr(e, 'errno') and e.errno == ssl.SSL_ERROR_SSL:
+ raise SSLHandshakeError(e)
+ else:
+ raise



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

2014-03-19 Thread Felix Yan
Date: Wednesday, March 19, 2014 @ 10:51:49
  Author: fyan
Revision: 107762

upgpkg: cgminer 4.2.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 09:31:17 UTC (rev 107761)
+++ PKGBUILD2014-03-19 09:51:49 UTC (rev 107762)
@@ -5,8 +5,8 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=4.1.0
-#_pkgver=3.6.6
+pkgver=4.2.0
+#_pkgver=
 _pkgver=$pkgver
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin
@@ -60,7 +60,6 @@
 --prefix=/usr \
 --enable-ants1 \
 --enable-avalon \
---enable-avalon2 \
 --enable-bab \
 --enable-bflsc \
 --enable-bitforce \
@@ -74,6 +73,7 @@
 --enable-minion \
 --enable-modminer \
 --with-system-libusb
+# --enable-avalon2 # Disable broken avalon2 driver for 4.2.0
 # --enable-knc # Enable it only when you need to
   
   make



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

2014-03-19 Thread Felix Yan
Date: Wednesday, March 19, 2014 @ 10:53:20
  Author: fyan
Revision: 107763

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 107762, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 107762, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 107762, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 107762, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 107762, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 107762, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  196 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   98 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 09:51:49 UTC (rev 107762)
+++ community-i686/PKGBUILD 2014-03-19 09:53:20 UTC (rev 107763)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=4.1.0
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-ants1 \
---enable-avalon \
---enable-avalon2 \
---enable-bab \
---enable-bflsc \
---enable-bitforce \
---enable-bitfury \
---enable-bitmine_A1 \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-icarus \
---enable-klondike \
---enable-minion \
---enable-modminer \
---with-system-libusb
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-

[arch-commits] Commit in gnome-commander/repos/community-x86_64 (6 files)

2014-03-19 Thread Jaroslav Lichtblau
Date: Wednesday, March 19, 2014 @ 11:09:28
  Author: jlichtblau
Revision: 107765

archrelease: copy trunk to community-x86_64

Added:
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 107764, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 107764, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/gnome-commander.install
(from rev 107764, gnome-commander/trunk/gnome-commander.install)
Deleted:
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/gnome-commander.install

---+
 PKGBUILD  |   90 ++--
 gnome-commander.changelog |7 ++-
 gnome-commander.install   |   48 +++
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 10:09:18 UTC (rev 107764)
+++ PKGBUILD2014-03-19 10:09:28 UTC (rev 107765)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Johannes Sjolund j.sjol...@gmail.com
-
-pkgname=gnome-commander
-pkgver=1.2.8.17
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('135033ad2073c9d6fee51a52f1e7a56358b8e3a6fa46d64188dc3feebfe00606')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' $f
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
---domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
-  rm -rf $pkgdir/etc/gconf/schemas/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-commander/repos/community-x86_64/PKGBUILD (from rev 107764, 
gnome-commander/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 10:09:28 UTC (rev 107765)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Johannes Sjolund j.sjol...@gmail.com
+
+pkgname=gnome-commander
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('ffd1062dd61ca993271e6d013dccf179fd8291f3507907c873facdf893ef6fc1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' $f
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
+  rm -rf $pkgdir/etc/gconf/schemas/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-commander.changelog
===
--- gnome-commander.changelog   2014-03-19 10:09:18 UTC (rev 107764)
+++ gnome-commander.changelog   2014-03-19 10:09:28 UTC (rev 107765)
@@ -1,2 +0,0 @@
-2014-01-14 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * gnome-commander 1.2.8.17-1

Copied: gnome-commander/repos/community-x86_64/gnome-commander.changelog (from 
rev 107764, gnome-commander/trunk/gnome-commander.changelog)
===
--- 

[arch-commits] Commit in gnome-commander/trunk (PKGBUILD gnome-commander.changelog)

2014-03-19 Thread Jaroslav Lichtblau
Date: Wednesday, March 19, 2014 @ 11:09:18
  Author: jlichtblau
Revision: 107764

upgpkg: gnome-commander 1.4.0-1

Modified:
  gnome-commander/trunk/PKGBUILD
  gnome-commander/trunk/gnome-commander.changelog

---+
 PKGBUILD  |8 
 gnome-commander.changelog |3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 09:53:20 UTC (rev 107763)
+++ PKGBUILD2014-03-19 10:09:18 UTC (rev 107764)
@@ -6,18 +6,18 @@
 # Contributor: Johannes Sjolund j.sjol...@gmail.com
 
 pkgname=gnome-commander
-pkgver=1.2.8.17
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Graphical two-pane filemanager for Gnome'
 arch=('i686' 'x86_64')
 url='http://gcmd.github.io/'
 license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
 makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('135033ad2073c9d6fee51a52f1e7a56358b8e3a6fa46d64188dc3feebfe00606')
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('ffd1062dd61ca993271e6d013dccf179fd8291f3507907c873facdf893ef6fc1')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-commander.changelog
===
--- gnome-commander.changelog   2014-03-19 09:53:20 UTC (rev 107763)
+++ gnome-commander.changelog   2014-03-19 10:09:18 UTC (rev 107764)
@@ -1,2 +1,5 @@
+2014-03-19 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * gnome-commander 1.4.0-1
+
 2014-01-14 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
* gnome-commander 1.2.8.17-1



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 11:24:16
  Author: flexiondotorg
Revision: 107767

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 10:24:07 UTC (rev 107766)
+++ PKGBUILD2014-03-19 10:24:16 UTC (rev 107767)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-
-_pkgname=python-fastimport
-pkgname=python2-fastimport
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=Fastimport parser in Python
-arch=(any)
-url=https://launchpad.net/python-fastimport;
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/${_pkgname}/trunk/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
-sha1sums=('960d5ab4c7b66463dd9cb947a2badc55c9bb8663')
-
-package() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python2-fastimport/repos/community-any/PKGBUILD (from rev 107766, 
python2-fastimport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 10:24:16 UTC (rev 107767)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+_pkgname=fastimport
+pkgname=python2-fastimport
+pkgver=0.9.3
+pkgrel=1
+pkgdesc=VCS fastimport/fastexport parser
+arch=(any)
+url=https://pypi.python.org/pypi/fastimport/;
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distutils-extra')
+source=(https://pypi.python.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('9c87233c2473891652b5d966379f51e5')
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 11:24:07
  Author: flexiondotorg
Revision: 107766

upgpkg: python2-fastimport 0.9.3-1 - New upstream release

Modified:
  python2-fastimport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 10:09:28 UTC (rev 107765)
+++ PKGBUILD2014-03-19 10:24:07 UTC (rev 107766)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Martin Wimpress c...@flexion.org
 
-_pkgname=python-fastimport
+_pkgname=fastimport
 pkgname=python2-fastimport
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=Fastimport parser in Python
+pkgver=0.9.3
+pkgrel=1
+pkgdesc=VCS fastimport/fastexport parser
 arch=(any)
-url=https://launchpad.net/python-fastimport;
+url=https://pypi.python.org/pypi/fastimport/;
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/${_pkgname}/trunk/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
-sha1sums=('960d5ab4c7b66463dd9cb947a2badc55c9bb8663')
+source=(https://pypi.python.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('9c87233c2473891652b5d966379f51e5')
 
 package() {
 cd ${srcdir}/${_pkgname}-${pkgver}



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 11:35:40
  Author: flexiondotorg
Revision: 107768

upgpkg: mate-system-tools 1.8.0-2 - Disable feature that are not supported 
under Arch Linux

Modified:
  mate-system-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 10:24:16 UTC (rev 107767)
+++ PKGBUILD2014-03-19 10:35:40 UTC (rev 107768)
@@ -2,15 +2,14 @@
 
 pkgname=mate-system-tools
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Suite of tools for MATE to simplify configuring workstations.
 url=http://mate-desktop.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends' 
'wireless_tools')
+depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends')
 makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('ntp: Automatic time synchronisation.'
-'caja: provides Caja Shares extension'
+optdepends=('caja: provides Caja Shares extension'
 'yelp: for reading MATE help documents')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
@@ -20,7 +19,10 @@
 cd ${srcdir}/${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---sysconfdir=/etc
+--sysconfdir=/etc \
+--disable-network \
+--disable-services \
+--disable-time
 make
 }
 
@@ -27,5 +29,4 @@
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
 make DESTDIR=${pkgdir} install
-rm -f ${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a
 }



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 11:35:55
  Author: flexiondotorg
Revision: 107769

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

Added:
  mate-system-tools/repos/community-i686/PKGBUILD
(from rev 107768, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-i686/mate-system-tools.install
(from rev 107768, mate-system-tools/trunk/mate-system-tools.install)
  mate-system-tools/repos/community-x86_64/PKGBUILD
(from rev 107768, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-x86_64/mate-system-tools.install
(from rev 107768, mate-system-tools/trunk/mate-system-tools.install)
Deleted:
  mate-system-tools/repos/community-i686/PKGBUILD
  mate-system-tools/repos/community-i686/mate-system-tools.install
  mate-system-tools/repos/community-x86_64/PKGBUILD
  mate-system-tools/repos/community-x86_64/mate-system-tools.install

+
 /PKGBUILD  |   64 +++
 /mate-system-tools.install |   24 ++
 community-i686/PKGBUILD|   31 -
 community-i686/mate-system-tools.install   |   12 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/mate-system-tools.install |   12 -
 6 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 10:35:40 UTC (rev 107768)
+++ community-i686/PKGBUILD 2014-03-19 10:35:55 UTC (rev 107769)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Suite of tools for MATE to simplify configuring workstations.
-url=http://mate-desktop.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends' 
'wireless_tools')
-makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('ntp: Automatic time synchronisation.'
-'caja: provides Caja Shares extension'
-'yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-rm -f ${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a
-}

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 107768, 
mate-system-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 10:35:55 UTC (rev 107769)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-system-tools
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Suite of tools for MATE to simplify configuring workstations.
+url=http://mate-desktop.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'liboobs' 'mate-polkit' 'system-tools-backends')
+makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('caja: provides Caja Shares extension'
+'yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-network \
+--disable-services \
+--disable-time
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-system-tools.install
===
--- community-i686/mate-system-tools.install2014-03-19 10:35:40 UTC (rev 
107768)
+++ community-i686/mate-system-tools.install2014-03-19 10:35:55 UTC (rev 
107769)
@@ -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/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-system-tools/repos/community-i686/mate-system-tools.install (from 
rev 107768, mate-system-tools/trunk/mate-system-tools.install)
===
--- community-i686/mate-system-tools.install(rev 0)
+++ community-i686/mate-system-tools.install2014-03-19 10:35:55 UTC (rev 
107769)
@@ -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/mate

[arch-commits] Commit in firefox/repos (28 files)

2014-03-19 Thread Evangelos Foutras
Date: Wednesday, March 19, 2014 @ 12:14:41
  Author: foutrelis
Revision: 208216

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 208215, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
(from rev 208215, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 208215, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 208215, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 208215, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 208215, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/vendor.js
(from rev 208215, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 208215, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
(from rev 208215, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 208215, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 208215, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 208215, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 208215, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/vendor.js
(from rev 208215, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  246 +++
 /firefox-install-dir.patch |   56 +++
 /firefox.desktop   |  242 ++
 /firefox.install   |   26 +++
 /mozconfig |   70 
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  127 
 extra-i686/firefox-install-dir.patch   |   28 ---
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   35 
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  127 
 extra-x86_64/firefox-install-dir.patch |   28 ---
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   35 
 extra-x86_64/vendor.js |9 -
 18 files changed, 658 insertions(+), 666 deletions(-)

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


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

2014-03-19 Thread Evangelos Foutras
Date: Wednesday, March 19, 2014 @ 12:15:45
  Author: foutrelis
Revision: 208218

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 208217, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  416 ++---
 1 file changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 11:15:32 UTC (rev 208217)
+++ PKGBUILD2014-03-19 11:15:45 UTC (rev 208218)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=27.0.1
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-
-md5sums=('4e5a91af5a38883e2d07c90f647052fe'
- 'f4493030f6ec0f60180f49e74dc9e117'
- 'd7349d2cb5a393f72c4b47eaf3cbcd1f'
- '66e84fb83238b493911bcb7c7db5861a'
- '87495696b50cee55492851f699001a37'
- 'dcd08f49a62d2ccf49c766b7df515385'
- 'f2901ad51c290294315fb038033c558a'
- 'd8ef71be2cb8733d8a024c2f5dfd0ec9'
- '8583dd73dc73b1a7c610d5e2f04fde65'
- '4802bb1c7102a516049fa328442112e2'
- '7278671d4165b04b476b674f8d0f5336'
- 'e9f4e3fa5c65735c224c04aee74fadbf'
- '41ec2d27300d33eec07ca0cbba81d506'
- 'ee50713315ef88e7cf90f665d60f2558'
- '98a7acfa2dcf494177db52f000436f29'
- '605d4b378c26e51112385433186da6ca'
- '4c30ae71f5f7d792e38ba7e092749423'
- 'b8e7fe3d93c4706484998b8409e355d1'
- 'f67f996d95b323360826b9ddbe3e751a'
- 'ce09f1f892b062745ec4b4310b118970'
- '483bfd7acc97ebaaab3d79db743192d6'
- '70fc3f65d6b31612c41eec4b8c7f407c'
- '344dba617ab634e18360d36d119d7a48'
- '21202a7b1667eba0f7012f5d2e042fa6'
- '3b3d0da8dc3b578b93d6c0c8db5448ae'
- 'db446f33944ea43f8ba71ec1e4fb3f56'
- '37a4563faeb77ffeffaeb183b7830185'
- 'be5beb03474008c2fdc739f04c903ee5'
- 'b35f32c70f4411ce8d32a15bab5ef765'
- 'dca46d8014d3e335cec4bbe04b05a0bd'
- '54e28479079090eed3bed2111c59939b'
- '9ec53a44131d2fe089223311b4b1bbb1'
- '612c830400eab9f3508bd62510dfc954'
-

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

2014-03-19 Thread Evangelos Foutras
Date: Wednesday, March 19, 2014 @ 12:15:32
  Author: foutrelis
Revision: 208217

upgpkg: firefox-i18n 28.0-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 11:14:41 UTC (rev 208216)
+++ PKGBUILD2014-03-19 11:15:32 UTC (rev 208217)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=27.0.1
+pkgver=28.0
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -123,86 +123,86 @@
 
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
 
-md5sums=('4e5a91af5a38883e2d07c90f647052fe'
- 'f4493030f6ec0f60180f49e74dc9e117'
- 'd7349d2cb5a393f72c4b47eaf3cbcd1f'
- '66e84fb83238b493911bcb7c7db5861a'
- '87495696b50cee55492851f699001a37'
- 'dcd08f49a62d2ccf49c766b7df515385'
- 'f2901ad51c290294315fb038033c558a'
- 'd8ef71be2cb8733d8a024c2f5dfd0ec9'
- '8583dd73dc73b1a7c610d5e2f04fde65'
- '4802bb1c7102a516049fa328442112e2'
- '7278671d4165b04b476b674f8d0f5336'
- 'e9f4e3fa5c65735c224c04aee74fadbf'
- '41ec2d27300d33eec07ca0cbba81d506'
- 'ee50713315ef88e7cf90f665d60f2558'
- '98a7acfa2dcf494177db52f000436f29'
- '605d4b378c26e51112385433186da6ca'
- '4c30ae71f5f7d792e38ba7e092749423'
- 'b8e7fe3d93c4706484998b8409e355d1'
- 'f67f996d95b323360826b9ddbe3e751a'
- 'ce09f1f892b062745ec4b4310b118970'
- '483bfd7acc97ebaaab3d79db743192d6'
- '70fc3f65d6b31612c41eec4b8c7f407c'
- '344dba617ab634e18360d36d119d7a48'
- '21202a7b1667eba0f7012f5d2e042fa6'
- '3b3d0da8dc3b578b93d6c0c8db5448ae'
- 'db446f33944ea43f8ba71ec1e4fb3f56'
- '37a4563faeb77ffeffaeb183b7830185'
- 'be5beb03474008c2fdc739f04c903ee5'
- 'b35f32c70f4411ce8d32a15bab5ef765'
- 'dca46d8014d3e335cec4bbe04b05a0bd'
- '54e28479079090eed3bed2111c59939b'
- '9ec53a44131d2fe089223311b4b1bbb1'
- '612c830400eab9f3508bd62510dfc954'
- 'f9dcbcc9a6eaf422fc2f2783ee568381'
- '4abfe8605da3978fafcf2361aadeeeb3'
- 'af2560b6738ac8f69c23c4f9561f27ba'
- '8894d9322f899453717da14665bdb47f'
- 'f165f4fee802ebf073018529d25fc0a4'
- '1e70e1b141cff04a7e3785bb17047bb1'
- 'ccbe8c8a25a5e7aa4f4dd6c8b15e7daa'
- '98a68549c74cc28809cd4e9d681d0c8c'
- '9b9d46a201688248e0acfe538492a84d'
- '667f599ce2d300b2721245076e8c2eb8'
- '0d0537d6bb6a394b9ad4e20f744e9e4d'
- '095dbd196a6874cb3fb7237381834383'
- '2088e060a8ba01c52c0eb198991d82d6'
- '1f027329393de7d56a1e5bda3242ed75'
- 'd5c5bfb5742b5df4491372b5d568c605'
- '28c820147a88657a2532d8eedc2a8543'
- '1a2036d62e64bd5496bfeac0f7870a38'
- '18f3029bb5352c58b19b654826cab673'
- '7eb8ab5c1ec20319d6a6da4bd4e20554'
- '6a4c758b02983d4a6b5098de6edfae1f'
- 'dec67450fbe3aee43eb2595ff3f32158'
- '6829e4324a1337bfbaa32e1aab6f5c28'
- '3b2c5905795f2e452dad67b1c3335b36'
- '3772bdb148682e3a7570d8d653aec76b'
- '36274960aae100649450c17e3d73bbd2'
- '5bf08ee0e348d8c263057d23bbd13b70'
- '574d4ee46f92ac218349d132f1476e3d'
- '05f683650a1e932214349d47f348efc2'
- 'da72da195a20b58cf465550723e262e9'
- '2be58917e2d6bbc10290a7670f2b2e6e'
- 'e817a4a0963c3456751bb4cb371063e8'
- '938b1ba419942bb91fa84eefbe26effb'
- '509d316ae56d9e3ff630790b46f1a686'
- '0bb2c3a01f1f4065eeaeefc3ee8a08df'
- 'e03c6ce01196e81ea3d9fa6df8cbd08f'
- 'cfe9b45da2bfc9dcfcd910b2806d3290'
- 'e553386ddf0ba3023755d64e8b2d7e89'
- '4ea270e30b74ff5fb0d92a1e105e66f9'
- '021f22bc057977ebf018f0f421b73905'
- '4e125c57823dcc24024149985384a1b8'
- 'ebe744d4852e6c244b21eed5174dcc69'
- '28a6a627fec1cbad8a49cbaa6e25f640'
- 'c03c69f996ba808c54f217b850298b9c'
- '28903564dc1af08a3ba861feb1feb57d'
- '3e2ce452155c4084163decc5143ee155'
- 'ece84b3a29d94d0cb1d5cd0c4d17c5cd'
- '17af905066e82a37785efee7b26e7eaf'
- '40d8aee2d26b8149b910ce53fdaa25eb'
- 'b0ae5146a12a3692a194330892fe8b09'
- 'c6a54b976c3be423ea8e9d7a13ba3906')
+md5sums=('bdc9a617c73f8f5a0b1af49c20f9dc91'
+ '80d4150b8040cd17b8effa6d07b6d2ac'
+ 'e92808cae8b0c92151cc9f4216f9515f'
+ '175d38f941bcf1e282b86a1d7d8c319d'
+ '4def4af1889a1c8b2d1f90d1d28be133'
+ 'dfdfa9e6f28ac8547d09bca5fc9b6283'
+ 'e7d912434138bf78ac2bcf3366abb760'
+ 'dd8f210540c9e1c3d509497cf4b92a6b'
+ '7c07074fa8102423474bd2d88a3f4467'
+ '48b2f35dbae8a651196419ef8d5df9e4'
+   

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

2014-03-19 Thread Maxime Gauduin
Date: Wednesday, March 19, 2014 @ 12:44:37
  Author: alucryd
Revision: 107771

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

Added:
  musescore/repos/community-i686/PKGBUILD
(from rev 107770, musescore/trunk/PKGBUILD)
  musescore/repos/community-i686/mscore-paths.patch
(from rev 107770, musescore/trunk/mscore-paths.patch)
  musescore/repos/community-i686/musescore.install
(from rev 107770, musescore/trunk/musescore.install)
  musescore/repos/community-x86_64/PKGBUILD
(from rev 107770, musescore/trunk/PKGBUILD)
  musescore/repos/community-x86_64/mscore-paths.patch
(from rev 107770, musescore/trunk/mscore-paths.patch)
  musescore/repos/community-x86_64/musescore.install
(from rev 107770, musescore/trunk/musescore.install)
Deleted:
  musescore/repos/community-i686/PKGBUILD
  musescore/repos/community-i686/mscore-docs.patch
  musescore/repos/community-i686/musescore.install
  musescore/repos/community-x86_64/PKGBUILD
  musescore/repos/community-x86_64/mscore-docs.patch
  musescore/repos/community-x86_64/musescore.install

-+
 /PKGBUILD   |  122 ++
 /musescore.install  |   26 +++
 community-i686/PKGBUILD |   64 -
 community-i686/mscore-docs.patch|   21 -
 community-i686/mscore-paths.patch   |   61 +
 community-i686/musescore.install|   13 ---
 community-x86_64/PKGBUILD   |   64 -
 community-x86_64/mscore-docs.patch  |   21 -
 community-x86_64/mscore-paths.patch |   61 +
 community-x86_64/musescore.install  |   13 ---
 10 files changed, 270 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 11:44:26 UTC (rev 107770)
+++ community-i686/PKGBUILD 2014-03-19 11:44:37 UTC (rev 107771)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Cristian Maureira sa...@archlinux.cl
-# Contributor: Dr.Egg rwh...@archlinux.us
-
-pkgbase=musescore
-pkgname=('musescore' 'musescore-docs')
-pkgver=1.3
-pkgrel=5
-pkgdesc=Create, play and print beautiful sheet music
-arch=('i686' 'x86_64')
-url=http://musescore.org/;
-license=('GPL')
-makedepends=('cmake' 'doxygen' 'portaudio' 'qtscriptgenerator' 'texlive-core')
-source=(http://downloads.sourceforge.net/mscore/mscore-${pkgver}.tar.bz2;
-'mscore-docs.patch')
-sha256sums=('a0b60cc892ac0266c58fc6392be72c0a21c3aa7fd0b6e4f1dddad1c8b36be683'
-'ea4c25e8998c1666103d48fb3bcb5a8d7c9601e971195ef23c2f535c1191585d')
-
-prepare() {
-  cd mscore-${pkgver}/mscore
-
-  patch -Np1 -i ../../mscore-docs.patch
-  sed 's/COMMAND lupdate/COMMAND lupdate-qt4/g
-   s/COMMAND lrelease/COMMAND lrelease-qt4/g
-   s/set(BUILD_SCRIPTGEN TRUE)/set(BUILD_SCRIPTGEN FALSE)/' -i 
CMakeLists.txt
-}
-
-build() {
-  cd mscore-${pkgver}/mscore
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make lupdate
-  make lrelease
-  make
-}
-
-package_musescore() {
-  depends=('portaudio' 'qtscriptgenerator')
-  optdepends=('musescore-docs: Documentation')
-  install=${pkgname}.install
-
-  cd mscore-${pkgver}/mscore/build
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/share/mscore-${pkgver}/man
-}
-
-package_musescore-docs() {
-  pkgdesc=Documentation for MuseScore
-
-  cd mscore-${pkgver}/mscore
-
-  install -dm 755 ${pkgdir}/usr/share/doc/${pkgbase}
-  install -m 644 manual/*.pdf ${pkgdir}/usr/share/doc/${pkgbase}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-i686/PKGBUILD (from rev 107770, 
musescore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 11:44:37 UTC (rev 107771)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Cristian Maureira sa...@archlinux.cl
+# Contributor: Dr.Egg rwh...@archlinux.us
+
+pkgbase=musescore
+pkgname=('musescore' 'musescore-docs')
+pkgver=1.3
+pkgrel=6
+pkgdesc=Create, play and print beautiful sheet music
+arch=('i686' 'x86_64')
+url=http://musescore.org/;
+license=('GPL')
+makedepends=('cmake' 'doxygen' 'portaudio' 'qtscriptgenerator' 'texlive-core')
+source=(http://downloads.sourceforge.net/mscore/mscore-${pkgver}.tar.bz2;
+'mscore-paths.patch')
+sha256sums=('a0b60cc892ac0266c58fc6392be72c0a21c3aa7fd0b6e4f1dddad1c8b36be683'
+'00984b9a2bb020b4f907cee7e6f95a8f2f0318613acfe79ad6ad9732e85b5150')
+
+prepare() {
+  cd mscore-${pkgver}/mscore
+
+  patch -Np2 -i ../../mscore-paths.patch
+}
+
+build() {
+  cd mscore-${pkgver}/mscore
+
+  if [[ -d 

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

2014-03-19 Thread Maxime Gauduin
Date: Wednesday, March 19, 2014 @ 12:44:26
  Author: alucryd
Revision: 107770

FS#39420: musescore 1.3-6

Added:
  musescore/trunk/mscore-paths.patch
Modified:
  musescore/trunk/PKGBUILD
Deleted:
  musescore/trunk/mscore-docs.patch

+
 PKGBUILD   |   13 --
 mscore-docs.patch  |   21 -
 mscore-paths.patch |   61 +++
 3 files changed, 66 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 10:35:55 UTC (rev 107769)
+++ PKGBUILD2014-03-19 11:44:26 UTC (rev 107770)
@@ -7,7 +7,7 @@
 pkgbase=musescore
 pkgname=('musescore' 'musescore-docs')
 pkgver=1.3
-pkgrel=5
+pkgrel=6
 pkgdesc=Create, play and print beautiful sheet music
 arch=('i686' 'x86_64')
 url=http://musescore.org/;
@@ -14,17 +14,14 @@
 license=('GPL')
 makedepends=('cmake' 'doxygen' 'portaudio' 'qtscriptgenerator' 'texlive-core')
 source=(http://downloads.sourceforge.net/mscore/mscore-${pkgver}.tar.bz2;
-'mscore-docs.patch')
+'mscore-paths.patch')
 sha256sums=('a0b60cc892ac0266c58fc6392be72c0a21c3aa7fd0b6e4f1dddad1c8b36be683'
-'ea4c25e8998c1666103d48fb3bcb5a8d7c9601e971195ef23c2f535c1191585d')
+'00984b9a2bb020b4f907cee7e6f95a8f2f0318613acfe79ad6ad9732e85b5150')
 
 prepare() {
   cd mscore-${pkgver}/mscore
 
-  patch -Np1 -i ../../mscore-docs.patch
-  sed 's/COMMAND lupdate/COMMAND lupdate-qt4/g
-   s/COMMAND lrelease/COMMAND lrelease-qt4/g
-   s/set(BUILD_SCRIPTGEN TRUE)/set(BUILD_SCRIPTGEN FALSE)/' -i 
CMakeLists.txt
+  patch -Np2 -i ../../mscore-paths.patch
 }
 
 build() {
@@ -35,7 +32,7 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DBUILD_SCRIPTGEN='FALSE'
   make lupdate
   make lrelease
   make

Deleted: mscore-docs.patch
===
--- mscore-docs.patch   2014-03-19 10:35:55 UTC (rev 107769)
+++ mscore-docs.patch   2014-03-19 11:44:26 UTC (rev 107770)
@@ -1,21 +0,0 @@
 a/mscore/mscore.cpp
-+++ b/mscore/mscore.cpp
-@@ -919,15 +919,15 @@
-   if (debugMode)
- printf(open handbook for language %s\n, qPrintable(lang));
-
--  QFileInfo mscoreHelp(mscoreGlobalShare + QString(man/MuseScore-) + 
lang + QString(.pdf));
-+  QFileInfo mscoreHelp((/usr/share/doc/musescore/MuseScore-) + lang + 
QString(.pdf));
-   if (!mscoreHelp.isReadable()) {
- if (debugMode) {
-   printf(cannot open doc %s\n, 
qPrintable(mscoreHelp.filePath()));
-   }
- lang = lang.left(2);
--mscoreHelp.setFile(mscoreGlobalShare + QString(man/MuseScore-) 
+ lang + QString(.pdf));
-+mscoreHelp.setFile((/usr/share/doc/musescore/MuseScore-) + lang 
+ QString(.pdf));
- if(!mscoreHelp.isReadable()){
--mscoreHelp.setFile(mscoreGlobalShare + 
QString(man/MuseScore-en.pdf));
-+
mscoreHelp.setFile((/usr/share/doc/musescore/MuseScore-en.pdf));
- if (!mscoreHelp.isReadable()) {
-   QString info(tr(MuseScore handbook not found at: \n));
-   info += mscoreHelp.filePath();

Added: mscore-paths.patch
===
--- mscore-paths.patch  (rev 0)
+++ mscore-paths.patch  2014-03-19 11:44:26 UTC (rev 107770)
@@ -0,0 +1,61 @@
+--- a/mscore/CMakeLists.txt
 b/mscore/CMakeLists.txt
+@@ -32,7 +32,7 @@ set(GCC_VISIBILITY TRUE)
+ set(HAS_AUDIOFILE TRUE)   # requires libsndfile
+ set(OSC   TRUE)   # osc remote control
+ 
+-set(BUILD_SCRIPTGEN TRUE) #Generate Qt script bindings. 
(collides with qtscriptgenerator project on several distrib)
++set(BUILD_SCRIPTGEN FALSE) #Generate Qt script bindings. 
(collides with qtscriptgenerator project on several distrib)
+ set(STATIC_SCRIPT_BINDINGS FALSE)
+ set(USE_SSE FALSE)
+ 
+@@ -421,14 +421,14 @@ include (CPack)
+ 
+ add_custom_target(lupdate
+COMMAND ${PROJECT_SOURCE_DIR}/gen-qt-projectfile ${PROJECT_SOURCE_DIR}  
mscore.pro
+-   COMMAND lupdate -noobsolete ${PROJECT_BINARY_DIR}/mscore.pro
++   COMMAND lupdate-qt4 -noobsolete ${PROJECT_BINARY_DIR}/mscore.pro
+WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
+)
+ 
+ add_custom_target(lrelease
+COMMAND ${PROJECT_SOURCE_DIR}/gen-qt-projectfile ${PROJECT_SOURCE_DIR}  
mscore.pro
+-   COMMAND lrelease ${PROJECT_SOURCE_DIR}/share/locale/*.ts
+-   COMMAND lrelease 
${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts
++   COMMAND lrelease-qt4 ${PROJECT_SOURCE_DIR}/share/locale/*.ts
++   COMMAND lrelease-qt4 
${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts
+WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
+)
+ 
+--- a/mscore/mscore/genft.cpp
 

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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 13:01:48
  Author: spupykin
Revision: 107772

upgpkg: dbmail 3.1.13-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 11:44:37 UTC (rev 107771)
+++ PKGBUILD2014-03-19 12:01:48 UTC (rev 107772)
@@ -3,7 +3,7 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.1.12
+pkgver=3.1.13
 pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd
dbmail-7-systemd.diff)
-md5sums=('a17f22e113e26dda8fc1461690054163'
+md5sums=('528f718a9c3909fbd5c0d77f9dfcb68b'
  '890de13361afbdf4fed12d6d7eb53e66'
  '961593658cd596297d03d25eb9c9e98f'
  '4cb764894abd3914802e90602bf90a0c'



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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 13:02:14
  Author: spupykin
Revision: 107773

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 107772, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 107772, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 107772, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 107772, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 107772, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 107772, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 107772, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 107772, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 107772, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 107772, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 107772, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 107772, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  136 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   68 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 596 insertions(+), 596 deletions(-)

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


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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 13:02:19
  Author: spupykin
Revision: 107774

upgpkg: shotwell 0.18.0-1

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 12:02:14 UTC (rev 107773)
+++ PKGBUILD2014-03-19 12:02:19 UTC (rev 107774)
@@ -4,8 +4,8 @@
 # Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
 
 pkgname=shotwell
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc=A digital photo organizer designed for the GNOME desktop environment
 arch=('i686' 'x86_64')
 url=http://yorba.org/shotwell/;
@@ -13,10 +13,10 @@
 depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
 'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3' 'gnome-doc-utils')
 install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('5af4cfb819249a879a4649a9c7d089e5')
+source=(https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz;)
+md5sums=('856b69fe67bc8bd42a6985e042041daf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 13:02:32
  Author: spupykin
Revision: 107775

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

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

---+
 /PKGBUILD |   66 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 12:02:19 UTC (rev 107774)
+++ community-i686/PKGBUILD 2014-03-19 12:02:32 UTC (rev 107775)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-
-pkgname=shotwell
-pkgver=0.15.1
-pkgrel=2
-pkgdesc=A digital photo organizer designed for the GNOME desktop environment
-arch=('i686' 'x86_64')
-url=http://yorba.org/shotwell/;
-license=('LGPL2.1')
-depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3')
-install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('5af4cfb819249a879a4649a9c7d089e5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 107774, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 12:02:32 UTC (rev 107775)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+pkgver=0.18.0
+pkgrel=1
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3' 'gnome-doc-utils')
+install=shotwell.install
+source=(https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz;)
+md5sums=('856b69fe67bc8bd42a6985e042041daf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/shotwell.install
===
--- community-i686/shotwell.install 2014-03-19 12:02:19 UTC (rev 107774)
+++ community-i686/shotwell.install 2014-03-19 12:02:32 UTC (rev 107775)
@@ -1,17 +0,0 @@
-pkgname=shotwell
-
-post_install() {
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: shotwell/repos/community-i686/shotwell.install (from rev 107774, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-03-19 12:02:32 UTC (rev 107775)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  

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

2014-03-19 Thread Timothy Redaelli
Date: Wednesday, March 19, 2014 @ 13:12:10
  Author: tredaelli
Revision: 107776

upgpkg: pax-utils 0.7-2

Use lddtree.py instead of lddtree.sh

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 12:02:32 UTC (rev 107775)
+++ PKGBUILD2014-03-19 12:12:10 UTC (rev 107776)
@@ -5,13 +5,12 @@
 
 pkgname=pax-utils
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
+depends=('bash' 'libcap' 'python-pyelftools')
 source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
 
@@ -27,5 +26,5 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
 }



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

2014-03-19 Thread Timothy Redaelli
Date: Wednesday, March 19, 2014 @ 13:12:22
  Author: tredaelli
Revision: 10

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 107776, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 107776, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 12:12:10 UTC (rev 107776)
+++ community-i686/PKGBUILD 2014-03-19 12:12:22 UTC (rev 10)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.7
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 107776, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 12:12:22 UTC (rev 10)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=2
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-19 12:12:10 UTC (rev 107776)
+++ community-x86_64/PKGBUILD   2014-03-19 12:12:22 UTC (rev 10)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.7
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 107776, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-19 12:12:22 UTC (rev 10)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=2
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+

[arch-commits] Commit in (4 files)

2014-03-19 Thread Bartłomiej Piotrowski
Date: Wednesday, March 19, 2014 @ 15:18:32
  Author: bpiotrowski
Revision: 107778

newpkg: mtd-utils 1.5.0-3

Added:
  mtd-utils/
  mtd-utils/repos/
  mtd-utils/trunk/
  mtd-utils/trunk/PKGBUILD

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

Added: mtd-utils/trunk/PKGBUILD
===
--- mtd-utils/trunk/PKGBUILD(rev 0)
+++ mtd-utils/trunk/PKGBUILD2014-03-19 14:18:32 UTC (rev 107778)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Phil Pirozhkov pirjs...@gmail.com
+
+pkgname=mtd-utils
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Utilities for dealing with MTD devices'
+arch=('i686' 'x86_64')
+url='http://www.linux-mtd.infradead.org/'
+license=('GPL2')
+depends=('lzo2' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
+md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


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


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

2014-03-19 Thread Bartłomiej Piotrowski
Date: Wednesday, March 19, 2014 @ 15:32:31
  Author: bpiotrowski
Revision: 107779

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

Added:
  mtd-utils/repos/community-i686/
  mtd-utils/repos/community-i686/PKGBUILD
(from rev 107778, mtd-utils/trunk/PKGBUILD)
  mtd-utils/repos/community-x86_64/
  mtd-utils/repos/community-x86_64/PKGBUILD
(from rev 107778, mtd-utils/trunk/PKGBUILD)

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

Copied: mtd-utils/repos/community-i686/PKGBUILD (from rev 107778, 
mtd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 14:32:31 UTC (rev 107779)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Phil Pirozhkov pirjs...@gmail.com
+
+pkgname=mtd-utils
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Utilities for dealing with MTD devices'
+arch=('i686' 'x86_64')
+url='http://www.linux-mtd.infradead.org/'
+license=('GPL2')
+depends=('lzo2' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
+md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 107778, 
mtd-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-19 14:32:31 UTC (rev 107779)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Phil Pirozhkov pirjs...@gmail.com
+
+pkgname=mtd-utils
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Utilities for dealing with MTD devices'
+arch=('i686' 'x86_64')
+url='http://www.linux-mtd.infradead.org/'
+license=('GPL2')
+depends=('lzo2' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
+md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 16:31:11
  Author: spupykin
Revision: 107782

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 107781, gmic/trunk/PKGBUILD)
  gmic/repos/community-i686/opencv-buildfix.patch
(from rev 107781, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 107781, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/opencv-buildfix.patch
(from rev 107781, gmic/trunk/opencv-buildfix.patch)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-i686/opencv-buildfix.patch
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/opencv-buildfix.patch

+
 /PKGBUILD  |  120 +++
 /opencv-buildfix.patch |   22 +
 community-i686/PKGBUILD|   62 
 community-i686/opencv-buildfix.patch   |   20 -
 community-x86_64/PKGBUILD  |   62 
 community-x86_64/opencv-buildfix.patch |   20 -
 6 files changed, 142 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 15:30:56 UTC (rev 107781)
+++ community-i686/PKGBUILD 2014-03-19 15:31:11 UTC (rev 107782)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.3
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-#options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
-opencv-buildfix.patch)
-md5sums=('ee80a2dc1a2441a6c0adf92e9bea623b'
- '120319b0d6c81c5af186abe2281b79ca')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  patch -p1 -i ${srcdir}/opencv-buildfix.patch
-  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|g' src/Makefile
-  sed -i 's|/usr/bin/qmake|/usr/bin/qmake-qt4|g' zart/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 107781, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 15:31:11 UTC (rev 107782)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.8.4
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('103ffe6606981c5d0bedaffd0f466bc2')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 16:28:58
  Author: flexiondotorg
Revision: 107780

upgpkg: caja-extensions 1.8.0-2 - Split package for each module

Added:
  caja-extensions/trunk/caja-open-terminal.install
  caja-extensions/trunk/caja-sendto.install
Modified:
  caja-extensions/trunk/PKGBUILD
Deleted:
  caja-extensions/trunk/caja-extensions.install

+
 PKGBUILD   |   88 +++
 caja-extensions.install|   19 -
 caja-open-terminal.install |   11 +
 caja-sendto.install|   11 +
 4 files changed, 95 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 14:32:31 UTC (rev 107779)
+++ PKGBUILD2014-03-19 15:28:58 UTC (rev 107780)
@@ -1,26 +1,20 @@
 # $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
 
-pkgname=caja-extensions
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
 pkgver=1.8.0
-pkgrel=1
-pkgdesc=Caja extensions.
+pkgrel=2
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('caja' 'dbus-glib' 'gksu' 'gtk2' 'gupnp' 'imagemagick' 'samba')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
 makedepends=('mate-common' 'perl-xml-parser')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
-replaces=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('b4872265988745bfc39531e2eb6ac6d41a01a645')
-install=${pkgname}.install
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${srcdir}/${pkgbase}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --with-gtk=2.0
@@ -27,7 +21,71 @@
 make
 }
 
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
+package_caja-extensions-common() {
+pkgdesc=Common files for Caja extensions.
+depends=()
+conflicts=('caja-extensions')
+replaces=('caja-extensions')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C po DESTDIR=${pkgdir} install
 }
+
+package_caja-gksu() {
+pkgdesc=A Caja extension for executing files with elevated privileges.
+depends=('caja' 'caja-extensions-common' 'gksu')
+groups=('mate-extra')
+conflicts=('mate-file-manager-gksu')
+replaces=('mate-file-manager-gksu')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C gksu DESTDIR=${pkgdir} install
+}
+
+package_caja-image-converter() {
+pkgdesc=A Caja extension for simple image conversions.
+depends=('caja' 'caja-extensions-common' 'imagemagick')
+groups=('mate-extra')
+conflicts=('mate-file-manager-image-converter')
+replaces=('mate-file-manager-image-converter')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C image-converter DESTDIR=${pkgdir} install
+}
+
+package_caja-open-terminal() {
+pkgdesc=A Caja extension for opening terminals in arbitrary local paths.
+depends=('caja' 'caja-extensions-common')
+groups=('mate-extra')
+conflicts=('mate-file-manager-open-terminal')
+replaces=('mate-file-manager-open-terminal')
+install=caja-open-terminal.install
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C open-terminal DESTDIR=${pkgdir} install
+}
+
+package_caja-sendto() {
+pkgdesc=A Caja extension for sending files.
+depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
+groups=('mate-extra')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.')
+conflicts=('mate-file-manager-sendto')
+replaces=('mate-file-manager-sendto')
+install=caja-sendto.install
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C sendto DESTDIR=${pkgdir} install
+}
+
+package_caja-share() {
+pkgdesc=A Caja extension to quickly share a folder.
+depends=('caja' 'caja-extensions-common' 'samba')
+groups=('mate-extra')
+conflicts=('mate-file-manager-share')
+replaces=('mate-file-manager-share')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C share DESTDIR=${pkgdir} install
+}

Deleted: caja-extensions.install
===
--- caja-extensions.install 2014-03-19 14:32:31 UTC (rev 107779)
+++ caja-extensions.install 2014-03-19 15:28:58 UTC (rev 107780)
@@ -1,19 +0,0 @@
-post_install() {
-glib-compile-schemas 

[arch-commits] Commit in gmic/trunk (PKGBUILD opencv-buildfix.patch)

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 16:30:56
  Author: spupykin
Revision: 107781

upgpkg: gmic 1.5.8.4-1

upd

Modified:
  gmic/trunk/PKGBUILD
  gmic/trunk/opencv-buildfix.patch

---+
 PKGBUILD  |   16 +++-
 opencv-buildfix.patch |9 -
 2 files changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 15:28:58 UTC (rev 107780)
+++ PKGBUILD2014-03-19 15:30:56 UTC (rev 107781)
@@ -6,27 +6,25 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.3
+pkgver=1.5.8.4
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-#options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
-opencv-buildfix.patch)
-md5sums=('ee80a2dc1a2441a6c0adf92e9bea623b'
- '120319b0d6c81c5af186abe2281b79ca')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('103ffe6606981c5d0bedaffd0f466bc2')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}
-  patch -p1 -i ${srcdir}/opencv-buildfix.patch
-  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|g' src/Makefile
-  sed -i 's|/usr/bin/qmake|/usr/bin/qmake-qt4|g' zart/Makefile
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
 }
 
 build() {
   cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
   make -C src all
   make -C zart all
 }

Modified: opencv-buildfix.patch
===
--- opencv-buildfix.patch   2014-03-19 15:28:58 UTC (rev 107780)
+++ opencv-buildfix.patch   2014-03-19 15:30:56 UTC (rev 107781)
@@ -1,15 +1,6 @@
 diff -wbBur gmic-1.5.1.7/src/Makefile gmic-1.5.1.7.q/src/Makefile
 --- gmic-1.5.1.7/src/Makefile  2012-07-26 12:59:34.0 +0400
 +++ gmic-1.5.1.7.q/src/Makefile2012-08-03 14:03:10.0 +0400
-@@ -296,7 +296,7 @@
- 
- zart: lib
- ifneq ($(OS),Darwin)
--  cd ../zart  qmake-qt4 zart.pro  $(MAKE)  strip zart
-+  cd ../zart  qmake zart.pro  $(MAKE)  strip zart
- else
-   cd ../zart  qmake zart.pro  $(MAKE) CFLAGS=$(STD_MACOSX_CFLAGS) 
$(OPT_CFLAGS) LDFLAGS=$(STD_MACOSX_LDFLAGS) $(OPT_LDFLAGS)
- endif
 @@ -403,6 +403,7 @@
mkdir -p $(DESTDIR)$(USR)/share/man/fr/man1/
cp -f ../man/gmic.1.gz $(DESTDIR)$(USR)/share/man/man1/gmic.1.gz



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 16:51:12
  Author: flexiondotorg
Revision: 107783

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

Added:
  caja-extensions/repos/community-i686/PKGBUILD
(from rev 107782, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-i686/caja-open-terminal.install
(from rev 107782, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-i686/caja-sendto.install
(from rev 107782, caja-extensions/trunk/caja-sendto.install)
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 107782, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-x86_64/caja-open-terminal.install
(from rev 107782, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-x86_64/caja-sendto.install
(from rev 107782, caja-extensions/trunk/caja-sendto.install)
Deleted:
  caja-extensions/repos/community-i686/PKGBUILD
  caja-extensions/repos/community-i686/caja-extensions.install
  caja-extensions/repos/community-x86_64/PKGBUILD
  caja-extensions/repos/community-x86_64/caja-extensions.install

-+
 /PKGBUILD   |  182 ++
 community-i686/PKGBUILD |   34 
 community-i686/caja-extensions.install  |   19 --
 community-i686/caja-open-terminal.install   |   11 +
 community-i686/caja-sendto.install  |   11 +
 community-x86_64/PKGBUILD   |   34 
 community-x86_64/caja-extensions.install|   19 --
 community-x86_64/caja-open-terminal.install |   11 +
 community-x86_64/caja-sendto.install|   11 +
 9 files changed, 226 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 15:31:11 UTC (rev 107782)
+++ community-i686/PKGBUILD 2014-03-19 15:51:12 UTC (rev 107783)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=caja-extensions
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Caja extensions.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'gksu' 'gtk2' 'gupnp' 'imagemagick' 'samba')
-makedepends=('mate-common' 'perl-xml-parser')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
-replaces=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b4872265988745bfc39531e2eb6ac6d41a01a645')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-extensions/repos/community-i686/PKGBUILD (from rev 107782, 
caja-extensions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 15:51:12 UTC (rev 107783)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
+pkgver=1.8.0
+pkgrel=2
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('mate-common' 'perl-xml-parser')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b4872265988745bfc39531e2eb6ac6d41a01a645')
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0
+make
+}
+
+package_caja-extensions-common() {
+pkgdesc=Common files for Caja extensions.
+depends=()
+conflicts=('caja-extensions')
+replaces=('caja-extensions')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C po DESTDIR=${pkgdir} install
+}
+
+package_caja-gksu() {
+pkgdesc=A Caja extension for executing files with elevated privileges.
+depends=('caja' 'caja-extensions-common' 'gksu')
+groups=('mate-extra')
+conflicts=('mate-file-manager-gksu')
+replaces=('mate-file-manager-gksu')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C gksu DESTDIR=${pkgdir} install
+}
+
+package_caja-image-converter() {
+pkgdesc=A Caja extension for simple image conversions.
+depends=('caja' 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:04:01
  Author: flexiondotorg
Revision: 107784

upgpkg: pluma 1.8.0-2 - Remove caja, it is not required

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 15:51:12 UTC (rev 107783)
+++ PKGBUILD2014-03-19 16:04:01 UTC (rev 107784)
@@ -3,14 +3,13 @@
 
 pkgname=pluma
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful text editor for MATE
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('caja' 'desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2'
- 'iso-codes' 'libsm' 'mate-desktop' 'python2' 'python2-gobject2'
- 'pygtksourceview2')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+ 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 replaces=('mate-text-editor')



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:04:24
  Author: flexiondotorg
Revision: 107785

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

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

+
 /PKGBUILD  |   84 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   44 
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   44 
 community-x86_64/pluma.install |   12 -
 6 files changed, 108 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 16:04:01 UTC (rev 107784)
+++ community-i686/PKGBUILD 2014-03-19 16:04:24 UTC (rev 107785)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A powerful text editor for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2'
- 'iso-codes' 'libsm' 'mate-desktop' 'python2' 'python2-gobject2'
- 'pygtksourceview2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-text-editor')
-provides=('mate-text-editor')
-conflicts=('mate-text-editor')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 107784, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 16:04:24 UTC (rev 107785)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=pluma
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=A powerful text editor for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+ 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-text-editor')
+provides=('mate-text-editor')
+conflicts=('mate-text-editor')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 16:04:01 UTC (rev 107784)
+++ community-i686/pluma.install2014-03-19 16:04:24 UTC (rev 107785)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 107784, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 16:04:24 UTC (rev 107785)
@@ -0,0 +1,12 @@

[arch-commits] Commit in xf86-video-intel/trunk (git_fixes.diff)

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 17:17:32
  Author: andyrtr
Revision: 208222

drop unneeded patch

Deleted:
  xf86-video-intel/trunk/git_fixes.diff

+
 git_fixes.diff |  327 ---
 1 file changed, 327 deletions(-)

Deleted: git_fixes.diff
===
--- git_fixes.diff  2014-03-19 16:17:08 UTC (rev 208221)
+++ git_fixes.diff  2014-03-19 16:17:32 UTC (rev 208222)
@@ -1,327 +0,0 @@
-From 699b4fd3139d1d6d02911d6c8f193ead3445f613 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Sat, 01 Feb 2014 20:13:53 +
-Subject: sna: Undo region translation before returning
-
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

-diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
-index aecae51..d654660 100644
 a/src/sna/sna_accel.c
-+++ b/src/sna/sna_accel.c
-@@ -2433,6 +2433,9 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
-   sna_damage_add(priv-cpu_damage, 
region);
-   discard_gpu = false;
-   }
-+
-+  if (dx | dy)
-+  RegionTranslate(region, -dx, -dy);
-   } else
-   sna_pixmap_free_cpu(sna, priv, false);
-   }
---
-cgit v0.9.0.2-2-gbebe
-From 26613b046012f0ad968a15ab6bdfa8f6a6652e77 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Sat, 01 Feb 2014 21:37:41 +
-Subject: sna: Allow more inplace promotions of CPU to GPU bo
-
-If the CPU bo is wholly damaged, then it makes an ideal candidate for
-simply converting into the GPU bo.
-
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

-diff --git a/src/sna/kgem.c b/src/sna/kgem.c
-index f7404df..788b710 100644
 a/src/sna/kgem.c
-+++ b/src/sna/kgem.c
-@@ -6743,14 +6743,19 @@ kgem_replace_bo(struct kgem *kgem,
-   return dst;
- }
- 
--bool kgem_bo_convert_to_gpu(struct kgem *kgem, struct kgem_bo *bo)
-+bool kgem_bo_convert_to_gpu(struct kgem *kgem,
-+  struct kgem_bo *bo,
-+  unsigned flags)
- {
--  DBG((%s: converting handle=%d from CPU to GPU\n, __FUNCTION__, 
bo-handle));
-+  DBG((%s: converting handle=%d from CPU to GPU, flags=%x\n, 
__FUNCTION__, bo-handle));
-   assert(bo-tiling == I915_TILING_NONE);
- 
-   if (kgem-has_llc)
-   return true;
- 
-+  if (flags  MOVE_ASYNC_HINT  __kgem_bo_is_busy(kgem, bo))
-+  return false;
-+
-   assert(bo-snoop);
- 
-   kgem_bo_submit(kgem, bo);
-diff --git a/src/sna/kgem.h b/src/sna/kgem.h
-index f670b60..4c4996f 100644
 a/src/sna/kgem.h
-+++ b/src/sna/kgem.h
-@@ -301,7 +301,9 @@ struct kgem_bo *kgem_create_cpu_2d(struct kgem *kgem,
-  int bpp,
-  uint32_t flags);
- 
--bool kgem_bo_convert_to_gpu(struct kgem *kgem, struct kgem_bo *bo);
-+bool kgem_bo_convert_to_gpu(struct kgem *kgem,
-+  struct kgem_bo *bo,
-+  unsigned flags);
- 
- uint32_t kgem_bo_get_binding(struct kgem_bo *bo, uint32_t format);
- void kgem_bo_set_binding(struct kgem_bo *bo, uint32_t format, uint16_t 
offset);
-diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
-index d654660..9d7dec4 100644
 a/src/sna/sna_accel.c
-+++ b/src/sna/sna_accel.c
-@@ -3868,7 +3868,7 @@ sna_pixmap_move_to_gpu(PixmapPtr pixmap, unsigned flags)
- 
-   if (tiling == I915_TILING_NONE 
-   priv-cpu_bo  !priv-shm 
--  kgem_bo_convert_to_gpu(sna-kgem, priv-cpu_bo)) {
-+  kgem_bo_convert_to_gpu(sna-kgem, priv-cpu_bo, 
flags)) {
-   assert(!priv-mapped);
-   assert(!IS_STATIC_PTR(priv-ptr));
- #ifdef DEBUG_MEMORY
-@@ -3933,6 +3933,28 @@ sna_pixmap_move_to_gpu(PixmapPtr pixmap, unsigned flags)
-   if (priv-cpu_damage == NULL)
-   goto done;
- 
-+  if (DAMAGE_IS_ALL(priv-cpu_damage) 
-+  priv-gpu_bo-tiling == I915_TILING_NONE 
-+  priv-cpu_bo  !priv-shm 
-+  kgem_bo_convert_to_gpu(sna-kgem, priv-cpu_bo, flags)) {
-+  assert(!priv-mapped);
-+  assert(!IS_STATIC_PTR(priv-ptr));
-+#ifdef DEBUG_MEMORY
-+  sna-debug_memory.cpu_bo_allocs--;
-+  sna-debug_memory.cpu_bo_bytes -= kgem_bo_size(priv-cpu_bo);
-+#endif
-+  sna_pixmap_free_gpu(sna, priv);
-+  priv-gpu_bo = priv-cpu_bo;
-+  priv-cpu_bo = NULL;
-+  priv-ptr = NULL;
-+  pixmap-devPrivate.ptr = NULL;
-+  sna_damage_all(priv-gpu_damage,
-+ pixmap-drawable.width,
-+ pixmap-drawable.height);
-+  

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 17:16:54
  Author: andyrtr
Revision: 208220

upgpkg: xf86-video-intel 2.99.911-1

upstream update 2.99.911

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 12:29:50 UTC (rev 208219)
+++ PKGBUILD2014-03-19 16:16:54 UTC (rev 208220)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.99.910
+pkgver=2.99.911
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -24,11 +24,12 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('203d46064449da0e23a111418dfb189422ba96ea08707167c8dee463e2d745b1')
+sha256sums=('4e7a68491bcc4d49912c5ec3ee688badce3f929ce1b7618ede9d8001827270d6')
 
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
 --enable-glamor
   make
 }



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

2014-03-19 Thread Timothy Redaelli
Date: Wednesday, March 19, 2014 @ 18:23:43
  Author: tredaelli
Revision: 107792

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 107791, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 107791, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 107791, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 107791, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  132 ++
 /bitcoin-qt.install |   22 +
 community-i686/PKGBUILD |   57 --
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   57 --
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 154 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 17:23:32 UTC (rev 107791)
+++ community-i686/PKGBUILD 2014-03-19 17:23:43 UTC (rev 107792)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('73495de53d1a30676884961e39ff46c3851ff770eeaa767331d065ff0ce8dd0c')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - Qt
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin128.png \
-$pkgdir/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 107791, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 17:23:43 UTC (rev 107792)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+sha256sums=('0f767c13b2c670939750a26558cbb40a7f89ff5ba7d42ce63da0bcc0b701642d'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
+'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
+'f4598dcff7056a699b62a079b76e74d54435db22e05723bab995e22ae71c7f79')
+
+prepare() {
+  cd 

[arch-commits] Commit in gnome-commander/repos/community-i686 (6 files)

2014-03-19 Thread Jaroslav Lichtblau
Date: Wednesday, March 19, 2014 @ 18:27:05
  Author: jlichtblau
Revision: 107793

archrelease: copy trunk to community-i686

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 107792, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 107792, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-i686/gnome-commander.install
(from rev 107792, gnome-commander/trunk/gnome-commander.install)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-i686/gnome-commander.install

---+
 PKGBUILD  |   90 ++--
 gnome-commander.changelog |7 ++-
 gnome-commander.install   |   48 +++
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 17:23:43 UTC (rev 107792)
+++ PKGBUILD2014-03-19 17:27:05 UTC (rev 107793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Johannes Sjolund j.sjol...@gmail.com
-
-pkgname=gnome-commander
-pkgver=1.2.8.17
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('135033ad2073c9d6fee51a52f1e7a56358b8e3a6fa46d64188dc3feebfe00606')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' $f
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
---domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
-  rm -rf $pkgdir/etc/gconf/schemas/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 107792, 
gnome-commander/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 17:27:05 UTC (rev 107793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Johannes Sjolund j.sjol...@gmail.com
+
+pkgname=gnome-commander
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('ffd1062dd61ca993271e6d013dccf179fd8291f3507907c873facdf893ef6fc1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' $f
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
+  rm -rf $pkgdir/etc/gconf/schemas/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-commander.changelog
===
--- gnome-commander.changelog   2014-03-19 17:23:43 UTC (rev 107792)
+++ gnome-commander.changelog   2014-03-19 17:27:05 UTC (rev 107793)
@@ -1,2 +0,0 @@
-2014-01-14 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * gnome-commander 1.2.8.17-1

Copied: gnome-commander/repos/community-i686/gnome-commander.changelog (from 
rev 107792, gnome-commander/trunk/gnome-commander.changelog)
===
--- gnome-commander.changelog 

[arch-commits] Commit in xf86-video-intel/repos (8 files)

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 17:17:08
  Author: andyrtr
Revision: 208221

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 208220, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/git_fixes.diff
(from rev 208220, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 208220, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 208220, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/git_fixes.diff
(from rev 208220, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 208220, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   49 
 testing-i686/git_fixes.diff |  327 ++
 testing-i686/xf86-video-intel.install   |   22 ++
 testing-x86_64/PKGBUILD |   49 
 testing-x86_64/git_fixes.diff   |  327 ++
 testing-x86_64/xf86-video-intel.install |   22 ++
 6 files changed, 796 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 208220, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-19 16:17:08 UTC (rev 208221)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.911
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('4e7a68491bcc4d49912c5ec3ee688badce3f929ce1b7618ede9d8001827270d6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--enable-glamor
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/git_fixes.diff (from rev 208220, 
xf86-video-intel/trunk/git_fixes.diff)
===
--- testing-i686/git_fixes.diff (rev 0)
+++ testing-i686/git_fixes.diff 2014-03-19 16:17:08 UTC (rev 208221)
@@ -0,0 +1,327 @@
+From 699b4fd3139d1d6d02911d6c8f193ead3445f613 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 20:13:53 +
+Subject: sna: Undo region translation before returning
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index aecae51..d654660 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -2433,6 +2433,9 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
+   sna_damage_add(priv-cpu_damage, 
region);
+   discard_gpu = false;
+   }
++
++  if (dx | dy)
++  RegionTranslate(region, -dx, -dy);
+   } else
+   sna_pixmap_free_cpu(sna, priv, false);
+   }
+--
+cgit v0.9.0.2-2-gbebe
+From 26613b046012f0ad968a15ab6bdfa8f6a6652e77 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 21:37:41 +
+Subject: sna: Allow more inplace promotions of CPU to GPU bo
+
+If the CPU bo is wholly damaged, then it makes an ideal candidate for
+simply converting into the GPU bo.
+

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

2014-03-19 Thread Timothy Redaelli
Date: Wednesday, March 19, 2014 @ 18:23:32
  Author: tredaelli
Revision: 107791

upgpkg: bitcoin 0.9.0-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 16:23:03 UTC (rev 107790)
+++ PKGBUILD2014-03-19 17:23:32 UTC (rev 107791)
@@ -4,37 +4,46 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
 license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('73495de53d1a30676884961e39ff46c3851ff770eeaa767331d065ff0ce8dd0c')
+source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+sha256sums=('0f767c13b2c670939750a26558cbb40a7f89ff5ba7d42ce63da0bcc0b701642d'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
+'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
+'f4598dcff7056a699b62a079b76e74d54435db22e05723bab995e22ae71c7f79')
 
-build() {
+prepare() {
   cd $srcdir/$pkgbase-$pkgver-linux/src
+  tar xf $pkgbase-$pkgver.tar.gz
+}
 
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver
+  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
   make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
 }
 
-
 package_bitcoin-qt() {
   pkgdesc=Bitcoin is a peer-to-peer network based digital currency - Qt
-  depends=(boost-libs qt4 miniupnpc qrencode)
+  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
   install=bitcoin-qt.install
 
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+  cd $srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver
+  install -Dm755 src/qt/bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 $srcdir/bitcoin-qt.desktop \
 $pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin128.png \
+  install -Dm644 $srcdir/bitcoin128.png \
 $pkgdir/usr/share/pixmaps/bitcoin128.png
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
@@ -44,13 +53,13 @@
   pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
   depends=(boost-libs miniupnpc openssl)
 
-  cd $srcdir/$pkgbase-$pkgver-linux/src
+  cd $srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver
   install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
+  install -Dm644 $srcdir/bitcoin.conf \
 $pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
+  install -Dm644 $srcdir/bitcoind.1 \
 $pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
+  install -Dm644 $srcdir/bitcoin.conf.5 \
 $pkgdir/usr/share/man/man5/bitcoin.conf.5
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 19:01:16
  Author: flexiondotorg
Revision: 107795

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

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

-+
 /PKGBUILD   |  114 ++
 /galculator.install |   22 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/galculator.install   |   11 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/galculator.install |   11 ---
 6 files changed, 136 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 18:00:57 UTC (rev 107794)
+++ community-i686/PKGBUILD 2014-03-19 18:01:16 UTC (rev 107795)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=galculator
-pkgname=(galculator galculator-gtk2)
-pkgver=2.1.3
-pkgrel=1
-pkgdesc='GTK+ based scientific calculator'
-arch=('i686' 'x86_64')
-url='http://galculator.sourceforge.net/'
-license=('GPL')
-depends=('gtk3' 'gtk2')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
-sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
-
-build() {
-  # GTK3 version
-  cd $pkgname-$pkgver
-  [ -e gtk3 ] || mkdir gtk3
-  cd gtk3
-  ../configure --prefix=/usr
-  make
-
-  # GTK2 version
-  cd $srcdir/$pkgname-$pkgver
-  [ -e gtk2 ] || mkdir gtk2
-  cd gtk2
-  ../configure --prefix=/usr --disable-gtk3
-  make
-}
-
-package_galculator() {
-  depends=('gtk3')
-
-  cd $pkgbase-$pkgver/gtk3
-  make DESTDIR=$pkgdir install
-}
-
-package_galculator-gtk2() {
-  pkgdesc+=' (GTK2 version)'
-  depends=('gtk2')
-  conflicts=('galculator')
-
-  cd $pkgbase-$pkgver/gtk2
-  make DESTDIR=$pkgdir install
-}

Copied: galculator/repos/community-i686/PKGBUILD (from rev 107794, 
galculator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 18:01:16 UTC (rev 107795)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=galculator
+pkgname=(galculator galculator-gtk2)
+pkgver=2.1.3
+pkgrel=2
+pkgdesc='GTK+ based scientific calculator'
+arch=('i686' 'x86_64')
+url='http://galculator.sourceforge.net/'
+license=('GPL')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;)
+sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
+
+build() {
+  # GTK3 version
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  [ -d gtk3 ] || mkdir gtk3
+  cd gtk3
+  ../configure \
+--prefix=/usr
+  make
+
+  # GTK2 version
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  [ -d gtk2 ] || mkdir gtk2
+  cd gtk2
+  ../configure \
+--prefix=/usr \
+--disable-gtk3
+  make
+}
+
+package_galculator() {
+  depends=('gtk3')
+  
+  cd ${pkgbase}-${pkgver}/gtk3
+  make DESTDIR=$pkgdir install
+}
+
+package_galculator-gtk2() {
+  pkgdesc+=' (GTK2 version)'
+  depends=('gtk2')
+  groups=('mate-extra')
+  replaces=('mate-calc')
+  conflicts=('galculator' 'mate-calc')
+
+  cd ${pkgbase}-${pkgver}/gtk2
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/galculator.install
===
--- community-i686/galculator.install   2014-03-19 18:00:57 UTC (rev 107794)
+++ community-i686/galculator.install   2014-03-19 18:01:16 UTC (rev 107795)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: galculator/repos/community-i686/galculator.install (from rev 107794, 
galculator/trunk/galculator.install)

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 19:00:57
  Author: flexiondotorg
Revision: 107794

upgpkg: galculator 2.1.3-2 - Replaces mate-calc

Modified:
  galculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 17:27:05 UTC (rev 107793)
+++ PKGBUILD2014-03-19 18:00:57 UTC (rev 107794)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: SpepS dreamspepser at yahoo dot it
 # Contributor: Alexander Fehr pizzapunk gmail com
@@ -7,37 +8,40 @@
 pkgbase=galculator
 pkgname=(galculator galculator-gtk2)
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='GTK+ based scientific calculator'
 arch=('i686' 'x86_64')
 url='http://galculator.sourceforge.net/'
 license=('GPL')
-depends=('gtk3' 'gtk2')
+depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;)
 sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
 
 build() {
   # GTK3 version
-  cd $pkgname-$pkgver
-  [ -e gtk3 ] || mkdir gtk3
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  [ -d gtk3 ] || mkdir gtk3
   cd gtk3
-  ../configure --prefix=/usr
+  ../configure \
+--prefix=/usr
   make
 
   # GTK2 version
-  cd $srcdir/$pkgname-$pkgver
-  [ -e gtk2 ] || mkdir gtk2
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  [ -d gtk2 ] || mkdir gtk2
   cd gtk2
-  ../configure --prefix=/usr --disable-gtk3
+  ../configure \
+--prefix=/usr \
+--disable-gtk3
   make
 }
 
 package_galculator() {
   depends=('gtk3')
-
-  cd $pkgbase-$pkgver/gtk3
+  
+  cd ${pkgbase}-${pkgver}/gtk3
   make DESTDIR=$pkgdir install
 }
 
@@ -44,8 +48,10 @@
 package_galculator-gtk2() {
   pkgdesc+=' (GTK2 version)'
   depends=('gtk2')
-  conflicts=('galculator')
+  groups=('mate-extra')
+  replaces=('mate-calc')
+  conflicts=('galculator' 'mate-calc')
 
-  cd $pkgbase-$pkgver/gtk2
+  cd ${pkgbase}-${pkgver}/gtk2
   make DESTDIR=$pkgdir install
 }



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:23:03
  Author: flexiondotorg
Revision: 107790

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

Added:
  caja-extensions/repos/community-i686/
  caja-extensions/repos/community-i686/PKGBUILD
(from rev 107789, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-i686/caja-open-terminal.install
(from rev 107789, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-i686/caja-sendto.install
(from rev 107789, caja-extensions/trunk/caja-sendto.install)
  caja-extensions/repos/community-x86_64/
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 107789, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-x86_64/caja-open-terminal.install
(from rev 107789, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-x86_64/caja-sendto.install
(from rev 107789, caja-extensions/trunk/caja-sendto.install)

-+
 community-i686/PKGBUILD |   91 ++
 community-i686/caja-open-terminal.install   |   11 +++
 community-i686/caja-sendto.install  |   11 +++
 community-x86_64/PKGBUILD   |   91 ++
 community-x86_64/caja-open-terminal.install |   11 +++
 community-x86_64/caja-sendto.install|   11 +++
 6 files changed, 226 insertions(+)

Copied: caja-extensions/repos/community-i686/PKGBUILD (from rev 107789, 
caja-extensions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 16:23:03 UTC (rev 107790)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
+pkgver=1.8.0
+pkgrel=3
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('mate-common' 'perl-xml-parser')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b4872265988745bfc39531e2eb6ac6d41a01a645')
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0
+make
+}
+
+package_caja-extensions-common() {
+pkgdesc=Common files for Caja extensions.
+depends=()
+conflicts=('caja-extensions')
+replaces=('caja-extensions')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C po DESTDIR=${pkgdir} install
+}
+
+package_caja-gksu() {
+pkgdesc=A Caja extension for executing files with elevated privileges.
+depends=('caja' 'caja-extensions-common' 'gksu')
+groups=('mate-extra')
+conflicts=('mate-file-manager-gksu')
+replaces=('mate-file-manager-gksu')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C gksu DESTDIR=${pkgdir} install
+}
+
+package_caja-image-converter() {
+pkgdesc=A Caja extension for simple image conversions.
+depends=('caja' 'caja-extensions-common' 'imagemagick')
+groups=('mate-extra')
+conflicts=('mate-file-manager-image-converter')
+replaces=('mate-file-manager-image-converter')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C image-converter DESTDIR=${pkgdir} install
+}
+
+package_caja-open-terminal() {
+pkgdesc=A Caja extension for opening terminals in arbitrary local paths.
+depends=('caja' 'caja-extensions-common')
+groups=('mate-extra')
+conflicts=('mate-file-manager-open-terminal')
+replaces=('mate-file-manager-open-terminal')
+install=caja-open-terminal.install
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C open-terminal DESTDIR=${pkgdir} install
+}
+
+package_caja-sendto() {
+pkgdesc=A Caja extension for sending files.
+depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
+groups=('mate-extra')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.')
+conflicts=('mate-file-manager-sendto')
+replaces=('mate-file-manager-sendto')
+install=caja-sendto.install
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C sendto DESTDIR=${pkgdir} install
+}
+
+package_caja-share() {
+pkgdesc=A Caja extension to quickly share a folder.
+depends=('caja' 'caja-extensions-common' 'samba')
+groups=('mate-extra')
+conflicts=('mate-file-manager-share')
+replaces=('mate-file-manager-share')
+
+cd ${srcdir}/${pkgbase}-${pkgver}
+make -C share DESTDIR=${pkgdir} install
+}

Copied: caja-extensions/repos/community-i686/caja-open-terminal.install (from 
rev 107789, caja-extensions/trunk/caja-open-terminal.install)
===
--- community-i686/caja-open-terminal.install

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:11:38
  Author: flexiondotorg
Revision: 107788

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

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

+
 /PKGBUILD  |   84 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   42 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 16:09:48 UTC (rev 107787)
+++ community-i686/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=A powerful text editor for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
- 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-text-editor')
-provides=('mate-text-editor')
-conflicts=('mate-text-editor')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 107787, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=pluma
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=A powerful text editor for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+ 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-text-editor')
+provides=('mate-text-editor')
+conflicts=('mate-text-editor')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 16:09:48 UTC (rev 107787)
+++ community-i686/pluma.install2014-03-19 16:11:38 UTC (rev 107788)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 107787, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 16:11:38 UTC (rev 107788)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 19:13:54
  Author: flexiondotorg
Revision: 107796

upgpkg: pluma 1.8.0-3 - Fixes FS#39542 - [pluma] mate-dialog dependency should 
be mate-dialogs

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 18:01:16 UTC (rev 107795)
+++ PKGBUILD2014-03-19 18:13:54 UTC (rev 107796)
@@ -3,13 +3,13 @@
 
 pkgname=pluma
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A powerful text editor for MATE
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
- 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
+ 'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 replaces=('mate-text-editor')



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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 19:14:08
  Author: flexiondotorg
Revision: 107797

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

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

+
 /PKGBUILD  |   84 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   42 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 18:13:54 UTC (rev 107796)
+++ community-i686/PKGBUILD 2014-03-19 18:14:08 UTC (rev 107797)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=A powerful text editor for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
- 'mate-desktop' 'mate-dialog' 'pygtksourceview2' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-text-editor')
-provides=('mate-text-editor')
-conflicts=('mate-text-editor')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 107796, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 18:14:08 UTC (rev 107797)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=pluma
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=A powerful text editor for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+ 'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-text-editor')
+provides=('mate-text-editor')
+conflicts=('mate-text-editor')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 18:13:54 UTC (rev 107796)
+++ community-i686/pluma.install2014-03-19 18:14:08 UTC (rev 107797)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 107796, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 18:14:08 UTC (rev 107797)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:18:16
  Author: flexiondotorg
Revision: 107789

upgpkg: caja-extensions 1.8.0-3 - Rebuild

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 16:11:38 UTC (rev 107788)
+++ PKGBUILD2014-03-19 16:18:16 UTC (rev 107789)
@@ -4,7 +4,7 @@
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-03-19 Thread Jelle van der Waa
Date: Wednesday, March 19, 2014 @ 19:32:00
  Author: jelle
Revision: 107798

upgpkg: python-pyopencl 1:2013.2-4

python3.4 rebuild

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 18:14:08 UTC (rev 107797)
+++ PKGBUILD2014-03-19 18:32:00 UTC (rev 107798)
@@ -4,7 +4,7 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2013.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A complete, object-oriented language binding of OpenCL to Python
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pyopencl;



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

2014-03-19 Thread Jelle van der Waa
Date: Wednesday, March 19, 2014 @ 19:32:12
  Author: jelle
Revision: 107799

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 107798, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 107798, python-pyopencl/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 
 PKGBUILD|   71 ++
 2 files changed, 91 insertions(+)

Copied: python-pyopencl/repos/community-staging-x86_64/LICENSE.txt (from rev 
107798, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-x86_64/LICENSE.txt(rev 0)
+++ community-staging-x86_64/LICENSE.txt2014-03-19 18:32:12 UTC (rev 
107799)
@@ -0,0 +1,20 @@
+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-pyopencl/repos/community-staging-x86_64/PKGBUILD (from rev 
107798, python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-19 18:32:12 UTC (rev 107799)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.2
+pkgrel=4
+pkgdesc=A complete, object-oriented language binding of OpenCL to Python
+arch=('i686' 'x86_64')
+url=http://mathema.tician.de/software/pyopencl;
+license=('custom')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd $srcdir
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+check(){
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py test
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 setup.py test
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   rm -fr ${pkgdir}/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+rm -fr ${pkgdir}/usr/include/
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_pyopencl-headers() {
+   cd ${srcdir}/pyopencl-${pkgver}/
+   install -dm755 ${pkgdir}/usr/include/pyopencl
+
+  for file in pyopencl-airy.cl  pyopencl-bessel-j.cl  pyopencl-bessel-y.cl  
pyopencl-complex.h  pyopencl-eval-tbl.cl  pyopencl-ranluxcl.cl; do
+  install -m644 pyopencl/cl/${file} ${pkgdir}/usr/include/pyopencl
+   done
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

[arch-commits] Commit in python-pyopencl/repos (7 files)

2014-03-19 Thread Jelle van der Waa
Date: Wednesday, March 19, 2014 @ 19:48:55
  Author: jelle
Revision: 107800

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

Added:
  python-pyopencl/repos/community-staging-i686/
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 107799, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 107799, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 107799, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 107799, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD

--+
 /LICENSE.txt |   20 +
 /PKGBUILD|   71 +
 community-staging-i686/LICENSE.txt   |   20 +
 community-staging-i686/PKGBUILD  |   71 +
 community-staging-x86_64/LICENSE.txt |   20 -
 community-staging-x86_64/PKGBUILD|   71 -
 6 files changed, 182 insertions(+), 91 deletions(-)

Copied: python-pyopencl/repos/community-staging-i686/LICENSE.txt (from rev 
107799, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2014-03-19 18:48:55 UTC (rev 107800)
@@ -0,0 +1,20 @@
+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-pyopencl/repos/community-staging-i686/PKGBUILD (from rev 107799, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-19 18:48:55 UTC (rev 107800)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.2
+pkgrel=4
+pkgdesc=A complete, object-oriented language binding of OpenCL to Python
+arch=('i686' 'x86_64')
+url=http://mathema.tician.de/software/pyopencl;
+license=('custom')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd $srcdir
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+check(){
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py test
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 setup.py test
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   rm -fr ${pkgdir}/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools')
+
+   cd 

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

2014-03-19 Thread Sébastien Luttringer
Date: Wednesday, March 19, 2014 @ 20:39:31
  Author: seblu
Revision: 107801

upgpkg: radvd 1.10.0-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 18:48:55 UTC (rev 107800)
+++ PKGBUILD2014-03-19 19:39:31 UTC (rev 107801)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=1.9.9
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('373f7b1b6b2c6efbf8dc253f90b466703526d9b4'
+sha1sums=('b691a2c36863405191010e6275740e5c1a48705d'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {



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

2014-03-19 Thread Sébastien Luttringer
Date: Wednesday, March 19, 2014 @ 20:39:48
  Author: seblu
Revision: 107802

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

Added:
  radvd/repos/community-i686/PKGBUILD
(from rev 107801, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 107801, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 107801, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 107801, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |   86 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   43 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/radvd.service |9 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 19:39:31 UTC (rev 107801)
+++ community-i686/PKGBUILD 2014-03-19 19:39:48 UTC (rev 107802)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.9.9
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('373f7b1b6b2c6efbf8dc253f90b466703526d9b4'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 107801, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 19:39:48 UTC (rev 107802)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)
+sha1sums=('b691a2c36863405191010e6275740e5c1a48705d'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2014-03-19 19:39:31 UTC (rev 107801)
+++ community-i686/radvd.service2014-03-19 19:39:48 UTC (rev 107802)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 107801, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2014-03-19 19:39:48 UTC (rev 107802)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]

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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:12:14
  Author: andyrtr
Revision: 208223

upgpkg: man-pages 3.63-1

upstream update 3.63

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 16:17:32 UTC (rev 208222)
+++ PKGBUILD2014-03-19 20:12:14 UTC (rev 208223)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.62
+pkgver=3.63
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('f3d550b1ecbdcd92c07d848e4196c1233dd1244c4fb7e5a86d7fb29fed5fb6df'
+sha256sums=('e63f88fd55bfc945bdd4632ee591f9e752bc3f790921b766f129df3e5a493c1a'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:12:24
  Author: andyrtr
Revision: 208224

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 208223, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 208223, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-19 20:12:24 UTC (rev 208224)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.63
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('e63f88fd55bfc945bdd4632ee591f9e752bc3f790921b766f129df3e5a493c1a'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



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

2014-03-19 Thread Sébastien Luttringer
Date: Wednesday, March 19, 2014 @ 21:26:54
  Author: seblu
Revision: 107803

upgpkg: salt 2014.1.1-1

Modified:
  salt/trunk/PKGBUILD
  salt/trunk/salt-master.service

-+
 PKGBUILD|7 ---
 salt-master.service |5 ++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 19:39:48 UTC (rev 107802)
+++ PKGBUILD2014-03-19 20:26:54 UTC (rev 107803)
@@ -3,7 +3,7 @@
 # Contibutor: Christer Edwards christer.edwa...@gmail.com
 
 pkgname=salt
-pkgver=2014.1.0
+pkgver=2014.1.1
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -16,6 +16,7 @@
  'python2-msgpack'
  'python2-psutil'
  'python2-pyzmq'
+ 'python2-systemd'
  'python2-yaml'
  'apache-libcloud'
  'sshpass')
@@ -29,8 +30,8 @@
 'salt-minion.service'
 'salt.tmpfiles')
 
-md5sums=('0d29af68d2996ab22d86f43637775df4'
- 'fbf73ffe2213bf8e6177f7ebde2664a4'
+md5sums=('c5c3ed043ad81cd71aff067c4e44d596'
+ '22d15fdc9b05c580c2927adf192ec76e'
  '1839f3b46e5567a91b4ef0fcf943ddb6'
  'ac8023a1e2ab9c107cdc20658212caf4'
  '8772c329a5a90aac495d14d5797cc0fd')

Modified: salt-master.service
===
--- salt-master.service 2014-03-19 19:39:48 UTC (rev 107802)
+++ salt-master.service 2014-03-19 20:26:54 UTC (rev 107803)
@@ -3,9 +3,8 @@
 After=network.target
 
 [Service]
-Type=forking
-PIDFile=/run/salt/salt-master.pid
-ExecStart=/usr/bin/salt-master -d
+Type=notify
+ExecStart=/usr/bin/salt-master
 
 [Install]
 WantedBy=multi-user.target



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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:32:40
  Author: andyrtr
Revision: 208225

upgpkg: libburn 1.3.6.pl01-1

upstream update 1.3.6.pl01

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:12:24 UTC (rev 208224)
+++ PKGBUILD2014-03-19 20:32:40 UTC (rev 208225)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.3.6
+pkgver=1.3.6.pl01
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('ed7b9bbf873fc754b1a75df1b2cc1023'
+md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
  'SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   make DESTDIR=${pkgdir} install
 }
 



[arch-commits] Commit in salt/repos/community-any (12 files)

2014-03-19 Thread Sébastien Luttringer
Date: Wednesday, March 19, 2014 @ 21:27:22
  Author: seblu
Revision: 107804

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 107803, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt-master.service
(from rev 107803, salt/trunk/salt-master.service)
  salt/repos/community-any/salt-minion.service
(from rev 107803, salt/trunk/salt-minion.service)
  salt/repos/community-any/salt-syndic.service
(from rev 107803, salt/trunk/salt-syndic.service)
  salt/repos/community-any/salt.install
(from rev 107803, salt/trunk/salt.install)
  salt/repos/community-any/salt.tmpfiles
(from rev 107803, salt/trunk/salt.tmpfiles)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt-master.service
  salt/repos/community-any/salt-minion.service
  salt/repos/community-any/salt-syndic.service
  salt/repos/community-any/salt.install
  salt/repos/community-any/salt.tmpfiles

-+
 PKGBUILD|  137 +-
 salt-master.service |   21 +++
 salt-minion.service |   22 
 salt-syndic.service |   22 
 salt.install|   36 ++---
 salt.tmpfiles   |2 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 20:26:54 UTC (rev 107803)
+++ PKGBUILD2014-03-19 20:27:22 UTC (rev 107804)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgname=salt
-pkgver=2014.1.0
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-depends=('python2'
- 'python2-crypto'
- 'python2-jinja'
- 'python2-m2crypto'
- 'python2-msgpack'
- 'python2-psutil'
- 'python2-pyzmq'
- 'python2-yaml'
- 'apache-libcloud'
- 'sshpass')
-optdepends=('dmidecode: decode SMBIOS/DMI tables')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
-'salt-master.service'
-'salt-syndic.service'
-'salt-minion.service'
-'salt.tmpfiles')
-
-md5sums=('0d29af68d2996ab22d86f43637775df4'
- 'fbf73ffe2213bf8e6177f7ebde2664a4'
- '1839f3b46e5567a91b4ef0fcf943ddb6'
- 'ac8023a1e2ab9c107cdc20658212caf4'
- '8772c329a5a90aac495d14d5797cc0fd')
-
-prepare() {
-  # we run master as user salt
-  sed -ri 's|^#user: root|user: salt|' $pkgname-$pkgver/conf/master
-}
-
-package() {
-  # systemd
-  install -Dm644 salt-master.service 
$pkgdir/usr/lib/systemd/system/salt-master.service
-  install -Dm644 salt-syndic.service 
$pkgdir/usr/lib/systemd/system/salt-syndic.service
-  install -Dm644 salt-minion.service 
$pkgdir/usr/lib/systemd/system/salt-minion.service
-  install -Dm644 salt.tmpfiles $pkgdir/usr/lib/tmpfiles.d/salt.conf
-
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # salt directories (cache must be owned by salt)
-  install -dm750 -o 141 -g 141 $pkgdir/var/cache/salt
-  install -dm750 -o 141 -g 141 $pkgdir/var/log/salt
-  install -dm750 -o 141 -g 141 $pkgdir/srv/salt
-
-  # salt config editable by salt user
-  chown -R 141:141 $pkgdir/etc/salt
-  chmod 750 $pkgdir/etc/salt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 107803, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 20:27:22 UTC (rev 107804)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgname=salt
+pkgver=2014.1.1
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+depends=('python2'
+ 'python2-crypto'
+ 'python2-jinja'
+ 'python2-m2crypto'
+ 'python2-msgpack'
+ 'python2-psutil'
+ 'python2-pyzmq'
+ 'python2-systemd'
+ 'python2-yaml'
+ 'apache-libcloud'
+ 'sshpass')
+optdepends=('dmidecode: decode SMBIOS/DMI tables')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
+'salt-master.service'
+'salt-syndic.service'
+'salt-minion.service'
+'salt.tmpfiles')
+
+md5sums=('c5c3ed043ad81cd71aff067c4e44d596'
+ '22d15fdc9b05c580c2927adf192ec76e'
+ '1839f3b46e5567a91b4ef0fcf943ddb6'
+ 'ac8023a1e2ab9c107cdc20658212caf4'
+ 

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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:36:46
  Author: andyrtr
Revision: 208227

upgpkg: libisoburn 1.3.6.pl01-1

upstream update 1.3.6.pl01

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:32:56 UTC (rev 208226)
+++ PKGBUILD2014-03-19 20:36:46 UTC (rev 208227)
@@ -3,28 +3,28 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.3.6
+pkgver=1.3.6.pl01
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia-project.org;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.3.6' 'libisofs=1.3.6' 'readline')
+depends=('libburn=1.3.6.pl01' 'libisofs=1.3.6' 'readline')
 optdepends=('tk:  for xorriso-tcltk frontend'
 'bwidget: for xorriso-tcltk frontend')
 provides=('xorriso' 'xorriso-tcltk')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1f7bea50c44ba69acb5710f14f561f5d'
+md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
  'SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   make DESTDIR=${pkgdir} install
 }



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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:36:58
  Author: andyrtr
Revision: 208228

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

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

-+
 /PKGBUILD   |   60 ++
 /libisoburn.install |   40 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/libisoburn.install   |   20 
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/libisoburn.install |   20 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-19 20:36:46 UTC (rev 208227)
+++ extra-i686/PKGBUILD 2014-03-19 20:36:58 UTC (rev 208228)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.3.6
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia-project.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.3.6' 'libisofs=1.3.6' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1f7bea50c44ba69acb5710f14f561f5d'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 208227, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-19 20:36:58 UTC (rev 208228)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.3.6.pl01
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia-project.org;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.3.6.pl01' 'libisofs=1.3.6' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2014-03-19 20:36:46 UTC (rev 208227)
+++ extra-i686/libisoburn.install   2014-03-19 20:36:58 UTC (rev 208228)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 208227, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2014-03-19 20:36:58 UTC (rev 208228)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===

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

2014-03-19 Thread Jonathan Steel
Date: Wednesday, March 19, 2014 @ 21:47:07
  Author: jsteel
Revision: 107806

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/PKGBUILD |   43 ---
 3 files changed, 98 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 20:46:42 UTC (rev 107805)
+++ community-i686/PKGBUILD 2014-03-19 20:47:07 UTC (rev 107806)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Brett Hoerner br...@bretthoerner.com
-# Contributor: Jochen Schalanda jochen+...@schalanda.name
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-# Contributor: helios a...@wiresphere.de
-# Contributor: George Ornbo gor...@gmail.com
-# Contributor: Niklas Heer niklas.h...@me.com
-# Contributor: Steven Nance ste...@devtrw.com
-
-pkgname=vagrant
-pkgver=1.5.1
-pkgrel=3
-pkgdesc=Build and distribute virtualized development environments
-arch=('i686' 'x86_64')
-url=http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-makedepends=('git')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-source=(git://github.com/mitchellh/$pkgname.git
-git://github.com/mitchellh/$pkgname-installers.git
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('SKIP' 'SKIP')
-[[ $CARCH == i686 ]]  md5sums[2]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]]  md5sums[2]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-build() {
-  cd $srcdir/$pkgname
-REV=$( git log --grep ^v$pkgver$ --pretty=format:%H | head -n 1 )
-
-  $srcdir/$pkgname-installers/package/support/install_$pkgname.sh \
-$srcdir/substrate/ $REV $srcdir/substrate/${pkgname}_version
-}
-
-package() {
-  install -d $pkgdir/{opt/,usr/bin/}
-
-  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 107805, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 20:47:07 UTC (rev 107806)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.5.1
+pkgrel=4
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(git://github.com/mitchellh/$pkgname.git
+git://github.com/mitchellh/$pkgname-installers.git
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('SKIP' 'SKIP')
+[[ $CARCH == i686 ]]  md5sums[2]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]]  md5sums[2]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+build() {
+  cd $srcdir/$pkgname
+REV=$( git log --grep ^v$pkgver$ --pretty=format:%H | head -n 1 )
+
+  $srcdir/$pkgname-installers/package/support/install_$pkgname.sh \
+$srcdir/substrate/ $REV $srcdir/substrate/${pkgname}_version
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-19 20:46:42 UTC (rev 107805)
+++ community-x86_64/PKGBUILD   2014-03-19 20:47:07 UTC (rev 107806)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Brett Hoerner br...@bretthoerner.com
-# Contributor: Jochen 

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

2014-03-19 Thread Jonathan Steel
Date: Wednesday, March 19, 2014 @ 21:46:42
  Author: jsteel
Revision: 107805

upgpkg: vagrant 1.5.1-4

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:27:22 UTC (rev 107804)
+++ PKGBUILD2014-03-19 20:46:42 UTC (rev 107805)
@@ -11,7 +11,7 @@
 
 pkgname=vagrant
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Build and distribute virtualized development environments
 arch=('i686' 'x86_64')
 url=http://vagrantup.com;
@@ -35,9 +35,15 @@
 }
 
 package() {
-  install -d $pkgdir/{opt/,usr/bin/}
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
 
   cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
 
   ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:32:56
  Author: andyrtr
Revision: 208226

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-19 20:32:40 UTC (rev 208225)
+++ extra-i686/PKGBUILD 2014-03-19 20:32:56 UTC (rev 208226)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.6
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ed7b9bbf873fc754b1a75df1b2cc1023'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 208225, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-19 20:32:56 UTC (rev 208226)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.6.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-19 20:32:40 UTC (rev 208225)
+++ extra-x86_64/PKGBUILD   2014-03-19 20:32:56 UTC (rev 208226)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.6
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ed7b9bbf873fc754b1a75df1b2cc1023'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 208225, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-19 20:32:56 UTC (rev 208226)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.6.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-03-19 Thread Sven-Hendrik Haase
Date: Wednesday, March 19, 2014 @ 21:59:13
  Author: svenstaro
Revision: 107807

upgpkg: nbd 3.8-1

upstream release 3.8

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:47:07 UTC (rev 107806)
+++ PKGBUILD2014-03-19 20:59:13 UTC (rev 107807)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer ger...@archlinux.de
 
 pkgname=nbd
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('09a17fd19596b6908bff8b7db74141fc'
+md5sums=('e9bcdb3e18af815573880ccbaee02646'
  '2d05d426b8c2708d5f8a0d028fcbae05'
  '5d1acc143018117174f79eff15afa038')
 



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

2014-03-19 Thread Sven-Hendrik Haase
Date: Wednesday, March 19, 2014 @ 21:59:30
  Author: svenstaro
Revision: 107808

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 107807, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 107807, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 107807, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 107807, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 107807, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 107807, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 107807, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 107807, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   26 +
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   40 
 community-i686/config|   33 
 community-i686/nbd.install   |   13 --
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   40 
 community-x86_64/config  |   33 
 community-x86_64/nbd.install |   13 --
 community-x86_64/nbd.service |   10 -
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 20:59:13 UTC (rev 107807)
+++ community-i686/PKGBUILD 2014-03-19 20:59:30 UTC (rev 107808)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-
-pkgname=nbd
-pkgver=3.7
-pkgrel=1
-pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
-arch=('i686' 'x86_64')
-url=http://nbd.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-   config nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('09a17fd19596b6908bff8b7db74141fc'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/config ${pkgdir}/etc/nbd-server/config
-  install -D -m644 ${srcdir}/nbd.service 
${pkgdir}/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 doc/README ${pkgdir}/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 107807, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 20:59:30 UTC (rev 107808)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+
+pkgname=nbd
+pkgver=3.8
+pkgrel=1
+pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
+arch=('i686' 'x86_64')
+url=http://nbd.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('e9bcdb3e18af815573880ccbaee02646'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/config ${pkgdir}/etc/nbd-server/config
+  install -D -m644 ${srcdir}/nbd.service 
${pkgdir}/usr/lib/systemd/system/nbd.service
+
+  install -D -m644 doc/README ${pkgdir}/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
===
--- community-i686/config   2014-03-19 20:59:13 UTC (rev 107807)
+++ community-i686/config   2014-03-19 

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

2014-03-19 Thread Sébastien Luttringer
Date: Wednesday, March 19, 2014 @ 22:30:47
  Author: seblu
Revision: 107809

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

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

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

2014-03-19 Thread Florian Pritz
Date: Wednesday, March 19, 2014 @ 22:31:36
  Author: bluewind
Revision: 107810

upgpkg: inxi 2.1.7-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 21:30:47 UTC (rev 107809)
+++ PKGBUILD2014-03-19 21:31:36 UTC (rev 107810)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.1.5
+pkgver=2.1.7
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e87b49e44861dbe95b5c18447b3f3999')
+md5sums=('7441e5fa068590db34b2c28d87f917f8')
 
 package() {
   cd $srcdir



[arch-commits] Commit in xine-ui/trunk (PKGBUILD xine-ui-readline.patch)

2014-03-19 Thread Eric Bélanger
Date: Wednesday, March 19, 2014 @ 22:25:00
  Author: eric
Revision: 208229

upgpkg: xine-ui 0.99.8-1

Upstream update, Add libxxf86vm depends, Add build patch

Added:
  xine-ui/trunk/xine-ui-readline.patch
Modified:
  xine-ui/trunk/PKGBUILD

+
 PKGBUILD   |   18 --
 xine-ui-readline.patch |   11 +++
 2 files changed, 23 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:36:58 UTC (rev 208228)
+++ PKGBUILD2014-03-19 21:25:00 UTC (rev 208229)
@@ -2,19 +2,25 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-ui
-pkgver=0.99.7
-pkgrel=2
+pkgver=0.99.8
+pkgrel=1
 pkgdesc=A free video player for Unix
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.xine-project.org;
-depends=('xine-lib' 'curl' 'libpng' 'libxft' 'xdg-utils' 'shared-mime-info' 
- 'hicolor-icon-theme' 'desktop-file-utils' 'lirc-utils')
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc-utils' 'xdg-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
 options=('!strip')
 install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ca82e09cf8245d038813bc4dbd8384ba79cbf197')
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz 
xine-ui-readline.patch)
+sha1sums=('ffe8e6507a95f92f1e29aa4e3751f4b505e8da1a'
+  'e325c322a365a57ddbd62256a540202d092d4d1e')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/xine-ui-readline.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man \

Added: xine-ui-readline.patch
===
--- xine-ui-readline.patch  (rev 0)
+++ xine-ui-readline.patch  2014-03-19 21:25:00 UTC (rev 208229)
@@ -0,0 +1,11 @@
+--- xine-ui-0.99.8.orig/src/xitk/network.c
 xine-ui-0.99.8/src/xitk/network.c
+@@ -1255,7 +1255,7 @@ int main(int argc, char **argv) {
+   rl_readline_name = PROGNAME;
+   rl_set_prompt(session.prompt);
+   rl_initialize();
+-  rl_attempted_completion_function = (CPPFunction *)completion_function;
++  rl_attempted_completion_function = completion_function;
+   
+   signal(SIGPIPE, SIG_IGN);
+   



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

2014-03-19 Thread Eric Bélanger
Date: Wednesday, March 19, 2014 @ 22:26:01
  Author: eric
Revision: 208230

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

Added:
  xine-ui/repos/extra-i686/PKGBUILD
(from rev 208229, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-i686/xine-ui-readline.patch
(from rev 208229, xine-ui/trunk/xine-ui-readline.patch)
  xine-ui/repos/extra-i686/xine-ui.install
(from rev 208229, xine-ui/trunk/xine-ui.install)
  xine-ui/repos/extra-x86_64/PKGBUILD
(from rev 208229, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-x86_64/xine-ui-readline.patch
(from rev 208229, xine-ui/trunk/xine-ui-readline.patch)
  xine-ui/repos/extra-x86_64/xine-ui.install
(from rev 208229, xine-ui/trunk/xine-ui.install)
Deleted:
  xine-ui/repos/extra-i686/PKGBUILD
  xine-ui/repos/extra-i686/xine-ui.install
  xine-ui/repos/extra-x86_64/PKGBUILD
  xine-ui/repos/extra-x86_64/xine-ui.install

-+
 /PKGBUILD   |   68 ++
 /xine-ui.install|   26 +
 extra-i686/PKGBUILD |   28 --
 extra-i686/xine-ui-readline.patch   |   11 +
 extra-i686/xine-ui.install  |   13 --
 extra-x86_64/PKGBUILD   |   28 --
 extra-x86_64/xine-ui-readline.patch |   11 +
 extra-x86_64/xine-ui.install|   13 --
 8 files changed, 116 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-19 21:25:00 UTC (rev 208229)
+++ extra-i686/PKGBUILD 2014-03-19 21:26:01 UTC (rev 208230)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-ui
-pkgver=0.99.7
-pkgrel=2
-pkgdesc=A free video player for Unix
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.xine-project.org;
-depends=('xine-lib' 'curl' 'libpng' 'libxft' 'xdg-utils' 'shared-mime-info' 
- 'hicolor-icon-theme' 'desktop-file-utils' 'lirc-utils')
-options=('!strip')
-install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ca82e09cf8245d038813bc4dbd8384ba79cbf197')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---with-x --enable-lirc --without-aalib --enable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} desktopdir=/usr/share/applications install
-}

Copied: xine-ui/repos/extra-i686/PKGBUILD (from rev 208229, 
xine-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-19 21:26:01 UTC (rev 208230)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-ui
+pkgver=0.99.8
+pkgrel=1
+pkgdesc=A free video player for Unix
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.xine-project.org;
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc-utils' 'xdg-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!strip')
+install=xine-ui.install
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz 
xine-ui-readline.patch)
+sha1sums=('ffe8e6507a95f92f1e29aa4e3751f4b505e8da1a'
+  'e325c322a365a57ddbd62256a540202d092d4d1e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/xine-ui-readline.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--with-x --enable-lirc --without-aalib --enable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} desktopdir=/usr/share/applications install
+}

Copied: xine-ui/repos/extra-i686/xine-ui-readline.patch (from rev 208229, 
xine-ui/trunk/xine-ui-readline.patch)
===
--- extra-i686/xine-ui-readline.patch   (rev 0)
+++ extra-i686/xine-ui-readline.patch   2014-03-19 21:26:01 UTC (rev 208230)
@@ -0,0 +1,11 @@
+--- xine-ui-0.99.8.orig/src/xitk/network.c
 xine-ui-0.99.8/src/xitk/network.c
+@@ -1255,7 +1255,7 @@ int main(int argc, char **argv) {
+   rl_readline_name = PROGNAME;
+   rl_set_prompt(session.prompt);
+   rl_initialize();
+-  rl_attempted_completion_function = (CPPFunction *)completion_function;
++  rl_attempted_completion_function = completion_function;
+   
+   signal(SIGPIPE, SIG_IGN);
+   

Deleted: extra-i686/xine-ui.install
===
--- extra-i686/xine-ui.install  2014-03-19 21:25:00 UTC (rev 208229)
+++ extra-i686/xine-ui.install  2014-03-19 21:26:01 UTC (rev 208230)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {

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

2014-03-19 Thread Florian Pritz
Date: Wednesday, March 19, 2014 @ 22:31:38
  Author: bluewind
Revision: 107811

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 107810, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 107810, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 21:31:36 UTC (rev 107810)
+++ PKGBUILD2014-03-19 21:31:38 UTC (rev 107811)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.1.5
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e87b49e44861dbe95b5c18447b3f3999')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 107810, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 21:31:38 UTC (rev 107811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.1.7
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7441e5fa068590db34b2c28d87f917f8')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-03-19 21:31:36 UTC (rev 107810)
+++ upgpkg  2014-03-19 21:31:38 UTC (rev 107811)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 107810, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-03-19 21:31:38 UTC (rev 107811)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2014-03-19 Thread Balló György
Date: Wednesday, March 19, 2014 @ 22:40:32
  Author: bgyorgy
Revision: 107812

upgpkg: gourmet 0.17.1-1

Update to version 0.17.1

Modified:
  gourmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 21:31:38 UTC (rev 107811)
+++ PKGBUILD2014-03-19 21:40:32 UTC (rev 107812)
@@ -3,7 +3,7 @@
 # Contributor: Ray Rashif sc...@archlinux.org
 
 pkgname=gourmet
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc=A simple but powerful recipe-managing application
 arch=('any')
@@ -19,8 +19,10 @@
 'python2-poppler: Printing and PDF Export plugin'
 'python2-reportlab: Printing and PDF Export plugin')
 install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('94755dfd6b560cd77aa3c1bcdeb73d8f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;
+
https://github.com/thinkle/gourmet/commit/1cd11c485f992593bf5b33ba15c941861ca67ccf.patch;)
+md5sums=('97743c102776d1eff0ba8d48d47cf9c6'
+ '2a060fd6be62575003bd6e01c0b95b3b')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,6 +29,9 @@
 
   # python2 fix
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  patch -Np1 -i ../1cd11c485f992593bf5b33ba15c941861ca67ccf.patch
 }
 
 build() {



[arch-commits] Commit in gourmet/repos/community-any (6 files)

2014-03-19 Thread Balló György
Date: Wednesday, March 19, 2014 @ 22:41:00
  Author: bgyorgy
Revision: 107813

archrelease: copy trunk to community-any

Added:
  gourmet/repos/community-any/.contrib
(from rev 107812, gourmet/trunk/.contrib)
  gourmet/repos/community-any/PKGBUILD
(from rev 107812, gourmet/trunk/PKGBUILD)
  gourmet/repos/community-any/gourmet.install
(from rev 107812, gourmet/trunk/gourmet.install)
Deleted:
  gourmet/repos/community-any/.contrib
  gourmet/repos/community-any/PKGBUILD
  gourmet/repos/community-any/gourmet.install

-+
 .contrib|6 +--
 PKGBUILD|   85 --
 gourmet.install |   22 ++---
 3 files changed, 59 insertions(+), 54 deletions(-)

Deleted: .contrib
===
--- .contrib2014-03-19 21:40:32 UTC (rev 107812)
+++ .contrib2014-03-19 21:41:00 UTC (rev 107813)
@@ -1,3 +0,0 @@
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Andrew Conkling andrew...@fr.st

Copied: gourmet/repos/community-any/.contrib (from rev 107812, 
gourmet/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-03-19 21:41:00 UTC (rev 107813)
@@ -0,0 +1,3 @@
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Andrew Conkling andrew...@fr.st

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-19 21:40:32 UTC (rev 107812)
+++ PKGBUILD2014-03-19 21:41:00 UTC (rev 107813)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ray Rashif sc...@archlinux.org
-
-pkgname=gourmet
-pkgver=0.17.0
-pkgrel=1
-pkgdesc=A simple but powerful recipe-managing application
-arch=('any')
-url=http://thinkle.github.io/gourmet/;
-license=('GPL')
-depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy' 'hicolor-icon-theme')
-makedepends=('python2-distutils-extra')
-optdepends=('gstreamer0.10-python: play timer sounds'
-'ipython2: Python Shell plugin'
-'pyrtf: RTF support'
-'python2-beautifulsoup3: Webpage import plugin'
-'python2-gtkspell: Spell Checking plugin'
-'python2-poppler: Printing and PDF Export plugin'
-'python2-reportlab: Printing and PDF Export plugin')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('94755dfd6b560cd77aa3c1bcdeb73d8f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: gourmet/repos/community-any/PKGBUILD (from rev 107812, 
gourmet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-19 21:41:00 UTC (rev 107813)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ray Rashif sc...@archlinux.org
+
+pkgname=gourmet
+pkgver=0.17.1
+pkgrel=1
+pkgdesc=A simple but powerful recipe-managing application
+arch=('any')
+url=http://thinkle.github.io/gourmet/;
+license=('GPL')
+depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy' 'hicolor-icon-theme')
+makedepends=('python2-distutils-extra')
+optdepends=('gstreamer0.10-python: play timer sounds'
+'ipython2: Python Shell plugin'
+'pyrtf: RTF support'
+'python2-beautifulsoup3: Webpage import plugin'
+'python2-gtkspell: Spell Checking plugin'
+'python2-poppler: Printing and PDF Export plugin'
+'python2-reportlab: Printing and PDF Export plugin')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;
+
https://github.com/thinkle/gourmet/commit/1cd11c485f992593bf5b33ba15c941861ca67ccf.patch;)
+md5sums=('97743c102776d1eff0ba8d48d47cf9c6'
+ '2a060fd6be62575003bd6e01c0b95b3b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  patch -Np1 -i ../1cd11c485f992593bf5b33ba15c941861ca67ccf.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: gourmet.install
===
--- gourmet.install 2014-03-19 21:40:32 UTC (rev 107812)
+++ gourmet.install 

[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD python-readline.patch)

2014-03-19 Thread Evgeniy Alekseev
Date: Thursday, March 20, 2014 @ 00:35:43
  Author: arcanis
Revision: 107814

upgpkg: sage-mathematics 6.1.1-2
fixed FS#39533, FS#39362, FS#38985

Added:
  sage-mathematics/trunk/python-readline.patch
Modified:
  sage-mathematics/trunk/PKGBUILD

---+
 PKGBUILD  |   31 +--
 python-readline.patch |   28 
 2 files changed, 53 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 21:41:00 UTC (rev 107813)
+++ PKGBUILD2014-03-19 23:35:43 UTC (rev 107814)
@@ -9,13 +9,13 @@
 
 pkgname=sage-mathematics
 pkgver=6.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
 arch=('i686' 'x86_64')
 url=http://www.sagemath.org;
 license=('GPL')
 #depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
-depends=('freetype2=2.3.5')
+depends=('libatomic_ops')
 makedepends=('desktop-file-utils' 'gcc-fortran' 'gendesk')
 optdepends=('imagemagick: some plotting functionality benefits from it'
 'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
@@ -23,10 +23,12 @@
 'ffmpeg: to show animations'
 'cairo: R plots')
 
source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
-sage.service)
+sage.service
+python-readline.patch)
 install=${pkgname}.install
 md5sums=('800c59f7cfa32c012f358ae240cdb2e6'
- '985da1c1d1dcdc3ea9aa73035cb7996b')
+ '985da1c1d1dcdc3ea9aa73035cb7996b'
+ 'dbfb66f38fb4d516d1078b73fd1d54a2')
 
 prepare() {
   # create *.desktop file
@@ -36,7 +38,7 @@
   --name=Sage \
   --exec=/opt/sage/sage -notebook \
   --terminal=true \
-  --categories=Science;Math \
+  --categories=Education;Science;Math \
   --custom=X-DCOP-ServiceType=
 X-KDE-SubstituteUID=false
 X-KDE-Username=
@@ -48,7 +50,24 @@
   mkdir ${srcdir}/build
   
   # according to FS#34769
-  sed -i -e 's/FREETYPE/#FREETYPE/' ${srcdir}/sage-${pkgver}/build/install
+  sed -e 's/FREETYPE/#FREETYPE/' -i ${srcdir}/sage-${pkgver}/build/install
+  # according to FS#39533
+  ## patching python
+  cd ${srcdir}/sage-${pkgver}/upstream
+  tar xjf python-2.7.5.tar.bz2
+  rm -rf python-2.7.5.tar.bz2
+  patch -p0 -i ${srcdir}/python-readline.patch
+  tar cjf python-2.7.5.tar.bz2 python-2.7.5
+  rm -rf python-2.7.5
+  ## fix checksums
+  SUMS=$(md5sum python-2.7.5.tar.bz2 | awk '{print $1}')
+  sed s/md5=[0-9a-f]\{32\}/md5=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/python/checksums.ini
+  SUMS=$(sha1sum python-2.7.5.tar.bz2 | awk '{print $1}')
+  sed s/sha1=[0-9a-f]\{40\}/sha1=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/python/checksums.ini
+  SUMS=$(cksum python-2.7.5.tar.bz2 | awk '{print $1}')
+  sed s/cksum=[0-9a-f]\{10\}/cksum=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/python/checksums.ini
+  ## disable readline build
+  sed -e 's/READLINE/#READLINE/' -i ${srcdir}/sage-${pkgver}/build/install
 }
 
 build() {

Added: python-readline.patch
===
--- python-readline.patch   (rev 0)
+++ python-readline.patch   2014-03-19 23:35:43 UTC (rev 107814)
@@ -0,0 +1,28 @@
+diff -ruN python-2.7.5.orig/Modules/readline.c python-2.7.5/Modules/readline.c
+--- python-2.7.5.orig/Modules/readline.c   2013-05-12 07:32:51.0 
+0400
 python-2.7.5/Modules/readline.c2014-03-19 16:06:05.663684577 +0400
+@@ -850,7 +850,7 @@
+  * before calling the normal completer */
+ 
+ static char **
+-flex_complete(char *text, int start, int end)
++flex_complete(const char *text, int start, int end)
+ {
+ #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER
+ rl_completion_append_character ='\0';
+@@ -898,12 +898,12 @@
+ rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap);
+ rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap);
+ /* Set our hook functions */
+-rl_startup_hook = (Function *)on_startup_hook;
++rl_startup_hook = on_startup_hook;
+ #ifdef HAVE_RL_PRE_INPUT_HOOK
+-rl_pre_input_hook = (Function *)on_pre_input_hook;
++rl_pre_input_hook = on_pre_input_hook;
+ #endif
+ /* Set our completion function */
+-rl_attempted_completion_function = (CPPFunction *)flex_complete;
++rl_attempted_completion_function = flex_complete;
+ /* Set Python word break characters */
+ completer_word_break_characters =
+ rl_completer_word_break_characters =



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

2014-03-19 Thread Evgeniy Alekseev
Date: Thursday, March 20, 2014 @ 00:36:28
  Author: arcanis
Revision: 107815

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 107814, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/python-readline.patch
(from rev 107814, sage-mathematics/trunk/python-readline.patch)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 107814, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 107814, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 107814, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/python-readline.patch
(from rev 107814, sage-mathematics/trunk/python-readline.patch)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 107814, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 107814, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  150 
 community-staging-i686/python-readline.patch  |   28 +++
 community-staging-i686/sage-mathematics.install   |   56 +++
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  150 
 community-staging-x86_64/python-readline.patch|   28 +++
 community-staging-x86_64/sage-mathematics.install |   56 +++
 community-staging-x86_64/sage.service |8 +
 8 files changed, 484 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 
107814, sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-19 23:36:28 UTC (rev 107815)
@@ -0,0 +1,150 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas nqn1976 at gmail dot com
+# Contributor: Thomas Dziedzic gostrc at gmail dot com
+# Contributor: Osman Ugus ugus11 at yahoo dot com
+# Contributor: Stefan Husmann stefan-husmann at t-online dot de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=6.1.1
+pkgrel=2
+pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
+arch=('i686' 'x86_64')
+url=http://www.sagemath.org;
+license=('GPL')
+#depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
+depends=('libatomic_ops')
+makedepends=('desktop-file-utils' 'gcc-fortran' 'gendesk')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+sage.service
+python-readline.patch)
+install=${pkgname}.install
+md5sums=('800c59f7cfa32c012f358ae240cdb2e6'
+ '985da1c1d1dcdc3ea9aa73035cb7996b'
+ 'dbfb66f38fb4d516d1078b73fd1d54a2')
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname=sage-notebook \
+  --pkgdesc=Sage notebook \
+  --name=Sage \
+  --exec=/opt/sage/sage -notebook \
+  --terminal=true \
+  --categories=Education;Science;Math \
+  --custom=X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+  
+  # create DOT_SAGE directory
+  if [[ -d ${srcdir}/build ]]; then
+rm -rf ${srcdir}/build
+  fi
+  mkdir ${srcdir}/build
+  
+  # according to FS#34769
+  sed -e 's/FREETYPE/#FREETYPE/' -i ${srcdir}/sage-${pkgver}/build/install
+  # according to FS#39533
+  ## patching python
+  cd ${srcdir}/sage-${pkgver}/upstream
+  tar xjf python-2.7.5.tar.bz2
+  rm -rf python-2.7.5.tar.bz2
+  patch -p0 -i ${srcdir}/python-readline.patch
+  tar cjf python-2.7.5.tar.bz2 python-2.7.5
+  rm -rf python-2.7.5
+  ## fix checksums
+  SUMS=$(md5sum python-2.7.5.tar.bz2 | awk '{print $1}')
+  sed s/md5=[0-9a-f]\{32\}/md5=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/python/checksums.ini
+  SUMS=$(sha1sum python-2.7.5.tar.bz2 | awk '{print $1}')
+  sed s/sha1=[0-9a-f]\{40\}/sha1=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/python/checksums.ini
+  SUMS=$(cksum 

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

2014-03-19 Thread Felix Yan
Date: Thursday, March 20, 2014 @ 03:49:09
  Author: fyan
Revision: 107817

upgpkg: onboard 1.0.1-2

- python 3.4 rebuild

Modified:
  onboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 23:42:17 UTC (rev 107816)
+++ PKGBUILD2014-03-20 02:49:09 UTC (rev 107817)
@@ -3,7 +3,7 @@
 
 pkgname=onboard
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
 arch=('i686' 'x86_64')
 url=https://launchpad.net/onboard;



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

2014-03-19 Thread Felix Yan
Date: Thursday, March 20, 2014 @ 03:50:05
  Author: fyan
Revision: 107818

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

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

--+
 community-staging-i686/PKGBUILD  |   29 +
 community-staging-i686/onboard.install   |   13 +
 community-staging-x86_64/PKGBUILD|   29 +
 community-staging-x86_64/onboard.install |   13 +
 4 files changed, 84 insertions(+)

Copied: onboard/repos/community-staging-i686/PKGBUILD (from rev 107817, 
onboard/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-20 02:50:05 UTC (rev 107818)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=onboard
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
+arch=('i686' 'x86_64')
+url=https://launchpad.net/onboard;
+license=('GPL')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 
'gtk3' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('python-distutils-extra')
+optdepends=('mousetweaks: hover click with mouse')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('88cc91722238ffd6bee47c8adde3eb11')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+}

Copied: onboard/repos/community-staging-i686/onboard.install (from rev 107817, 
onboard/trunk/onboard.install)
===
--- community-staging-i686/onboard.install  (rev 0)
+++ community-staging-i686/onboard.install  2014-03-20 02:50:05 UTC (rev 
107818)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: onboard/repos/community-staging-x86_64/PKGBUILD (from rev 107817, 
onboard/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-20 02:50:05 UTC (rev 107818)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=onboard
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
+arch=('i686' 'x86_64')
+url=https://launchpad.net/onboard;
+license=('GPL')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 
'gtk3' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('python-distutils-extra')
+optdepends=('mousetweaks: hover click with mouse')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('88cc91722238ffd6bee47c8adde3eb11')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+}

Copied: onboard/repos/community-staging-x86_64/onboard.install (from rev 
107817, onboard/trunk/onboard.install)
===
--- community-staging-x86_64/onboard.install(rev 0)
+++ community-staging-x86_64/onboard.install2014-03-20 02:50:05 UTC (rev 
107818)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 04:03:03
  Author: svenstaro
Revision: 107819

upgpkg: uwsgi 2.0.2-3

Add emperor mode systemd stuff

Added:
  uwsgi/trunk/emperor.ini
  uwsgi/trunk/emperor.uwsgi.service
  uwsgi/trunk/emperor.uwsgi.socket
Modified:
  uwsgi/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ---
 emperor.ini   |4 
 emperor.uwsgi.service |   14 ++
 emperor.uwsgi.socket  |9 +
 4 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 02:50:05 UTC (rev 107818)
+++ PKGBUILD2014-03-20 03:03:03 UTC (rev 107819)
@@ -24,7 +24,7 @@
 #uwsgi-plugin-erlang
 #uwsgi-plugin-admin
 pkgver=2.0.2
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -39,7 +39,10 @@
 uwsgi@.socket
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
-uwsgi_trick_chroot.patch)
+uwsgi_trick_chroot.patch
+emperor.ini
+emperor.uwsgi.service
+emperor.uwsgi.socket)
 
 md5sums=('297578b2e3ef2102faeadaa0fb8aac6b'
  'a0749da07b545efcbb0276f52be22652'
@@ -48,7 +51,10 @@
  'db70315bbc8cb886a278ba59d5fd8d57'
  '1a4516d5cdcf5b95b036f4eae2d0c152'
  '4d09535ce379c8acd76160f35d5d6b55'
- '0c09a52fdb88f08c36a8b380f451ce6d')
+ '0c09a52fdb88f08c36a8b380f451ce6d'
+ '5fa14ddea9a3dae17b5be28468d47b80'
+ '69ab06670656b4ea8f8a91ebe33c38e4'
+ '3ab4486e02f5c217566fb6c8d469c246')
 
 prepare(){
 cd $srcdir/$pkgbase-$pkgver
@@ -79,6 +85,9 @@
   install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
   install -Dm644 $srcdir/uwsgi@.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
   install -Dm644 $srcdir/uwsgi@.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
+  install -Dm644 $srcdir/emperor.uwsgi.service 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.service
+  install -Dm644 $srcdir/emperor.uwsgi.socket 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket
+  install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini
   install -Dm755 systemd_logger_plugin.so 
$pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so
   install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
 }

Added: emperor.ini
===
--- emperor.ini (rev 0)
+++ emperor.ini 2014-03-20 03:03:03 UTC (rev 107819)
@@ -0,0 +1,4 @@
+[uwsgi]
+emperor = /etc/uwsgi/vassals
+uid = http
+gid = http

Added: emperor.uwsgi.service
===
--- emperor.uwsgi.service   (rev 0)
+++ emperor.uwsgi.service   2014-03-20 03:03:03 UTC (rev 107819)
@@ -0,0 +1,14 @@
+[Unit]
+Description=uWSGI Emperor
+After=syslog.target
+
+[Service]
+ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/emperor.ini
+Restart=always
+KillSignal=SIGQUIT
+Type=notify
+StandardError=syslog
+NotifyAccess=main
+
+[Install]
+WantedBy=multi-user.target

Added: emperor.uwsgi.socket
===
--- emperor.uwsgi.socket(rev 0)
+++ emperor.uwsgi.socket2014-03-20 03:03:03 UTC (rev 107819)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Socket for uWSGI Emperor
+
+[Socket]
+# Change this to your uwsgi application port or unix socket location
+ListenStream=/run/uwsgi/emperor.sock
+
+[Install]
+WantedBy=sockets.target



[arch-commits] Commit in uwsgi/repos (28 files)

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 04:03:44
  Author: svenstaro
Revision: 107820

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

Added:
  uwsgi/repos/community-testing-i686/
  uwsgi/repos/community-testing-i686/.lock
(from rev 107819, uwsgi/trunk/.lock)
  uwsgi/repos/community-testing-i686/PKGBUILD
(from rev 107819, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-i686/archlinux.ini
(from rev 107819, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-i686/emperor.ini
(from rev 107819, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.service
(from rev 107819, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.socket
(from rev 107819, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-i686/tmpfilesd
(from rev 107819, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-i686/uwsgi.install
(from rev 107819, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-i686/uwsgi@.service
(from rev 107819, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-testing-i686/uwsgi@.socket
(from rev 107819, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-testing-i686/uwsgi_fix_rpath.patch
(from rev 107819, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-i686/uwsgi_ruby20_compatibility.patch
(from rev 107819, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-i686/uwsgi_trick_chroot.patch
(from rev 107819, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-testing-x86_64/
  uwsgi/repos/community-testing-x86_64/.lock
(from rev 107819, uwsgi/trunk/.lock)
  uwsgi/repos/community-testing-x86_64/PKGBUILD
(from rev 107819, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-x86_64/archlinux.ini
(from rev 107819, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-x86_64/emperor.ini
(from rev 107819, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.service
(from rev 107819, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.socket
(from rev 107819, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-x86_64/tmpfilesd
(from rev 107819, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-x86_64/uwsgi.install
(from rev 107819, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-x86_64/uwsgi@.service
(from rev 107819, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-testing-x86_64/uwsgi@.socket
(from rev 107819, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-testing-x86_64/uwsgi_fix_rpath.patch
(from rev 107819, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 107819, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_trick_chroot.patch
(from rev 107819, uwsgi/trunk/uwsgi_trick_chroot.patch)

---+
 community-testing-i686/PKGBUILD   |  248 
 community-testing-i686/archlinux.ini  |   17 
 community-testing-i686/emperor.ini|4 
 community-testing-i686/emperor.uwsgi.service  |   14 
 community-testing-i686/emperor.uwsgi.socket   |9 
 community-testing-i686/tmpfilesd  |1 
 community-testing-i686/uwsgi.install  |   12 
 community-testing-i686/uwsgi@.service |   14 
 community-testing-i686/uwsgi@.socket  |9 
 community-testing-i686/uwsgi_fix_rpath.patch  |   66 +++
 community-testing-i686/uwsgi_ruby20_compatibility.patch   |   42 ++
 community-testing-i686/uwsgi_trick_chroot.patch   |   16 
 community-testing-x86_64/PKGBUILD |  248 
 community-testing-x86_64/archlinux.ini|   17 
 community-testing-x86_64/emperor.ini  |4 
 community-testing-x86_64/emperor.uwsgi.service|   14 
 community-testing-x86_64/emperor.uwsgi.socket |9 
 community-testing-x86_64/tmpfilesd|1 
 community-testing-x86_64/uwsgi.install|   12 
 community-testing-x86_64/uwsgi@.service   |   14 
 community-testing-x86_64/uwsgi@.socket|9 
 community-testing-x86_64/uwsgi_fix_rpath.patch|   66 +++
 community-testing-x86_64/uwsgi_ruby20_compatibility.patch |   42 ++
 community-testing-x86_64/uwsgi_trick_chroot.patch |   16 
 24 files changed, 904 insertions(+)

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


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

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 05:22:13
  Author: svenstaro
Revision: 107821

Backup emperor.ini

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 03:03:44 UTC (rev 107820)
+++ PKGBUILD2014-03-20 04:22:13 UTC (rev 107821)
@@ -28,6 +28,7 @@
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
+backup=('etc/uwsgi/emperor.ini')
 conflicts=(python-$pkgbase)
 makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 
libyaml
  perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7



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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 05:26:41
  Author: eric
Revision: 208231

upgpkg: qalculate-kde 0.9.7-4

Add build fix (close FS#39150)

Added:
  qalculate-kde/trunk/qalculate-kde-0.9.7-gcc47.patch
Modified:
  qalculate-kde/trunk/PKGBUILD

-+
 PKGBUILD|   17 -
 qalculate-kde-0.9.7-gcc47.patch |   18 ++
 2 files changed, 30 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 21:26:01 UTC (rev 208230)
+++ PKGBUILD2014-03-20 04:26:41 UTC (rev 208231)
@@ -3,7 +3,7 @@
 
 pkgname=qalculate-kde
 pkgver=0.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc=KDE frontend for libqalculate
 arch=('i686' 'x86_64')
 url=http://qalculate.sourceforge.net/;
@@ -10,16 +10,23 @@
 license=('GPL')
 depends=('libqalculate' 'kdelibs3' 'cln')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('fa0db8a3fb80264328770c4bbcbc0892a4d4ce91')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz
+qalculate-kde-0.9.7-gcc47.patch)
+sha1sums=('fa0db8a3fb80264328770c4bbcbc0892a4d4ce91'
+  '8f23a12dd37e2fd3d316b78ee0831700310c0d36')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/qalculate-kde-0.9.7-gcc47.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/opt/kde --without-arts
   make
 }
 
 package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }

Added: qalculate-kde-0.9.7-gcc47.patch
===
--- qalculate-kde-0.9.7-gcc47.patch (rev 0)
+++ qalculate-kde-0.9.7-gcc47.patch 2014-03-20 04:26:41 UTC (rev 208231)
@@ -0,0 +1,18 @@
+diff -ur qalculate-kde-0.9.7/src/qalculateeditfunctiondialog.cpp 
qalculate-kde-0.9.7-gcc47/src/qalculateeditfunctiondialog.cpp
+--- qalculate-kde-0.9.7/src/qalculateeditfunctiondialog.cpp2009-12-03 
17:06:06.0 +0100
 qalculate-kde-0.9.7-gcc47/src/qalculateeditfunctiondialog.cpp  
2012-07-31 23:50:07.0 +0200
+@@ -377,10 +377,10 @@
+   str = defarg.printlong().c_str();
+   str2 = ;
+   }
+-  QListViewItem *i = new KListViewItem(argumentsView, 
i_prev, str2, str);
+-  i_prev = i;
+-  argumentsItems[i] = arg;
+-  argumentsItemsEdited[i] = false;
++  QListViewItem *item = new KListViewItem(argumentsView, 
i_prev, str2, str);
++  i_prev = item;
++  argumentsItems[item] = arg;
++  argumentsItemsEdited[item] = false;
+   }
+   }
+   argumentsView-setResizeMode(KListView::AllColumns);



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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 05:27:17
  Author: eric
Revision: 208232

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

Added:
  qalculate-kde/repos/extra-i686/PKGBUILD
(from rev 208231, qalculate-kde/trunk/PKGBUILD)
  qalculate-kde/repos/extra-i686/qalculate-kde-0.9.7-gcc47.patch
(from rev 208231, qalculate-kde/trunk/qalculate-kde-0.9.7-gcc47.patch)
  qalculate-kde/repos/extra-x86_64/PKGBUILD
(from rev 208231, qalculate-kde/trunk/PKGBUILD)
  qalculate-kde/repos/extra-x86_64/qalculate-kde-0.9.7-gcc47.patch
(from rev 208231, qalculate-kde/trunk/qalculate-kde-0.9.7-gcc47.patch)
Deleted:
  qalculate-kde/repos/extra-i686/PKGBUILD
  qalculate-kde/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 extra-i686/PKGBUILD  |   25 -
 extra-i686/qalculate-kde-0.9.7-gcc47.patch   |   18 +++
 extra-x86_64/PKGBUILD|   25 -
 extra-x86_64/qalculate-kde-0.9.7-gcc47.patch |   18 +++
 5 files changed, 100 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-20 04:26:41 UTC (rev 208231)
+++ extra-i686/PKGBUILD 2014-03-20 04:27:17 UTC (rev 208232)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=qalculate-kde
-pkgver=0.9.7
-pkgrel=3
-pkgdesc=KDE frontend for libqalculate
-arch=('i686' 'x86_64')
-url=http://qalculate.sourceforge.net/;
-license=('GPL')
-depends=('libqalculate' 'kdelibs3' 'cln')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('fa0db8a3fb80264328770c4bbcbc0892a4d4ce91')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/kde --without-arts
-  make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: qalculate-kde/repos/extra-i686/PKGBUILD (from rev 208231, 
qalculate-kde/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-20 04:27:17 UTC (rev 208232)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=qalculate-kde
+pkgver=0.9.7
+pkgrel=4
+pkgdesc=KDE frontend for libqalculate
+arch=('i686' 'x86_64')
+url=http://qalculate.sourceforge.net/;
+license=('GPL')
+depends=('libqalculate' 'kdelibs3' 'cln')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz
+qalculate-kde-0.9.7-gcc47.patch)
+sha1sums=('fa0db8a3fb80264328770c4bbcbc0892a4d4ce91'
+  '8f23a12dd37e2fd3d316b78ee0831700310c0d36')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/qalculate-kde-0.9.7-gcc47.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/opt/kde --without-arts
+  make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: qalculate-kde/repos/extra-i686/qalculate-kde-0.9.7-gcc47.patch (from 
rev 208231, qalculate-kde/trunk/qalculate-kde-0.9.7-gcc47.patch)
===
--- extra-i686/qalculate-kde-0.9.7-gcc47.patch  (rev 0)
+++ extra-i686/qalculate-kde-0.9.7-gcc47.patch  2014-03-20 04:27:17 UTC (rev 
208232)
@@ -0,0 +1,18 @@
+diff -ur qalculate-kde-0.9.7/src/qalculateeditfunctiondialog.cpp 
qalculate-kde-0.9.7-gcc47/src/qalculateeditfunctiondialog.cpp
+--- qalculate-kde-0.9.7/src/qalculateeditfunctiondialog.cpp2009-12-03 
17:06:06.0 +0100
 qalculate-kde-0.9.7-gcc47/src/qalculateeditfunctiondialog.cpp  
2012-07-31 23:50:07.0 +0200
+@@ -377,10 +377,10 @@
+   str = defarg.printlong().c_str();
+   str2 = ;
+   }
+-  QListViewItem *i = new KListViewItem(argumentsView, 
i_prev, str2, str);
+-  i_prev = i;
+-  argumentsItems[i] = arg;
+-  argumentsItemsEdited[i] = false;
++  QListViewItem *item = new KListViewItem(argumentsView, 
i_prev, str2, str);
++  i_prev = item;
++  argumentsItems[item] = arg;
++  argumentsItemsEdited[item] = false;
+   }
+   }
+   argumentsView-setResizeMode(KListView::AllColumns);

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-20 04:26:41 UTC (rev 208231)
+++ extra-x86_64/PKGBUILD   2014-03-20 04:27:17 UTC (rev 208232)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=qalculate-kde
-pkgver=0.9.7
-pkgrel=3
-pkgdesc=KDE frontend for libqalculate

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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 05:43:53
  Author: eric
Revision: 107823

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

Added:
  tuxcards/repos/community-i686/PKGBUILD
(from rev 107822, tuxcards/trunk/PKGBUILD)
  tuxcards/repos/community-i686/tuxcards.desktop
(from rev 107822, tuxcards/trunk/tuxcards.desktop)
  tuxcards/repos/community-x86_64/PKGBUILD
(from rev 107822, tuxcards/trunk/PKGBUILD)
  tuxcards/repos/community-x86_64/tuxcards.desktop
(from rev 107822, tuxcards/trunk/tuxcards.desktop)
Deleted:
  tuxcards/repos/community-i686/PKGBUILD
  tuxcards/repos/community-i686/tuxcards.desktop
  tuxcards/repos/community-x86_64/PKGBUILD
  tuxcards/repos/community-x86_64/tuxcards.desktop

---+
 /PKGBUILD |   64 
 /tuxcards.desktop |   20 +++
 community-i686/PKGBUILD   |   32 --
 community-i686/tuxcards.desktop   |   10 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/tuxcards.desktop |   10 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-20 04:43:27 UTC (rev 107822)
+++ community-i686/PKGBUILD 2014-03-20 04:43:53 UTC (rev 107823)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=tuxcards
-pkgver=2.2.1
-pkgrel=3
-pkgdesc=A hierarchical notebook to enter and manage notes and ideas in a 
structured manner
-arch=('i686' 'x86_64')
-url=http://www.tuxcards.de;
-license=('GPL')
-depends=('qt4')
-source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop)
-sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
-  '565419ac6b24d61fc038462a783cb80d44b4fe7e')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
-  qmake tuxcards.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -D -m755 tuxcards ${pkgdir}/usr/bin/tuxcards
-  install -D -m644 src/icons/lo16-app-tuxcards.png 
${pkgdir}/usr/share/icons/locolor/16x16/apps/tuxcards.png
-  install -D -m644 src/icons/lo32-app-tuxcards.png 
${pkgdir}/usr/share/icons/locolor/32x32/apps/tuxcards.png
-  install -D -m644 ${srcdir}/tuxcards.desktop 
${pkgdir}/usr/share/applications/tuxcards.desktop
-  install -D -m644 src/translations/tuxcards_de.qm 
${pkgdir}/usr/share/tuxcards/i18/tuxcards_de.qm
-  install -d ${pkgdir}/usr/share/tuxcards/flowers/
-  install -m644 src/gui/cactusbar/flowers/*.gif 
${pkgdir}/usr/share/tuxcards/flowers/
-}

Copied: tuxcards/repos/community-i686/PKGBUILD (from rev 107822, 
tuxcards/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-20 04:43:53 UTC (rev 107823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tuxcards
+pkgver=2.2.1
+pkgrel=4
+pkgdesc=A hierarchical notebook to enter and manage notes and ideas in a 
structured manner
+arch=('i686' 'x86_64')
+url=http://www.tuxcards.de;
+license=('GPL')
+depends=('qt4')
+source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop)
+sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
+  '565419ac6b24d61fc038462a783cb80d44b4fe7e')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
+  qmake-qt4 tuxcards.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -D -m755 tuxcards ${pkgdir}/usr/bin/tuxcards
+  install -D -m644 src/icons/lo16-app-tuxcards.png 
${pkgdir}/usr/share/icons/locolor/16x16/apps/tuxcards.png
+  install -D -m644 src/icons/lo32-app-tuxcards.png 
${pkgdir}/usr/share/icons/locolor/32x32/apps/tuxcards.png
+  install -D -m644 ${srcdir}/tuxcards.desktop 
${pkgdir}/usr/share/applications/tuxcards.desktop
+  install -D -m644 src/translations/tuxcards_de.qm 
${pkgdir}/usr/share/tuxcards/i18/tuxcards_de.qm
+  install -d ${pkgdir}/usr/share/tuxcards/flowers/
+  install -m644 src/gui/cactusbar/flowers/*.gif 
${pkgdir}/usr/share/tuxcards/flowers/
+}

Deleted: community-i686/tuxcards.desktop
===
--- community-i686/tuxcards.desktop 2014-03-20 04:43:27 UTC (rev 107822)
+++ community-i686/tuxcards.desktop 2014-03-20 04:43:53 UTC (rev 107823)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Tuxcards
-Comment=Manage notes and ideas in tree structures
-Icon=/usr/share/icons/locolor/32x32/apps/tuxcards.png
-Exec=tuxcards
-Terminal=false
-Type=Application
-StartupNotify=true
-Categories=Application;Office;Utility
-Encoding=UTF-8

Copied: 

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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 05:43:27
  Author: eric
Revision: 107822

upgpkg: tuxcards 2.2.1-4

Fix build issue (close FS#39481)

Modified:
  tuxcards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 04:22:13 UTC (rev 107821)
+++ PKGBUILD2014-03-20 04:43:27 UTC (rev 107822)
@@ -3,7 +3,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A hierarchical notebook to enter and manage notes and ideas in a 
structured manner
 arch=('i686' 'x86_64')
 url=http://www.tuxcards.de;
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/${pkgname}
   sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
-  qmake tuxcards.pro
+  qmake-qt4 tuxcards.pro
   make
 }
 



[arch-commits] Commit in uwsgi/trunk (tmpfilesd)

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 06:05:22
  Author: svenstaro
Revision: 107824

Make it easier for people to run lots of emperor mode applications using the 
common http user which is probably the most common use case

Modified:
  uwsgi/trunk/tmpfilesd

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

Modified: tmpfilesd
===
--- tmpfilesd   2014-03-20 04:43:53 UTC (rev 107823)
+++ tmpfilesd   2014-03-20 05:05:22 UTC (rev 107824)
@@ -1 +1 @@
-d /run/uwsgi 0755 - - - - 
+d /run/uwsgi 0775 root http - - 



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

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 06:14:53
  Author: svenstaro
Revision: 107825

upgpkg: uwsgi 2.0.2-4

pushing changes

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 05:05:22 UTC (rev 107824)
+++ PKGBUILD2014-03-20 05:14:53 UTC (rev 107825)
@@ -24,7 +24,7 @@
 #uwsgi-plugin-erlang
 #uwsgi-plugin-admin
 pkgver=2.0.2
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -47,7 +47,7 @@
 
 md5sums=('297578b2e3ef2102faeadaa0fb8aac6b'
  'a0749da07b545efcbb0276f52be22652'
- 'b05ba1d796e1ea608a40635bc4f3ec67'
+ '752475ee32286acfbafa49b898616817'
  '740a7718bd341b03d916a13ddbbbe694'
  'db70315bbc8cb886a278ba59d5fd8d57'
  '1a4516d5cdcf5b95b036f4eae2d0c152'



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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 06:15:59
  Author: eric
Revision: 107827

upgpkg: kcheckers 0.8.1-9

Fix build issue (close FS#39336)

Modified:
  kcheckers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 05:15:36 UTC (rev 107826)
+++ PKGBUILD2014-03-20 05:15:59 UTC (rev 107827)
@@ -3,7 +3,7 @@
 
 pkgname=kcheckers
 pkgver=0.8.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Qt4-based checkers boardgame
 arch=('i686' 'x86_64')
 url=http://qcheckers.sourceforge.net/;
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|/usr/local|/usr|' common.h
-  qmake kcheckers.pro
+  qmake-qt4 kcheckers.pro
   make
 }
 



[arch-commits] Commit in uwsgi/repos (46 files)

2014-03-19 Thread Sven-Hendrik Haase
Date: Thursday, March 20, 2014 @ 06:15:36
  Author: svenstaro
Revision: 107826

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

Added:
  uwsgi/repos/community-staging-i686/.lock
(from rev 107825, uwsgi/trunk/.lock)
  uwsgi/repos/community-staging-i686/PKGBUILD
(from rev 107825, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-i686/archlinux.ini
(from rev 107825, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-i686/emperor.ini
(from rev 107825, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.service
(from rev 107825, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.socket
(from rev 107825, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-i686/tmpfilesd
(from rev 107825, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-i686/uwsgi.install
(from rev 107825, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-i686/uwsgi@.service
(from rev 107825, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-staging-i686/uwsgi@.socket
(from rev 107825, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-staging-i686/uwsgi_fix_rpath.patch
(from rev 107825, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-i686/uwsgi_ruby20_compatibility.patch
(from rev 107825, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-i686/uwsgi_trick_chroot.patch
(from rev 107825, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-staging-x86_64/.lock
(from rev 107825, uwsgi/trunk/.lock)
  uwsgi/repos/community-staging-x86_64/PKGBUILD
(from rev 107825, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-x86_64/archlinux.ini
(from rev 107825, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-x86_64/emperor.ini
(from rev 107825, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
(from rev 107825, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
(from rev 107825, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-x86_64/tmpfilesd
(from rev 107825, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-x86_64/uwsgi.install
(from rev 107825, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-x86_64/uwsgi@.service
(from rev 107825, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-staging-x86_64/uwsgi@.socket
(from rev 107825, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
(from rev 107825, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 107825, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch
(from rev 107825, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-staging-i686/.lock
  uwsgi/repos/community-staging-i686/PKGBUILD
  uwsgi/repos/community-staging-i686/archlinux.ini
  uwsgi/repos/community-staging-i686/tmpfilesd
  uwsgi/repos/community-staging-i686/uwsgi.install
  uwsgi/repos/community-staging-i686/uwsgi@.service
  uwsgi/repos/community-staging-i686/uwsgi@.socket
  uwsgi/repos/community-staging-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-staging-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-staging-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-staging-x86_64/.lock
  uwsgi/repos/community-staging-x86_64/PKGBUILD
  uwsgi/repos/community-staging-x86_64/archlinux.ini
  uwsgi/repos/community-staging-x86_64/tmpfilesd
  uwsgi/repos/community-staging-x86_64/uwsgi.install
  uwsgi/repos/community-staging-x86_64/uwsgi@.service
  uwsgi/repos/community-staging-x86_64/uwsgi@.socket
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  498 
 /archlinux.ini|   34 
 /tmpfilesd|2 
 /uwsgi.install|   24 
 /uwsgi@.service   |   28 
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +++
 /uwsgi_ruby20_compatibility.patch |   84 ++
 /uwsgi_trick_chroot.patch |   32 
 community-staging-i686/PKGBUILD   |  239 -
 community-staging-i686/archlinux.ini  |   17 
 community-staging-i686/emperor.ini|4 
 community-staging-i686/emperor.uwsgi.service  |   14 
 

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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 06:16:24
  Author: eric
Revision: 107828

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

Added:
  kcheckers/repos/community-i686/PKGBUILD
(from rev 107827, kcheckers/trunk/PKGBUILD)
  kcheckers/repos/community-i686/kcheckers.desktop
(from rev 107827, kcheckers/trunk/kcheckers.desktop)
  kcheckers/repos/community-x86_64/PKGBUILD
(from rev 107827, kcheckers/trunk/PKGBUILD)
  kcheckers/repos/community-x86_64/kcheckers.desktop
(from rev 107827, kcheckers/trunk/kcheckers.desktop)
Deleted:
  kcheckers/repos/community-i686/PKGBUILD
  kcheckers/repos/community-i686/kcheckers.desktop
  kcheckers/repos/community-x86_64/PKGBUILD
  kcheckers/repos/community-x86_64/kcheckers.desktop

+
 /PKGBUILD  |   54 +++
 /kcheckers.desktop |   18 +++
 community-i686/PKGBUILD|   27 -
 community-i686/kcheckers.desktop   |9 -
 community-x86_64/PKGBUILD  |   27 -
 community-x86_64/kcheckers.desktop |9 -
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-20 05:15:59 UTC (rev 107827)
+++ community-i686/PKGBUILD 2014-03-20 05:16:24 UTC (rev 107828)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=kcheckers
-pkgver=0.8.1
-pkgrel=8
-pkgdesc=Qt4-based checkers boardgame
-arch=('i686' 'x86_64')
-url=http://qcheckers.sourceforge.net/;
-license=('GPL')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/qcheckers/${pkgname}-${pkgver}.tar.gz 
kcheckers.desktop)
-md5sums=('793736a007cd92122dfd91bcfd14ab69'
- '25b2605f4d605615e265150b722f1897')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|/usr/local|/usr|' common.h
-  qmake kcheckers.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir}/usr install
-  install -Dm644 ${srcdir}/kcheckers.desktop 
${pkgdir}/usr/share/applications/kcheckers.desktop
-}

Copied: kcheckers/repos/community-i686/PKGBUILD (from rev 107827, 
kcheckers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-20 05:16:24 UTC (rev 107828)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=kcheckers
+pkgver=0.8.1
+pkgrel=9
+pkgdesc=Qt4-based checkers boardgame
+arch=('i686' 'x86_64')
+url=http://qcheckers.sourceforge.net/;
+license=('GPL')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/qcheckers/${pkgname}-${pkgver}.tar.gz 
kcheckers.desktop)
+md5sums=('793736a007cd92122dfd91bcfd14ab69'
+ '25b2605f4d605615e265150b722f1897')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/local|/usr|' common.h
+  qmake-qt4 kcheckers.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir}/usr install
+  install -Dm644 ${srcdir}/kcheckers.desktop 
${pkgdir}/usr/share/applications/kcheckers.desktop
+}

Deleted: community-i686/kcheckers.desktop
===
--- community-i686/kcheckers.desktop2014-03-20 05:15:59 UTC (rev 107827)
+++ community-i686/kcheckers.desktop2014-03-20 05:16:24 UTC (rev 107828)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Kcheckers
-Comment=Checkers/Daughts game using Qt4 toolkit
-Exec=kcheckers
-Icon=/usr/share/kcheckers/themes/simple_small/kingwhite.png
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Game;BoardGame;

Copied: kcheckers/repos/community-i686/kcheckers.desktop (from rev 107827, 
kcheckers/trunk/kcheckers.desktop)
===
--- community-i686/kcheckers.desktop(rev 0)
+++ community-i686/kcheckers.desktop2014-03-20 05:16:24 UTC (rev 107828)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Kcheckers
+Comment=Checkers/Daughts game using Qt4 toolkit
+Exec=kcheckers
+Icon=/usr/share/kcheckers/themes/simple_small/kingwhite.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Game;BoardGame;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-20 05:15:59 UTC (rev 107827)
+++ community-x86_64/PKGBUILD   2014-03-20 05:16:24 UTC (rev 107828)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=kcheckers
-pkgver=0.8.1
-pkgrel=8
-pkgdesc=Qt4-based checkers boardgame
-arch=('i686' 'x86_64')
-url=http://qcheckers.sourceforge.net/;
-license=('GPL')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/qcheckers/${pkgname}-${pkgver}.tar.gz 
kcheckers.desktop)

[arch-commits] Commit in paps/trunk (PKGBUILD freetype2.patch)

2014-03-19 Thread Gaetan Bisson
Date: Thursday, March 20, 2014 @ 06:18:16
  Author: bisson
Revision: 107829

fix FS#39551

Added:
  paps/trunk/freetype2.patch
Modified:
  paps/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 freetype2.patch |   15 +++
 2 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 05:16:24 UTC (rev 107828)
+++ PKGBUILD2014-03-20 05:18:16 UTC (rev 107829)
@@ -11,12 +11,19 @@
 license=('LGPL')
 depends=('pango')
 arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz;)
-sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
+source=(http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz;
+'freetype2.patch')
+sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928'
+  '44b61bcff0d08041eeecdbd93752d44f3b820315')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LDFLAGS=${LDFLAGS/,--as-needed/}
+   patch -p1 -i ../freetype2.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   export LDFLAGS=${LDFLAGS/,--as-needed/}
./configure --prefix=/usr --mandir=/usr/share/man
make
 }

Added: freetype2.patch
===
--- freetype2.patch (rev 0)
+++ freetype2.patch 2014-03-20 05:18:16 UTC (rev 107829)
@@ -0,0 +1,15 @@
+diff -Naur old/src/libpaps.c new/src/libpaps.c
+--- old/src/libpaps.c  2014-03-19 19:11:54.491351129 -1000
 new/src/libpaps.c  2014-03-19 19:14:37.795623928 -1000
+@@ -25,8 +25,9 @@
+ 
+ #include pango/pango.h
+ #include pango/pangoft2.h
+-#include freetype/ftglyph.h
+-#include freetype/ftoutln.h
++#include ft2build.h
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
+ #include errno.h
+ #include stdlib.h
+ #include stdio.h



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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 06:39:30
  Author: eric
Revision: 107830

upgpkg: xv 3.10a-18

Fix build issue (close FS#39317), Add jasper depends

Modified:
  xv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 05:18:16 UTC (rev 107829)
+++ PKGBUILD2014-03-20 05:39:30 UTC (rev 107830)
@@ -3,13 +3,13 @@
 
 pkgname=xv
 pkgver=3.10a
-pkgrel=17
+pkgrel=18
 pkgdesc=A nice image viewer
 arch=('i686' 'x86_64')
 url=http://www.trilon.com/xv/;
 license=('custom')
-depends=('libpng' 'libx11' 'libtiff')
-makedepends=('libxt' 'jasper')
+depends=('libpng' 'libx11' 'libtiff' 'jasper')
+makedepends=('libxt')
 options=('!emptydirs')
 source=(ftp://ftp.trilon.com/pub/xv/${pkgname}-${pkgver}.tar.gz \
 
http://downloads.sourceforge.net/sourceforge/png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz
 \
@@ -31,7 +31,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  make JP2KDIR=/usr/lib
+  make JP2KLIB=-ljasper
 }
 
 package() {



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

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 06:40:00
  Author: eric
Revision: 107831

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

Added:
  xv/repos/community-i686/PKGBUILD
(from rev 107830, xv/trunk/PKGBUILD)
  xv/repos/community-i686/license.txt
(from rev 107830, xv/trunk/license.txt)
  xv/repos/community-i686/xv-3.10a-libpng15.patch
(from rev 107830, xv/trunk/xv-3.10a-libpng15.patch)
  xv/repos/community-x86_64/PKGBUILD
(from rev 107830, xv/trunk/PKGBUILD)
  xv/repos/community-x86_64/license.txt
(from rev 107830, xv/trunk/license.txt)
  xv/repos/community-x86_64/xv-3.10a-libpng15.patch
(from rev 107830, xv/trunk/xv-3.10a-libpng15.patch)
Deleted:
  xv/repos/community-i686/PKGBUILD
  xv/repos/community-i686/license.txt
  xv/repos/community-i686/xv-3.10a-libpng15.patch
  xv/repos/community-x86_64/PKGBUILD
  xv/repos/community-x86_64/license.txt
  xv/repos/community-x86_64/xv-3.10a-libpng15.patch

--+
 /PKGBUILD|   92 ++
 /license.txt |  278 +++
 /xv-3.10a-libpng15.patch | 1040 +
 community-i686/PKGBUILD  |   46 -
 community-i686/license.txt   |  139 ---
 community-i686/xv-3.10a-libpng15.patch   |  520 --
 community-x86_64/PKGBUILD|   46 -
 community-x86_64/license.txt |  139 ---
 community-x86_64/xv-3.10a-libpng15.patch |  520 --
 9 files changed, 1410 insertions(+), 1410 deletions(-)

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