[arch-commits] Commit in (6 files)

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:07:56
  Author: tredaelli
Revision: 110021

New package: electrum

Added:
  electrum/
  electrum/repos/
  electrum/trunk/
  electrum/trunk/PKGBUILD
  electrum/trunk/electrum.install
  electrum/trunk/setup.py.patch

--+
 PKGBUILD |   54 +
 electrum.install |   11 ++
 setup.py.patch   |   11 ++
 3 files changed, 76 insertions(+)

Added: electrum/trunk/PKGBUILD
===
--- electrum/trunk/PKGBUILD (rev 0)
+++ electrum/trunk/PKGBUILD 2014-04-23 08:07:56 UTC (rev 110021)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=1.9.8
+pkgrel=2
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2' 'python2-ecdsa' 'python2-pbkdf2' 'python2-pyqt4' 
'python2-sip' 'python2-slowaes' 'qt4' 'sip')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools')
+optdepends=('desktop-file-utils: update desktop database'
+'python2-zbar: QR code reading support')
+url="https://electrum.org";
+license=('GPL3')
+source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc}
+setup.py.patch)
+md5sums=('e3918fec0254267f08e41a1fb8691382'
+ '4fdd91fe50c4718067b5f22a866ceb53'
+ '562f61b12e8bc80de23fb56b8ce56fe7')
+sha256sums=('8fc144a32013e4a747fea27fff981762a6b9e14cde9ffb405c4c721975d846ff'
+'181b88ceecd8701844d79110d31fe71b16d943c47612989f3c51e19270f2a87b'
+'5f8d846dedce20601f3131e687bd2dc54ca8df0137cbdaa1b06eab11eb6a52da')
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Patching setup.py...'
+  patch -p1 < ${srcdir}/setup.py.patch
+
+  msg 'Fixing Python version...'
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Building...'
+  python2 mki18n.py
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Installing...'
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


Property changes on: electrum/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: electrum/trunk/electrum.install
===
--- electrum/trunk/electrum.install (rev 0)
+++ electrum/trunk/electrum.install 2014-04-23 08:07:56 UTC (rev 110021)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Added: electrum/trunk/setup.py.patch
===
--- electrum/trunk/setup.py.patch   (rev 0)
+++ electrum/trunk/setup.py.patch   2014-04-23 08:07:56 UTC (rev 110021)
@@ -0,0 +1,11 @@
+--- ./setup.py 2014-03-16 12:53:25.136657771 -0700
 ./setup.py 2014-03-16 12:53:42.736657586 -0700
+@@ -16,8 +16,6 @@
+ sys.exit("Error: Electrum requires Python version >= 2.6.0...")
+ 
+ usr_share = '/usr/share'
+-if not os.access(usr_share, os.W_OK):
+-usr_share = os.getenv("XDG_DATA_HOME", os.path.join(os.getenv("HOME"), 
".local", "share"))
+ 
+ data_files = []
+ if (len(sys.argv) > 1 and (sys.argv[1] == "sdist")) or (platform.system() != 
'Windows' and platform.system() != 'Darwin'):



[arch-commits] Commit in (5 files)

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:12:12
  Author: tredaelli
Revision: 110022

New package: python2-pbkdf2 (dep for electrum)

Added:
  python2-pbkdf2/
  python2-pbkdf2/repos/
  python2-pbkdf2/trunk/
  python2-pbkdf2/trunk/LICENSE
  python2-pbkdf2/trunk/PKGBUILD

--+
 LICENSE  |   20 
 PKGBUILD |   24 
 2 files changed, 44 insertions(+)

Added: python2-pbkdf2/trunk/LICENSE
===
--- python2-pbkdf2/trunk/LICENSE(rev 0)
+++ python2-pbkdf2/trunk/LICENSE2014-04-23 08:12:12 UTC (rev 110022)
@@ -0,0 +1,20 @@
+Copyright (C) 2007-2011 Dwayne C. Litzenberger 
+
+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.

Added: python2-pbkdf2/trunk/PKGBUILD
===
--- python2-pbkdf2/trunk/PKGBUILD   (rev 0)
+++ python2-pbkdf2/trunk/PKGBUILD   2014-04-23 08:12:12 UTC (rev 110022)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Hilton Medeiros 
+
+pkgname=python2-pbkdf2
+_pkgname=pbkdf2
+pkgver=1.3
+pkgrel=1
+pkgdesc="A module that implements the password-based key derivation function 
PBKDF2."
+arch=('any')
+url="https://www.dlitz.net/software/python-pbkdf2/";
+license=('MIT')
+depends=('python2')
+optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
+source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz";
+LICENSE)
+md5sums=('40cda566f61420490206597243dd869f'
+ '180c44cc3999239185d0523570c61fa8')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" -O1
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:16:03
  Author: tredaelli
Revision: 110023

upgpkg: python2-pbkdf2 1.3-1

Modified:
  python2-pbkdf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 08:12:12 UTC (rev 110022)
+++ PKGBUILD2014-04-23 08:16:03 UTC (rev 110023)
@@ -11,6 +11,7 @@
 url="https://www.dlitz.net/software/python-pbkdf2/";
 license=('MIT')
 depends=('python2')
+makedepends=('python2-setuptools')
 optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
 
source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz";
 LICENSE)
@@ -17,6 +18,11 @@
 md5sums=('40cda566f61420490206597243dd869f'
  '180c44cc3999239185d0523570c61fa8')
 
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  find . -type f -name "*.py" -exec sed -i 
's#/usr/bin/python#/usr/bin/python2#g' {} +
+}
+
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
   python2 setup.py install --prefix=/usr --root="$pkgdir" -O1



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:16:08
  Author: tredaelli
Revision: 110024

archrelease: copy trunk to community-any

Added:
  python2-pbkdf2/repos/community-any/
  python2-pbkdf2/repos/community-any/LICENSE
(from rev 110023, python2-pbkdf2/trunk/LICENSE)
  python2-pbkdf2/repos/community-any/PKGBUILD
(from rev 110023, python2-pbkdf2/trunk/PKGBUILD)

--+
 LICENSE  |   20 
 PKGBUILD |   30 ++
 2 files changed, 50 insertions(+)

Copied: python2-pbkdf2/repos/community-any/LICENSE (from rev 110023, 
python2-pbkdf2/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2014-04-23 08:16:08 UTC (rev 110024)
@@ -0,0 +1,20 @@
+Copyright (C) 2007-2011 Dwayne C. Litzenberger 
+
+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: python2-pbkdf2/repos/community-any/PKGBUILD (from rev 110023, 
python2-pbkdf2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-04-23 08:16:08 UTC (rev 110024)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Hilton Medeiros 
+
+pkgname=python2-pbkdf2
+_pkgname=pbkdf2
+pkgver=1.3
+pkgrel=1
+pkgdesc="A module that implements the password-based key derivation function 
PBKDF2."
+arch=('any')
+url="https://www.dlitz.net/software/python-pbkdf2/";
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
+source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz";
+LICENSE)
+md5sums=('40cda566f61420490206597243dd869f'
+ '180c44cc3999239185d0523570c61fa8')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  find . -type f -name "*.py" -exec sed -i 
's#/usr/bin/python#/usr/bin/python2#g' {} +
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" -O1
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in (4 files)

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:22:07
  Author: tredaelli
Revision: 110025

New package: python2-slowaes (dep for electrum)

Added:
  python2-slowaes/
  python2-slowaes/repos/
  python2-slowaes/trunk/
  python2-slowaes/trunk/PKGBUILD

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

Added: python2-slowaes/trunk/PKGBUILD
===
--- python2-slowaes/trunk/PKGBUILD  (rev 0)
+++ python2-slowaes/trunk/PKGBUILD  2014-04-23 08:22:07 UTC (rev 110025)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Samuel Tardieu 
+
+pkgname=python2-slowaes
+pkgver=0.1a1
+pkgrel=2
+pkgdesc="Implementation of AES in Python"
+arch=('any')
+url="http://code.google.com/p/slowaes/";
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz";)
+md5sums=('eafee95a788a795403e972a35e80ce4f')
+
+package() {
+  cd "$srcdir/slowaes-$pkgver"
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' aes.py
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:22:20
  Author: tredaelli
Revision: 110026

archrelease: copy trunk to community-any

Added:
  python2-slowaes/repos/community-any/
  python2-slowaes/repos/community-any/PKGBUILD
(from rev 110025, python2-slowaes/trunk/PKGBUILD)

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

Copied: python2-slowaes/repos/community-any/PKGBUILD (from rev 110025, 
python2-slowaes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-04-23 08:22:20 UTC (rev 110026)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Samuel Tardieu 
+
+pkgname=python2-slowaes
+pkgver=0.1a1
+pkgrel=2
+pkgdesc="Implementation of AES in Python"
+arch=('any')
+url="http://code.google.com/p/slowaes/";
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz";)
+md5sums=('eafee95a788a795403e972a35e80ce4f')
+
+package() {
+  cd "$srcdir/slowaes-$pkgver"
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' aes.py
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 10:25:11
  Author: tredaelli
Revision: 110027

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/
  electrum/repos/community-any/PKGBUILD
(from rev 110026, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/electrum.install
(from rev 110026, electrum/trunk/electrum.install)
  electrum/repos/community-any/setup.py.patch
(from rev 110026, electrum/trunk/setup.py.patch)

--+
 PKGBUILD |   54 +
 electrum.install |   11 ++
 setup.py.patch   |   11 ++
 3 files changed, 76 insertions(+)

Copied: electrum/repos/community-any/PKGBUILD (from rev 110026, 
electrum/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-04-23 08:25:11 UTC (rev 110027)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=1.9.8
+pkgrel=2
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2' 'python2-ecdsa' 'python2-pbkdf2' 'python2-pyqt4' 
'python2-sip' 'python2-slowaes' 'qt4' 'sip')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools')
+optdepends=('desktop-file-utils: update desktop database'
+'python2-zbar: QR code reading support')
+url="https://electrum.org";
+license=('GPL3')
+source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc}
+setup.py.patch)
+md5sums=('e3918fec0254267f08e41a1fb8691382'
+ '4fdd91fe50c4718067b5f22a866ceb53'
+ '562f61b12e8bc80de23fb56b8ce56fe7')
+sha256sums=('8fc144a32013e4a747fea27fff981762a6b9e14cde9ffb405c4c721975d846ff'
+'181b88ceecd8701844d79110d31fe71b16d943c47612989f3c51e19270f2a87b'
+'5f8d846dedce20601f3131e687bd2dc54ca8df0137cbdaa1b06eab11eb6a52da')
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Patching setup.py...'
+  patch -p1 < ${srcdir}/setup.py.patch
+
+  msg 'Fixing Python version...'
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Building...'
+  python2 mki18n.py
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname^}-${pkgver}
+
+  msg 'Installing...'
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: electrum/repos/community-any/electrum.install (from rev 110026, 
electrum/trunk/electrum.install)
===
--- community-any/electrum.install  (rev 0)
+++ community-any/electrum.install  2014-04-23 08:25:11 UTC (rev 110027)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: electrum/repos/community-any/setup.py.patch (from rev 110026, 
electrum/trunk/setup.py.patch)
===
--- community-any/setup.py.patch(rev 0)
+++ community-any/setup.py.patch2014-04-23 08:25:11 UTC (rev 110027)
@@ -0,0 +1,11 @@
+--- ./setup.py 2014-03-16 12:53:25.136657771 -0700
 ./setup.py 2014-03-16 12:53:42.736657586 -0700
+@@ -16,8 +16,6 @@
+ sys.exit("Error: Electrum requires Python version >= 2.6.0...")
+ 
+ usr_share = '/usr/share'
+-if not os.access(usr_share, os.W_OK):
+-usr_share = os.getenv("XDG_DATA_HOME", os.path.join(os.getenv("HOME"), 
".local", "share"))
+ 
+ data_files = []
+ if (len(sys.argv) > 1 and (sys.argv[1] == "sdist")) or (platform.system() != 
'Windows' and platform.system() != 'Darwin'):



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

2014-04-23 Thread Florian Pritz
Date: Wednesday, April 23, 2014 @ 11:32:31
  Author: bluewind
Revision: 110028

upgpkg: lib32-gdk-pixbuf2 2.30.7-1

upstream update

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 08:25:11 UTC (rev 110027)
+++ PKGBUILD2014-04-23 09:32:31 UTC (rev 110028)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.30.6
+pkgver=2.30.7
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
+sha256sums=('0aafc365eab1083a53f15e4828333b968219ffcb1a995ac6289c0147c9ffad06')
 
 build() {
   export CC="gcc -m32"



[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (4 files)

2014-04-23 Thread Florian Pritz
Date: Wednesday, April 23, 2014 @ 11:32:34
  Author: bluewind
Revision: 110029

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 110028, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 110028, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   92 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 09:32:31 UTC (rev 110028)
+++ PKGBUILD2014-04-23 09:32:34 UTC (rev 110029)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.30.6
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/";
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 110028, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 09:32:34 UTC (rev 110029)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru 
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.30.7
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/";
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('0aafc365eab1083a53f15e4828333b968219ffcb1a995ac6289c0147c9ffad06')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2014-04-23 09:32:31 UTC (rev 110028)
+++ gdk-pixbuf2.install 2014-04-23 09:32:34 UTC (rev 110029)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
110028, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2014-04-23 09:32:34 UTC (rev 110029)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2014-04-23 Thread Gaetan Bisson
Date: Wednesday, April 23, 2014 @ 11:33:12
  Author: bisson
Revision: 211686

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 06:42:36 UTC (rev 211685)
+++ PKGBUILD2014-04-23 09:33:12 UTC (rev 211686)
@@ -4,17 +4,18 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=3.4.3
+pkgver=3.5
 pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
  'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
+makedepends=('python2') # for gdbus-codegen
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('1d348f8ef5238de7cd6669189ecca690452e96c4')
+sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
 
 provides=('audacious-player')
 replaces=('audacious-player')



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

2014-04-23 Thread Gaetan Bisson
Date: Wednesday, April 23, 2014 @ 11:33:39
  Author: bisson
Revision: 211687

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

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

---+
 /PKGBUILD |   68 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   33 ---
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   33 ---
 extra-x86_64/install  |   13 -
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 09:33:12 UTC (rev 211686)
+++ extra-i686/PKGBUILD 2014-04-23 09:33:39 UTC (rev 211687)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('1d348f8ef5238de7cd6669189ecca690452e96c4')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 211686, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 09:33:39 UTC (rev 211687)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=3.5
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+makedepends=('python2') # for gdbus-codegen
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-04-23 09:33:12 UTC (rev 211686)
+++ extra-i686/install  2014-04-23 09:33:39 UTC (rev 211687)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 211686, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-04-23 09:33:39 UTC (rev 211687)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-23 09:33:12 UTC (rev 211686)
+++ extra-x86_64/PKGBUILD   2014-04-23 09:33:39 UTC (rev 211687)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgve

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

2014-04-23 Thread Gaetan Bisson
Date: Wednesday, April 23, 2014 @ 11:35:01
  Author: bisson
Revision: 211689

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 211688, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 211688, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 09:34:34 UTC (rev 211688)
+++ extra-i686/PKGBUILD 2014-04-23 09:35:01 UTC (rev 211689)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.4.3
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 211688, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 09:35:01 UTC (rev 211689)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.5
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms tra

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

2014-04-23 Thread Gaetan Bisson
Date: Wednesday, April 23, 2014 @ 11:34:34
  Author: bisson
Revision: 211688

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 09:33:39 UTC (rev 211687)
+++ PKGBUILD2014-04-23 09:34:34 UTC (rev 211688)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.5
+pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')
@@ -44,7 +44,7 @@
 'libcue: CUE playlist format')
 
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
+sha1sums=('b4fe19010eecb0a62c24fe31a2d84e2954c40c8a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 15:35:48
  Author: tredaelli
Revision: 110030

upgpkg: parallel 20140422-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 09:32:34 UTC (rev 110029)
+++ PKGBUILD2014-04-23 13:35:48 UTC (rev 110030)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20140322
+pkgver=20140422
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('d5a35f19494e3461352199a80e247992'
+md5sums=('be1cb2f4b15d4631a4712909cb7ba191'
  'SKIP')
-sha1sums=('125dfaa4c877565b88a310620a031c41e1930c83'
+sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784'
   'SKIP')
 
 build() {



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 15:35:54
  Author: tredaelli
Revision: 110031

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 110030, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 110030, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   62 +++
 fix-pod-numbers.patch |   94 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 13:35:48 UTC (rev 110030)
+++ PKGBUILD2014-04-23 13:35:54 UTC (rev 110031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20140322
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('d5a35f19494e3461352199a80e247992'
- 'SKIP')
-sha1sums=('125dfaa4c877565b88a310620a031c41e1930c83'
-  'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 110030, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 13:35:54 UTC (rev 110031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20140422
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('be1cb2f4b15d4631a4712909cb7ba191'
+ 'SKIP')
+sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784'
+  'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2014-04-23 13:35:48 UTC (rev 110030)
+++ fix-pod-numbers.patch   2014-04-23 13:35:54 UTC (rev 110031)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z<>
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z<>
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z<>
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z<>
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z<>
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z<>
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 110030, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2014-04-23 13:35:54 UTC (rev 110031)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z<>
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z<>
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z<>
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z<>
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z<>
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item 255Z<>
+ 
+ Other error.
+ 



[arch-commits] Commit in dispcalgui/trunk (PKGBUILD dispcalGUI-1.5.3.1-wxgtk3.patch)

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 15:36:11
  Author: tredaelli
Revision: 110032

upgpkg: dispcalgui 2.0.0.0-1

Modified:
  dispcalgui/trunk/PKGBUILD
Deleted:
  dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch

-+
 PKGBUILD|   10 --
 dispcalGUI-1.5.3.1-wxgtk3.patch |   16 
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 13:35:54 UTC (rev 110031)
+++ PKGBUILD2014-04-23 13:36:11 UTC (rev 110032)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny 
 
 pkgname=dispcalgui
-pkgver=1.7.5.7
+pkgver=2.0.0.0
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -14,14 +14,12 @@
 depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";
-dispcalGUI-1.5.3.1-wxgtk3.patch)
-md5sums=('7a66051d244f1b734448a865b50fae01'
- 'b8001e5cbbb849f9ba95e0ef9fb1d073')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
+md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
 
 prepare() {
   cd "${srcdir}"/dispcalGUI-${pkgver}
-  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
+#  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
   find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
 }
 

Deleted: dispcalGUI-1.5.3.1-wxgtk3.patch
===
--- dispcalGUI-1.5.3.1-wxgtk3.patch 2014-04-23 13:35:54 UTC (rev 110031)
+++ dispcalGUI-1.5.3.1-wxgtk3.patch 2014-04-23 13:36:11 UTC (rev 110032)
@@ -1,16 +0,0 @@
 a/dispcalGUI/dispcalGUI.py
-+++ b/dispcalGUI/dispcalGUI.py
-@@ -1544,9 +1544,10 @@
-   for lstr, lcode in llist:
-   menuitem = languages.Append(-1, "&" + lstr, 
kind=wx.ITEM_RADIO)
-   if (lcode.upper().replace("EN", "US") in 
flagart.catalog):
--  menuitem.SetBitmap(
--  
flagart.catalog[lcode.upper().replace("EN", 
--  
  "US")].getBitmap())
-+  bitmap = 
flagart.catalog[lcode.upper().replace("EN",
-+  
   "US")].getBitmap()
-+  if menuitem.GetKind() == wx.ITEM_NORMAL:
-+  menuitem.SetBitmap(bitmap)
-   if lang.getcode() == lcode:
-   menuitem.Check()
-   font = menuitem.Font



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 15:36:22
  Author: tredaelli
Revision: 110033

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 110032, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 110032, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 110032, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 110032, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch
  dispcalgui/repos/community-x86_64/dispcalgui.install

--+
 /PKGBUILD|   66 +
 /dispcalgui.install  |   38 
 community-i686/PKGBUILD  |   35 ---
 community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch   |   16 -
 community-i686/dispcalgui.install|   19 --
 community-x86_64/PKGBUILD|   35 ---
 community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch |   16 -
 community-x86_64/dispcalgui.install  |   19 --
 8 files changed, 104 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 13:36:11 UTC (rev 110032)
+++ community-i686/PKGBUILD 2014-04-23 13:36:22 UTC (rev 110033)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=1.7.5.7
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/";
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";
-dispcalGUI-1.5.3.1-wxgtk3.patch)
-md5sums=('7a66051d244f1b734448a865b50fae01'
- 'b8001e5cbbb849f9ba95e0ef9fb1d073')
-
-prepare() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 110032, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 13:36:22 UTC (rev 110033)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=2.0.0.0
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/";
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
+md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
+
+prepare() {
+  cd "${srcdir}"/dispcalGUI-${pkgver}
+#  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd "${srcdir}"/dispcalGUI-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
===
--- community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  2014-04-23 13:36:11 UTC 
(rev 110032)
+++ community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  2014-04-23 13:36:22 UTC 
(rev 110033)
@@ -1,16 +0,0 @@
 a/dispcalGUI/dispcalGUI.py
-+++ b/dispcalGUI/dispcalGUI.py
-@@ -1544,9 +1544,10 @@
-   for lstr, lcode i

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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 15:55:02
  Author: heftig
Revision: 110034

gcc 4.9

Modified:
  libtool-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 13:36:22 UTC (rev 110033)
+++ PKGBUILD2014-04-23 13:55:02 UTC (rev 110034)
@@ -8,8 +8,8 @@
 pkgbase=libtool-multilib
 pkgname=(libtool-multilib lib32-libltdl)
 pkgver=2.4.2
-_gccver=4.8.2
-pkgrel=12
+_gccver=4.9.0
+pkgrel=13
 pkgdesc="A generic library support script for multilib"
 arch=('x86_64')
 url="http://www.gnu.org/software/libtool";



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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 15:58:04
  Author: heftig
Revision: 110035

gcc 4.9

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 13:55:02 UTC (rev 110034)
+++ PKGBUILD2014-04-23 13:58:04 UTC (rev 110035)
@@ -6,10 +6,10 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
-pkgver=4.8.2
-_pkgver=4.8
-pkgrel=8
-_snapshot=4.8-20140206
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=1
+#_snapshot=4.9.0-RC-20140411
 pkgdesc="The GNU Compiler Collection for multilib"
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -18,13 +18,11 @@
  'lib32-glibc>=2.19')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gcc-4.8-filename-output.patch
-gcc-4.8-lambda-ICE.patch)
-md5sums=('9d35549404a2326540fb88301ebd1977'
- '40cb437805e2f7a006aa0d0c3098ab0f'
- '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('9709b49ae0e904cbb0a6a1b62853b556'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
 
 
 if [ -n "${_snapshot}" ]; then
@@ -51,14 +49,7 @@
 
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
   patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
-  
-  # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279
-  patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch
 
-  # installing libiberty headers is broken
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780#c6
-  sed -i 's#@target_header_dir@#libiberty#' libiberty/Makefile.in
-
   mkdir ${srcdir}/gcc-build
 }
 
@@ -114,14 +105,15 @@
   make -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared
   rm ${pkgdir}/${_libdir}/32/libgcc_eh.a
 
-  for lib in libmudflap \
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
  libgomp \
  libitm \
- libatomic \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
  libstdc++-v3/src \
- libquadmath \
- libgfortran \
- libsanitizer/asan; do
+ libvtv; do
 make -C $CHOST/32/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
   done
 
@@ -149,14 +141,15 @@
   make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
   rm ${pkgdir}/${_libdir}/libgcc_eh.a
   
-  for lib in libmudflap \
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
  libgomp \
  libitm \
- libatomic \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
  libstdc++-v3/src \
- libquadmath \
- libgfortran \
- libsanitizer/asan; do
+ libvtv; do
 make -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
   done
 
@@ -220,14 +213,18 @@
   make -C gcc DESTDIR=${pkgdir} install-mkheaders
   make -C lto-plugin DESTDIR=${pkgdir} install
 
+  make -C $CHOST/libcilkrts DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS \
+install-nodist_cilkincludeHEADERS
   make -C $CHOST/libgomp DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS \
 install-nodist_libsubincludeHEADERS
   make -C $CHOST/libitm DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
-  make -C $CHOST/libmudflap DESTDIR=${pkgdir} 
install-nobase_libsubincludeHEADERS
   make -C $CHOST/libquadmath DESTDIR=${pkgdir} 
install-nodist_libsubincludeHEADERS
+  make -C $CHOST/libsanitizer DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
   make -C $CHOST/libsanitizer/asan DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
+  make -C $CHOST/32/libcilkrts DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
   make -C $CHOST/32/libgomp DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
   make -C $CHOST/32/libitm DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
+  make -C $CHOST/32/libsanitizer DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
   make -C $CHOST/32/libsanitizer/asan DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
 
   make -C libiberty DESTDIR=${pkgdir} install



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

2014-04-23 Thread Eric Bélanger
Date: Wednesday, April 23, 2014 @ 16:07:47
  Author: eric
Revision: 211690

upgpkg: liferea 1.10.9-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 09:35:01 UTC (rev 211689)
+++ PKGBUILD2014-04-23 14:07:47 UTC (rev 211690)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.10.7
+pkgver=1.10.9
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 install=liferea.install
 
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('da0ae3457fc8525bb6e43fef01c3a52bea7e96cf')
+sha1sums=('04ff66e4f08ad2f46563a6784c656439cda1f223')
 
 build() {
   cd liferea-${pkgver}



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

2014-04-23 Thread Eric Bélanger
Date: Wednesday, April 23, 2014 @ 16:08:24
  Author: eric
Revision: 211691

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

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

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 14:07:47 UTC (rev 211690)
+++ extra-i686/PKGBUILD 2014-04-23 14:08:24 UTC (rev 211691)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-pkgver=1.10.7
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('da0ae3457fc8525bb6e43fef01c3a52bea7e96cf')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 211690, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 14:08:24 UTC (rev 211691)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+pkgver=1.10.9
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/";
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('04ff66e4f08ad2f46563a6784c656439cda1f223')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2014-04-23 14:07:47 UTC (rev 211690)
+++ extra-i686/liferea.install  2014-04-23 14:08:24 UTC (rev 211691)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 211690, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2014-04-23 14:08:24 UTC (rev 211691)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  u

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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 16:15:04
  Author: heftig
Revision: 110036

gcc 4.9

Added:
  lib32-glibc/trunk/glibc-2.19-xattr_header.patch
Modified:
  lib32-glibc/trunk/PKGBUILD
Deleted:
  lib32-glibc/trunk/glibc-2.18-xattr-compat-hack.patch

+
 PKGBUILD   |   15 +++-
 glibc-2.18-xattr-compat-hack.patch |   19 ---
 glibc-2.19-xattr_header.patch  |   42 +++
 3 files changed, 51 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 13:58:04 UTC (rev 110035)
+++ PKGBUILD2014-04-23 14:15:04 UTC (rev 110036)
@@ -9,7 +9,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.19
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU C Library for multilib"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc";
@@ -17,12 +17,12 @@
 makedepends=('gcc-multilib>=4.7')
 options=('!strip' '!emptydirs' 'staticlibs')
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-glibc-2.18-xattr-compat-hack.patch
+glibc-2.19-xattr_header.patch
 glibc-2.19-fix-sign-in-bsloww1-input.patch
 lib32-glibc.conf)
 md5sums=('e26b8cc666b162f999404b03970f14e4'
  'SKIP'
- '7ca96c68a37f2a4ab91792bfa0160a24'
+ '39a4876837789e07746f1d84cd8cb46a'
  '755a1a9d7844a5e338eddaa9a5d974cd'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 
@@ -29,8 +29,8 @@
 prepare() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}

-  # hack fix for {linux,sys}/xattr.h incompatibility
-  patch -p1 -i $srcdir/glibc-2.18-xattr-compat-hack.patch
+  # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
+  patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
 
   # fix issues in sin/cos slow path calculation - commit ffe768a9
   patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
@@ -89,7 +89,10 @@
   LDFLAGS=${LDFLAGS/--as-needed,/}
 
   cd ${srcdir}/glibc-build
-  make check
+
+  # only acceptable testsuite error is some small libm ulp failures on i686 
with gcc-4.9
+  # TODO: fix upstream and provide patch
+  make -k check || true
 }
 
 package() {

Deleted: glibc-2.18-xattr-compat-hack.patch
===
--- glibc-2.18-xattr-compat-hack.patch  2014-04-23 13:58:04 UTC (rev 110035)
+++ glibc-2.18-xattr-compat-hack.patch  2014-04-23 14:15:04 UTC (rev 110036)
@@ -1,19 +0,0 @@
-diff -Naur glibc-2.18-orig/misc/sys/xattr.h glibc-2.18/misc/sys/xattr.h
 glibc-2.18-orig/misc/sys/xattr.h   2013-08-11 08:52:55.0 +1000
-+++ glibc-2.18/misc/sys/xattr.h2014-01-07 15:45:50.533969040 +1000
-@@ -26,13 +26,8 @@
- 
- /* The following constants should be used for the fifth parameter of
-`*setxattr'.  */
--enum
--{
--  XATTR_CREATE = 1,   /* set value, fail if attr already exists.  */
--#define XATTR_CREATE  XATTR_CREATE
--  XATTR_REPLACE = 2   /* set value, fail if attr does not exist.  */
--#define XATTR_REPLACE XATTR_REPLACE
--};
-+#define XATTR_CREATE  1
-+#define XATTR_REPLACE 2
- 
- /* Set the attribute NAME of the file pointed to by PATH to VALUE (which
-is SIZE bytes long).  Return 0 on success, -1 for errors.  */

Added: glibc-2.19-xattr_header.patch
===
--- glibc-2.19-xattr_header.patch   (rev 0)
+++ glibc-2.19-xattr_header.patch   2014-04-23 14:15:04 UTC (rev 110036)
@@ -0,0 +1,42 @@
+From: Serge Hallyn 
+Date: Tue, 11 Mar 2014 04:17:07 + (-0500)
+Subject: misc/sys/xattr.h: guard against linux uapi header inclusion
+X-Git-Url: 
https://sourceware.org/git/?p=glibc.git;a=commitdiff_plain;h=fdbe8eae;hp=fede7a5ffa188c22c3789135bd5cf82e487dd3d0
+
+misc/sys/xattr.h: guard against linux uapi header inclusion
+
+If the glibc xattr.h header is included after the uapi header,
+compilation fails due to an enum re-using a #define from the
+uapi header.  Protect against this by guarding the define and
+enum inclusions against each other.
+
+(A corresponding kernel patch has been sent here:
+http://lkml.org/lkml/2014/3/7/331 )
+
+(See https://lists.debian.org/debian-glibc/2014/03/msg00029.html
+and https://sourceware.org/glibc/wiki/Synchronizing_Headers
+for more information.)
+
+Signed-off-by: Serge Hallyn 
+---
+
+diff --git a/misc/sys/xattr.h b/misc/sys/xattr.h
+index 929cd87..796df90 100644
+--- a/misc/sys/xattr.h
 b/misc/sys/xattr.h
+@@ -26,6 +26,7 @@ __BEGIN_DECLS
+ 
+ /* The following constants should be used for the fifth parameter of
+`*setxattr'.  */
++#ifndef __USE_KERNEL_XATTR_DEFS
+ enum
+ {
+   XATTR_CREATE = 1,   /* set value, fail if attr already exists.  */
+@@ -33,6 +34,7 @@ enum
+   XATTR_REPLACE = 2   /* set value, fail if attr does not exist.  */
+ #define XATTR_REPLACE XATTR_REPLACE
+ };
++#endif
+ 
+ /* Set the attribute NAME of the file pointed to by PATH to VALUE (which
+

[arch-commits] Commit in lib32-glibc/repos (5 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 16:15:43
  Author: heftig
Revision: 110037

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-glibc/repos/multilib-staging-x86_64/
  lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD
(from rev 110036, lib32-glibc/trunk/PKGBUILD)
  
lib32-glibc/repos/multilib-staging-x86_64/glibc-2.19-fix-sign-in-bsloww1-input.patch
(from rev 110036, 
lib32-glibc/trunk/glibc-2.19-fix-sign-in-bsloww1-input.patch)
  lib32-glibc/repos/multilib-staging-x86_64/glibc-2.19-xattr_header.patch
(from rev 110036, lib32-glibc/trunk/glibc-2.19-xattr_header.patch)
  lib32-glibc/repos/multilib-staging-x86_64/lib32-glibc.conf
(from rev 110036, lib32-glibc/trunk/lib32-glibc.conf)

+
 PKGBUILD   |  144 +++
 glibc-2.19-fix-sign-in-bsloww1-input.patch |   71 +
 glibc-2.19-xattr_header.patch  |   42 +++
 lib32-glibc.conf   |1 
 4 files changed, 258 insertions(+)

Copied: lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD (from rev 110036, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-04-23 14:15:43 UTC (rev 110037)
@@ -0,0 +1,144 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.19
+pkgrel=4
+pkgdesc="GNU C Library for multilib"
+arch=('x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL' 'LGPL')
+makedepends=('gcc-multilib>=4.7')
+options=('!strip' '!emptydirs' 'staticlibs')
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.19-xattr_header.patch
+glibc-2.19-fix-sign-in-bsloww1-input.patch
+lib32-glibc.conf)
+md5sums=('e26b8cc666b162f999404b03970f14e4'
+ 'SKIP'
+ '39a4876837789e07746f1d84cd8cb46a'
+ '755a1a9d7844a5e338eddaa9a5d974cd'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
+  patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
+
+  # fix issues in sin/cos slow path calculation - commit ffe768a9
+  patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  #fi
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons=nptl,libidn \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CC += -fstack-protector -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -fstack-protector -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '4,6d' configparms
+}
+
+check() {
+  # the linker commands need to be reordered - fixed in 2.19
+  LDFLAGS=${LDFLAGS/--as-needed,/}
+
+  cd ${srcdir}/glibc-build
+
+  # only acceptable testsuite error is some small libm ulp failures on i686 
with gcc-4.9
+  # TODO: fix upstream and provide patch
+  make -k check || true
+}
+
+package() {
+  cd ${srcdir}/glibc-build
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need one 32 bit specific header file
+  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
+
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 "$srcdir/lib32-glibc.conf" 
"$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf"

[arch-commits] Commit in gcc-multilib/repos (9 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 16:16:23
  Author: heftig
Revision: 110038

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 110037, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-filename-output.patch
(from rev 110037, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 110037, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-ada.install
(from rev 110037, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-fortran.install
(from rev 110037, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-go.install
(from rev 110037, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-libs.install
(from rev 110037, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc.install
(from rev 110037, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  375 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 519 insertions(+)

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 110037, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-04-23 14:16:23 UTC (rev 110038)
@@ -0,0 +1,375 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=1
+#_snapshot=4.9.0-RC-20140411
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc>=2.19')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('9709b49ae0e904cbb0a6a1b62853b556'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do

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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 16:16:33
  Author: heftig
Revision: 110039

archrelease: copy trunk to multilib-staging-x86_64

Added:
  libtool-multilib/repos/multilib-staging-x86_64/
  libtool-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 110038, libtool-multilib/trunk/PKGBUILD)
  libtool-multilib/repos/multilib-staging-x86_64/libtool.install
(from rev 110038, libtool-multilib/trunk/libtool.install)

-+
 PKGBUILD|   74 ++
 libtool.install |   22 
 2 files changed, 96 insertions(+)

Copied: libtool-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 
110038, libtool-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-04-23 14:16:33 UTC (rev 110039)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuild with each new gcc version
+
+pkgbase=libtool-multilib
+pkgname=(libtool-multilib lib32-libltdl)
+pkgver=2.4.2
+_gccver=4.9.0
+pkgrel=13
+pkgdesc="A generic library support script for multilib"
+arch=('x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+makedepends=("gcc-multilib=${_gccver}")
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+prepare() {
+  mv libtool-$pkgver libtool-64
+  cp -a libtool-64 libtool-32
+}
+
+build() {
+  ( msg2 "Building libtool-64..."
+cd libtool-64
+./configure --prefix=/usr
+make
+  )
+
+  ( msg2 "Building libtool-32..."
+export CC="gcc -m32"
+export CXX="g++ -m32"
+
+cd libtool-32
+./configure --prefix=/usr --libdir=/usr/lib32
+make
+  )
+}
+
+check() {
+  cd libtool-64
+  make -k check
+  cd ../libtool-32
+  make -k check
+}
+
+package_libtool-multilib() {
+  depends=('sh' "libltdl=$pkgver" 'tar' "gcc-multilib=${_gccver}" 
"lib32-libltdl=$pkgver")
+  groups=('multilib-devel')
+  install=libtool.install
+  provides=("libtool=$pkgver-$pkgrel")
+  conflicts=(libtool)
+
+  cd libtool-64
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -r ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_lib32-libltdl() {
+  pkgdesc="A system independent dlopen wrapper for GNU libtool (32-bit)"
+  depends=(lib32-glibc libltdl)
+  replaces=(lib32-libtool)
+  provides=("lib32-libtool=$pkgver-$pkgrel")
+  conflicts=(lib32-libtool)
+
+  cd libtool-32
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}

Copied: libtool-multilib/repos/multilib-staging-x86_64/libtool.install (from 
rev 110038, libtool-multilib/trunk/libtool.install)
===
--- multilib-staging-x86_64/libtool.install (rev 0)
+++ multilib-staging-x86_64/libtool.install 2014-04-23 14:16:33 UTC (rev 
110039)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+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
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 16:50:57
  Author: spupykin
Revision: 110040

upgpkg: darktable 1.4.2-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 14:16:33 UTC (rev 110039)
+++ PKGBUILD2014-04-23 14:50:57 UTC (rev 110040)
@@ -4,7 +4,7 @@
 # Contributor: Johannes Hanika 
 
 pkgname=darktable
-pkgver=1.4.1
+pkgver=1.4.2
 _pkgver=1.4
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
@@ -18,7 +18,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('78252618bb7b1df30109ef5484d46f3c')
+md5sums=('f86554329c2c809ffb009244a6f1d643')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 16:51:15
  Author: spupykin
Revision: 110041

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 14:50:57 UTC (rev 110040)
+++ community-i686/PKGBUILD 2014-04-23 14:51:15 UTC (rev 110041)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=1.4.1
-_pkgver=1.4
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('78252618bb7b1df30109ef5484d46f3c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 110040, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 14:51:15 UTC (rev 110041)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+pkgver=1.4.2
+_pkgver=1.4
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f86554329c2c809ffb009244a6f1d643')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2014-04-23 14:50:57 UTC (rev 110040)
+++ community-i686/darktable.install2014-04-23 14:51:15 UTC (rev 110041)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-database -q
-}
-
-post_upgrade() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-database -q
-}
-
-post_remove() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-database -q
-}

Copied: darktable/repo

[arch-commits] Commit in gstreamer0.10/trunk (PKGBUILD)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:04:08
  Author: heftig
Revision: 211692

strip docs

Modified:
  gstreamer0.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 14:08:24 UTC (rev 211691)
+++ PKGBUILD2014-04-23 15:04:08 UTC (rev 211692)
@@ -3,7 +3,7 @@
 
 pkgname=gstreamer0.10
 pkgver=0.10.36
-pkgrel=3
+pkgrel=4
 pkgdesc="GStreamer Multimedia Framework"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 url="http://gstreamer.com";
 depends=('libxml2' 'glib2')
 optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 'git')
+makedepends=('intltool' 'pkgconfig' 'gobject-introspection' 'git')
 
source=("git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e"
 tests-remove-silly-test_fail_abstract_new-check.patch
 bison3.patch)
@@ -30,7 +30,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
 --with-package-name="GStreamer (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
+--disable-gtk-doc --disable-static
   make
 }
 



[arch-commits] Commit in gstreamer0.10-base/trunk (PKGBUILD)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:11:04
  Author: heftig
Revision: 211695

strip docs

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:10:12 UTC (rev 211694)
+++ PKGBUILD2014-04-23 15:11:04 UTC (rev 211695)
@@ -4,10 +4,10 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.36
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.36' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection' 'git' 'gtk-doc')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.36' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection' 'git')
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 
source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-base#commit=48d5966f12d4e6b71c96db0600cf76ef0ef14b3a"
@@ -40,7 +40,7 @@
   cd gst-plugins-base
   NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --disable-gnome_vfs 
--enable-gtk-doc \
+--disable-static --enable-experimental --disable-gnome_vfs 
--disable-gtk-doc \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/";
   make



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

2014-04-23 Thread Alexander Rødseth
Date: Wednesday, April 23, 2014 @ 17:22:48
  Author: arodseth
Revision: 110042

upgpkg: gummi 0.6.5-2

Modified:
  gummi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 14:51:15 UTC (rev 110041)
+++ PKGBUILD2014-04-23 15:22:48 UTC (rev 110042)
@@ -6,7 +6,7 @@
 
 pkgname=gummi
 pkgver=0.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple LaTex editor for GTK users'
 arch=('x86_64' 'i686')
 url='http://gummi.midnightcoding.org/'
@@ -13,23 +13,22 @@
 license=('MIT')
 depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
 makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz";)
+install="$pkgname.install"
+source=("http://dev.midnightcoding.org/attachments/download/301/$pkgname-$pkgver.tar.gz";)
 sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
  
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
-  find . -type f -exec touch {} \;
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
-  make prefix=$pkgdir/usr install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-04-23 Thread Alexander Rødseth
Date: Wednesday, April 23, 2014 @ 17:23:03
  Author: arodseth
Revision: 110043

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

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

+
 /PKGBUILD  |   68 +++
 /gummi.install |   28 
 community-i686/PKGBUILD|   35 
 community-i686/gummi.install   |   14 
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/gummi.install |   14 
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 15:22:48 UTC (rev 110042)
+++ community-i686/PKGBUILD 2014-04-23 15:23:03 UTC (rev 110043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 
-# Contributor: soeren 
-
-pkgname=gummi
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz";)
-sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
- 
-build() {
-  cd $pkgname-$pkgver
-
-  find . -type f -exec touch {} \;
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/PKGBUILD (from rev 110042, 
gummi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales 
+# Contributor: soeren 
+
+pkgname=gummi
+pkgver=0.6.5
+pkgrel=2
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='http://gummi.midnightcoding.org/'
+license=('MIT')
+depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
+install="$pkgname.install"
+source=("http://dev.midnightcoding.org/attachments/download/301/$pkgname-$pkgver.tar.gz";)
+sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
+ 
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gummi.install
===
--- community-i686/gummi.install2014-04-23 15:22:48 UTC (rev 110042)
+++ community-i686/gummi.install2014-04-23 15:23:03 UTC (rev 110043)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/gummi.install (from rev 110042, 
gummi/trunk/gummi.install)
===
--- community-i686/gummi.install(rev 0)
+++ community-i686/gummi.install2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 15:22:48 UTC (rev 110042)
+++ community-x86_64/PKGBUILD   2014-04-23 15:23:03 UTC (rev 110043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 

[arch-commits] Commit in gstreamer0.10-good/trunk (3 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:29:29
  Author: heftig
Revision: 211696

strip docs

Modified:
  gstreamer0.10-good/trunk/PKGBUILD
Deleted:
  gstreamer0.10-good/trunk/0001-docs-fix-mismatched-para-tags.patch
  gstreamer0.10-good/trunk/0002-docs-use-docbook-markup-for-xi-include.patch

---+
 0001-docs-fix-mismatched-para-tags.patch  |   43 ---
 0002-docs-use-docbook-markup-for-xi-include.patch |   75 
 PKGBUILD  |   18 +---
 3 files changed, 5 insertions(+), 131 deletions(-)

Deleted: 0001-docs-fix-mismatched-para-tags.patch
===
--- 0001-docs-fix-mismatched-para-tags.patch2014-04-23 15:11:04 UTC (rev 
211695)
+++ 0001-docs-fix-mismatched-para-tags.patch2014-04-23 15:29:29 UTC (rev 
211696)
@@ -1,43 +0,0 @@
-From 908d728c8a8b12acd9f9659ebd8970882b7daa33 Mon Sep 17 00:00:00 2001
-From: William Jon McCann 
-Date: Fri, 14 Feb 2014 20:27:20 +
-Subject: docs: fix mismatched para tags
-
-newer gtkdoc is more sensitive to mismatched docbook tags.
-This fixes the build in master.

-diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c
-index 549a9d2..e278886 100644
 a/gst/audiofx/audiocheblimit.c
-+++ b/gst/audiofx/audiocheblimit.c
-@@ -46,12 +46,12 @@
-  * be at most this value. A lower ripple value will allow a faster rolloff.
-  *
-  * As a special case, a Chebyshev type 1 filter with no ripple is a 
Butterworth filter.
-- * 
-+ *
-  * 
-  * Be warned that a too large number of poles can produce noise. The most 
poles are possible with
-  * a cutoff frequency at a quarter of the sampling rate.
-  * 
-- * 
-+ *
-  * 
-  * Example launch line
-  * |[
-diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
-index 922e381..ea49af9 100644
 a/gst/udp/gstudpsrc.c
-+++ b/gst/udp/gstudpsrc.c
-@@ -78,8 +78,7 @@
-  * 
-  * The message is typically used to detect that no UDP arrives in the receiver
-  * because it is blocked by a firewall.
-- * 
-- * 
-+ *
-  * A custom file descriptor can be configured with the
-  * #GstUDPSrc:sockfd property. The socket will be closed when setting the
-  * element to READY by default. This behaviour can be
---
-cgit v0.9.0.2-2-gbebe

Deleted: 0002-docs-use-docbook-markup-for-xi-include.patch
===
--- 0002-docs-use-docbook-markup-for-xi-include.patch   2014-04-23 15:11:04 UTC 
(rev 211695)
+++ 0002-docs-use-docbook-markup-for-xi-include.patch   2014-04-23 15:29:29 UTC 
(rev 211696)
@@ -1,75 +0,0 @@
-From 79fc4ec80b68eac193095ee40d5da584eb270f1c Mon Sep 17 00:00:00 2001
-From: Stefan Sauer 
-Date: Tue, 18 Feb 2014 21:54:45 +
-Subject: docs: use docbook markup for xi:include
-
-It turns out that the change in gtk-doc-1.20 which wraps the |[]| content in
-CDATA break xi:inlcude examples. As in a whole jhbuild checkout these where
-the only 4, we're fixing them instead.

-diff --git a/gst/audiofx/audiofirfilter.c b/gst/audiofx/audiofirfilter.c
-index e0887ad..0ab32f3 100644
 a/gst/audiofx/audiofirfilter.c
-+++ b/gst/audiofx/audiofirfilter.c
-@@ -39,9 +39,9 @@
-  *
-  * 
-  * Example application
-- * |[
-+ * 
-  * http://www.w3.org/2003/XInclude"; parse="text" 
href="../../../../tests/examples/audiofx/firfilter-example.c" />
-- * ]|
-+ * 
-  * 
-  */
- 
-diff --git a/gst/audiofx/audioiirfilter.c b/gst/audiofx/audioiirfilter.c
-index c107594..eb4f20c 100644
 a/gst/audiofx/audioiirfilter.c
-+++ b/gst/audiofx/audioiirfilter.c
-@@ -35,9 +35,9 @@
-  *
-  * 
-  * Example application
-- * |[
-+ * 
-  * http://www.w3.org/2003/XInclude"; parse="text" 
href="../../../../tests/examples/audiofx/iirfilter-example.c" />
-- * ]|
-+ * 
-  * 
-  */
- 
-diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
-index 59943d4..5cd83c8 100644
 a/gst/level/gstlevel.c
-+++ b/gst/level/gstlevel.c
-@@ -95,9 +95,9 @@
-  *
-  * 
-  * Example application
-- * |[
-+ * 
-  * http://www.w3.org/2003/XInclude"; parse="text" 
href="../../../../tests/examples/level/level-example.c" />
-- * ]|
-+ * 
-  * 
-  */
- 
-diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
-index 75a9152..5e192c1 100644
 a/gst/spectrum/gstspectrum.c
-+++ b/gst/spectrum/gstspectrum.c
-@@ -90,9 +90,9 @@
-  *
-  * 
-  * Example application
-- * |[
-+ * 
-  * http://www.w3.org/2003/XInclude"; parse="text" 
href="../../../../tests/examples/spectrum/spectrum-example.c" />
-- * ]|
-+ * 
-  * 
-  *
-  * Last reviewed on 2011-03-10 (0.10.29)
---
-cgit v0.9.0.2-2-gbebe

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:11:04 UTC (rev 211695)
+++ PKGBUILD2014-04-23 15:29:29 UTC (rev 211696)
@@ -4,20 +4,16 @@
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
 pkgver=0.10.31
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 li

[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:29:35
  Author: heftig
Revision: 211697

strip docs

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:29:29 UTC (rev 211696)
+++ PKGBUILD2014-04-23 15:29:35 UTC (rev 211697)
@@ -4,10 +4,10 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr' 
'gtk-doc' 'git')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr' 'git')
 url="http://gstreamer.freedesktop.org/";
 
source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-ugly#commit=d637756a8e569753e9869c2c0728288f5dbc5089"
 opencore-amr.patch
@@ -27,7 +27,7 @@
   cd gst-plugins-ugly
   NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
+--disable-static --enable-experimental --disable-gtk-doc \
 --with-package-name="GStreamer Ugly Plugins (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/";
   make



[arch-commits] Commit in gstreamer0.10/repos (12 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:31:03
  Author: heftig
Revision: 211698

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

Added:
  gstreamer0.10/repos/extra-i686/PKGBUILD
(from rev 211697, gstreamer0.10/trunk/PKGBUILD)
  gstreamer0.10/repos/extra-i686/bison3.patch
(from rev 211697, gstreamer0.10/trunk/bison3.patch)
  
gstreamer0.10/repos/extra-i686/tests-remove-silly-test_fail_abstract_new-check.patch
(from rev 211697, 
gstreamer0.10/trunk/tests-remove-silly-test_fail_abstract_new-check.patch)
  gstreamer0.10/repos/extra-x86_64/PKGBUILD
(from rev 211697, gstreamer0.10/trunk/PKGBUILD)
  gstreamer0.10/repos/extra-x86_64/bison3.patch
(from rev 211697, gstreamer0.10/trunk/bison3.patch)
  
gstreamer0.10/repos/extra-x86_64/tests-remove-silly-test_fail_abstract_new-check.patch
(from rev 211697, 
gstreamer0.10/trunk/tests-remove-silly-test_fail_abstract_new-check.patch)
Deleted:
  gstreamer0.10/repos/extra-i686/PKGBUILD
  gstreamer0.10/repos/extra-i686/bison3.patch
  
gstreamer0.10/repos/extra-i686/tests-remove-silly-test_fail_abstract_new-check.patch
  gstreamer0.10/repos/extra-x86_64/PKGBUILD
  gstreamer0.10/repos/extra-x86_64/bison3.patch
  
gstreamer0.10/repos/extra-x86_64/tests-remove-silly-test_fail_abstract_new-check.patch

+
 /PKGBUILD  |  102 

 /bison3.patch  |   62 +
 /tests-remove-silly-test_fail_abstract_new-check.patch |  120 
++
 extra-i686/PKGBUILD|   51 
 extra-i686/bison3.patch|   31 --
 extra-i686/tests-remove-silly-test_fail_abstract_new-check.patch   |   60 -
 extra-x86_64/PKGBUILD  |   51 
 extra-x86_64/bison3.patch  |   31 --
 extra-x86_64/tests-remove-silly-test_fail_abstract_new-check.patch |   60 -
 9 files changed, 284 insertions(+), 284 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 15:29:35 UTC (rev 211697)
+++ extra-i686/PKGBUILD 2014-04-23 15:31:03 UTC (rev 211698)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer0.10
-pkgver=0.10.36
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.com";
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 'git')
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e"
-tests-remove-silly-test_fail_abstract_new-check.patch
-bison3.patch)
-sha256sums=('SKIP'
-'d3d3f4f04453831fdb4244bfe174a38c4e6f9f4da5c8c9050dcfa1a6097aad52'
-'ed154e280abf59b24d98a8ab0fe868b449b26aa61f7ae3813fab8ac615fcaefa')
-
-prepare() {
-  cd gstreamer
-  patch -Np1 -i ../tests-remove-silly-test_fail_abstract_new-check.patch
-  patch -Np1 -i ../bison3.patch
-  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
-}
-build() {
-  cd gstreamer
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Archlinux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd gstreamer
-  make check
-}
-
-package() {
-  cd gstreamer
-  make DESTDIR="${pkgdir}" install
-
-  #Remove unversioned gst-* binaries to get rid of conflicts
-  cd "${pkgdir}/usr/bin"
-  for bins in `ls *-0.10`; do
-rm -f ${bins/-0.10/}
-  done
-}

Copied: gstreamer0.10/repos/extra-i686/PKGBUILD (from rev 211697, 
gstreamer0.10/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 15:31:03 UTC (rev 211698)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer0.10
+pkgver=0.10.36
+pkgrel=4
+pkgdesc="GStreamer Multimedia Framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.com";
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gobject-introspection' 'git')
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e"
+tests-remove-silly-test_fail_abstract_new-check.patch
+bison3.patch)
+sha256sums=('SKIP'
+'d3d3f4f04453831fdb4244bfe174a38c4e6f9f4da5c8c9050dcfa1a6097aad52'
+'ed154e280abf59b24d98a8ab0fe868b449b26aa61f7ae3813fab8ac615fcaefa')
+
+prepare() {
+  cd gstreamer
+  patch -Np1 -i ../tests-remove-silly-test_fail_abstract_new-check.pat

[arch-commits] Commit in gstreamer0.10-base/repos (28 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:31:26
  Author: heftig
Revision: 211699

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

Added:
  gstreamer0.10-base/repos/extra-i686/PKGBUILD
(from rev 211698, gstreamer0.10-base/trunk/PKGBUILD)
  gstreamer0.10-base/repos/extra-i686/ayuv64-lanczos.patch
(from rev 211698, gstreamer0.10-base/trunk/ayuv64-lanczos.patch)
  gstreamer0.10-base/repos/extra-i686/colorbalance-fix-abi.patch
(from rev 211698, gstreamer0.10-base/trunk/colorbalance-fix-abi.patch)
  gstreamer0.10-base/repos/extra-i686/fix-crash-0-byte-ogg.patch
(from rev 211698, gstreamer0.10-base/trunk/fix-crash-0-byte-ogg.patch)
  gstreamer0.10-base/repos/extra-i686/gstaudio-symbols.patch
(from rev 211698, gstreamer0.10-base/trunk/gstaudio-symbols.patch)
  gstreamer0.10-base/repos/extra-i686/revert-decodebin-playbin-removal.patch
(from rev 211698, 
gstreamer0.10-base/trunk/revert-decodebin-playbin-removal.patch)
  gstreamer0.10-base/repos/extra-i686/videoscale-fix-negotiation.patch
(from rev 211698, gstreamer0.10-base/trunk/videoscale-fix-negotiation.patch)
  gstreamer0.10-base/repos/extra-x86_64/PKGBUILD
(from rev 211698, gstreamer0.10-base/trunk/PKGBUILD)
  gstreamer0.10-base/repos/extra-x86_64/ayuv64-lanczos.patch
(from rev 211698, gstreamer0.10-base/trunk/ayuv64-lanczos.patch)
  gstreamer0.10-base/repos/extra-x86_64/colorbalance-fix-abi.patch
(from rev 211698, gstreamer0.10-base/trunk/colorbalance-fix-abi.patch)
  gstreamer0.10-base/repos/extra-x86_64/fix-crash-0-byte-ogg.patch
(from rev 211698, gstreamer0.10-base/trunk/fix-crash-0-byte-ogg.patch)
  gstreamer0.10-base/repos/extra-x86_64/gstaudio-symbols.patch
(from rev 211698, gstreamer0.10-base/trunk/gstaudio-symbols.patch)
  gstreamer0.10-base/repos/extra-x86_64/revert-decodebin-playbin-removal.patch
(from rev 211698, 
gstreamer0.10-base/trunk/revert-decodebin-playbin-removal.patch)
  gstreamer0.10-base/repos/extra-x86_64/videoscale-fix-negotiation.patch
(from rev 211698, gstreamer0.10-base/trunk/videoscale-fix-negotiation.patch)
Deleted:
  gstreamer0.10-base/repos/extra-i686/PKGBUILD
  gstreamer0.10-base/repos/extra-i686/ayuv64-lanczos.patch
  gstreamer0.10-base/repos/extra-i686/colorbalance-fix-abi.patch
  gstreamer0.10-base/repos/extra-i686/fix-crash-0-byte-ogg.patch
  gstreamer0.10-base/repos/extra-i686/gstaudio-symbols.patch
  gstreamer0.10-base/repos/extra-i686/revert-decodebin-playbin-removal.patch
  gstreamer0.10-base/repos/extra-i686/videoscale-fix-negotiation.patch
  gstreamer0.10-base/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-base/repos/extra-x86_64/ayuv64-lanczos.patch
  gstreamer0.10-base/repos/extra-x86_64/colorbalance-fix-abi.patch
  gstreamer0.10-base/repos/extra-x86_64/fix-crash-0-byte-ogg.patch
  gstreamer0.10-base/repos/extra-x86_64/gstaudio-symbols.patch
  gstreamer0.10-base/repos/extra-x86_64/revert-decodebin-playbin-removal.patch
  gstreamer0.10-base/repos/extra-x86_64/videoscale-fix-negotiation.patch

-+
 /PKGBUILD   |  148 +
 /ayuv64-lanczos.patch   |  472 ++
 /colorbalance-fix-abi.patch |   46 +
 /fix-crash-0-byte-ogg.patch |   44 +
 /gstaudio-symbols.patch |   20 
 /revert-decodebin-playbin-removal.patch |  244 +
 /videoscale-fix-negotiation.patch   |  342 +
 extra-i686/PKGBUILD |   74 --
 extra-i686/ayuv64-lanczos.patch |  236 -
 extra-i686/colorbalance-fix-abi.patch   |   23 
 extra-i686/fix-crash-0-byte-ogg.patch   |   22 
 extra-i686/gstaudio-symbols.patch   |   10 
 extra-i686/revert-decodebin-playbin-removal.patch   |  122 
 extra-i686/videoscale-fix-negotiation.patch |  171 --
 extra-x86_64/PKGBUILD   |   74 --
 extra-x86_64/ayuv64-lanczos.patch   |  236 -
 extra-x86_64/colorbalance-fix-abi.patch |   23 
 extra-x86_64/fix-crash-0-byte-ogg.patch |   22 
 extra-x86_64/gstaudio-symbols.patch |   10 
 extra-x86_64/revert-decodebin-playbin-removal.patch |  122 
 extra-x86_64/videoscale-fix-negotiation.patch   |  171 --
 21 files changed, 1316 insertions(+), 1316 deletions(-)

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


[arch-commits] Commit in gstreamer0.10-good/repos (16 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:31:42
  Author: heftig
Revision: 211700

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

Added:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
(from rev 211699, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-i686/gstreamer0.10-good-plugins.install
(from rev 211699, 
gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install)
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
(from rev 211699, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
(from rev 211699, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-x86_64/gstreamer0.10-good-plugins.install
(from rev 211699, 
gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install)
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch
(from rev 211699, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
Deleted:
  gstreamer0.10-good/repos/extra-i686/0001-docs-fix-mismatched-para-tags.patch
  
gstreamer0.10-good/repos/extra-i686/0002-docs-use-docbook-markup-for-xi-include.patch
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
  gstreamer0.10-good/repos/extra-i686/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
  gstreamer0.10-good/repos/extra-x86_64/0001-docs-fix-mismatched-para-tags.patch
  
gstreamer0.10-good/repos/extra-x86_64/0002-docs-use-docbook-markup-for-xi-include.patch
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-good/repos/extra-x86_64/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch

+
 /PKGBUILD  |  140 +
 /gstreamer0.10-good-plugins.install|   38 
 /test-rtp-payloading.patch |  844 
++
 extra-i686/0001-docs-fix-mismatched-para-tags.patch|   43 
 extra-i686/0002-docs-use-docbook-markup-for-xi-include.patch   |   75 
 extra-i686/PKGBUILD|   78 
 extra-i686/gstreamer0.10-good-plugins.install  |   19 
 extra-i686/test-rtp-payloading.patch   |  422 -
 extra-x86_64/0001-docs-fix-mismatched-para-tags.patch  |   43 
 extra-x86_64/0002-docs-use-docbook-markup-for-xi-include.patch |   75 
 extra-x86_64/PKGBUILD  |   78 
 extra-x86_64/gstreamer0.10-good-plugins.install|   19 
 extra-x86_64/test-rtp-payloading.patch |  422 -
 13 files changed, 1022 insertions(+), 1274 deletions(-)

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


[arch-commits] Commit in gstreamer0.10-ugly/repos (12 files)

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:31:57
  Author: heftig
Revision: 211702

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

Added:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
(from rev 211700, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/extra-i686/cdio-cd-text-api.patch
(from rev 211700, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/extra-i686/opencore-amr.patch
(from rev 211700, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
(from rev 211701, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/extra-x86_64/cdio-cd-text-api.patch
(from rev 211701, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/extra-x86_64/opencore-amr.patch
(from rev 211701, gstreamer0.10-ugly/trunk/opencore-amr.patch)
Deleted:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
  gstreamer0.10-ugly/repos/extra-i686/cdio-cd-text-api.patch
  gstreamer0.10-ugly/repos/extra-i686/opencore-amr.patch
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-ugly/repos/extra-x86_64/cdio-cd-text-api.patch
  gstreamer0.10-ugly/repos/extra-x86_64/opencore-amr.patch

-+
 /PKGBUILD   |  118 ++
 /cdio-cd-text-api.patch |  366 ++
 /opencore-amr.patch |   70 ++
 extra-i686/PKGBUILD |   59 -
 extra-i686/cdio-cd-text-api.patch   |  183 -
 extra-i686/opencore-amr.patch   |   35 ---
 extra-x86_64/PKGBUILD   |   59 -
 extra-x86_64/cdio-cd-text-api.patch |  183 -
 extra-x86_64/opencore-amr.patch |   35 ---
 9 files changed, 554 insertions(+), 554 deletions(-)

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


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

2014-04-23 Thread Eric Bélanger
Date: Wednesday, April 23, 2014 @ 17:47:27
  Author: eric
Revision: 211704

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 15:46:55 UTC (rev 211703)
+++ extra-i686/PKGBUILD 2014-04-23 15:47:27 UTC (rev 211704)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 211703, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 15:47:27 UTC (rev 211704)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-23 15:46:55 UTC (rev 211703)
+++ extra-x86_64/PKGBUILD   2014-04-23 15:47:27 UTC (rev 211704)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-x86_64/PKGBUILD (from rev 211703, 
wxgtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-23 15:47:27 UTC (rev 211704)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintai

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

2014-04-23 Thread Eric Bélanger
Date: Wednesday, April 23, 2014 @ 17:46:55
  Author: eric
Revision: 211703

upgpkg: wxgtk 3.0.0-3

Add libsm depends (close FS#40047)

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:31:57 UTC (rev 211702)
+++ PKGBUILD2014-04-23 15:46:55 UTC (rev 211703)
@@ -3,12 +3,12 @@
 
 pkgname=wxgtk
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org";
 license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
 makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
 optdepends=('webkitgtk2: for webview support')
 options=('!emptydirs')



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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 17:59:32
  Author: tredaelli
Revision: 110045

upgpkg: miniupnpd 1.8.20140401-2

FS#39868

Added:
  miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch
Modified:
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.systemd

-+
 PKGBUILD|   38 +---
 miniupnpd-1.8.20140401-foreground.patch |   40 ++
 miniupnpd.systemd   |3 --
 3 files changed, 64 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:56:40 UTC (rev 110044)
+++ PKGBUILD2014-04-23 15:59:32 UTC (rev 110045)
@@ -3,7 +3,7 @@
 # Contributor: fauno 
 pkgname=miniupnpd
 pkgver=1.8.20140401
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
 url="http://miniupnp.free.fr";
@@ -12,30 +12,38 @@
 depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
 makedepends=('lsb-release')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
+miniupnpd-1.8.20140401-foreground.patch
 miniupnpd.systemd)
 sha256sums=('086dfffa59e8e86e792b73a71d275fec55ef17fe3e94a8c140301aceb05bcdbd'
-'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
+'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
+'baac6223eb35729ea301bd658dc2df6aad5396c7c0b1ec15c8aac1803ef37f6a')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
+}
+
 build() {
-   cd "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-   CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux 
config.h
-   make -f Makefile.linux
+  CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
 }
 
 package() {
-   cd "$pkgname-$pkgver"
-   mkdir -p "$pkgdir/usr/share/man/man8"
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
 
-   make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f 
Makefile.linux install
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
 
-   rm -r "${pkgdir}/etc/init.d"
+  rm -r "${pkgdir}/etc/init.d"
 
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
 
-   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-   s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-   sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
-  s/make genuuid/uuidgen/" 
"${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
+ s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
 }

Added: miniupnpd-1.8.20140401-foreground.patch
===
--- miniupnpd-1.8.20140401-foreground.patch (rev 0)
+++ miniupnpd-1.8.20140401-foreground.patch 2014-04-23 15:59:32 UTC (rev 
110045)
@@ -0,0 +1,40 @@
+--- ./miniupnpd.c.orig 2014-04-23 15:41:11.783562093 +
 ./miniupnpd.c  2014-04-23 15:43:19.672842038 +
+@@ -797,7 +797,7 @@
+ {
+   int i;
+   int pid;
+-  int debug_flag = 0;
++  int debug_flag = 0, foreground_flag = 0;
+   int openlog_option;
+   struct sigaction sa;
+   /*const char * logfilename = 0;*/
+@@ -1159,6 +1159,9 @@
+   case 'd':
+   debug_flag = 1;
+   break;
++  case 'D':
++  foreground_flag = 1;
++  break;
+   case 'w':
+   if(i+1 < argc)
+   presurl = argv[++i];
+@@ -1273,7 +1276,7 @@
+   goto print_usage;
+   }
+ 
+-  if(debug_flag)
++  if(debug_flag || foreground_flag)
+   {
+   pid = getpid();
+   }
+@@ -1413,7 +1416,8 @@
+   "\tNotify interval is in seconds. Default is 30 seconds.\n"
+   "\tDefault pid file is '%s'.\n"
+   "\tDefault config file is '%s'.\n"
+-  "\tWith -d miniupnpd will run as a standard program.\n"
++  "\tWith -D miniupnpd will run as a standard program.\n"
++  "\

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

2014-04-23 Thread Timothy Redaelli
Date: Wednesday, April 23, 2014 @ 17:59:45
  Author: tredaelli
Revision: 110046

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 110045, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
(from rev 110045, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 110045, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 110045, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
(from rev 110045, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 110045, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

--+
 /PKGBUILD|   98 +
 /miniupnpd.systemd   |   22 ++
 community-i686/PKGBUILD  |   41 -
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 +
 community-i686/miniupnpd.systemd |   12 -
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 +
 community-x86_64/miniupnpd.systemd   |   12 -
 8 files changed, 200 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 15:59:32 UTC (rev 110045)
+++ community-i686/PKGBUILD 2014-04-23 15:59:45 UTC (rev 110046)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: fauno 
-pkgname=miniupnpd
-pkgver=1.8.20140401
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr";
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
-miniupnpd.systemd)
-sha256sums=('086dfffa59e8e86e792b73a71d275fec55ef17fe3e94a8c140301aceb05bcdbd'
-'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux 
config.h
-   make -f Makefile.linux
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   mkdir -p "$pkgdir/usr/share/man/man8"
-
-   make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f 
Makefile.linux install
-
-   rm -r "${pkgdir}/etc/init.d"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-   s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-   sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
-  s/make genuuid/uuidgen/" 
"${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 110045, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 15:59:45 UTC (rev 110046)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: fauno 
+pkgname=miniupnpd
+pkgver=1.8.20140401
+pkgrel=2
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr";
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
+miniupnpd-1.8.20140401-foreground.patch
+miniupnpd.systemd)
+sha256sums=('086dfffa59e8e86e792b73a71d275fec55ef17fe3e94a8c140301aceb05bcdbd'
+'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
+'baac6223eb35729ea301bd658dc2df6aad5396c7c0b1ec15c8aac1803ef37f6a')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/b

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

2014-04-23 Thread Martin Wimpress
Date: Wednesday, April 23, 2014 @ 18:06:23
  Author: flexiondotorg
Revision: 110047

upgpkg: clipit 1.4.2-5 - Minor cleanup prior to adoption.

Modified:
  clipit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:59:45 UTC (rev 110046)
+++ PKGBUILD2014-04-23 16:06:23 UTC (rev 110047)
@@ -1,28 +1,31 @@
 # $Id$
+# Maintainer : Martin Wimpress 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Mihai Militaru 
 
 pkgname=clipit
 pkgver=1.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)"
 arch=('i686' 'x86_64')
 url="http://gtkclipit.sourceforge.net/";
 license=('GPL3')
-depends=('gtk2' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'librsvg')
+depends=('gtk2' 'librsvg')
 makedepends=('intltool')
 optdepends=('xdotool: for automatic paste')
-install=$pkgname.install
-source=(https://github.com/downloads/shantzu/ClipIt/${pkgname}-${pkgver}.tar.gz)
+source=("https://github.com/downloads/shantzu/ClipIt/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('118175f26869adcf04909fdbb5021eff')
+install=${pkgname}.install
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc
 make
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd "${srcdir}/${pkgname}-${pkgver}"
 make DESTDIR=${pkgdir} install
 }



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

2014-04-23 Thread Martin Wimpress
Date: Wednesday, April 23, 2014 @ 18:06:57
  Author: flexiondotorg
Revision: 110048

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

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

-+
 /PKGBUILD   |   62 ++
 /clipit.install |   14 
 community-i686/PKGBUILD |   28 -
 community-i686/clipit.install   |7 
 community-x86_64/PKGBUILD   |   28 -
 community-x86_64/clipit.install |7 
 6 files changed, 76 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 16:06:23 UTC (rev 110047)
+++ community-i686/PKGBUILD 2014-04-23 16:06:57 UTC (rev 110048)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mihai Militaru 
-
-pkgname=clipit
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)"
-arch=('i686' 'x86_64')
-url="http://gtkclipit.sourceforge.net/";
-license=('GPL3')
-depends=('gtk2' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'librsvg')
-makedepends=('intltool')
-optdepends=('xdotool: for automatic paste')
-install=$pkgname.install
-source=(https://github.com/downloads/shantzu/ClipIt/${pkgname}-${pkgver}.tar.gz)
-md5sums=('118175f26869adcf04909fdbb5021eff')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: clipit/repos/community-i686/PKGBUILD (from rev 110047, 
clipit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:06:57 UTC (rev 110048)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mihai Militaru 
+
+pkgname=clipit
+pkgver=1.4.2
+pkgrel=5
+pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)"
+arch=('i686' 'x86_64')
+url="http://gtkclipit.sourceforge.net/";
+license=('GPL3')
+depends=('gtk2' 'librsvg')
+makedepends=('intltool')
+optdepends=('xdotool: for automatic paste')
+source=("https://github.com/downloads/shantzu/ClipIt/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('118175f26869adcf04909fdbb5021eff')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/clipit.install
===
--- community-i686/clipit.install   2014-04-23 16:06:23 UTC (rev 110047)
+++ community-i686/clipit.install   2014-04-23 16:06:57 UTC (rev 110048)
@@ -1,7 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_uninstall() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: clipit/repos/community-i686/clipit.install (from rev 110047, 
clipit/trunk/clipit.install)
===
--- community-i686/clipit.install   (rev 0)
+++ community-i686/clipit.install   2014-04-23 16:06:57 UTC (rev 110048)
@@ -0,0 +1,7 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_uninstall() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 16:06:23 UTC (rev 110047)
+++ community-x86_64/PKGBUILD   2014-04-23 16:06:57 UTC (rev 110048)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mihai Militaru 
-
-pkgname=clipit
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)"
-arch=('i686' 'x86_64')
-url="http://gtkclipit.sourceforge.net/";
-license=('GPL3')
-depends=('gtk2' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'librsvg')
-makedepends=('intltool')
-optdepends=('xdotool: for automatic paste')
-install=$pkgname.install
-source=(https://github.com/downloads/shantzu/ClipIt/${pkgname}-${pkgver}.tar.gz)
-md5sums=('11

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:25:10
  Author: spupykin
Revision: 110052

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   23 --
 community-x86_64/PKGBUILD |   23 --
 3 files changed, 54 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 16:24:56 UTC (rev 110051)
+++ community-i686/PKGBUILD 2014-04-23 16:25:10 UTC (rev 110052)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-
-pkgname=enter
-pkgver=0.0.9
-pkgrel=3
-pkgdesc="Enter is a lightweight graphical login manager for X."
-arch=('i686' 'x86_64')
-url="http://enter.sf.net";
-license=('GPL')
-depends=('libxft' 'imlib2' 'xorg-server')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('47a77ae57e667f887f856c0a126d667a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt"
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: enter/repos/community-i686/PKGBUILD (from rev 110051, 
enter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:25:10 UTC (rev 110052)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+
+pkgname=enter
+pkgver=0.0.9
+pkgrel=4
+pkgdesc="Enter is a lightweight graphical login manager for X."
+arch=('i686' 'x86_64')
+url="http://enter.sf.net";
+license=('GPL')
+depends=('libxft' 'imlib2' 'xorg-server')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('47a77ae57e667f887f856c0a126d667a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt -lXext 
-lX11"
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 16:24:56 UTC (rev 110051)
+++ community-x86_64/PKGBUILD   2014-04-23 16:25:10 UTC (rev 110052)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-
-pkgname=enter
-pkgver=0.0.9
-pkgrel=3
-pkgdesc="Enter is a lightweight graphical login manager for X."
-arch=('i686' 'x86_64')
-url="http://enter.sf.net";
-license=('GPL')
-depends=('libxft' 'imlib2' 'xorg-server')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('47a77ae57e667f887f856c0a126d667a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt"
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: enter/repos/community-x86_64/PKGBUILD (from rev 110051, 
enter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 16:25:10 UTC (rev 110052)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+
+pkgname=enter
+pkgver=0.0.9
+pkgrel=4
+pkgdesc="Enter is a lightweight graphical login manager for X."
+arch=('i686' 'x86_64')
+url="http://enter.sf.net";
+license=('GPL')
+depends=('libxft' 'imlib2' 'xorg-server')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('47a77ae57e667f887f856c0a126d667a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt -lXext 
-lX11"
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:24:53
  Author: spupykin
Revision: 110050

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   59 ++--
 emms.install |   60 -
 2 files changed, 62 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 16:24:45 UTC (rev 110049)
+++ PKGBUILD2014-04-23 16:24:53 UTC (rev 110050)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:  Gour 
-
-pkgname=emms
-pkgver=3.0
-pkgrel=2
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/";
-arch=('any')
-license=('GPL3')
-depends=('emacs' )
-install=${pkgname}.install
-source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0ffb070394db0a8ca9152c66c72809c0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i -e "s|PREFIX=\$(DESTDIR)/usr/local|PREFIX=/usr|" Makefile
-  sed -i -e 
"s|INFODIR=\$(PREFIX)/info|INFODIR=\$(DESTDIR)\$(PREFIX)/share/info|" Makefile
-  sed -i -e "s|MAN1DIR=\$(PREFIX)|MAN1DIR=\$(DESTDIR)\$(PREFIX)|" Makefile
-  sed -i -e "s|SITELISP=\$(PREFIX)|SITELISP=\$(DESTDIR)\$(PREFIX)|" Makefile
-  sed -i -e "s|\(for p in \$(MAN1PAGES).*\)| mkdir -p \$(MAN1DIR); \1|" 
Makefile
-  sed -i -e "s|\$(INSTALLINFO) emms.info||" Makefile
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: emms/repos/community-any/PKGBUILD (from rev 110049, emms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 16:24:53 UTC (rev 110050)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:  Gour 
+
+pkgname=emms
+pkgver=20140423
+pkgrel=1
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/";
+arch=('any')
+license=('GPL3')
+depends=('emacs')
+makedepends=('git')
+install=${pkgname}.install
+#source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
+source=(git://git.sv.gnu.org/emms.git)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i \
+-e "s|/usr/local|/usr|g" \
+-e "s|/info|/share/info|g" \
+Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  mkdir -p $pkgdir/usr/share/{man/man1,info}
+  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
+}

Deleted: emms.install
===
--- emms.install2014-04-23 16:24:45 UTC (rev 110049)
+++ emms.install2014-04-23 16:24:53 UTC (rev 110050)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-filelist=(emms)
-
-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
-
-  cat << EOF
-==> In order to use EMMS,  add the following lines to your ~/.emacs file:
-
-(require 'emms-setup)
-(emms-standard)
-(emms-default-players)
-
-For further configuration see the manual.
-EOF
-}
-
-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: emms/repos/community-any/emms.install (from rev 110049, 
emms/trunk/emms.install)
===
--- emms.install(rev 0)
+++ emms.install2014-04-23 16:24:53 UTC (rev 110050)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+filelist=(emms)
+
+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
+
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+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
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:24:56
  Author: spupykin
Revision: 110051

upgpkg: enter 0.0.9-4

upd

Modified:
  enter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:24:53 UTC (rev 110050)
+++ PKGBUILD2014-04-23 16:24:56 UTC (rev 110051)
@@ -4,7 +4,7 @@
 
 pkgname=enter
 pkgver=0.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Enter is a lightweight graphical login manager for X."
 arch=('i686' 'x86_64')
 url="http://enter.sf.net";
@@ -17,7 +17,7 @@
   cd $srcdir/$pkgname-$pkgver
   sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
   autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt"
+  ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt -lXext 
-lX11"
   make
 }
 



[arch-commits] Commit in fldiff/trunk (PKGBUILD build-fix.patch)

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:25:13
  Author: spupykin
Revision: 110053

upgpkg: fldiff 1.1-8

upd

Modified:
  fldiff/trunk/PKGBUILD
  fldiff/trunk/build-fix.patch

-+
 PKGBUILD|8 
 build-fix.patch |   13 -
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:25:10 UTC (rev 110052)
+++ PKGBUILD2014-04-23 16:25:13 UTC (rev 110053)
@@ -5,17 +5,17 @@
 
 pkgname=fldiff
 pkgver=1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="graphical diff program"
 arch=(i686 x86_64)
-url="http://www.easysw.com/~mike/fldiff/";
+url="http://directory.fsf.org/wiki/Fldiff";
 license=('GPL')
 install=fldiff.install
 depends=('diffutils' 'fltk' 'xdg-utils')
-source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
+source=("http://ftp.de.debian.org/debian/pool/main/f/fldiff/fldiff_$pkgver+0.orig.tar.gz";
build-fix.patch)
 md5sums=('12897c92106fb5d665210a2e82f5cf25'
- 'ea7258e07544b81561c6d76a41c184e7')
+ '4f6418cb0cbc33aca28a760738ea6f18')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: build-fix.patch
===
--- build-fix.patch 2014-04-23 16:25:10 UTC (rev 110052)
+++ build-fix.patch 2014-04-23 16:25:13 UTC (rev 110053)
@@ -1,8 +1,3 @@
-Only in fldiff-1.1.my: config.log
-Only in fldiff-1.1.my: config.status
-Only in fldiff-1.1.my: DiffChooser.o
-Only in fldiff-1.1.my: DiffOpenWindow.o
-Only in fldiff-1.1.my: DiffView.o
 diff -wbBur fldiff-1.1/DiffWindow.cxx fldiff-1.1.my/DiffWindow.cxx
 --- fldiff-1.1/DiffWindow.cxx  2006-11-13 21:54:02.0 +0300
 +++ fldiff-1.1.my/DiffWindow.cxx   2011-07-05 12:58:38.0 +0400
@@ -21,11 +16,3 @@
prefs_.set("textsize", textsize());
prefs_.set("ignoreblanks", ignoreblanks());
  }
-Only in fldiff-1.1.my: DiffWindow.o
-Only in fldiff-1.1.my: FavoritesMenu.o
-Only in fldiff-1.1.my: FavoritesWindow.o
-Only in fldiff-1.1.my: fldiff
-Only in fldiff-1.1.my: fldiff.list
-Only in fldiff-1.1.my: fldiff.o
-Only in fldiff-1.1.my: Makefile
-Only in fldiff-1.1.my: PtProcess.o



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:24:45
  Author: spupykin
Revision: 110049

upgpkg: emms 20140423-1

upd

Modified:
  emms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:06:57 UTC (rev 110048)
+++ PKGBUILD2014-04-23 16:24:45 UTC (rev 110049)
@@ -3,29 +3,30 @@
 # Contributor:  Gour 
 
 pkgname=emms
-pkgver=3.0
-pkgrel=2
+pkgver=20140423
+pkgrel=1
 pkgdesc="The Emacs Multimedia System"
 url="http://www.gnu.org/software/emms/";
 arch=('any')
 license=('GPL3')
-depends=('emacs' )
+depends=('emacs')
+makedepends=('git')
 install=${pkgname}.install
-source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0ffb070394db0a8ca9152c66c72809c0')
+#source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
+source=(git://git.sv.gnu.org/emms.git)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i -e "s|PREFIX=\$(DESTDIR)/usr/local|PREFIX=/usr|" Makefile
-  sed -i -e 
"s|INFODIR=\$(PREFIX)/info|INFODIR=\$(DESTDIR)\$(PREFIX)/share/info|" Makefile
-  sed -i -e "s|MAN1DIR=\$(PREFIX)|MAN1DIR=\$(DESTDIR)\$(PREFIX)|" Makefile
-  sed -i -e "s|SITELISP=\$(PREFIX)|SITELISP=\$(DESTDIR)\$(PREFIX)|" Makefile
-  sed -i -e "s|\(for p in \$(MAN1PAGES).*\)| mkdir -p \$(MAN1DIR); \1|" 
Makefile
-  sed -i -e "s|\$(INSTALLINFO) emms.info||" Makefile
+  cd $srcdir/$pkgname
+  sed -i \
+-e "s|/usr/local|/usr|g" \
+-e "s|/info|/share/info|g" \
+Makefile
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $srcdir/$pkgname
+  mkdir -p $pkgdir/usr/share/{man/man1,info}
+  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
 }



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:25:28
  Author: spupykin
Revision: 110054

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

Added:
  fldiff/repos/community-i686/PKGBUILD
(from rev 110053, fldiff/trunk/PKGBUILD)
  fldiff/repos/community-i686/build-fix.patch
(from rev 110053, fldiff/trunk/build-fix.patch)
  fldiff/repos/community-i686/fldiff.install
(from rev 110053, fldiff/trunk/fldiff.install)
  fldiff/repos/community-x86_64/PKGBUILD
(from rev 110053, fldiff/trunk/PKGBUILD)
  fldiff/repos/community-x86_64/build-fix.patch
(from rev 110053, fldiff/trunk/build-fix.patch)
  fldiff/repos/community-x86_64/fldiff.install
(from rev 110053, fldiff/trunk/fldiff.install)
Deleted:
  fldiff/repos/community-i686/PKGBUILD
  fldiff/repos/community-i686/build-fix.patch
  fldiff/repos/community-i686/fldiff.install
  fldiff/repos/community-x86_64/PKGBUILD
  fldiff/repos/community-x86_64/build-fix.patch
  fldiff/repos/community-x86_64/fldiff.install

--+
 /PKGBUILD|   62 +
 /build-fix.patch |   36 +
 /fldiff.install  |   22 +
 community-i686/PKGBUILD  |   31 --
 community-i686/build-fix.patch   |   31 --
 community-i686/fldiff.install|   11 --
 community-x86_64/PKGBUILD|   31 --
 community-x86_64/build-fix.patch |   31 --
 community-x86_64/fldiff.install  |   11 --
 9 files changed, 120 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 16:25:13 UTC (rev 110053)
+++ community-i686/PKGBUILD 2014-04-23 16:25:28 UTC (rev 110054)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: kevin 
-# Contributor: iztok pizorn 
-
-pkgname=fldiff
-pkgver=1.1
-pkgrel=7
-pkgdesc="graphical diff program"
-arch=(i686 x86_64)
-url="http://www.easysw.com/~mike/fldiff/";
-license=('GPL')
-install=fldiff.install
-depends=('diffutils' 'fltk' 'xdg-utils')
-source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
-   build-fix.patch)
-md5sums=('12897c92106fb5d665210a2e82f5cf25'
- 'ea7258e07544b81561c6d76a41c184e7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/build-fix.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BUILDROOT=$pkgdir install install-desktop
-  mv `find $pkgdir/ -name Development -type d` $pkgdir/usr/share/applications
-}

Copied: fldiff/repos/community-i686/PKGBUILD (from rev 110053, 
fldiff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:25:28 UTC (rev 110054)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: kevin 
+# Contributor: iztok pizorn 
+
+pkgname=fldiff
+pkgver=1.1
+pkgrel=8
+pkgdesc="graphical diff program"
+arch=(i686 x86_64)
+url="http://directory.fsf.org/wiki/Fldiff";
+license=('GPL')
+install=fldiff.install
+depends=('diffutils' 'fltk' 'xdg-utils')
+source=("http://ftp.de.debian.org/debian/pool/main/f/fldiff/fldiff_$pkgver+0.orig.tar.gz";
+   build-fix.patch)
+md5sums=('12897c92106fb5d665210a2e82f5cf25'
+ '4f6418cb0cbc33aca28a760738ea6f18')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/build-fix.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BUILDROOT=$pkgdir install install-desktop
+  mv `find $pkgdir/ -name Development -type d` $pkgdir/usr/share/applications
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-04-23 16:25:13 UTC (rev 110053)
+++ community-i686/build-fix.patch  2014-04-23 16:25:28 UTC (rev 110054)
@@ -1,31 +0,0 @@
-Only in fldiff-1.1.my: config.log
-Only in fldiff-1.1.my: config.status
-Only in fldiff-1.1.my: DiffChooser.o
-Only in fldiff-1.1.my: DiffOpenWindow.o
-Only in fldiff-1.1.my: DiffView.o
-diff -wbBur fldiff-1.1/DiffWindow.cxx fldiff-1.1.my/DiffWindow.cxx
 fldiff-1.1/DiffWindow.cxx  2006-11-13 21:54:02.0 +0300
-+++ fldiff-1.1.my/DiffWindow.cxx   2011-07-05 12:58:38.0 +0400
-@@ -1126,11 +1126,11 @@
- DiffWindow::save_prefs()
- {
-   // Save the window prefs for the next run...
--  prefs_.set("color", color());
--  prefs_.set("selection_color", selection_color());
-+  prefs_.set("color", (int)color());
-+  prefs_.set("selection_color", (int)selection_color());
-   prefs_.set("showlinenum", showlinenum());
-   prefs_.set("tabwidth", tabwidth());
--  prefs_.set("textcolor", textcolor());
-+  prefs_.set("textcolor", (int)textcolor());
-   prefs_.set("textsize", textsize());
-   prefs_.set

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:47:25
  Author: spupykin
Revision: 110055

upgpkg: bashdb 4.2_0.8-3

upd

Modified:
  bashdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:25:28 UTC (rev 110054)
+++ PKGBUILD2014-04-23 16:47:25 UTC (rev 110055)
@@ -4,7 +4,7 @@
 
 pkgname=bashdb
 pkgver=4.2_0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A debugger for Bash scripts loosely modeled on the gdb command syntax"
 arch=('any')
 url="http://bashdb.sourceforge.net/";
@@ -15,10 +15,15 @@
 md5sums=('f55afbc518d82647e2989a86954fadda'
  '7e2fdd6ecb69cfd2cc2dba33c700c800')
 
+prepare() {
+  cd $pkgname-${pkgver//_/-}
+  patch -Np1 -i $srcdir/python2.patch
+  sed -i "s#'4.2' | '4.1'#'4.3' | '4.2' | '4.1'#" configure
+}
+
 build() {
   cd $pkgname-${pkgver//_/-}
-  patch -Np1 -i $srcdir/python2.patch
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static -C
   make
 }
 package() {



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:47:33
  Author: spupykin
Revision: 110056

archrelease: copy trunk to community-any

Added:
  bashdb/repos/community-any/PKGBUILD
(from rev 110055, bashdb/trunk/PKGBUILD)
  bashdb/repos/community-any/bashdb.install
(from rev 110055, bashdb/trunk/bashdb.install)
  bashdb/repos/community-any/python2.patch
(from rev 110055, bashdb/trunk/python2.patch)
Deleted:
  bashdb/repos/community-any/PKGBUILD
  bashdb/repos/community-any/bashdb.install
  bashdb/repos/community-any/python2.patch

+
 PKGBUILD   |   61 +--
 bashdb.install |   36 
 python2.patch  |   18 
 3 files changed, 60 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 16:47:25 UTC (rev 110055)
+++ PKGBUILD2014-04-23 16:47:33 UTC (rev 110056)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christoph Zeiler 
-
-pkgname=bashdb
-pkgver=4.2_0.8
-pkgrel=2
-pkgdesc="A debugger for Bash scripts loosely modeled on the gdb command syntax"
-arch=('any')
-url="http://bashdb.sourceforge.net/";
-license=('GPL')
-depends=('bash' 'python2-pygments')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2
 python2.patch)
-md5sums=('f55afbc518d82647e2989a86954fadda'
- '7e2fdd6ecb69cfd2cc2dba33c700c800')
-
-build() {
-  cd $pkgname-${pkgver//_/-}
-  patch -Np1 -i $srcdir/python2.patch
-  ./configure --prefix=/usr --disable-static
-  make
-}
-package() {
-  cd $pkgname-${pkgver//_/-}
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-}

Copied: bashdb/repos/community-any/PKGBUILD (from rev 110055, 
bashdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 16:47:33 UTC (rev 110056)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph Zeiler 
+
+pkgname=bashdb
+pkgver=4.2_0.8
+pkgrel=3
+pkgdesc="A debugger for Bash scripts loosely modeled on the gdb command syntax"
+arch=('any')
+url="http://bashdb.sourceforge.net/";
+license=('GPL')
+depends=('bash' 'python2-pygments')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2
 python2.patch)
+md5sums=('f55afbc518d82647e2989a86954fadda'
+ '7e2fdd6ecb69cfd2cc2dba33c700c800')
+
+prepare() {
+  cd $pkgname-${pkgver//_/-}
+  patch -Np1 -i $srcdir/python2.patch
+  sed -i "s#'4.2' | '4.1'#'4.3' | '4.2' | '4.1'#" configure
+}
+
+build() {
+  cd $pkgname-${pkgver//_/-}
+  ./configure --prefix=/usr --disable-static -C
+  make
+}
+package() {
+  cd $pkgname-${pkgver//_/-}
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+}

Deleted: bashdb.install
===
--- bashdb.install  2014-04-23 16:47:25 UTC (rev 110055)
+++ bashdb.install  2014-04-23 16:47:33 UTC (rev 110056)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(bashdb.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: bashdb/repos/community-any/bashdb.install (from rev 110055, 
bashdb/trunk/bashdb.install)
===
--- bashdb.install  (rev 0)
+++ bashdb.install  2014-04-23 16:47:33 UTC (rev 110056)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(bashdb.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Deleted: python2.patch
===
--- python2.patch   2014-04-23 16:47:25 UTC (rev 110055)
+++ python2.patch   2014-04-23 16:47:33 UTC (rev 110056)
@@ -1,9 +0,0 @@
-diff -aur bashdb-4.2-0.7/lib/term-highlight.py 
bashdb-4.2-0.7.new//lib/term-highlight.py
 bashdb-4.2-0.7/lib/term-highlight.py   2011-03-07 17:05:56.0 
-0800
-+++ bashdb-4.2-0.7.new//lib/term-highlight.py  2011-03-17 14:19:01.676694024 
-0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2
- # from pydbgr.api import debug
- # debug()
- from pygments import highlight

Copied: bashdb/repos/community-any/python2.patch (from rev 110055, 
bashdb/trunk/python2.patch)
===
--- python2.patch

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:47:50
  Author: spupykin
Revision: 110058

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

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

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   20 
 community-x86_64/PKGBUILD |   20 
 3 files changed, 52 insertions(+), 40 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 16:47:36 UTC (rev 110057)
+++ community-i686/PKGBUILD 2014-04-23 16:47:50 UTC (rev 110058)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sven Kauber 
-
-pkgname=bbrun
-pkgver=1.6
-pkgrel=4
-pkgdesc="A run - component for blackbox window manager"
-arch=(i686 x86_64)
-url="http://www.darkops.net/bbrun/";
-license=('GPL')
-depends=('gtk2' 'libxpm')
-source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
-md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
-  install -Dm755 bbrun $pkgdir/usr/bin/bbrun
-}

Copied: bbrun/repos/community-i686/PKGBUILD (from rev 110057, 
bbrun/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:47:50 UTC (rev 110058)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bbrun
+pkgver=1.6
+pkgrel=5
+pkgdesc="A run - component for blackbox window manager"
+arch=(i686 x86_64)
+#url="http://www.darkops.net/bbrun/";
+url="https://packages.debian.org/unstable/x11/bbrun";
+license=('GPL')
+depends=('gtk2' 'libxpm')
+#source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
+source=("http://ftp.de.debian.org/debian/pool/main/b/bbrun/bbrun_$pkgver.orig.tar.gz";)
+md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+  make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+  install -Dm755 bbrun $pkgdir/usr/bin/bbrun
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 16:47:36 UTC (rev 110057)
+++ community-x86_64/PKGBUILD   2014-04-23 16:47:50 UTC (rev 110058)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sven Kauber 
-
-pkgname=bbrun
-pkgver=1.6
-pkgrel=4
-pkgdesc="A run - component for blackbox window manager"
-arch=(i686 x86_64)
-url="http://www.darkops.net/bbrun/";
-license=('GPL')
-depends=('gtk2' 'libxpm')
-source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
-md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
-  install -Dm755 bbrun $pkgdir/usr/bin/bbrun
-}

Copied: bbrun/repos/community-x86_64/PKGBUILD (from rev 110057, 
bbrun/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 16:47:50 UTC (rev 110058)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bbrun
+pkgver=1.6
+pkgrel=5
+pkgdesc="A run - component for blackbox window manager"
+arch=(i686 x86_64)
+#url="http://www.darkops.net/bbrun/";
+url="https://packages.debian.org/unstable/x11/bbrun";
+license=('GPL')
+depends=('gtk2' 'libxpm')
+#source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
+source=("http://ftp.de.debian.org/debian/pool/main/b/bbrun/bbrun_$pkgver.orig.tar.gz";)
+md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+  make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+  install -Dm755 bbrun $pkgdir/usr/bin/bbrun
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:47:36
  Author: spupykin
Revision: 110057

upgpkg: bbrun 1.6-5

upd

Modified:
  bbrun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:47:33 UTC (rev 110056)
+++ PKGBUILD2014-04-23 16:47:36 UTC (rev 110057)
@@ -4,13 +4,15 @@
 
 pkgname=bbrun
 pkgver=1.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A run - component for blackbox window manager"
 arch=(i686 x86_64)
-url="http://www.darkops.net/bbrun/";
+#url="http://www.darkops.net/bbrun/";
+url="https://packages.debian.org/unstable/x11/bbrun";
 license=('GPL')
 depends=('gtk2' 'libxpm')
-source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
+#source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
+source=("http://ftp.de.debian.org/debian/pool/main/b/bbrun/bbrun_$pkgver.orig.tar.gz";)
 md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
 
 build() {



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:48:04
  Author: spupykin
Revision: 110060

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

Added:
  catdvi/repos/community-i686/PKGBUILD
(from rev 110059, catdvi/trunk/PKGBUILD)
  catdvi/repos/community-i686/texlive2008.patch
(from rev 110059, catdvi/trunk/texlive2008.patch)
  catdvi/repos/community-x86_64/PKGBUILD
(from rev 110059, catdvi/trunk/PKGBUILD)
  catdvi/repos/community-x86_64/texlive2008.patch
(from rev 110059, catdvi/trunk/texlive2008.patch)
Deleted:
  catdvi/repos/community-i686/PKGBUILD
  catdvi/repos/community-i686/texlive2008.patch
  catdvi/repos/community-x86_64/PKGBUILD
  catdvi/repos/community-x86_64/texlive2008.patch

+
 /PKGBUILD  |   70 +
 /texlive2008.patch |  116 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/texlive2008.patch   |   58 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/texlive2008.patch |   58 -
 6 files changed, 186 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 16:47:52 UTC (rev 110059)
+++ community-i686/PKGBUILD 2014-04-23 16:48:04 UTC (rev 110060)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Stefan Husmann 
-# Contributor: Xilon 
-
-pkgname=catdvi
-pkgver=0.14
-pkgrel=5
-pkgdesc="A DVI to plain text translator"
-arch=('i686' 'x86_64')
-url="http://catdvi.sourceforge.net";
-license=('GPL')
-depends=('glibc' 'texlive-core')
-makedepends=('texlive-fontsextra')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";
-'texlive2008.patch')
-md5sums=('b18eac65baf522c1e37bb3dc37ab42c3'
- '509f61a30d3758e5d102c124bc5fa9a0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "${srcdir}"/texlive2008.patch
-  autoconf
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  sed -i "s#\(bindir = \)\(.*\)#\1$pkgdir\2#" config.mk
-  sed -i "s#\(mandir = \)\(.*\)#\1$pkgdir\2#" config.mk
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: catdvi/repos/community-i686/PKGBUILD (from rev 110059, 
catdvi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:48:04 UTC (rev 110060)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Stefan Husmann 
+# Contributor: Xilon 
+
+pkgname=catdvi
+pkgver=0.14
+pkgrel=6
+pkgdesc="A DVI to plain text translator"
+arch=('i686' 'x86_64')
+url="http://catdvi.sourceforge.net";
+license=('GPL')
+depends=('glibc' 'texlive-core')
+makedepends=('texlive-fontsextra')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";
+'texlive2008.patch')
+md5sums=('b18eac65baf522c1e37bb3dc37ab42c3'
+ '509f61a30d3758e5d102c124bc5fa9a0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 -i "${srcdir}"/texlive2008.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make DESTDIR="$pkgdir" install bindir=$pkgdir/usr/bin 
mandir=$pkgdir/usr/share/man
+}

Deleted: community-i686/texlive2008.patch
===
--- community-i686/texlive2008.patch2014-04-23 16:47:52 UTC (rev 110059)
+++ community-i686/texlive2008.patch2014-04-23 16:48:04 UTC (rev 110060)
@@ -1,58 +0,0 @@
 catdvi-0.14-orig/config.mk.in
-+++ catdvi-0.14/config.mk.in
-@@ -23,6 +23,7 @@
- 
- CFG_HAS_GETOPT_LONG = @CFG_HAS_GETOPT_LONG@
- CFG_HAS_KPATHSEA = @CFG_HAS_KPATHSEA@
-+CFG_HAS_KPATHSEA_VERSION_H = @CFG_HAS_KPATHSEA_VERSION_H@
- CFG_KPATHSEA_HAS_GETOPT_LONG = @CFG_KPATHSEA_HAS_GETOPT_LONG@
- CFG_SHOW_PSE2UNIC_WARNINGS = @CFG_SHOW_PSETOUNIC_WARNINGS@
- 
 catdvi-0.14-orig/configure.in
-+++ catdvi-0.14/configure.in
-@@ -48,6 +48,9 @@
- AC_MSG_ERROR([*** kpathsea library (required) not found; try to use the 
--with-kpathsea-prefix option ***])
- fi
- 
-+AC_CHECK_HEADERS([kpathsea/version.h], CFG_HAS_KPATHSEA_VERSION_H=yes, 
CFG_HAS_KPATHSEA_VERSION_H=no)
-+AC_SUBST(CFG_HAS_KPATHSEA_VERSION_H)
-+
- dnl It seem libkpathsea provides a getopt_long() implementation
- dnl if and only if the C library does not.
- dnl
 catdvi-0.14-orig/GNUmakefile
-+++ catdvi-0.14/GNUmakefile
-@@ -36,6 +36,10 @@
- endif
- endif
- 
-+ifeq ($(CFG_HAS_KPATHSEA_VERSION_H),yes)
-+CPPFLAGS += -DCFG_HAS_KPATHSEA_VERSION_H
-+endif
-+
- ifeq ($(CFG_HAS_KPATHSEA),yes)
- FINDTFM = kpathsea.o
- LDLIBS = -lkpathsea
 catdvi-0.14-orig/kpath

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 18:47:52
  Author: spupykin
Revision: 110059

upgpkg: catdvi 0.14-6

upd

Modified:
  catdvi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:47:50 UTC (rev 110058)
+++ PKGBUILD2014-04-23 16:47:52 UTC (rev 110059)
@@ -4,7 +4,7 @@
 
 pkgname=catdvi
 pkgver=0.14
-pkgrel=5
+pkgrel=6
 pkgdesc="A DVI to plain text translator"
 arch=('i686' 'x86_64')
 url="http://catdvi.sourceforge.net";
@@ -16,17 +16,15 @@
 md5sums=('b18eac65baf522c1e37bb3dc37ab42c3'
  '509f61a30d3758e5d102c124bc5fa9a0')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 -i "${srcdir}"/texlive2008.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "${srcdir}"/texlive2008.patch
   autoconf
-
   ./configure --prefix=/usr --mandir=/usr/share/man
-
-  sed -i "s#\(bindir = \)\(.*\)#\1$pkgdir\2#" config.mk
-  sed -i "s#\(mandir = \)\(.*\)#\1$pkgdir\2#" config.mk
-
   make
 }
 
@@ -33,5 +31,5 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install bindir=$pkgdir/usr/bin 
mandir=$pkgdir/usr/share/man
 }



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

2014-04-23 Thread Anatol Pomozov
Date: Wednesday, April 23, 2014 @ 18:52:17
  Author: anatolik
Revision: 110061

cmocka: add unit testing framework

Added:
  cmocka/
  cmocka/repos/
  cmocka/trunk/
  cmocka/trunk/PKGBUILD

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

Added: cmocka/trunk/PKGBUILD
===
--- cmocka/trunk/PKGBUILD   (rev 0)
+++ cmocka/trunk/PKGBUILD   2014-04-23 16:52:17 UTC (rev 110061)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
+sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
+
+build() {
+  rm -rf build; mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+}


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


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

2014-04-23 Thread Anatol Pomozov
Date: Wednesday, April 23, 2014 @ 18:53:25
  Author: anatolik
Revision: 110062

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

Added:
  cmocka/repos/community-i686/
  cmocka/repos/community-i686/PKGBUILD
(from rev 110061, cmocka/trunk/PKGBUILD)
  cmocka/repos/community-x86_64/
  cmocka/repos/community-x86_64/PKGBUILD
(from rev 110061, cmocka/trunk/PKGBUILD)

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

Copied: cmocka/repos/community-i686/PKGBUILD (from rev 110061, 
cmocka/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 16:53:25 UTC (rev 110062)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
+sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
+
+build() {
+  rm -rf build; mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: cmocka/repos/community-x86_64/PKGBUILD (from rev 110061, 
cmocka/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 16:53:25 UTC (rev 110062)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
+sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
+
+build() {
+  rm -rf build; mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:10:06
  Author: spupykin
Revision: 110066

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:09:47 UTC (rev 110065)
+++ community-i686/PKGBUILD 2014-04-23 17:10:06 UTC (rev 110066)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=slrn
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="An open source text-based news client"
-arch=('i686' 'x86_64')
-url="http://www.slrn.org/";
-license=('GPL')
-depends=('openssl' 'slang')
-makedepends=('uudeview')
-optdepends=('metamail')
-options=('!makeflags' 'docs' 'zipman')
-backup=(etc/slrnrc)
-source=(http://downloads.sourceforge.net/slrn/$pkgname-$pkgver.tar.gz)
-md5sums=('232670ab76a045967b137e5124b3d681')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-setgid-code \
-   --with-slrnpull --with-ssl --with-uu \
-   --with-uulib=/usr/lib/uudeview \
-   --with-uuinc=/usr/include/uudeview \
-   --enable-spoilers
-
-  make
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 doc/slrn.rc $pkgdir/etc/slrnrc
-}

Copied: slrn/repos/community-i686/PKGBUILD (from rev 110065, 
slrn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:10:06 UTC (rev 110066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=slrn
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="An open source text-based news client"
+arch=('i686' 'x86_64')
+url="http://www.slrn.org/";
+license=('GPL')
+depends=('openssl' 'slang')
+makedepends=('uudeview')
+optdepends=('metamail')
+options=('!makeflags' 'docs' 'zipman')
+backup=(etc/slrnrc)
+source=(http://downloads.sourceforge.net/slrn/$pkgname-$pkgver.tar.gz)
+md5sums=('232670ab76a045967b137e5124b3d681')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-setgid-code \
+   --with-slrnpull --with-ssl --with-uu \
+   --with-uulib=/usr/lib/uudeview \
+   --with-uuinc=/usr/include/uudeview \
+   --enable-spoilers
+  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 doc/slrn.rc $pkgdir/etc/slrnrc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 17:09:47 UTC (rev 110065)
+++ community-x86_64/PKGBUILD   2014-04-23 17:10:06 UTC (rev 110066)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=slrn
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="An open source text-based news client"
-arch=('i686' 'x86_64')
-url="http://www.slrn.org/";
-license=('GPL')
-depends=('openssl' 'slang')
-makedepends=('uudeview')
-optdepends=('metamail')
-options=('!makeflags' 'docs' 'zipman')
-backup=(etc/slrnrc)
-source=(http://downloads.sourceforge.net/slrn/$pkgname-$pkgver.tar.gz)
-md5sums=('232670ab76a045967b137e5124b3d681')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-setgid-code \
-   --with-slrnpull --with-ssl --with-uu \
-   --with-uulib=/usr/lib/uudeview \
-   --with-uuinc=/usr/include/uudeview \
-   --enable-spoilers
-
-  make
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 doc/slrn.rc $pkgdir/etc/slrnrc
-}

Copied: slrn/repos/community-x86_64/PKGBUILD (from rev 110065, 
slrn/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 17:10:06 UTC (rev 110066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=slrn
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="An open source text-based news client"
+arch=('i686' 'x86_64')
+url="http://www.slrn.org/";
+license=('GPL')
+depends=('openssl' 'slang')
+makedepends=('uudeview')
+optdepends=('metamail')
+options=('!makeflags' 'docs' 'zipman')
+backup=(etc/slrnrc)
+source=(http://downloads.sourceforge.net/slrn/$pkgname-$pkgver.tar.gz)
+md5sums=('232670ab76a045967b137e5124b3d681')
+
+b

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:09:44
  Author: spupykin
Revision: 110064

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 110063, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 110063, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 110063, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.service
(from rev 110063, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 110063, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 110063, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 110063, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 110063, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.service

---+
 /PKGBUILD |  108 
 /opendkim.conf|2 
 /opendkim.install |   22 +++
 /opendkim.service |   22 +++
 community-i686/PKGBUILD   |   54 --
 community-i686/opendkim.conf  |1 
 community-i686/opendkim.install   |   11 ---
 community-i686/opendkim.service   |   11 ---
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/opendkim.conf|1 
 community-x86_64/opendkim.install |   11 ---
 community-x86_64/opendkim.service |   11 ---
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:09:27 UTC (rev 110063)
+++ community-i686/PKGBUILD 2014-04-23 17:09:44 UTC (rev 110064)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thomas Jost 
-
-pkgname=opendkim
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/";
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl" "libbsd")
-makedepends=("libmilter")
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.service)
-md5sums=('08cc80a2aedec62b0444d8d6af24a155'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" 
"$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
-  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-
-  # License
-  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 110063, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:09:44 UTC (rev 110064)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thomas Jost 
+
+pkgname=opendkim
+pkgver=2.9.2
+pkgrel=2
+pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/";
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl" "libbsd")
+makedepends=("libmilter")
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+   opendkim.conf
+   opendkim.service)
+md5sums=('08cc80a2aedec62b0444d8d6af24a155'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure -

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:09:47
  Author: spupykin
Revision: 110065

upgpkg: slrn 1.0.1-2

upd

Modified:
  slrn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:09:44 UTC (rev 110064)
+++ PKGBUILD2014-04-23 17:09:47 UTC (rev 110065)
@@ -4,7 +4,7 @@
 
 pkgname=slrn
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source text-based news client"
 arch=('i686' 'x86_64')
 url="http://www.slrn.org/";
@@ -25,7 +25,7 @@
--with-uulib=/usr/lib/uudeview \
--with-uuinc=/usr/include/uudeview \
--enable-spoilers
-  make
+  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
 }
 
 package() {



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:09:27
  Author: spupykin
Revision: 110063

upgpkg: opendkim 2.9.2-2

upd

Modified:
  opendkim/trunk/PKGBUILD
  opendkim/trunk/opendkim.install

--+
 PKGBUILD |2 +-
 opendkim.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:53:25 UTC (rev 110062)
+++ PKGBUILD2014-04-23 17:09:27 UTC (rev 110063)
@@ -4,7 +4,7 @@
 
 pkgname=opendkim
 pkgver=2.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
 arch=(i686 x86_64)
 url="http://www.opendkim.org/";

Modified: opendkim.install
===
--- opendkim.install2014-04-23 16:53:25 UTC (rev 110062)
+++ opendkim.install2014-04-23 17:09:27 UTC (rev 110063)
@@ -1,5 +1,5 @@
 post_install() {
-useradd -r -g mail -d / opendkim
+useradd -r -g mail -d / -s /sbin/nologin opendkim
 chown -R opendkim:mail etc/opendkim
 cat <>>  Check and modify /etc/opendkim/opendkim.conf before starting



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:10:09
  Author: spupykin
Revision: 110067

upgpkg: splint 3.1.2-4

upd

Modified:
  splint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:10:06 UTC (rev 110066)
+++ PKGBUILD2014-04-23 17:10:09 UTC (rev 110067)
@@ -4,12 +4,12 @@
 
 pkgname=splint
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool for statically checking C programs for security 
vulnerabilities and coding mistakes"
 arch=('i686' 'x86_64')
 url="http://www.splint.org/";
 license=('GPL')
-depends=('glibc')
+depends=('flex')
 source=("http://www.splint.org/downloads/${pkgname}-${pkgver}.src.tgz";
'splint.sh')
 md5sums=('25f47d70bd9c8bdddf6b03de5949c4fd'
@@ -19,7 +19,7 @@
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man
-  make
+  make LDFLAGS="$LDFLAGS -lfl"
 }
 
 package() {



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:10:24
  Author: spupykin
Revision: 110069

upgpkg: xdiskusage 1.48-8

upd

Added:
  xdiskusage/trunk/build-fix.patch
(from rev 110062, xdiskusage/trunk/stdin-is-null.patch)
Modified:
  xdiskusage/trunk/PKGBUILD
Deleted:
  xdiskusage/trunk/stdin-is-null.patch

-+
 PKGBUILD|   28 ++-
 build-fix.patch |   71 ++
 stdin-is-null.patch |   31 -
 3 files changed, 80 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:10:21 UTC (rev 110068)
+++ PKGBUILD2014-04-23 17:10:24 UTC (rev 110069)
@@ -5,7 +5,7 @@
 
 pkgname=xdiskusage
 pkgver=1.48
-pkgrel=7
+pkgrel=8
 pkgdesc="xdiskusage is a user-friendly program to show you what is using up 
all your disk space"
 arch=('i686' 'x86_64')
 depends=('fltk')
@@ -14,29 +14,19 @@
 url="http://xdiskusage.sourceforge.net";
 options=(!emptydirs)
 source=(http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz
-   'stdin-is-null.patch')
+   'build-fix.patch')
 md5sums=('a902aa9d73761ade98256c3cd5c1f533'
- '0181b66b44e382e44c91602d8de9a7b6')
+ '570eb00cb0999231620b67889325a81f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/build-fix.patch"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/-lGL -lGLU/-lXft/' makeinclude.in
-
-  patch -Np1 -i "$srcdir/stdin-is-null.patch"
-
-  [ $CARCH == "x86_64" ] && patch xdiskusage.C <   switch ((long long)v) {
-1004c1004
-<   int n = (int)v;

->   int n = (long long)v;
-EOF
-
   ./configure --prefix=/usr
-  LDFLAGS=-lXi make
+  make
 }
 
 package() {

Copied: xdiskusage/trunk/build-fix.patch (from rev 110062, 
xdiskusage/trunk/stdin-is-null.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2014-04-23 17:10:24 UTC (rev 110069)
@@ -0,0 +1,71 @@
+diff -wbBur xdiskusage-1.48/makeinclude.in xdiskusage-1.48.my/makeinclude.in
+--- xdiskusage-1.48/makeinclude.in 2004-05-05 10:07:57.0 +0400
 xdiskusage-1.48.my/makeinclude.in  2014-04-23 20:58:15.136751299 +0400
+@@ -21,6 +21,6 @@
+ CXXFLAGS_D=@CXXFLAGS_D@
+ 
+ # libraries to link with:
+-LDLIBS=@LIBS@ -lfltk -lXinerama -lGL -lGLU -lX11 -lXext 
@X_EXTRA_LIBS@ -lm
++LDLIBS=@LIBS@ -lfltk -lXinerama -lXft -lX11 -lXext -lXi 
@X_EXTRA_LIBS@ -lm
+ 
+ INSTALL   =@INSTALL@
+diff -wbBur xdiskusage-1.48/xdiskusage.C xdiskusage-1.48.my/xdiskusage.C
+--- xdiskusage-1.48/xdiskusage.C   2004-09-21 09:23:14.0 +0400
 xdiskusage-1.48.my/xdiskusage.C2014-04-23 21:00:50.696749510 +0400
+@@ -223,6 +223,19 @@
+   return 1;
+ }
+ 
++// returns true if stdin is /dev/null
++// To fix Debian bug #276193
++// Technically could be possible that returns "true" and is not "true",
++// because same device ID is used across file systems. But is the best
++// solutions that I have
++int isstdinnull() {
++struct stat ststdin,stnull;
++stat("/dev/null",&stnull);
++fstat(0,&ststdin);
++
++return (ststdin.st_rdev==stnull.st_rdev);
++}
++
+ int main(int argc, char**argv) {
+ #if FL_MAJOR_VERSION < 2
+   // Make fltk look more like KDE/Windoze:
+@@ -253,7 +266,7 @@
+   OutputWindow* d = OutputWindow::make(argv[n++]);
+   if (d) d->show(argc,argv);
+ }
+-  } else if (!isatty(0)) {
++  } else if (!isatty(0) && !isstdinnull()) {
+ // test for pipe, if so read stdin:
+ OutputWindow* d = OutputWindow::make(0);
+ if (d) d->show(argc,argv);
+@@ -392,8 +405,7 @@
+   strncpy(pathbuf, path, 1024);
+   for (int i=0; i<10; i++) {
+   char *p = (char*)fl_filename_name(pathbuf);
+-  int i = readlink(pathbuf, p, 1024-(p-pathbuf));
+-  if (i < 0) {
++  if (readlink(pathbuf, p, 1024-(p-pathbuf)) < 0) {
+ if (errno != EINVAL) {
+   strcat(pathbuf, ": no such file");
+   fl_alert(pathbuf);
+@@ -988,7 +1000,7 @@
+ void OutputWindow::sort_cb(Fl_Widget* o, void*v) {
+   OutputWindow* d = (OutputWindow*)(o->window());
+   int (*compare)(const Node*, const Node*);
+-  switch ((int)v) {
++  switch ((long long)v) {
+   case 's': compare = largestfirst; break;
+   case 'r': compare = smallestfirst; break;
+   case 'a': compare = alphabetical; break;
+@@ -1001,7 +1013,7 @@
+ 
+ void OutputWindow::columns_cb(Fl_Widget* o, void*v) {
+   OutputWindow* d = (OutputWindow*)(o->window());
+-  int n = (int)v;
++  int n = (long long)v;
+   ::ncols = n;
+   if (n == d->ncols) return;
+   if (d->current_depth > d->root_depth+n-1) {

Deleted: stdin-is-null.patch
===
--- stdin-is-null.patch 2014-04-23 17:10:21 UTC (rev 110068)
+++ stdin-is-null.patch 2014-04-23 17:10:24 UTC (rev 110069)
@@ -1,31 +0,0 @@
 xdiskusage-1.48/xdisku

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:10:21
  Author: spupykin
Revision: 110068

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

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

+
 /PKGBUILD  |   60 +++
 /splint.sh |4 ++
 community-i686/PKGBUILD|   30 -
 community-i686/splint.sh   |2 -
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/splint.sh |2 -
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:10:09 UTC (rev 110067)
+++ community-i686/PKGBUILD 2014-04-23 17:10:21 UTC (rev 110068)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=splint
-pkgver=3.1.2
-pkgrel=3
-pkgdesc="A tool for statically checking C programs for security 
vulnerabilities and coding mistakes"
-arch=('i686' 'x86_64')
-url="http://www.splint.org/";
-license=('GPL')
-depends=('glibc')
-source=("http://www.splint.org/downloads/${pkgname}-${pkgver}.src.tgz";
-   'splint.sh')
-md5sums=('25f47d70bd9c8bdddf6b03de5949c4fd'
- '0efb6341b384dc44590989fe3678c96c')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m755 "${srcdir}"/splint.sh "${pkgdir}"/etc/profile.d/splint.sh
-}

Copied: splint/repos/community-i686/PKGBUILD (from rev 110067, 
splint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:10:21 UTC (rev 110068)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=splint
+pkgver=3.1.2
+pkgrel=4
+pkgdesc="A tool for statically checking C programs for security 
vulnerabilities and coding mistakes"
+arch=('i686' 'x86_64')
+url="http://www.splint.org/";
+license=('GPL')
+depends=('flex')
+source=("http://www.splint.org/downloads/${pkgname}-${pkgver}.src.tgz";
+   'splint.sh')
+md5sums=('25f47d70bd9c8bdddf6b03de5949c4fd'
+ '0efb6341b384dc44590989fe3678c96c')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make LDFLAGS="$LDFLAGS -lfl"
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m755 "${srcdir}"/splint.sh "${pkgdir}"/etc/profile.d/splint.sh
+}

Deleted: community-i686/splint.sh
===
--- community-i686/splint.sh2014-04-23 17:10:09 UTC (rev 110067)
+++ community-i686/splint.sh2014-04-23 17:10:21 UTC (rev 110068)
@@ -1,2 +0,0 @@
-export LCLIMPORTDIR=/usr/share/splint/imports
-export LARCH_PATH=/usr/share/splint/lib

Copied: splint/repos/community-i686/splint.sh (from rev 110067, 
splint/trunk/splint.sh)
===
--- community-i686/splint.sh(rev 0)
+++ community-i686/splint.sh2014-04-23 17:10:21 UTC (rev 110068)
@@ -0,0 +1,2 @@
+export LCLIMPORTDIR=/usr/share/splint/imports
+export LARCH_PATH=/usr/share/splint/lib

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 17:10:09 UTC (rev 110067)
+++ community-x86_64/PKGBUILD   2014-04-23 17:10:21 UTC (rev 110068)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=splint
-pkgver=3.1.2
-pkgrel=3
-pkgdesc="A tool for statically checking C programs for security 
vulnerabilities and coding mistakes"
-arch=('i686' 'x86_64')
-url="http://www.splint.org/";
-license=('GPL')
-depends=('glibc')
-source=("http://www.splint.org/downloads/${pkgname}-${pkgver}.src.tgz";
-   'splint.sh')
-md5sums=('25f47d70bd9c8bdddf6b03de5949c4fd'
- '0efb6341b384dc44590989fe3678c96c')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m755 "${srcdir}"/splint.sh "${pkgdir}"/etc/

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:10:36
  Author: spupykin
Revision: 110070

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

Added:
  xdiskusage/repos/community-i686/PKGBUILD
(from rev 110069, xdiskusage/trunk/PKGBUILD)
  xdiskusage/repos/community-i686/build-fix.patch
(from rev 110069, xdiskusage/trunk/build-fix.patch)
  xdiskusage/repos/community-x86_64/PKGBUILD
(from rev 110069, xdiskusage/trunk/PKGBUILD)
  xdiskusage/repos/community-x86_64/build-fix.patch
(from rev 110069, xdiskusage/trunk/build-fix.patch)
Deleted:
  xdiskusage/repos/community-i686/PKGBUILD
  xdiskusage/repos/community-i686/stdin-is-null.patch
  xdiskusage/repos/community-x86_64/PKGBUILD
  xdiskusage/repos/community-x86_64/stdin-is-null.patch

--+
 /PKGBUILD|   74 +
 community-i686/PKGBUILD  |   47 
 community-i686/build-fix.patch   |   71 +++
 community-i686/stdin-is-null.patch   |   31 -
 community-x86_64/PKGBUILD|   47 
 community-x86_64/build-fix.patch |   71 +++
 community-x86_64/stdin-is-null.patch |   31 -
 7 files changed, 216 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:10:24 UTC (rev 110069)
+++ community-i686/PKGBUILD 2014-04-23 17:10:36 UTC (rev 110070)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-
-pkgname=xdiskusage
-pkgver=1.48
-pkgrel=7
-pkgdesc="xdiskusage is a user-friendly program to show you what is using up 
all your disk space"
-arch=('i686' 'x86_64')
-depends=('fltk')
-makedepends=('libxi')
-license=('GPL')
-url="http://xdiskusage.sourceforge.net";
-options=(!emptydirs)
-source=(http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz
-   'stdin-is-null.patch')
-md5sums=('a902aa9d73761ade98256c3cd5c1f533'
- '0181b66b44e382e44c91602d8de9a7b6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/-lGL -lGLU/-lXft/' makeinclude.in
-
-  patch -Np1 -i "$srcdir/stdin-is-null.patch"
-
-  [ $CARCH == "x86_64" ] && patch xdiskusage.C <   switch ((long long)v) {
-1004c1004
-<   int n = (int)v;

->   int n = (long long)v;
-EOF
-
-  ./configure --prefix=/usr
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
-  LDFLAGS=-lXi make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-  chmod 0644 $pkgdir/usr/share/man/man1/*
-}

Copied: xdiskusage/repos/community-i686/PKGBUILD (from rev 110069, 
xdiskusage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:10:36 UTC (rev 110070)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+
+pkgname=xdiskusage
+pkgver=1.48
+pkgrel=8
+pkgdesc="xdiskusage is a user-friendly program to show you what is using up 
all your disk space"
+arch=('i686' 'x86_64')
+depends=('fltk')
+makedepends=('libxi')
+license=('GPL')
+url="http://xdiskusage.sourceforge.net";
+options=(!emptydirs)
+source=(http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz
+   'build-fix.patch')
+md5sums=('a902aa9d73761ade98256c3cd5c1f533'
+ '570eb00cb0999231620b67889325a81f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/build-fix.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+  chmod 0644 $pkgdir/usr/share/man/man1/*
+}

Copied: xdiskusage/repos/community-i686/build-fix.patch (from rev 110069, 
xdiskusage/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-04-23 17:10:36 UTC (rev 110070)
@@ -0,0 +1,71 @@
+diff -wbBur xdiskusage-1.48/makeinclude.in xdiskusage-1.48.my/makeinclude.in
+--- xdiskusage-1.48/makeinclude.in 2004-05-05 10:07:57.0 +0400
 xdiskusage-1.48.my/makeinclude.in  2014-04-23 20:58:15.136751299 +0400
+@@ -21,6 +21,6 @@
+ CXXFLAGS_D=@CXXFLAGS_D@
+ 
+ # libraries to link with:
+-LDLIBS=@LIBS@ -lfltk -lXinerama -lGL -lGLU -lX11 -lXext 
@X_EXTRA_LIBS@ -lm
++LDLIBS=@LIBS@ -lfltk -lXinerama -lXft -lX11 -lXext -lXi 
@X_EXTRA_LIBS@ -lm
+ 
+ INSTALL   =@INSTALL@
+diff -wbBur xdiskusage-1.48/xdiskusage.C xdiskusage-1.48.my/xdiskusage.C
+--- xdiskusage-1.48/xdiskusage.C   2004-09-21 09:2

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

2014-04-23 Thread Guillaume Alaux
Date: Wednesday, April 23, 2014 @ 19:15:51
  Author: guillaume
Revision: 211706

Upstream release 2.2.1

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 16:59:49 UTC (rev 211705)
+++ PKGBUILD2014-04-23 17:15:51 UTC (rev 211706)
@@ -5,8 +5,8 @@
 # Contributor: dorphell 
 
 pkgname=easytag
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
  'desktop-file-utils' 'hicolor-icon-theme' 'opusfile')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('29589972a3a8beb7823df74f1e845c1e61ab46508425894fa46b72c86cad56f7')
+sha256sums=('8a86f3d6ff76f7141ecc1c362402037ae5f59bbd13a1683982f62251ba1e6a07')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-04-23 Thread Guillaume Alaux
Date: Wednesday, April 23, 2014 @ 19:16:21
  Author: guillaume
Revision: 211707

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

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

--+
 /PKGBUILD|   70 +
 /easytag.install |   24 ++
 extra-i686/PKGBUILD  |   35 
 extra-i686/easytag.install   |   12 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/easytag.install |   12 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 17:15:51 UTC (rev 211706)
+++ extra-i686/PKGBUILD 2014-04-23 17:16:21 UTC (rev 211707)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'hicolor-icon-theme' 'opusfile')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('29589972a3a8beb7823df74f1e845c1e61ab46508425894fa46b72c86cad56f7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 211706, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 17:16:21 UTC (rev 211707)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8a86f3d6ff76f7141ecc1c362402037ae5f59bbd13a1683982f62251ba1e6a07')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/easytag.install
===
--- extra-i686/easytag.install  2014-04-23 17:15:51 UTC (rev 211706)
+++ extra-i686/easytag.install  2014-04-23 17:16:21 UTC (rev 211707)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: easytag/repos/extra-i686/easytag.install (from rev 211706, 
easytag/trunk/easytag.install)
===
--- extra-i686/easytag.install  (rev 0)
+++ extra-i686/easytag.install  2014-04-23 17:16:21 UTC (rev 211707)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-23 17:15:51 UTC (rev 211706)
+++ extra-x86_64/PKGBUILD   2014-04-23 17:16:21 UTC (rev 211707)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Simple application for viewing and

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:10
  Author: spupykin
Revision: 110071

upgpkg: perl-sgmls 1.03ii-5

upd

Modified:
  perl-sgmls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:10:36 UTC (rev 110070)
+++ PKGBUILD2014-04-23 17:29:10 UTC (rev 110071)
@@ -4,7 +4,7 @@
 
 pkgname=perl-sgmls
 pkgver=1.03ii
-pkgrel=4
+pkgrel=5
 pkgdesc="A Post-Processor for SGMLS and NSGMLS"
 arch=('any')
 url="http://search.cpan.org/dist/SGMLSpm";
@@ -14,11 +14,8 @@
 source=(http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-$pkgver.tar.gz)
 md5sums=('5bcb197fd42e67d51c739b1414d514a7')
 
-build() {
+prepare() {
   cd  $srcdir/SGMLSpm
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/lib/perl5/vendor_perl 
$pkgdir/usr/share/doc/perl-sgmls
-
   patch Makefile <  find \${HTMLDIR} -type l -exec rm -f {} \;
@@ -27,6 +24,12 @@
 
 package() {
   cd  $srcdir/SGMLSpm
+
+  mkdir -p \
+$pkgdir/usr/bin \
+$pkgdir/usr/lib/perl5/vendor_perl/SGMLS \
+$pkgdir/usr/share/doc/perl-sgmls
+
   make install install_html \
 BINDIR=$pkgdir/usr/bin \
 PERL5DIR=$pkgdir/usr/lib/perl5/vendor_perl \



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:18
  Author: spupykin
Revision: 110072

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 17:29:10 UTC (rev 110071)
+++ PKGBUILD2014-04-23 17:29:18 UTC (rev 110072)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-sgmls
-pkgver=1.03ii
-pkgrel=4
-pkgdesc="A Post-Processor for SGMLS and NSGMLS"
-arch=('any')
-url="http://search.cpan.org/dist/SGMLSpm";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs' 'docs')
-source=(http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-$pkgver.tar.gz)
-md5sums=('5bcb197fd42e67d51c739b1414d514a7')
-
-build() {
-  cd  $srcdir/SGMLSpm
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/lib/perl5/vendor_perl 
$pkgdir/usr/share/doc/perl-sgmls
-
-  patch Makefile <  find \${HTMLDIR} -type l -exec rm -f {} \;
-EOF
-
-  make install install_html \
-BINDIR=$pkgdir/usr/bin \
-PERL5DIR=$pkgdir/usr/lib/perl5/vendor_perl \
-HTMLDIR=$pkgdir/usr/share/doc/perl-sgmls
-
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-sgmls/repos/community-any/PKGBUILD (from rev 110071, 
perl-sgmls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 17:29:18 UTC (rev 110072)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-sgmls
+pkgver=1.03ii
+pkgrel=5
+pkgdesc="A Post-Processor for SGMLS and NSGMLS"
+arch=('any')
+url="http://search.cpan.org/dist/SGMLSpm";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs' 'docs')
+source=(http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-$pkgver.tar.gz)
+md5sums=('5bcb197fd42e67d51c739b1414d514a7')
+
+prepare() {
+  cd  $srcdir/SGMLSpm
+  patch Makefile <  find \${HTMLDIR} -type l -exec rm -f {} \;
+EOF
+}
+
+package() {
+  cd  $srcdir/SGMLSpm
+
+  mkdir -p \
+$pkgdir/usr/bin \
+$pkgdir/usr/lib/perl5/vendor_perl/SGMLS \
+$pkgdir/usr/share/doc/perl-sgmls
+
+  make install install_html \
+BINDIR=$pkgdir/usr/bin \
+PERL5DIR=$pkgdir/usr/lib/perl5/vendor_perl \
+HTMLDIR=$pkgdir/usr/share/doc/perl-sgmls
+
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:38
  Author: spupykin
Revision: 110075

upgpkg: vyqchat 0.2.8-5

upd

Modified:
  vyqchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:29:34 UTC (rev 110074)
+++ PKGBUILD2014-04-23 17:29:38 UTC (rev 110075)
@@ -4,7 +4,7 @@
 
 pkgname=vyqchat
 pkgver=0.2.8
-pkgrel=4
+pkgrel=5
 pkgdesc="vypress compatible qt chat (can work without server)"
 arch=('i686' 'x86_64')
 url="http://linux.bydg.org/~yogin/";
@@ -22,7 +22,7 @@
   sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
   # Correct acinclude.m4 to avoid empty else block
   sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
-  autoreconf -v
+  autoreconf -fiv
   ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin 
--with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
   make
 }



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:21
  Author: spupykin
Revision: 110073

upgpkg: qps 1.10.16-3

upd

Modified:
  qps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:29:18 UTC (rev 110072)
+++ PKGBUILD2014-04-23 17:29:21 UTC (rev 110073)
@@ -5,7 +5,7 @@
 pkgname=qps
 pkgver=1.10.16
 _dlpkgver=5963
-pkgrel=2
+pkgrel=3
 pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
 url="http://qps.kldp.net/projects/qps";
 depends=('qt4')
@@ -16,7 +16,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  qmake
+  qmake-qt4
   make
 }
 



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:34
  Author: spupykin
Revision: 110074

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:29:21 UTC (rev 110073)
+++ community-i686/PKGBUILD 2014-04-23 17:29:34 UTC (rev 110074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Rosenstrauch 
-
-pkgname=qps
-pkgver=1.10.16
-_dlpkgver=5963
-pkgrel=2
-pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
-url="http://qps.kldp.net/projects/qps";
-depends=('qt4')
-arch=('i686' 'x86_64')
-license="GPL"
-source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2)
-md5sums=('dc3396749ad9254fd60ca84b5c0b16b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 qps $pkgdir/usr/bin/qps
-  install -D -m 644 qps.1 $pkgdir/usr/share/man/man1/qps.1
-  install -D -m 644 qps.desktop $pkgdir/usr/share/applications/qps.desktop
-  install -D -m 644 icon/icon.xpm $pkgdir/usr/share/pixmaps/qps.xpm
-}

Copied: qps/repos/community-i686/PKGBUILD (from rev 110073, qps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:29:34 UTC (rev 110074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Rosenstrauch 
+
+pkgname=qps
+pkgver=1.10.16
+_dlpkgver=5963
+pkgrel=3
+pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
+url="http://qps.kldp.net/projects/qps";
+depends=('qt4')
+arch=('i686' 'x86_64')
+license="GPL"
+source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2)
+md5sums=('dc3396749ad9254fd60ca84b5c0b16b9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 755 qps $pkgdir/usr/bin/qps
+  install -D -m 644 qps.1 $pkgdir/usr/share/man/man1/qps.1
+  install -D -m 644 qps.desktop $pkgdir/usr/share/applications/qps.desktop
+  install -D -m 644 icon/icon.xpm $pkgdir/usr/share/pixmaps/qps.xpm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 17:29:21 UTC (rev 110073)
+++ community-x86_64/PKGBUILD   2014-04-23 17:29:34 UTC (rev 110074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Rosenstrauch 
-
-pkgname=qps
-pkgver=1.10.16
-_dlpkgver=5963
-pkgrel=2
-pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
-url="http://qps.kldp.net/projects/qps";
-depends=('qt4')
-arch=('i686' 'x86_64')
-license="GPL"
-source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2)
-md5sums=('dc3396749ad9254fd60ca84b5c0b16b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 qps $pkgdir/usr/bin/qps
-  install -D -m 644 qps.1 $pkgdir/usr/share/man/man1/qps.1
-  install -D -m 644 qps.desktop $pkgdir/usr/share/applications/qps.desktop
-  install -D -m 644 icon/icon.xpm $pkgdir/usr/share/pixmaps/qps.xpm
-}

Copied: qps/repos/community-x86_64/PKGBUILD (from rev 110073, 
qps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 17:29:34 UTC (rev 110074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Rosenstrauch 
+
+pkgname=qps
+pkgver=1.10.16
+_dlpkgver=5963
+pkgrel=3
+pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
+url="http://qps.kldp.net/projects/qps";
+depends=('qt4')
+arch=('i686' 'x86_64')
+license="GPL"
+source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2)
+md5sums=('dc3396749ad9254fd60ca84b5c0b16b9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 755 qps $pkgdir/usr/bin/qps
+  install -D -m 644 qps.1 $pkgdir/usr/share/man/man1/qps.1
+  install -D -m 644 qps.desktop $pkgdir/usr/share/applications/qps.desktop
+  install -D -m 644 icon/icon.xpm $pkgdir/usr/share/pixmaps/qps.xpm
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:54
  Author: spupykin
Revision: 110077

upgpkg: xmms-imms 301-1

upd

Modified:
  xmms-imms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:29:50 UTC (rev 110076)
+++ PKGBUILD2014-04-23 17:29:54 UTC (rev 110077)
@@ -4,7 +4,7 @@
 # Contributor: Kritoke 
 
 pkgname=xmms-imms
-pkgver=3.1.0_rc10
+pkgver=301
 pkgrel=1
 pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste."
 arch=(i686 x86_64)
@@ -12,25 +12,20 @@
 url="http://imms.luminal.org/";
 depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
 replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
+source=(http://imms.googlecode.com/files/imms-r${pkgver/_/-}.tar.bz2)
+md5sums=('8b3dfac2ce1ae988a7c2fbc47026cc73')
 
 build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-autoheader
-aclocal
-autoconf
-CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr 
--disable-immsremote
-  fi
-
-  make
+  cd $srcdir/imms-r${pkgver/_/-}
+  autoheader
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --disable-immsremote
+  make LDFLAGS="-L. -lXss -lXext -lX11 -lsqlite3 -lz  -lpcre  -ltag 
-L/usr/X11R6/lib /usr/lib/libtorch.so.3"
 }
 
 package() {
-  cd $srcdir/imms-${pkgver/_/-}
-
+  cd $srcdir/imms-r${pkgver/_/-}
   mkdir -p $pkgdir/usr/bin
   make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:29:50
  Author: spupykin
Revision: 110076

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

Added:
  vyqchat/repos/community-i686/PKGBUILD
(from rev 110075, vyqchat/trunk/PKGBUILD)
  vyqchat/repos/community-i686/build-fix.patch
(from rev 110075, vyqchat/trunk/build-fix.patch)
  vyqchat/repos/community-x86_64/PKGBUILD
(from rev 110075, vyqchat/trunk/PKGBUILD)
  vyqchat/repos/community-x86_64/build-fix.patch
(from rev 110075, vyqchat/trunk/build-fix.patch)
Deleted:
  vyqchat/repos/community-i686/PKGBUILD
  vyqchat/repos/community-i686/build-fix.patch
  vyqchat/repos/community-x86_64/PKGBUILD
  vyqchat/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   66 +
 /build-fix.patch |   72 +
 community-i686/PKGBUILD  |   33 
 community-i686/build-fix.patch   |   36 --
 community-x86_64/PKGBUILD|   33 
 community-x86_64/build-fix.patch |   36 --
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:29:38 UTC (rev 110075)
+++ community-i686/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=vyqchat
-pkgver=0.2.8
-pkgrel=4
-pkgdesc="vypress compatible qt chat (can work without server)"
-arch=('i686' 'x86_64')
-url="http://linux.bydg.org/~yogin/";
-license=('GPL')
-depends=('qt3' 'libao' 'libxi')
-source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('67974bc5df1ed0d63785d04325444d4f'
- 'de3af70da3743c27929f04f72c837412')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  patch -Np1 <../build-fix.patch
-  # Use _LDADD to properly compile with --as-needed
-  sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
-  # Correct acinclude.m4 to avoid empty else block
-  sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
-  autoreconf -v
-  ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin 
--with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: vyqchat/repos/community-i686/PKGBUILD (from rev 110075, 
vyqchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=vyqchat
+pkgver=0.2.8
+pkgrel=5
+pkgdesc="vypress compatible qt chat (can work without server)"
+arch=('i686' 'x86_64')
+url="http://linux.bydg.org/~yogin/";
+license=('GPL')
+depends=('qt3' 'libao' 'libxi')
+source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('67974bc5df1ed0d63785d04325444d4f'
+ 'de3af70da3743c27929f04f72c837412')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  patch -Np1 <../build-fix.patch
+  # Use _LDADD to properly compile with --as-needed
+  sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
+  # Correct acinclude.m4 to avoid empty else block
+  sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
+  autoreconf -fiv
+  ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin 
--with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-04-23 17:29:38 UTC (rev 110075)
+++ community-i686/build-fix.patch  2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,36 +0,0 @@
-diff -wbBur vyqchat-0.2.8/src/settings.h vyqchat-0.2.8.my/src/settings.h
 vyqchat-0.2.8/src/settings.h   2005-07-18 22:54:08.0 +0400
-+++ vyqchat-0.2.8.my/src/settings.h2007-02-21 21:05:11.0 +0300
-@@ -88,7 +88,7 @@
- 
-   //
-   // Get methods
--  const UUID& Settings::getUUID()const { return uuid; }
-+  const UUID& getUUID()const { return uuid; }
-   const QString& getIconThemeName()  const { return icontheme; }
-   const QString& getNick()   const { return nick; }
-   char getGender()   const { return gender; }
-diff -wbBur vyqchat-0.2.8/src/sound.h vyqchat-0.2.8.my/src/sound.h
 vyqchat-0.2.8/src/sound.h  2005-07-18 22:54:08.0 +0400
-+++ vyqchat-0.2.8.my/src/sound.h   2007-02-21 21:04:45.0 +0300
-@@

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:30:12
  Author: spupykin
Revision: 110078

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

Added:
  xmms-imms/repos/community-i686/PKGBUILD
(from rev 110077, xmms-imms/trunk/PKGBUILD)
  xmms-imms/repos/community-x86_64/PKGBUILD
(from rev 110077, xmms-imms/trunk/PKGBUILD)
Deleted:
  xmms-imms/repos/community-i686/PKGBUILD
  xmms-imms/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 17:29:54 UTC (rev 110077)
+++ community-i686/PKGBUILD 2014-04-23 17:30:12 UTC (rev 110078)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Kritoke 
-# Contributor: Kritoke 
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/";
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-autoheader
-aclocal
-autoconf
-CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr 
--disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
-BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-i686/PKGBUILD (from rev 110077, 
xmms-imms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:30:12 UTC (rev 110078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Kritoke 
+# Contributor: Kritoke 
+
+pkgname=xmms-imms
+pkgver=301
+pkgrel=1
+pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste."
+arch=(i686 x86_64)
+license=("GPL")
+url="http://imms.luminal.org/";
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-r${pkgver/_/-}.tar.bz2)
+md5sums=('8b3dfac2ce1ae988a7c2fbc47026cc73')
+
+build() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  autoheader
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --disable-immsremote
+  make LDFLAGS="-L. -lXss -lXext -lX11 -lsqlite3 -lz  -lpcre  -ltag 
-L/usr/X11R6/lib /usr/lib/libtorch.so.3"
+}
+
+package() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 17:29:54 UTC (rev 110077)
+++ community-x86_64/PKGBUILD   2014-04-23 17:30:12 UTC (rev 110078)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Kritoke 
-# Contributor: Kritoke 
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/";
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-autoheader
-aclocal
-autoconf
-CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr 
--disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
-BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-x86_64/PKGBUILD (from rev 110077, 
xmms-imms/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 17:30:12 UTC (rev 110078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Kritoke 
+# Contributor: Kritoke 
+
+pkgname=xmms-imms
+pkgver=301
+pkgrel=1
+pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste."
+arch=(i686 x86_64)
+license=("GPL")
+url="h

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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:30:44
  Author: spupykin
Revision: 110079

upgpkg: anki 2.0.26-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:30:12 UTC (rev 110078)
+++ PKGBUILD2014-04-23 17:30:44 UTC (rev 110079)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.0.25
+pkgver=2.0.26
 pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="http://ankisrs.net/";
@@ -15,7 +15,7 @@
 optdepends=('mplayer: sound playing')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('e0e83fe28bfee6ffbb2d0e608e1c6a01')
+md5sums=('c3af007dbda797e5f587b450691d93c9')
 
 prepare() {
   cd $srcdir/anki-$pkgver



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:30:51
  Author: spupykin
Revision: 110080

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 -
 anki.install |   20 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 17:30:44 UTC (rev 110079)
+++ PKGBUILD2014-04-23 17:30:51 UTC (rev 110080)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.0.25
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="http://ankisrs.net/";
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
-optdepends=('mplayer: sound playing')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('e0e83fe28bfee6ffbb2d0e608e1c6a01')
-
-prepare() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki && (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 110079, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 17:30:51 UTC (rev 110080)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.0.26
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="http://ankisrs.net/";
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('c3af007dbda797e5f587b450691d93c9')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki && (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2014-04-23 17:30:44 UTC (rev 110079)
+++ anki.install2014-04-23 17:30:51 UTC (rev 110080)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 110079, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2014-04-23 17:30:51 UTC (rev 110080)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:41:10
  Author: spupykin
Revision: 110081

upgpkg: gcc-docs 4.8.0-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:30:51 UTC (rev 110080)
+++ PKGBUILD2014-04-23 17:41:10 UTC (rev 110081)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=gcc-docs
-pkgver=4.8.2
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="Set of HTML documentation for GCC"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
-md5sums=('d0226d0a9a02545882a10d2befd20ef7')
+md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
 
 package() {
   cd "$srcdir/gcc"



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

2014-04-23 Thread Sergej Pupykin
Date: Wednesday, April 23, 2014 @ 19:41:18
  Author: spupykin
Revision: 110082

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 110081, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 17:41:10 UTC (rev 110081)
+++ PKGBUILD2014-04-23 17:41:18 UTC (rev 110082)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hilton Medeiros 
-# Contributor: Andrea Scarpino 
-
-pkgname=gcc-docs
-pkgver=4.8.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for GCC"
-arch=('any')
-url="http://gcc.gnu.org";
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
-md5sums=('d0226d0a9a02545882a10d2befd20ef7')
-
-package() {
-  cd "$srcdir/gcc"
-  install -d "$pkgdir/usr/share/doc/gcc"
-  cp -rf * "$pkgdir/usr/share/doc/gcc"
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 110081, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 17:41:18 UTC (rev 110082)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hilton Medeiros 
+# Contributor: Andrea Scarpino 
+
+pkgname=gcc-docs
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for GCC"
+arch=('any')
+url="http://gcc.gnu.org";
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
+md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
+
+package() {
+  cd "$srcdir/gcc"
+  install -d "$pkgdir/usr/share/doc/gcc"
+  cp -rf * "$pkgdir/usr/share/doc/gcc"
+}



[arch-commits] Commit in thunar-archive-plugin/trunk (2 files)

2014-04-23 Thread Evangelos Foutras
Date: Wednesday, April 23, 2014 @ 19:40:58
  Author: foutrelis
Revision: 211708

upgpkg: thunar-archive-plugin 0.3.1-4

Fix file-roller>=3.12.1 detection (FS#39964).

Added:
  
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
Modified:
  thunar-archive-plugin/trunk/PKGBUILD

---+
 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   37 
 PKGBUILD  |   18 ++-
 2 files changed, 51 insertions(+), 4 deletions(-)

Added: 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
===
--- 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch   
(rev 0)
+++ 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch   2014-04-23 
17:40:58 UTC (rev 211708)
@@ -0,0 +1,37 @@
+From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Wed, 23 Apr 2014 20:13:19 +0300
+Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
+
+File Roller 3.12.1 changed the name of its .desktop file from
+file-roller.desktop to org.gnome.FileRoller.desktop.
+
+We install a new symlink to support the new .desktop file name.
+---
+ scripts/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/Makefile.am b/scripts/Makefile.am
+index 4da529c..3804605 100644
+--- a/scripts/Makefile.am
 b/scripts/Makefile.am
+@@ -5,12 +5,15 @@ wrapper_SCRIPTS =
\
+   ark.tap \
+   file-roller.tap
+ 
+-# Install symlink to 'gnome-file-roller.tap'
++# Install symlink to 'gnome-file-roller.tap' and 'org.gnome.FileRoller.tap'
+ install-exec-hook:
+   $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+   -( cd $(DESTDIR)$(wrapperdir) ; \
+   test -f gnome-file-roller.tap \
+   || ln -sf file-roller.tap gnome-file-roller.tap )
++  -( cd $(DESTDIR)$(wrapperdir) ; \
++  test -f org.gnome.FileRoller.tap \
++  || ln -sf file-roller.tap org.gnome.FileRoller.tap )
+ 
+ EXTRA_DIST =  \
+   $(wrapper_SCRIPTS)  \
+-- 
+1.9.2
+

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:16:21 UTC (rev 211707)
+++ PKGBUILD2014-04-23 17:40:58 UTC (rev 211708)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Create and extract archives in Thunar"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin";
@@ -11,14 +11,24 @@
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool')
+makedepends=('intltool' 'xfce4-dev-tools')
 optdepends=('file-roller'
 'kdeutils-ark'
 'xarchiver')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
+source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
+0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
+sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c'
+'4373c3011f5abd1d4119d283e832aeb858c810f14b3a59b6250cf10893aa0757')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=10826
+  patch -Np1 -i ../0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
+  NOCONFIGURE=1 xdt-autogen
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



[arch-commits] Commit in thunar-archive-plugin/repos (10 files)

2014-04-23 Thread Evangelos Foutras
Date: Wednesday, April 23, 2014 @ 19:41:09
  Author: foutrelis
Revision: 211709

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

Added:
  
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 211708, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
(from rev 211708, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
(from rev 211708, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
  
thunar-archive-plugin/repos/extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 211708, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 211708, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install
(from rev 211708, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
Deleted:
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install

+
 /PKGBUILD  |   98 
++
 /thunar-archive-plugin.install |   26 ++
 extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch   |   37 +++
 extra-i686/PKGBUILD|   39 ---
 extra-i686/thunar-archive-plugin.install   |   13 -
 extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   37 +++
 extra-x86_64/PKGBUILD  |   39 ---
 extra-x86_64/thunar-archive-plugin.install |   13 -
 8 files changed, 198 insertions(+), 104 deletions(-)

Copied: 
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
 (from rev 211708, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
===
--- extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(rev 0)
+++ extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2014-04-23 17:41:09 UTC (rev 211709)
@@ -0,0 +1,37 @@
+From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Wed, 23 Apr 2014 20:13:19 +0300
+Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
+
+File Roller 3.12.1 changed the name of its .desktop file from
+file-roller.desktop to org.gnome.FileRoller.desktop.
+
+We install a new symlink to support the new .desktop file name.
+---
+ scripts/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/Makefile.am b/scripts/Makefile.am
+index 4da529c..3804605 100644
+--- a/scripts/Makefile.am
 b/scripts/Makefile.am
+@@ -5,12 +5,15 @@ wrapper_SCRIPTS =
\
+   ark.tap \
+   file-roller.tap
+ 
+-# Install symlink to 'gnome-file-roller.tap'
++# Install symlink to 'gnome-file-roller.tap' and 'org.gnome.FileRoller.tap'
+ install-exec-hook:
+   $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+   -( cd $(DESTDIR)$(wrapperdir) ; \
+   test -f gnome-file-roller.tap \
+   || ln -sf file-roller.tap gnome-file-roller.tap )
++  -( cd $(DESTDIR)$(wrapperdir) ; \
++  test -f org.gnome.FileRoller.tap \
++  || ln -sf file-roller.tap org.gnome.FileRoller.tap )
+ 
+ EXTRA_DIST =  \
+   $(wrapper_SCRIPTS)  \
+-- 
+1.9.2
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 17:40:58 UTC (rev 211708)
+++ extra-i686/PKGBUILD 2014-04-23 17:41:09 UTC (rev 211709)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=thunar-archive-plugin
-pkgver=0.3.1
-pkgrel=3
-pkgdesc="Create and extract archives in Thunar"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('file-roller'
-'kdeutils-ark'
-'xarchiver')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
-

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

2014-04-23 Thread Anatol Pomozov
Date: Wednesday, April 23, 2014 @ 20:19:21
  Author: anatolik
Revision: 211710

libssh: enable unittests to make sure Arch dependencies do not break any libssh 
functionailty

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:41:09 UTC (rev 211709)
+++ PKGBUILD2014-04-23 18:19:21 UTC (rev 211710)
@@ -12,20 +12,35 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('zlib' 'openssl')
-makedepends=('cmake' 'doxygen')
+makedepends=('cmake' 'cmocka' 'doxygen')
+checkdepends=('openssh')
 
source=(https://red.libssh.org/attachments/download/87/${pkgname}-${pkgver}.tar.xz)
 md5sums=('66cf16e77f60913b4d54f18c92cdbf71')
 
+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+}
+
 build() {
-  mkdir build
+  mkdir build || true
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DWITH_GSSAPI=OFF
+-DWITH_GSSAPI=OFF \
+-DWITH_TESTING=ON
   make
 }
 
+check() {
+  cd build
+  make test
+}
+
 package(){
   cd build
   make DESTDIR="${pkgdir}" install



[arch-commits] Commit in xfce4-power-manager/trunk (4 files)

2014-04-23 Thread Evangelos Foutras
Date: Wednesday, April 23, 2014 @ 20:41:10
  Author: foutrelis
Revision: 211711

upgpkg: xfce4-power-manager 1.2.0.198.g76d1f4f-1

Bump to Git snapshot to support upower>=0.99.0 (FS#39893).

Modified:
  xfce4-power-manager/trunk/PKGBUILD
Deleted:
  
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
  
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
  
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch

--+
 PKGBUILD | 
  39 -
 xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch | 
 306 --
 xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch | 
 156 -
 xfce4-power-manager-1.2.0-sync-en-gb-translation.patch   | 
  34 -
 4 files changed, 11 insertions(+), 524 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 18:19:21 UTC (rev 211710)
+++ PKGBUILD2014-04-23 18:41:10 UTC (rev 211711)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-power-manager
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.2.0.198.g76d1f4f
+pkgrel=1
 pkgdesc="Power manager for Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";
@@ -11,38 +11,21 @@
 license=('GPL2')
 groups=('xfce4')
 depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+makedepends=('intltool' 'xfce4-dev-tools' 'git')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.2/$pkgname-$pkgver.tar.bz2
-xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
-
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
-xfce4-power-manager-1.2.0-sync-en-gb-translation.patch)
-sha256sums=('d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9'
-'4166f61234abfcd385d43b1e7f7ab5b73711bcb7335ef0f6b217ac799dc9266b'
-'689751b6369fd8ade6337713283f5ef3dd40715bbbe69e4a8723c9cbe56e7465'
-'c8e1dfafd685c2abf1fcc2b3682f5b1eb2e7f1d4fa557f11a7478437eef9a933')
+source=(git://git.xfce.org/xfce/xfce4-power-manager)
+sha256sums=('SKIP')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+pkgver() {
+  cd "$srcdir/$pkgname"
 
-  # Use logind interfaces for suspend and hibernate
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9963
-  patch -Np1 -i 
"$srcdir/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch"
-
-  # Fix brightness level handling
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8840
-  patch -Np1 -i 
"$srcdir/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch"
-
-  # Fix en_GB translation
-  # https://bugs.archlinux.org/task/30055
-  patch -d po -Np0 -i \
-"$srcdir/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch"
+  git describe --long | sed 's/^xfce4-power-manager-//;s/-/./g'
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
 
-  ./configure \
+  ./autogen.sh \
 --prefix=/usr \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \
@@ -56,7 +39,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
   make DESTDIR="$pkgdir" install
 }
 

Deleted: 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
===
--- 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
2014-04-23 18:19:21 UTC (rev 211710)
+++ 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
2014-04-23 18:41:10 UTC (rev 211711)
@@ -1,306 +0,0 @@
-From 05d12e12596512f7a31d3cdb4845a69dc2d4c611 Mon Sep 17 00:00:00 2001
-From: Martin Matuska 
-Date: Tue, 23 Jul 2013 09:27:41 +
-Subject: Change brightness level from glong to gint32
-
-The "Backlight" RandR property is a 32-bit integer. This means that the int32 
(gint32) type should be used to represent brightness levels. The attached patch 
does nothing else than changing the brightness level representation from glong 
to gint32. This fixes the screen auto-dimming issue and brightness panel plugin 
issue.

-diff --git a/common/xfpm-brightness.c b/common/xfpm-brightness.c
-index aa1ef33..f1524cb 100644
 a/common/xfpm-brightness.c
-+++ b/common/xfpm-brightness.c
-@@ -92,11 +92,11 @@ out:
- }
- 
- static gboolean
--xfpm_brightness_xrandr_get_level (XfpmBrightness *brightness, RROutput 
output, long *current)
-+xfpm_brightness_xrandr_get_level (XfpmBrightness *brightness, RROutput 
output, gint32 *current)
- {
- unsigned long nitems;
- unsigned long bytes_after;
--long *prop;
-+gint32 *prop;
- Atom actual_type;
- int actual_format;
- gboolean ret = FALSE;
-@@ -12

[arch-commits] Commit in xfce4-power-manager/repos (6 files)

2014-04-23 Thread Evangelos Foutras
Date: Wednesday, April 23, 2014 @ 20:41:19
  Author: foutrelis
Revision: 211712

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

Added:
  xfce4-power-manager/repos/testing-i686/
  xfce4-power-manager/repos/testing-i686/PKGBUILD
(from rev 211711, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/testing-i686/xfce4-power-manager.install
(from rev 211711, xfce4-power-manager/trunk/xfce4-power-manager.install)
  xfce4-power-manager/repos/testing-x86_64/
  xfce4-power-manager/repos/testing-x86_64/PKGBUILD
(from rev 211711, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/testing-x86_64/xfce4-power-manager.install
(from rev 211711, xfce4-power-manager/trunk/xfce4-power-manager.install)

+
 testing-i686/PKGBUILD  |   46 +++
 testing-i686/xfce4-power-manager.install   |   13 +++
 testing-x86_64/PKGBUILD|   46 +++
 testing-x86_64/xfce4-power-manager.install |   13 +++
 4 files changed, 118 insertions(+)

Copied: xfce4-power-manager/repos/testing-i686/PKGBUILD (from rev 211711, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-23 18:41:19 UTC (rev 211712)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-power-manager
+pkgver=1.2.0.198.g76d1f4f
+pkgrel=1
+pkgdesc="Power manager for Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools' 'git')
+install=$pkgname.install
+source=(git://git.xfce.org/xfce/xfce4-power-manager)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+
+  git describe --long | sed 's/^xfce4-power-manager-//;s/-/./g'
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--enable-dpms \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/testing-i686/xfce4-power-manager.install 
(from rev 211711, xfce4-power-manager/trunk/xfce4-power-manager.install)
===
--- testing-i686/xfce4-power-manager.install(rev 0)
+++ testing-i686/xfce4-power-manager.install2014-04-23 18:41:19 UTC (rev 
211712)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/testing-x86_64/PKGBUILD (from rev 211711, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-23 18:41:19 UTC (rev 211712)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-power-manager
+pkgver=1.2.0.198.g76d1f4f
+pkgrel=1
+pkgdesc="Power manager for Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools' 'git')
+install=$pkgname.install
+source=(git://git.xfce.org/xfce/xfce4-power-manager)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+
+  git describe --long | sed 's/^xfce4-power-manager-//;s/-/./g'
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--enable-dpms \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/testing-x86_64/xfce4-power-manager.install 
(from rev 211711, xfce4-power-manager/trunk/xfce4-power-manager.install)
===
--- testing-x86_64/xfce4-power-manager.install  (rev 0)
+++ testing-x86_64/xfce4-power-manager.install  2014-04-23 18:41:19 UTC (rev 
211712)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-23 Thread Gaetan Bisson
Date: Wednesday, April 23, 2014 @ 22:12:34
  Author: bisson
Revision: 211715

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 211714, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/curve25519pad.patch
(from rev 211714, openssh/repos/testing-i686/curve25519pad.patch)
  openssh/repos/core-i686/install
(from rev 211714, openssh/repos/testing-i686/install)
  openssh/repos/core-i686/sshd.pam
(from rev 211714, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 211714, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 211714, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 211714, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 211714, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 211714, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/curve25519pad.patch
(from rev 211714, openssh/repos/testing-x86_64/curve25519pad.patch)
  openssh/repos/core-x86_64/install
(from rev 211714, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.pam
(from rev 211714, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 211714, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 211714, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 211714, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 211714, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/install
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  190 ++
 /install|   20 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 ++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 ++
 core-i686/PKGBUILD  |   88 -
 core-i686/curve25519pad.patch   |  171 ++
 core-i686/install   |   10 --
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   88 -
 core-x86_64/curve25519pad.patch |  171 ++
 core-x86_64/install |   10 --
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 23 files changed, 668 insertions(+), 312 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-04-23 18:51:17 UTC (rev 211714)
+++ core-i686/PKGBUILD  2014-04-23 20:12:34 UTC (rev 211715)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=6.6p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.pam')
-sha1sums=('b850fd1af704942d9b3c2eff7ef6b3a59b6a6b6e' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-install=install
-
-

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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 22:50:06
  Author: heftig
Revision: 211716

Fix build FS#40043

Modified:
  ftgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 20:12:34 UTC (rev 211715)
+++ PKGBUILD2014-04-23 20:50:06 UTC (rev 211716)
@@ -6,7 +6,7 @@
 pkgname=ftgl
 _pkgver=2.1.3-rc5
 pkgver=${_pkgver/-/}
-pkgrel=5
+pkgrel=6
 pkgdesc="OpenGL library to use arbitrary fonts"
 arch=(i686 x86_64)
 url="http://ftgl.wiki.sourceforge.net/";
@@ -16,15 +16,19 @@
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";)
 md5sums=('c7879018cde844059495b3029b0b6503')
 
+prepare() {
+  cd $pkgname-${_pkgver/-/\~}
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
+}
+
 build() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
+  cd $pkgname-${_pkgver/-/\~}
   ./configure --prefix=/usr --with-pic --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
+  cd $pkgname-${_pkgver/-/\~}
   make DESTDIR="$pkgdir" install
 
   # FS#23283: install missing headers for OpenCascade



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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 22:50:59
  Author: heftig
Revision: 211717

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-23 20:50:06 UTC (rev 211716)
+++ extra-i686/PKGBUILD 2014-04-23 20:50:59 UTC (rev 211717)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Baldeck 
-# Contributor: tobias 
-
-pkgname=ftgl
-_pkgver=2.1.3-rc5
-pkgver=${_pkgver/-/}
-pkgrel=5
-pkgdesc="OpenGL library to use arbitrary fonts"
-arch=(i686 x86_64)
-url="http://ftgl.wiki.sourceforge.net/";
-license=('MIT')
-depends=('freetype2' 'glu')
-makedepends=('doxygen' 'mesa')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";)
-md5sums=('c7879018cde844059495b3029b0b6503')
-
-build() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
-  ./configure --prefix=/usr --with-pic --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  make DESTDIR="$pkgdir" install
-
-  # FS#23283: install missing headers for OpenCascade
-  install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ftgl/repos/extra-i686/PKGBUILD (from rev 211716, ftgl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-23 20:50:59 UTC (rev 211717)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Baldeck 
+# Contributor: tobias 
+
+pkgname=ftgl
+_pkgver=2.1.3-rc5
+pkgver=${_pkgver/-/}
+pkgrel=6
+pkgdesc="OpenGL library to use arbitrary fonts"
+arch=(i686 x86_64)
+url="http://ftgl.wiki.sourceforge.net/";
+license=('MIT')
+depends=('freetype2' 'glu')
+makedepends=('doxygen' 'mesa')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";)
+md5sums=('c7879018cde844059495b3029b0b6503')
+
+prepare() {
+  cd $pkgname-${_pkgver/-/\~}
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
+}
+
+build() {
+  cd $pkgname-${_pkgver/-/\~}
+  ./configure --prefix=/usr --with-pic --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-${_pkgver/-/\~}
+  make DESTDIR="$pkgdir" install
+
+  # FS#23283: install missing headers for OpenCascade
+  install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-23 20:50:06 UTC (rev 211716)
+++ extra-x86_64/PKGBUILD   2014-04-23 20:50:59 UTC (rev 211717)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Baldeck 
-# Contributor: tobias 
-
-pkgname=ftgl
-_pkgver=2.1.3-rc5
-pkgver=${_pkgver/-/}
-pkgrel=5
-pkgdesc="OpenGL library to use arbitrary fonts"
-arch=(i686 x86_64)
-url="http://ftgl.wiki.sourceforge.net/";
-license=('MIT')
-depends=('freetype2' 'glu')
-makedepends=('doxygen' 'mesa')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";)
-md5sums=('c7879018cde844059495b3029b0b6503')
-
-build() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
-  ./configure --prefix=/usr --with-pic --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  make DESTDIR="$pkgdir" install
-
-  # FS#23283: install missing headers for OpenCascade
-  install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ftgl/repos/extra-x86_64/PKGBUILD (from rev 211716, ftgl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-23 20:50:59 UTC (rev 211717)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Baldeck 
+# Contributor: tobias 
+
+pkgname=ftgl
+_pkgver=2.1.3-rc5
+pkgver=${_pkgver/-/}
+pkgrel=6
+pkgdesc="OpenGL library to use arbitrary fonts"
+arch=(i686 x86_64)
+url="http://ftgl.wiki.sourceforge.net/";
+license=('MIT')
+depends=('freetype2' 'glu')
+makedepends=('doxygen' 'mesa')
+source=("h

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

2014-04-23 Thread Xyne
Date: Wednesday, April 23, 2014 @ 22:55:16
  Author: xyne
Revision: 110084

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

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 110083, cmus/trunk/PKGBUILD)
  cmus/repos/community-i686/cdio-git.patch
(from rev 110083, cmus/trunk/cdio-git.patch)
  cmus/repos/community-i686/cmus-2.5.0-opus-support.patch
(from rev 110083, cmus/trunk/cmus-2.5.0-opus-support.patch)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 110083, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/cdio-git.patch
(from rev 110083, cmus/trunk/cdio-git.patch)
  cmus/repos/community-x86_64/cmus-2.5.0-opus-support.patch
(from rev 110083, cmus/trunk/cmus-2.5.0-opus-support.patch)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-i686/cdio-git.patch
  cmus/repos/community-i686/cmus-2.5.0-opus-support.patch
  cmus/repos/community-x86_64/PKGBUILD
  cmus/repos/community-x86_64/cdio-git.patch
  cmus/repos/community-x86_64/cmus-2.5.0-opus-support.patch

+
 /PKGBUILD  |  122 +++
 /cdio-git.patch|  274 +++
 /cmus-2.5.0-opus-support.patch |  834 +++
 community-i686/PKGBUILD|   58 -
 community-i686/cdio-git.patch  |  137 ---
 community-i686/cmus-2.5.0-opus-support.patch   |  417 ---
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/cdio-git.patch|  137 ---
 community-x86_64/cmus-2.5.0-opus-support.patch |  417 ---
 9 files changed, 1230 insertions(+), 1224 deletions(-)

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


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

2014-04-23 Thread Xyne
Date: Wednesday, April 23, 2014 @ 22:54:40
  Author: xyne
Revision: 110083

upgpkg: cmus 2.5.0-7

patch location of modplug.h (FS#40046)

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 17:41:18 UTC (rev 110082)
+++ PKGBUILD2014-04-23 20:54:40 UTC (rev 110083)
@@ -6,10 +6,10 @@
 
 pkgname=cmus
 pkgver=2.5.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Very feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
-url="http://cmus.sourceforge.net/";
+url="https://cmus.github.io/";
 license=('GPL')
 depends=('ncurses')
 makedepends=(
@@ -30,7 +30,7 @@
 'libcdio-paranoia: for cdio support'
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-v$pkgver.tar.bz2
 cmus-2.5.0-opus-support.patch
 cdio-git.patch)
 sha1sums=('244975a5ff642567acb047f6bd518e4a3271c25b'
@@ -43,6 +43,9 @@
   patch -Np1 -i "$srcdir/cmus-2.5.0-opus-support.patch"
   # Include changes from git for compatibility with new cdio.
   patch -N -i "$srcdir/cdio-git.patch"
+
+  # Quick fix for modplug header.
+  sed -i 's@@@' 
"$srcdir/$pkgname-v$pkgver/modplug.c"
 }
 
 build() {



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

2014-04-23 Thread Anatol Pomozov
Date: Wednesday, April 23, 2014 @ 23:26:24
  Author: anatolik
Revision: 211718

upgpkg: openmpi 1.8.1-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 20:50:59 UTC (rev 211717)
+++ PKGBUILD2014-04-23 21:26:24 UTC (rev 211718)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault 
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
 
 pkgname=openmpi
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
-pkgdesc="High performance message passing library (MPI)"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org";
-license=('custom')
-depends=('libltdl' 'hwloc')
-makedepends=('inetutils' 'valgrind' 'gcc-fortran')
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
 optdepends=('gcc-fortran: fortran support')
-options=('staticlibs')
+options=(staticlibs)
 
source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d32961b83c689e086cede6c964b312e1f3d174f0')
+sha1sums=('e6e85da3e54784ee3d7b0bb0ff4d365ef2899c49')
 
 build() {
-   cd ${pkgname}-${pkgver}
+   cd $pkgname-$pkgver
 
# Make sure we use the system ltdl library rather than the ones in the 
tarball
rm -r opal/libltdl
@@ -41,23 +42,23 @@
 }
 
 package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
 
# FS#28583
-   install -d -m 755 "${pkgdir}"/usr/lib/pkgconfig
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-  ln -sf /usr/lib/openmpi/pkgconfig/${i} "${pkgdir}"/usr/lib/pkgconfig/
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
done
 
# Openmpi's otfinfo conflicts with the one from texlive
-   mv "${pkgdir}"/usr/bin/otfinfo{,mpi}
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
 
# Remove dangling symlink and useless file
-   rm "${pkgdir}"/usr/share/vampirtrace/config.log
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
 
-   install -d -m 755 "${pkgdir}"/etc/ld.so.conf.d
-   echo "/usr/lib/${pkgname}" > "${pkgdir}"/etc/ld.so.conf.d/${pkgname}.conf
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
 
-   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-04-23 Thread Anatol Pomozov
Date: Wednesday, April 23, 2014 @ 23:27:03
  Author: anatolik
Revision: 211719

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 211718, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 211718, openmpi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 211718, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-23 21:27:03 UTC (rev 211719)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e6e85da3e54784ee3d7b0bb0ff4d365ef2899c49')
+
+build() {
+   cd $pkgname-$pkgver
+
+   # Make sure we use the system ltdl library rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/testing-x86_64/PKGBUILD (from rev 211718, 
openmpi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-23 21:27:03 UTC (rev 211719)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e6e85da3e54784ee3d7b0bb0ff4d365ef2899c49')
+
+build() {
+   cd $pkgname-$pkgver
+
+   # Make sure we use the system ltdl library rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+

[arch-commits] Commit in (7 files)

2014-04-23 Thread Anatol Pomozov
Date: Thursday, April 24, 2014 @ 00:40:21
  Author: anatolik
Revision: 110085

android-tools: add the package

Added:
  android-tools/
  android-tools/repos/
  android-tools/trunk/
  android-tools/trunk/PKGBUILD
  android-tools/trunk/adbMakefile
  android-tools/trunk/bash_completion
  android-tools/trunk/fastbootMakefile

--+
 PKGBUILD |   38 +
 adbMakefile  |   43 +++
 bash_completion  |  204 +
 fastbootMakefile |   54 ++
 4 files changed, 339 insertions(+)

Added: android-tools/trunk/PKGBUILD
===
--- android-tools/trunk/PKGBUILD(rev 0)
+++ android-tools/trunk/PKGBUILD2014-04-23 22:40:21 UTC (rev 110085)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=4.4.2_r2
+pkgrel=1
+pkgdesc='Android platform tools'
+arch=(i686 x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(openssl)
+makedepends=(git)
+source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/libselinux#tag=android-$pkgver
+adbMakefile
+fastbootMakefile
+bash_completion) # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '887d868e544330ef850334961685cab3'
+ 'cd1a1a9d16b523119245bfe17120d73b'
+ '94ba9c753e9c3d2f29ffdef2eaf7888d')
+
+build() {
+  make -C core/adb -f "$srcdir"/adbMakefile
+  make -C core/fastboot -f "$srcdir"/fastbootMakefile
+}
+
+package(){
+  install -Dm 755 core/adb/adb "$pkgdir"/usr/bin/adb
+  install -Dm 755 core/fastboot/fastboot "$pkgdir"/usr/bin/fastboot
+
+  install -Dm 644 bash_completion "$pkgdir"/etc/bash_completion.d/$pkgname
+}


Property changes on: android-tools/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: android-tools/trunk/adbMakefile
===
--- android-tools/trunk/adbMakefile (rev 0)
+++ android-tools/trunk/adbMakefile 2014-04-23 22:40:21 UTC (rev 110085)
@@ -0,0 +1,43 @@
+SRCS+= adb.c
+SRCS+= adb_auth_host.c
+SRCS+= adb_client.c
+SRCS+= commandline.c
+SRCS+= console.c
+SRCS+= fdevent.c
+SRCS+= file_sync_client.c
+SRCS+= get_my_path_linux.c
+SRCS+= services.c
+SRCS+= sockets.c
+SRCS+= transport.c
+SRCS+= transport_local.c
+SRCS+= transport_usb.c
+SRCS+= usb_linux.c
+SRCS+= usb_vendors.c
+
+VPATH+= ../libcutils
+SRCS+= list.c
+SRCS+= load_file.c
+SRCS+= socket_inaddr_any_server.c
+SRCS+= socket_local_client.c
+SRCS+= socket_local_server.c
+SRCS+= socket_loopback_client.c
+SRCS+= socket_loopback_server.c
+SRCS+= socket_network_client.c
+
+VPATH+= ../libzipfile
+SRCS+= centraldir.c
+SRCS+= zipfile.c
+
+CPPFLAGS+= -DADB_HOST=1
+CPPFLAGS+= -DHAVE_FORKEXEC=1
+CPPFLAGS+= -I.
+CPPFLAGS+= -I../include
+
+LIBS+= -lcrypto -lpthread -lz
+
+OBJS= $(SRCS:.c=.o)
+
+all: adb
+
+adb: $(OBJS)
+   cc -o $@ $(LDFLAGS) $(OBJS) $(LIBS)

Added: android-tools/trunk/bash_completion
===
--- android-tools/trunk/bash_completion (rev 0)
+++ android-tools/trunk/bash_completion 2014-04-23 22:40:21 UTC (rev 110085)
@@ -0,0 +1,204 @@
+## Bash completion for the Android SDK tools.
+##
+## Copyright (c) 2009 Matt Brubeck
+##
+## 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.
+
+
+function _adb()
+{
+  local cur prev opts cmds c subcommand device_selected
+  COMPREPLY=()
+  cur="${COMP_WORDS[COMP_CWORD]}

[arch-commits] Commit in (5 files)

2014-04-23 Thread Anatol Pomozov
Date: Thursday, April 24, 2014 @ 00:51:01
  Author: anatolik
Revision: 110086

android-udev: add package

Added:
  android-udev/
  android-udev/repos/
  android-udev/trunk/
  android-udev/trunk/PKGBUILD
  android-udev/trunk/android-udev.install

--+
 PKGBUILD |   28 
 android-udev.install |   11 +++
 2 files changed, 39 insertions(+)

Added: android-udev/trunk/PKGBUILD
===
--- android-udev/trunk/PKGBUILD (rev 0)
+++ android-udev/trunk/PKGBUILD 2014-04-23 22:51:01 UTC (rev 110086)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30 
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r89
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=a4bc2e772ffb81855bb6b599b1132fa68d852919
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf "r%s" "$(git rev-list --count HEAD)"
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}


Property changes on: android-udev/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: android-udev/trunk/android-udev.install
===
--- android-udev/trunk/android-udev.install (rev 0)
+++ android-udev/trunk/android-udev.install 2014-04-23 22:51:01 UTC (rev 
110086)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group adbusers >> /dev/null || groupadd adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers &>/dev/null && groupdel adbusers
+}



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

2014-04-23 Thread Connor Behan
Date: Thursday, April 24, 2014 @ 01:19:10
  Author: cbehan
Revision: 110087

upgpkg: gtkglarea 2.1.0-1

Update to 2.1.0-1

Modified:
  gtkglarea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 22:51:01 UTC (rev 110086)
+++ PKGBUILD2014-04-23 23:19:10 UTC (rev 110087)
@@ -5,27 +5,24 @@
 # Contributor: SpepS 
 
 pkgname=gtkglarea
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="GTK/GL Area libraries"
 arch=('i686' 'x86_64')
 url="http://mono-project.com/GtkGLArea";
 license=('GPL')
 depends=('gtk2' 'glu')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz";)
+md5sums=('60d4470107d4faa9fc916c9a0d05bb9f')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"
-
-   # DSO link fix
-   LDFLAGS+=" -lm" \
-   ./configure --prefix=/usr \
-   --enable-static=no
+   ./configure --prefix=/usr
make
 }
 
 package() {
cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
+   make DESTDIR="$pkgdir" install
 }
+



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

2014-04-23 Thread Connor Behan
Date: Thursday, April 24, 2014 @ 01:19:55
  Author: cbehan
Revision: 110088

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 23:19:10 UTC (rev 110087)
+++ community-i686/PKGBUILD 2014-04-23 23:19:55 UTC (rev 110088)
@@ -1,31 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Andreas B. Wagner 
-# Contributor: arjan 
-# Contributor: Tom Newsom 
-# Contributor: SpepS 
-
-pkgname=gtkglarea
-pkgver=2.0.1
-pkgrel=3
-pkgdesc="GTK/GL Area libraries"
-arch=('i686' 'x86_64')
-url="http://mono-project.com/GtkGLArea";
-license=('GPL')
-depends=('gtk2' 'glu')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # DSO link fix
-   LDFLAGS+=" -lm" \
-   ./configure --prefix=/usr \
-   --enable-static=no
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: gtkglarea/repos/community-i686/PKGBUILD (from rev 110087, 
gtkglarea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 23:19:55 UTC (rev 110088)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan 
+# Contributor: Andreas B. Wagner 
+# Contributor: arjan 
+# Contributor: Tom Newsom 
+# Contributor: SpepS 
+
+pkgname=gtkglarea
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="GTK/GL Area libraries"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkGLArea";
+license=('GPL')
+depends=('gtk2' 'glu')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz";)
+md5sums=('60d4470107d4faa9fc916c9a0d05bb9f')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-23 23:19:10 UTC (rev 110087)
+++ community-x86_64/PKGBUILD   2014-04-23 23:19:55 UTC (rev 110088)
@@ -1,31 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Andreas B. Wagner 
-# Contributor: arjan 
-# Contributor: Tom Newsom 
-# Contributor: SpepS 
-
-pkgname=gtkglarea
-pkgver=2.0.1
-pkgrel=3
-pkgdesc="GTK/GL Area libraries"
-arch=('i686' 'x86_64')
-url="http://mono-project.com/GtkGLArea";
-license=('GPL')
-depends=('gtk2' 'glu')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # DSO link fix
-   LDFLAGS+=" -lm" \
-   ./configure --prefix=/usr \
-   --enable-static=no
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: gtkglarea/repos/community-x86_64/PKGBUILD (from rev 110087, 
gtkglarea/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-23 23:19:55 UTC (rev 110088)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan 
+# Contributor: Andreas B. Wagner 
+# Contributor: arjan 
+# Contributor: Tom Newsom 
+# Contributor: SpepS 
+
+pkgname=gtkglarea
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="GTK/GL Area libraries"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkGLArea";
+license=('GPL')
+depends=('gtk2' 'glu')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz";)
+md5sums=('60d4470107d4faa9fc916c9a0d05bb9f')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+



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

2014-04-23 Thread Anatol Pomozov
Date: Thursday, April 24, 2014 @ 01:29:24
  Author: anatolik
Revision: 110089

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 110088, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/adbMakefile
(from rev 110088, android-tools/trunk/adbMakefile)
  android-tools/repos/community-testing-i686/bash_completion
(from rev 110088, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-i686/fastbootMakefile
(from rev 110088, android-tools/trunk/fastbootMakefile)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 110088, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/adbMakefile
(from rev 110088, android-tools/trunk/adbMakefile)
  android-tools/repos/community-testing-x86_64/bash_completion
(from rev 110088, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-x86_64/fastbootMakefile
(from rev 110088, android-tools/trunk/fastbootMakefile)

---+
 community-testing-i686/PKGBUILD   |   38 +
 community-testing-i686/adbMakefile|   43 +
 community-testing-i686/bash_completion|  204 
 community-testing-i686/fastbootMakefile   |   54 +++
 community-testing-x86_64/PKGBUILD |   38 +
 community-testing-x86_64/adbMakefile  |   43 +
 community-testing-x86_64/bash_completion  |  204 
 community-testing-x86_64/fastbootMakefile |   54 +++
 8 files changed, 678 insertions(+)

Copied: android-tools/repos/community-testing-i686/PKGBUILD (from rev 110088, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-23 23:29:24 UTC (rev 110089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=4.4.2_r2
+pkgrel=1
+pkgdesc='Android platform tools'
+arch=(i686 x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(openssl)
+makedepends=(git)
+source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/libselinux#tag=android-$pkgver
+adbMakefile
+fastbootMakefile
+bash_completion) # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '887d868e544330ef850334961685cab3'
+ 'cd1a1a9d16b523119245bfe17120d73b'
+ '94ba9c753e9c3d2f29ffdef2eaf7888d')
+
+build() {
+  make -C core/adb -f "$srcdir"/adbMakefile
+  make -C core/fastboot -f "$srcdir"/fastbootMakefile
+}
+
+package(){
+  install -Dm 755 core/adb/adb "$pkgdir"/usr/bin/adb
+  install -Dm 755 core/fastboot/fastboot "$pkgdir"/usr/bin/fastboot
+
+  install -Dm 644 bash_completion "$pkgdir"/etc/bash_completion.d/$pkgname
+}

Copied: android-tools/repos/community-testing-i686/adbMakefile (from rev 
110088, android-tools/trunk/adbMakefile)
===
--- community-testing-i686/adbMakefile  (rev 0)
+++ community-testing-i686/adbMakefile  2014-04-23 23:29:24 UTC (rev 110089)
@@ -0,0 +1,43 @@
+SRCS+= adb.c
+SRCS+= adb_auth_host.c
+SRCS+= adb_client.c
+SRCS+= commandline.c
+SRCS+= console.c
+SRCS+= fdevent.c
+SRCS+= file_sync_client.c
+SRCS+= get_my_path_linux.c
+SRCS+= services.c
+SRCS+= sockets.c
+SRCS+= transport.c
+SRCS+= transport_local.c
+SRCS+= transport_usb.c
+SRCS+= usb_linux.c
+SRCS+= usb_vendors.c
+
+VPATH+= ../libcutils
+SRCS+= list.c
+SRCS+= load_file.c
+SRCS+= socket_inaddr_any_server.c
+SRCS+= socket_local_client.c
+SRCS+= socket_local_server.c
+SRCS+= socket_loopback_client.c
+SRCS+= socket_loopback_server.c
+SRCS+= socket_network_client.c
+
+VPATH+= ../libzipfile
+SRCS+= centraldir.c
+SRCS+= zipfile.c
+
+CPPFLAGS+= -DADB_HOST=1
+CPPFLAGS+= -DHAVE_FORKEXEC=1
+CPPFLAGS+= -I.
+CPPFLAGS+= -I../include
+
+LIBS+= -lcrypto -lpthread -lz
+
+OBJS= $(SRCS:.c=.o)
+
+all: adb
+
+adb: $(OBJS)
+   cc -o $@ $(LDFLAGS) $(OBJS) $(LIBS)

Copied: android-tools/repos/community-testing-i686/bash_completion (from rev 
110088, android-tools/trunk/bash_completion)
===
--- community-testing-i686/bash_completion  (rev 0)
+++ community-testing-i686/bash_completion  2014-04-23 23:29:24 UTC (rev 
110089)
@@ -0,0 +1,204 @@
+## Bash completion for the Android SDK tools.
+##
+## Copyri

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

2014-04-23 Thread Connor Behan
Date: Thursday, April 24, 2014 @ 01:36:38
  Author: cbehan
Revision: 110090

upgpkg: mesa-dri1 7.11.2-6

Update to 7.11.2-6

Modified:
  mesa-dri1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 23:29:24 UTC (rev 110089)
+++ PKGBUILD2014-04-23 23:36:38 UTC (rev 110090)
@@ -4,13 +4,13 @@
 pkgname=('unichrome-dri' 'i810-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 
'savage-dri' 'sis-dri' 'tdfx-dri')
 
 pkgver=7.11.2
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 makedepends=('glproto>=1.4.14' 'dri2proto' 'libdrm>=2.4.26' 
'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 
'libxt>=1.1.1' 
  'gcc-libs>=4.6.1' 'python2' 'libxml2' 'imake' 'llvm' 'udev')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
-source=("ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2";
+source=(ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${pkgver}/MesaLib-${pkgver}.tar.bz2
LICENSE)
 md5sums=('0837c52698fe3252369c3fdb5195afcc'
 '5c65a0fe315dd347e09b1f2826a1df5a')



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

2014-04-23 Thread Anatol Pomozov
Date: Thursday, April 24, 2014 @ 01:38:06
  Author: anatolik
Revision: 110092

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
(from rev 110091, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-testing-any/android-udev.install
(from rev 110091, android-udev/trunk/android-udev.install)

--+
 PKGBUILD |   28 
 android-udev.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 110091, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-04-23 23:38:06 UTC (rev 110092)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30 
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r89
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=a4bc2e772ffb81855bb6b599b1132fa68d852919
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf "r%s" "$(git rev-list --count HEAD)"
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
110091, android-udev/trunk/android-udev.install)
===
--- community-testing-any/android-udev.install  (rev 0)
+++ community-testing-any/android-udev.install  2014-04-23 23:38:06 UTC (rev 
110092)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group adbusers >> /dev/null || groupadd adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers &>/dev/null && groupdel adbusers
+}



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

2014-04-23 Thread Connor Behan
Date: Thursday, April 24, 2014 @ 01:37:23
  Author: cbehan
Revision: 110091

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

Added:
  mesa-dri1/repos/community-i686/LICENSE
(from rev 110090, mesa-dri1/trunk/LICENSE)
  mesa-dri1/repos/community-i686/PKGBUILD
(from rev 110090, mesa-dri1/trunk/PKGBUILD)
  mesa-dri1/repos/community-x86_64/LICENSE
(from rev 110090, mesa-dri1/trunk/LICENSE)
  mesa-dri1/repos/community-x86_64/PKGBUILD
(from rev 110090, mesa-dri1/trunk/PKGBUILD)
Deleted:
  mesa-dri1/repos/community-i686/LICENSE
  mesa-dri1/repos/community-i686/PKGBUILD
  mesa-dri1/repos/community-x86_64/LICENSE
  mesa-dri1/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  230 
 community-i686/LICENSE|   82 ---
 community-i686/PKGBUILD   |  115 --
 community-x86_64/LICENSE  |   82 ---
 community-x86_64/PKGBUILD |  115 --
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-04-23 23:36:38 UTC (rev 110090)
+++ community-i686/LICENSE  2014-04-23 23:37:23 UTC (rev 110091)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copie

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

2014-04-23 Thread Connor Behan
Date: Thursday, April 24, 2014 @ 02:58:15
  Author: cbehan
Revision: 110093

upgpkg: xulrunner 29.0-1

Update to 29.0-1

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 23:38:06 UTC (rev 110092)
+++ PKGBUILD2014-04-24 00:58:15 UTC (rev 110093)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xulrunner
-pkgver=28.0
+pkgver=29.0
 pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('6eacdc549c252da57d1f51a363ad8c7e62f09ec8c796e8eb69ddb3e1008df7af'
+sha256sums=('408fe73f88f6db2594e4e2bf44b51954c086d1c6948bfa79bb604321d8145230'
 '38f1f7a49a03b67a6b96bb696640a28fd20b42f6e45a27a81d25d66fd0148e4e'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
@@ -30,7 +30,6 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i ../mozilla-pkgconfig.patch
   patch -Np1 -i ../shared-libs.patch
-  #patch -Np1 -i ../unbreak-plugin-build.patch
 
   # WebRTC build tries to execute "python" and expects Python 2
   # Workaround taken from chromium PKGBUILD



  1   2   >