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

2014-07-04 Thread Connor Behan
Date: Friday, July 4, 2014 @ 10:46:01
  Author: cbehan
Revision: 114844

upgpkg: python2-gasp 0.3.4-2

Update to 0.3.4-2

Modified:
  python2-gasp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 08:43:30 UTC (rev 114843)
+++ PKGBUILD2014-07-04 08:46:01 UTC (rev 114844)
@@ -4,7 +4,7 @@
 
 pkgname=python2-gasp
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Procedural API for beginning programmers built on the PyCairo library
 arch=('any')
 url=https://launchpad.net/gasp-core;



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

2014-07-04 Thread Connor Behan
Date: Friday, July 4, 2014 @ 10:46:30
  Author: cbehan
Revision: 114845

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 08:46:01 UTC (rev 114844)
+++ PKGBUILD2014-07-04 08:46:30 UTC (rev 114845)
@@ -1,22 +0,0 @@
-# Maintainer: Connor Behan connor.be...@gmail.com
-# Contributor: Christoph Zeiler rabyte*gmail
-# Contributor: Thomas Dziedzic
-
-pkgname=python2-gasp
-pkgver=0.3.4
-pkgrel=1
-pkgdesc=Procedural API for beginning programmers built on the PyCairo library
-arch=('any')
-url=https://launchpad.net/gasp-core;
-license=('GPL3')
-depends=('pygtk')
-makedepends=('python2-distribute')
-source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
-
-package() {
-  cd ${srcdir}/${pkgname#python2-}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
-}
-
-md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')

Copied: python2-gasp/repos/community-any/PKGBUILD (from rev 114844, 
python2-gasp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 08:46:30 UTC (rev 114845)
@@ -0,0 +1,22 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Christoph Zeiler rabyte*gmail
+# Contributor: Thomas Dziedzic
+
+pkgname=python2-gasp
+pkgver=0.3.4
+pkgrel=2
+pkgdesc=Procedural API for beginning programmers built on the PyCairo library
+arch=('any')
+url=https://launchpad.net/gasp-core;
+license=('GPL3')
+depends=('pygtk')
+makedepends=('python2-distribute')
+source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
+
+package() {
+  cd ${srcdir}/${pkgname#python2-}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
+}
+
+md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 10:50:43
  Author: fyan
Revision: 114846

upgpkg: ucl 1.03-6

mtree rebuild

Modified:
  ucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 08:46:30 UTC (rev 114845)
+++ PKGBUILD2014-07-04 08:50:43 UTC (rev 114846)
@@ -6,7 +6,7 @@
 
 pkgname=ucl
 pkgver=1.03
-pkgrel=5
+pkgrel=6
 pkgdesc=Portable lossless data compression library written in ANSI C
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:01:31
  Author: fyan
Revision: 114847

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 08:50:43 UTC (rev 114846)
+++ community-i686/PKGBUILD 2014-07-04 09:01:31 UTC (rev 114847)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: arjan ar...@archlinux.org
-# Previous Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ucl
-pkgver=1.03
-pkgrel=5
-pkgdesc=Portable lossless data compression library written in ANSI C
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.oberhumer.com/opensource/ucl/;
-source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('852bd691d8abc75b52053465846fba34')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ucl/repos/community-i686/PKGBUILD (from rev 114846, ucl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:01:31 UTC (rev 114847)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: arjan ar...@archlinux.org
+# Previous Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ucl
+pkgver=1.03
+pkgrel=6
+pkgdesc=Portable lossless data compression library written in ANSI C
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.oberhumer.com/opensource/ucl/;
+source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('852bd691d8abc75b52053465846fba34')
+
+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-07-04 08:50:43 UTC (rev 114846)
+++ community-x86_64/PKGBUILD   2014-07-04 09:01:31 UTC (rev 114847)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: arjan ar...@archlinux.org
-# Previous Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ucl
-pkgver=1.03
-pkgrel=5
-pkgdesc=Portable lossless data compression library written in ANSI C
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.oberhumer.com/opensource/ucl/;
-source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('852bd691d8abc75b52053465846fba34')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ucl/repos/community-x86_64/PKGBUILD (from rev 114846, 
ucl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 09:01:31 UTC (rev 114847)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: arjan ar...@archlinux.org
+# Previous Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ucl
+pkgver=1.03
+pkgrel=6
+pkgdesc=Portable lossless data compression library written in ANSI C
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.oberhumer.com/opensource/ucl/;
+source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('852bd691d8abc75b52053465846fba34')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:06:47
  Author: fyan
Revision: 114848

upgpkg: vim-jad 1.3-4

mtree rebuild

Modified:
  vim-jad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:01:31 UTC (rev 114847)
+++ PKGBUILD2014-07-04 09:06:47 UTC (rev 114848)
@@ -4,7 +4,7 @@
 
 pkgname=vim-jad
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Automatically decompiles java class files and displays java code'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=446'



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:07:41
  Author: fyan
Revision: 114849

archrelease: copy trunk to community-any

Added:
  vim-jad/repos/community-any/LICENSE
(from rev 114848, vim-jad/trunk/LICENSE)
  vim-jad/repos/community-any/PKGBUILD
(from rev 114848, vim-jad/trunk/PKGBUILD)
  vim-jad/repos/community-any/vim-jad.install
(from rev 114848, vim-jad/trunk/vim-jad.install)
Deleted:
  vim-jad/repos/community-any/LICENSE
  vim-jad/repos/community-any/PKGBUILD
  vim-jad/repos/community-any/vim-jad.install

-+
 LICENSE |   16 
 PKGBUILD|   54 +++---
 vim-jad.install |   32 
 3 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-04 09:06:47 UTC (rev 114848)
+++ LICENSE 2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,8 +0,0 @@
-Copyright (C) 2002-2007 Yegappan Lakshmanan
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-taglist.vim is provided *as is* and comes with no warranty of any
-kind, either expressed or implied. In no event will the copyright
-holder be liable for any damamges resulting from the use of this
-software.

Copied: vim-jad/repos/community-any/LICENSE (from rev 114848, 
vim-jad/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-04 09:07:41 UTC (rev 114849)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+Permission is hereby granted to use and distribute this code,
+with or without modifications, provided that this copyright
+notice is copied with it. Like anything else that's free,
+taglist.vim is provided *as is* and comes with no warranty of any
+kind, either expressed or implied. In no event will the copyright
+holder be liable for any damamges resulting from the use of this
+software.

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 09:06:47 UTC (rev 114848)
+++ PKGBUILD2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Laszlo Papp djszapi @ gmail at com
-# Contributor: Dmitry ixaphire_at-gmail-dot+com 
-
-pkgname=vim-jad
-pkgver=1.3
-pkgrel=3
-pkgdesc='Automatically decompiles java class files and displays java code'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=446'
-license=('custom')
-depends=('vim' 'jad')
-groups=('vim-plugins')
-install=$pkgname.install
-source=($pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329;
-'LICENSE')
-sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
-'4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
-
-build() {
-  cd $srcdir
-
-  install -Dm644 $srcdir/$pkgname 
$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim
-  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-jad/repos/community-any/PKGBUILD (from rev 114848, 
vim-jad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 09:07:41 UTC (rev 114849)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Laszlo Papp djszapi @ gmail at com
+# Contributor: Dmitry ixaphire_at-gmail-dot+com 
+
+pkgname=vim-jad
+pkgver=1.3
+pkgrel=4
+pkgdesc='Automatically decompiles java class files and displays java code'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=446'
+license=('custom')
+depends=('vim' 'jad')
+groups=('vim-plugins')
+install=$pkgname.install
+source=($pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329;
+'LICENSE')
+sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
+'4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
+
+build() {
+  cd $srcdir
+
+  install -Dm644 $srcdir/$pkgname 
$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: vim-jad.install
===
--- vim-jad.install 2014-07-04 09:06:47 UTC (rev 114848)
+++ vim-jad.install 2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n 'Updating vim help tags...'
-  /usr/bin/vim --noplugins -u NONE -U NONE \
---cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 21
-  echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:10:23
  Author: fyan
Revision: 114850

upgpkg: vim-nerdtree 4.2.0-4

mtree rebuild

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:07:41 UTC (rev 114849)
+++ PKGBUILD2014-07-04 09:10:23 UTC (rev 114850)
@@ -8,7 +8,7 @@
 pkgname=vim-nerdtree
 pkgver=4.2.0
 _scriptid=17123
-pkgrel=3
+pkgrel=4
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1658'



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:11:35
  Author: fyan
Revision: 114851

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/COPYING
(from rev 114850, vim-nerdtree/trunk/COPYING)
  vim-nerdtree/repos/community-any/PKGBUILD
(from rev 114850, vim-nerdtree/trunk/PKGBUILD)
  vim-nerdtree/repos/community-any/vimdoc.install
(from rev 114850, vim-nerdtree/trunk/vimdoc.install)
Deleted:
  vim-nerdtree/repos/community-any/COPYING
  vim-nerdtree/repos/community-any/PKGBUILD
  vim-nerdtree/repos/community-any/vimdoc.install

+
 COPYING|   28 ++--
 PKGBUILD   |   75 +--
 vimdoc.install |   30 +++---
 3 files changed, 65 insertions(+), 68 deletions(-)

Deleted: COPYING
===
--- COPYING 2014-07-04 09:10:23 UTC (rev 114850)
+++ COPYING 2014-07-04 09:11:35 UTC (rev 114851)
@@ -1,14 +0,0 @@
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar s...@hocevar.net
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. You just DO WHAT THE FUCK YOU WANT TO.
-

Copied: vim-nerdtree/repos/community-any/COPYING (from rev 114850, 
vim-nerdtree/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2014-07-04 09:11:35 UTC (rev 114851)
@@ -0,0 +1,14 @@
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar s...@hocevar.net
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 09:10:23 UTC (rev 114850)
+++ PKGBUILD2014-07-04 09:11:35 UTC (rev 114851)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Kwpolska kwpol...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laszlo Papp djszapi @ gmail at com
-
-pkgname=vim-nerdtree
-pkgver=4.2.0
-_scriptid=17123
-pkgrel=3
-pkgdesc='A tree explorer plugin for navigating the filesystem'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1658'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install='vimdoc.install'
-source=(${pkgname}-${pkgver}.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid};
-'COPYING')
-md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
- '389a9e29629d1f05e115f8f05c283df5')
-
-package() {
-  install -d 
${pkgdir}/usr/share/vim/vimfiles/{doc,nerdtree_plugin,plugin,syntax}
-
-  install -m644 ${srcdir}/doc/NERD_tree.txt \
-${pkgdir}/usr/share/vim/vimfiles/doc/
-
-  install -m644 ${srcdir}/nerdtree_plugin/{exec_menuitem,fs_menu}.vim \
-${pkgdir}/usr/share/vim/vimfiles/nerdtree_plugin/
-
-  install -m644 ${srcdir}/plugin/NERD_tree.vim \
-${pkgdir}/usr/share/vim/vimfiles/plugin/
-
-  install -m644 ${srcdir}/syntax/nerdtree.vim \
-${pkgdir}/usr/share/vim/vimfiles/syntax/
-
-  install -D -m644 ${srcdir}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 114850, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 09:11:35 UTC (rev 114851)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Kwpolska kwpol...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laszlo Papp djszapi @ gmail at com
+
+pkgname=vim-nerdtree
+pkgver=4.2.0
+_scriptid=17123
+pkgrel=4
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1658'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+install='vimdoc.install'
+source=($pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
+'COPYING')
+md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
+ '389a9e29629d1f05e115f8f05c283df5')
+
+package() {
+  install -d \
+$pkgdir/usr/share/vim/vimfiles/{doc,nerdtree_plugin,plugin,syntax}
+  install -m644 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:14:26
  Author: fyan
Revision: 114852

upgpkg: agave 0.4.7-5

mtree rebuild

Modified:
  agave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:11:35 UTC (rev 114851)
+++ PKGBUILD2014-07-04 09:14:26 UTC (rev 114852)
@@ -6,7 +6,7 @@
 
 pkgname=agave
 pkgver=0.4.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Colorscheme designer tool for GNOME
 arch=('i686' 'x86_64')
 url=http://home.gna.org/colorscheme/;



[arch-commits] Commit in agave/repos (20 files)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:16:46
  Author: fyan
Revision: 114853

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

Added:
  agave/repos/community-i686/PKGBUILD
(from rev 114852, agave/trunk/PKGBUILD)
  agave/repos/community-i686/agave-0.4.7-mdv-fix-str-fmt.patch
(from rev 114852, agave/trunk/agave-0.4.7-mdv-fix-str-fmt.patch)
  agave/repos/community-i686/agave.install
(from rev 114852, agave/trunk/agave.install)
  agave/repos/community-i686/drop-libgnome.patch
(from rev 114852, agave/trunk/drop-libgnome.patch)
  agave/repos/community-i686/schemebox.patch
(from rev 114852, agave/trunk/schemebox.patch)
  agave/repos/community-x86_64/PKGBUILD
(from rev 114852, agave/trunk/PKGBUILD)
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
(from rev 114852, agave/trunk/agave-0.4.7-mdv-fix-str-fmt.patch)
  agave/repos/community-x86_64/agave.install
(from rev 114852, agave/trunk/agave.install)
  agave/repos/community-x86_64/drop-libgnome.patch
(from rev 114852, agave/trunk/drop-libgnome.patch)
  agave/repos/community-x86_64/schemebox.patch
(from rev 114852, agave/trunk/schemebox.patch)
Deleted:
  agave/repos/community-i686/PKGBUILD
  agave/repos/community-i686/agave-0.4.7-mdv-fix-str-fmt.patch
  agave/repos/community-i686/agave.install
  agave/repos/community-i686/drop-libgnome.patch
  agave/repos/community-i686/schemebox.patch
  agave/repos/community-x86_64/PKGBUILD
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
  agave/repos/community-x86_64/agave.install
  agave/repos/community-x86_64/drop-libgnome.patch
  agave/repos/community-x86_64/schemebox.patch

+
 /PKGBUILD  |  110 +++
 /agave-0.4.7-mdv-fix-str-fmt.patch |   24 +++
 /agave.install |   44 ++
 /drop-libgnome.patch   |  132 +++
 /schemebox.patch   |   22 +++
 community-i686/PKGBUILD|   42 --
 community-i686/agave-0.4.7-mdv-fix-str-fmt.patch   |   12 -
 community-i686/agave.install   |   22 ---
 community-i686/drop-libgnome.patch |   66 -
 community-i686/schemebox.patch |   11 -
 community-x86_64/PKGBUILD  |   42 --
 community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch |   12 -
 community-x86_64/agave.install |   22 ---
 community-x86_64/drop-libgnome.patch   |   66 -
 community-x86_64/schemebox.patch   |   11 -
 15 files changed, 332 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 09:14:26 UTC (rev 114852)
+++ community-i686/PKGBUILD 2014-07-04 09:16:46 UTC (rev 114853)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=agave
-pkgver=0.4.7
-pkgrel=4
-pkgdesc=Colorscheme designer tool for GNOME
-arch=('i686' 'x86_64')
-url=http://home.gna.org/colorscheme/;
-license=('GPL')
-depends=('libglademm' 'gconfmm' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'boost')
-install=$pkgname.install
-source=(http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2;
-agave-0.4.7-mdv-fix-str-fmt.patch
-schemebox.patch
-drop-libgnome.patch)
-md5sums=('93097881f28dcae1eca2800a763f77c3'
- 'd96ddfe751d8fd4d13a443b94fafb0b6'
- 'c41adfd52ecbf837f4338e67693640fc'
- '7419d23329f847dcde12baa467b52135')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/agave-0.4.7-mdv-fix-str-fmt.patch # Fedora patch
-  patch -Np1 -i $srcdir/schemebox.patch # gcs-schemebox patch
-  patch -Np1 -i $srcdir/drop-libgnome.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: agave/repos/community-i686/PKGBUILD (from rev 114852, 
agave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:16:46 UTC (rev 114853)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:17:15
  Author: fyan
Revision: 114854

upgpkg: buoh 0.8.2-7

mtree rebuild

Modified:
  buoh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:16:46 UTC (rev 114853)
+++ PKGBUILD2014-07-04 09:17:15 UTC (rev 114854)
@@ -5,7 +5,7 @@
 
 pkgname=buoh
 pkgver=0.8.2
-pkgrel=6
+pkgrel=7
 pkgdesc=Reader for online strips comics
 arch=('i686' 'x86_64')
 url=http://buoh.steve-o.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:18:50
  Author: fyan
Revision: 114855

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

Added:
  buoh/repos/community-i686/PKGBUILD
(from rev 114854, buoh/trunk/PKGBUILD)
  buoh/repos/community-i686/buoh-libsoup24.patch
(from rev 114854, buoh/trunk/buoh-libsoup24.patch)
  buoh/repos/community-i686/buoh.install
(from rev 114854, buoh/trunk/buoh.install)
  buoh/repos/community-x86_64/PKGBUILD
(from rev 114854, buoh/trunk/PKGBUILD)
  buoh/repos/community-x86_64/buoh-libsoup24.patch
(from rev 114854, buoh/trunk/buoh-libsoup24.patch)
  buoh/repos/community-x86_64/buoh.install
(from rev 114854, buoh/trunk/buoh.install)
Deleted:
  buoh/repos/community-i686/PKGBUILD
  buoh/repos/community-i686/buoh-libsoup24.patch
  buoh/repos/community-i686/buoh.install
  buoh/repos/community-x86_64/PKGBUILD
  buoh/repos/community-x86_64/buoh-libsoup24.patch
  buoh/repos/community-x86_64/buoh.install

---+
 /PKGBUILD |   82 ++
 /buoh-libsoup24.patch |  142 
 /buoh.install |   44 +
 community-i686/PKGBUILD   |   40 -
 community-i686/buoh-libsoup24.patch   |   71 
 community-i686/buoh.install   |   22 
 community-x86_64/PKGBUILD |   40 -
 community-x86_64/buoh-libsoup24.patch |   71 
 community-x86_64/buoh.install |   22 
 9 files changed, 268 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 09:17:15 UTC (rev 114854)
+++ community-i686/PKGBUILD 2014-07-04 09:18:50 UTC (rev 114855)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=buoh
-pkgver=0.8.2
-pkgrel=6
-pkgdesc=Reader for online strips comics
-arch=('i686' 'x86_64')
-url=http://buoh.steve-o.org/;
-license=('GPL')
-depends=('gtk2' 'libsoup=2.4.0' 'gconf' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!emptydirs')
-install=buoh.install
-source=(http://buoh.steve-o.org/downloads/$pkgname-$pkgver.tar.bz2;
-buoh-libsoup24.patch)
-md5sums=('50474a8712ad20ab36d8f8058a4647fb'
- 'c44f0e1828492a5d7d8efee764558fb4')
-sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5'
-  '012badf13e33818268b744e106bdcccfd8fc66ed')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1  ../buoh-libsoup24.patch
-  autoconf
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas 
--without-libgnomeui
-  make AM_CFLAGS=-lxml2
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: buoh/repos/community-i686/PKGBUILD (from rev 114854, 
buoh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:18:50 UTC (rev 114855)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=buoh
+pkgver=0.8.2
+pkgrel=7
+pkgdesc=Reader for online strips comics
+arch=('i686' 'x86_64')
+url=http://buoh.steve-o.org/;
+license=('GPL')
+depends=('gtk2' 'libsoup=2.4.0' 'gconf' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!emptydirs')
+install=buoh.install
+source=(http://buoh.steve-o.org/downloads/$pkgname-$pkgver.tar.bz2;
+buoh-libsoup24.patch)
+md5sums=('50474a8712ad20ab36d8f8058a4647fb'
+ 'c44f0e1828492a5d7d8efee764558fb4')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to libsoup 2.4
+  patch -p1  ../buoh-libsoup24.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas 
--without-libgnomeui
+  make AM_CFLAGS=-lxml2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/buoh-libsoup24.patch
===
--- community-i686/buoh-libsoup24.patch 2014-07-04 09:17:15 UTC (rev 114854)
+++ community-i686/buoh-libsoup24.patch 2014-07-04 09:18:50 UTC (rev 114855)
@@ -1,71 +0,0 @@
-diff -ur buoh-0.8.2.orig/configure.in buoh-0.8.2/configure.in
 buoh-0.8.2.orig/configure.in   2006-10-22 17:59:48.0 -0400
-+++ buoh-0.8.2/configure.in2008-01-30 13:39:23.0 -0500
-@@ -29,13 +29,13 @@
- 
- GLIB_REQUIRED=2.6.0
- 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:19:09
  Author: fyan
Revision: 114856

upgpkg: gnac 0.2.4.1-2

mtree rebuild

Modified:
  gnac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:18:50 UTC (rev 114855)
+++ PKGBUILD2014-07-04 09:19:09 UTC (rev 114856)
@@ -3,7 +3,7 @@
 
 pkgname=gnac
 pkgver=0.2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Audio converter for GNOME
 arch=('i686' 'x86_64')
 url=http://gnac.sourceforge.net/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:20:34
  Author: fyan
Revision: 114857

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

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

---+
 /PKGBUILD |   66 
 /gnac.install |   26 +++
 community-i686/PKGBUILD   |   33 
 community-i686/gnac.install   |   13 ---
 community-x86_64/PKGBUILD |   33 
 community-x86_64/gnac.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 09:19:09 UTC (rev 114856)
+++ community-i686/PKGBUILD 2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnac
-pkgver=0.2.4.1
-pkgrel=1
-pkgdesc=Audio converter for GNOME
-arch=('i686' 'x86_64')
-url=http://gnac.sourceforge.net/;
-license=('GPL')
-depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-'gstreamer0.10-bad-plugins: Extra media codecs'
-'gstreamer0.10-ugly-plugins: Extra media codecs'
-'gstreamer0.10-ffmpeg: Extra media codecs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gnac/repos/community-i686/PKGBUILD (from rev 114856, 
gnac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnac
+pkgver=0.2.4.1
+pkgrel=2
+pkgdesc=Audio converter for GNOME
+arch=('i686' 'x86_64')
+url=http://gnac.sourceforge.net/;
+license=('GPL')
+depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('14d86536a75bde9cbf4c5eaede8c4b2a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnac.install
===
--- community-i686/gnac.install 2014-07-04 09:19:09 UTC (rev 114856)
+++ community-i686/gnac.install 2014-07-04 09:20:34 UTC (rev 114857)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnac/repos/community-i686/gnac.install (from rev 114856, 
gnac/trunk/gnac.install)
===
--- community-i686/gnac.install (rev 0)
+++ community-i686/gnac.install 2014-07-04 09:20:34 UTC (rev 114857)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 09:19:09 UTC (rev 114856)
+++ community-x86_64/PKGBUILD   2014-07-04 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:22:22
  Author: fyan
Revision: 114858

upgpkg: gnome-subtitles 1.3-2

mtree rebuild

Modified:
  gnome-subtitles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:20:34 UTC (rev 114857)
+++ PKGBUILD2014-07-04 09:22:22 UTC (rev 114858)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-subtitles
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Video subtitle editor for GNOME
 arch=('i686' 'x86_64')
 url=http://gnomesubtitles.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:23:38
  Author: fyan
Revision: 114859

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

Added:
  gnome-subtitles/repos/community-i686/PKGBUILD
(from rev 114858, gnome-subtitles/trunk/PKGBUILD)
  gnome-subtitles/repos/community-i686/gnome-subtitles.install
(from rev 114858, gnome-subtitles/trunk/gnome-subtitles.install)
  gnome-subtitles/repos/community-x86_64/PKGBUILD
(from rev 114858, gnome-subtitles/trunk/PKGBUILD)
  gnome-subtitles/repos/community-x86_64/gnome-subtitles.install
(from rev 114858, gnome-subtitles/trunk/gnome-subtitles.install)
Deleted:
  gnome-subtitles/repos/community-i686/PKGBUILD
  gnome-subtitles/repos/community-i686/gnome-subtitles.install
  gnome-subtitles/repos/community-x86_64/PKGBUILD
  gnome-subtitles/repos/community-x86_64/gnome-subtitles.install

--+
 /PKGBUILD|   68 +
 /gnome-subtitles.install |   44 ++
 community-i686/PKGBUILD  |   34 --
 community-i686/gnome-subtitles.install   |   22 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/gnome-subtitles.install |   22 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 09:22:22 UTC (rev 114858)
+++ community-i686/PKGBUILD 2014-07-04 09:23:38 UTC (rev 114859)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-subtitles
-pkgver=1.3
-pkgrel=1
-pkgdesc=Video subtitle editor for GNOME
-arch=('i686' 'x86_64')
-url=http://gnomesubtitles.org/;
-license=('GPL')
-depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b0570134af6626d4e6c018c5f7774964')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gnome-subtitles/repos/community-i686/PKGBUILD (from rev 114858, 
gnome-subtitles/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:23:38 UTC (rev 114859)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-subtitles
+pkgver=1.3
+pkgrel=2
+pkgdesc=Video subtitle editor for GNOME
+arch=('i686' 'x86_64')
+url=http://gnomesubtitles.org/;
+license=('GPL')
+depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b0570134af6626d4e6c018c5f7774964')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/gnome-subtitles.install
===
--- community-i686/gnome-subtitles.install  2014-07-04 09:22:22 UTC (rev 
114858)
+++ community-i686/gnome-subtitles.install  2014-07-04 09:23:38 UTC (rev 
114859)
@@ -1,22 +0,0 @@
-pkgname=gnome-subtitles
-
-post_install() {
-  gconfpkg --install $pkgname
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: gnome-subtitles/repos/community-i686/gnome-subtitles.install (from rev 
114858, gnome-subtitles/trunk/gnome-subtitles.install)
===
--- community-i686/gnome-subtitles.install  (rev 0)
+++ community-i686/gnome-subtitles.install  2014-07-04 09:23:38 UTC 

[arch-commits] Commit in gnome-web-photo/trunk (PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:25:12
  Author: fyan
Revision: 114860

upgpkg: gnome-web-photo 0.10.6-2

mtree rebuild

Modified:
  gnome-web-photo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:23:38 UTC (rev 114859)
+++ PKGBUILD2014-07-04 09:25:12 UTC (rev 114860)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-web-photo
 pkgver=0.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Generate full-size image files and thumbnails from HTML files and web 
pages
 arch=('i686' 'x86_64')
 url=http://git.gnome.org/browse/gnome-web-photo/;



[arch-commits] Commit in gnome-web-photo/repos (4 files)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:26:41
  Author: fyan
Revision: 114861

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

Added:
  gnome-web-photo/repos/community-i686/PKGBUILD
(from rev 114860, gnome-web-photo/trunk/PKGBUILD)
  gnome-web-photo/repos/community-x86_64/PKGBUILD
(from rev 114860, gnome-web-photo/trunk/PKGBUILD)
Deleted:
  gnome-web-photo/repos/community-i686/PKGBUILD
  gnome-web-photo/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-07-04 09:25:12 UTC (rev 114860)
+++ community-i686/PKGBUILD 2014-07-04 09:26:41 UTC (rev 114861)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Phillip Smith fuka...@no-spam.gmail.com
-# Contributor: Adam a...@russ.co.il
-
-pkgname=gnome-web-photo
-pkgver=0.10.6
-pkgrel=1
-pkgdesc=Generate full-size image files and thumbnails from HTML files and web 
pages
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/gnome-web-photo/;
-license=('LGPL')
-depends=('libwebkit3')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1353fc1abe9fcd38b3e09c6282e43aeb0c306201a4df9e25d4834407ba2cbe7f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gnome-web-photo/repos/community-i686/PKGBUILD (from rev 114860, 
gnome-web-photo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:26:41 UTC (rev 114861)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# Contributor: Adam a...@russ.co.il
+
+pkgname=gnome-web-photo
+pkgver=0.10.6
+pkgrel=2
+pkgdesc=Generate full-size image files and thumbnails from HTML files and web 
pages
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/gnome-web-photo/;
+license=('LGPL')
+depends=('webkitgtk3')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1353fc1abe9fcd38b3e09c6282e43aeb0c306201a4df9e25d4834407ba2cbe7f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 09:25:12 UTC (rev 114860)
+++ community-x86_64/PKGBUILD   2014-07-04 09:26:41 UTC (rev 114861)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Phillip Smith fuka...@no-spam.gmail.com
-# Contributor: Adam a...@russ.co.il
-
-pkgname=gnome-web-photo
-pkgver=0.10.6
-pkgrel=1
-pkgdesc=Generate full-size image files and thumbnails from HTML files and web 
pages
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/gnome-web-photo/;
-license=('LGPL')
-depends=('libwebkit3')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1353fc1abe9fcd38b3e09c6282e43aeb0c306201a4df9e25d4834407ba2cbe7f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gnome-web-photo/repos/community-x86_64/PKGBUILD (from rev 114860, 
gnome-web-photo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 09:26:41 UTC (rev 114861)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# Contributor: Adam a...@russ.co.il
+
+pkgname=gnome-web-photo
+pkgver=0.10.6
+pkgrel=2
+pkgdesc=Generate full-size image files and thumbnails from HTML files and web 
pages
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/gnome-web-photo/;
+license=('LGPL')
+depends=('webkitgtk3')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1353fc1abe9fcd38b3e09c6282e43aeb0c306201a4df9e25d4834407ba2cbe7f')
+

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:30:53
  Author: fyan
Revision: 114862

upgpkg: keepnote 0.7.8-2

mtree rebuild

Modified:
  keepnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:26:41 UTC (rev 114861)
+++ PKGBUILD2014-07-04 09:30:53 UTC (rev 114862)
@@ -3,7 +3,7 @@
 
 pkgname=keepnote
 pkgver=0.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ note taking application
 arch=('any')
 url=http://keepnote.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:31:39
  Author: fyan
Revision: 114863

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   66 -
 keepnote.install |   22 -
 2 files changed, 46 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 09:30:53 UTC (rev 114862)
+++ PKGBUILD2014-07-04 09:31:39 UTC (rev 114863)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=keepnote
-pkgver=0.7.8
-pkgrel=1
-pkgdesc=GTK+ note taking application
-arch=('any')
-url=http://keepnote.org/;
-license=('GPL')
-depends=('pygtk' 'hicolor-icon-theme' 'xdg-utils')
-optdepends=('python2-gtkspell: spell shecking support')
-install=$pkgname.install
-source=(http://keepnote.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('c1e765bb8a07630f717d04117bc1dc58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' 
keepnote/tarfile.py
-
-  # Fix l10n support
-  rename '.UTF8' '' keepnote/rc/locale/*
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: keepnote/repos/community-any/PKGBUILD (from rev 114862, 
keepnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 09:31:39 UTC (rev 114863)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=keepnote
+pkgver=0.7.8
+pkgrel=2
+pkgdesc=GTK+ note taking application
+arch=('any')
+url=http://keepnote.org/;
+license=('GPL')
+depends=('pygtk' 'hicolor-icon-theme' 'xdg-utils')
+optdepends=('python2-gtkspell: spell shecking support')
+install=$pkgname.install
+source=(http://keepnote.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('c1e765bb8a07630f717d04117bc1dc58')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' 
keepnote/tarfile.py
+
+  # Fix l10n support
+  rename '.UTF8' '' keepnote/rc/locale/*
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: keepnote.install
===
--- keepnote.install2014-07-04 09:30:53 UTC (rev 114862)
+++ keepnote.install2014-07-04 09:31:39 UTC (rev 114863)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: keepnote/repos/community-any/keepnote.install (from rev 114862, 
keepnote/trunk/keepnote.install)
===
--- keepnote.install(rev 0)
+++ keepnote.install2014-07-04 09:31:39 UTC (rev 114863)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-07-04 Thread Sergej Pupykin
Date: Friday, July 4, 2014 @ 11:32:51
  Author: spupykin
Revision: 114864

fix permission denied

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:31:39 UTC (rev 114863)
+++ PKGBUILD2014-07-04 09:32:51 UTC (rev 114864)
@@ -19,7 +19,7 @@
 'bzip2: bz2 module'
 'tk: tk module')
 license=('custom:MIT')
-source=(hg+ssh://h...@bitbucket.org/pypy/pypy#revision=3cf384e)
+source=(hg+http://bitbucket.org/pypy/pypy#revision=3cf384e;)
 md5sums=('SKIP')
 
 build() {



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:36:50
  Author: fyan
Revision: 114865

upgpkg: iec16022 0.2.4-2

mtree rebuild

Modified:
  iec16022/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:32:51 UTC (rev 114864)
+++ PKGBUILD2014-07-04 09:36:50 UTC (rev 114865)
@@ -3,7 +3,7 @@
 
 pkgname=iec16022
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Produce 2D barcodes often also referenced as DataMatrix
 arch=('i686' 'x86_64')
 url=http://datenfreihafen.org/projects/iec16022.html;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 11:38:15
  Author: fyan
Revision: 114866

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 09:36:50 UTC (rev 114865)
+++ community-i686/PKGBUILD 2014-07-04 09:38:15 UTC (rev 114866)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=iec16022
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Produce 2D barcodes often also referenced as DataMatrix
-arch=('i686' 'x86_64')
-url=http://datenfreihafen.org/projects/iec16022.html;
-license=('GPL')
-depends=('popt' 'zlib')
-source=(http://datenfreihafen.org/~stefan/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9395108f1deaa2c4bd6d05a9e7c91431')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: iec16022/repos/community-i686/PKGBUILD (from rev 114865, 
iec16022/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 09:38:15 UTC (rev 114866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=iec16022
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=Produce 2D barcodes often also referenced as DataMatrix
+arch=('i686' 'x86_64')
+url=http://datenfreihafen.org/projects/iec16022.html;
+license=('GPL')
+depends=('popt' 'zlib')
+source=(http://datenfreihafen.org/~stefan/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9395108f1deaa2c4bd6d05a9e7c91431')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 09:36:50 UTC (rev 114865)
+++ community-x86_64/PKGBUILD   2014-07-04 09:38:15 UTC (rev 114866)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=iec16022
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Produce 2D barcodes often also referenced as DataMatrix
-arch=('i686' 'x86_64')
-url=http://datenfreihafen.org/projects/iec16022.html;
-license=('GPL')
-depends=('popt' 'zlib')
-source=(http://datenfreihafen.org/~stefan/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9395108f1deaa2c4bd6d05a9e7c91431')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: iec16022/repos/community-x86_64/PKGBUILD (from rev 114865, 
iec16022/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 09:38:15 UTC (rev 114866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=iec16022
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=Produce 2D barcodes often also referenced as DataMatrix
+arch=('i686' 'x86_64')
+url=http://datenfreihafen.org/projects/iec16022.html;
+license=('GPL')
+depends=('popt' 'zlib')
+source=(http://datenfreihafen.org/~stefan/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9395108f1deaa2c4bd6d05a9e7c91431')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



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

2014-07-04 Thread Jakob Gruber
Date: Friday, July 4, 2014 @ 12:54:24
  Author: schuay
Revision: 114867

abcde: FS#41073

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 09:38:15 UTC (rev 114866)
+++ PKGBUILD2014-07-04 10:54:24 UTC (rev 114867)
@@ -12,14 +12,16 @@
 url='http://code.google.com/p/abcde/'
 license=('GPL')
 depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('eject: Eject support'
-'cdparanoia: Paranoia ripping support'
+optdepends=('cdparanoia: Paranoia ripping support'
 'cdrkit: icedax ripping support'
-'lame: MP3 encoding support'
+'eject: Eject support'
 'flac: FLAC encoding support'
 'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
 'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support')
+'perl-webservice-musicbrainz: musicbrainz support'
+'vorbisgain: Ogg Vorbis normalization support')
 backup=(etc/${pkgname}.conf)
 source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz;
 'fix-mp3-tagging.patch'



[arch-commits] Commit in owncloud/trunk (PKGBUILD apache.example.conf)

2014-07-04 Thread Sergej Pupykin
Date: Friday, July 4, 2014 @ 13:04:38
  Author: spupykin
Revision: 114868

Modified:
  owncloud/trunk/PKGBUILD
  owncloud/trunk/apache.example.conf

-+
 PKGBUILD|2 +-
 apache.example.conf |   13 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 10:54:24 UTC (rev 114867)
+++ PKGBUILD2014-07-04 11:04:38 UTC (rev 114868)
@@ -28,7 +28,7 @@
 backup=('etc/webapps/owncloud/apache.example.conf')
 md5sums=('0a92cf5971e9c9c58e40219b385bd8f4'
  'SKIP'
- '02d29d2dbb6943c63b102c32c3bfcd77'
+ '64c6edf88bcbb37d063e4bf77b39237f'
  '35815f95b015d0bfeebf5bbfb5271cc2')
 
 prepare() {

Modified: apache.example.conf
===
--- apache.example.conf 2014-07-04 10:54:24 UTC (rev 114867)
+++ apache.example.conf 2014-07-04 11:04:38 UTC (rev 114868)
@@ -1,13 +1,14 @@
 IfModule mod_alias.c
-Alias /owncloud /usr/share/webapps/owncloud/
+Alias /owncloud /usr/share/webapps/owncloud/
 /IfModule
+
 Directory /usr/share/webapps/owncloud/
-   Options FollowSymlinks
-   Order allow,deny
-   AllowOverride all
-   allow from all
-   php_admin_value open_basedir 
/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud
+Options FollowSymlinks
+AllowOverride all
+Require all granted
+php_admin_value open_basedir 
/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud
 /Directory
+
 VirtualHost *:80
 ServerAdmin f...@foofarm.com
 DocumentRoot /usr/share/webapps/owncloud



[arch-commits] Commit in filesystem/trunk (PKGBUILD filesystem.install group gshadow)

2014-07-04 Thread Dave Reisner
Date: Friday, July 4, 2014 @ 14:53:51
  Author: dreisner
Revision: 216484

upgpkg: filesystem 2014.07-1

- move /etc/os-release to /usr/lib/os-release
- sync group with gshadow (FS#40953)
- add input group

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/group
  filesystem/trunk/gshadow

+
 PKGBUILD   |   11 ++-
 filesystem.install |1 +
 group  |1 +
 gshadow|8 +++-
 4 files changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 08:28:51 UTC (rev 216483)
+++ PKGBUILD2014-07-04 12:53:51 UTC (rev 216484)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen t...@jklm.no
 
 pkgname=filesystem
-pkgver=2014.06
-pkgrel=2
+pkgver=2014.07
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
 'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 
'archlinux.7.txt'
 'locale.sh')
-md5sums=('89adbc553847ba96b3437234dc224f9d'
+md5sums=('d46cb1adf8175888cc827a3dad8857d2'
  '7813c481156f6b280a3ba91fc6236368'
  '9e4533df61f0c82d6b2e2371f7376282'
  '4c4540eeb748bf1f71d631b8c1dcf0b3'
@@ -34,7 +34,7 @@
  'b16a4674ccf3a932ff34c6c8393a4f33'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- 'f45389e116ab0b9e9968287617d27c7d'
+ '09bce9236c3729d31aaa528bcf5d198e'
  '0b6f835598c7640184e476057b3c7722'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'
@@ -63,7 +63,7 @@
 
# setup /etc
install -d etc/{ld.so.conf.d,skel,profile.d}
-   for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf os-release passwd resolv.conf securetty shells profile; do
+   for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf passwd resolv.conf securetty shells profile; do
install -m644 ${srcdir}/${f} etc/
done
ln -s /proc/self/mounts etc/mtab
@@ -73,6 +73,7 @@
touch etc/arch-release
install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
usr/lib/modprobe.d/usb-load-ehci-first.conf
install -m755 ${srcdir}/locale.sh etc/profile.d/locale.sh
+   install -Dm644 $srcdir/os-release $pkgdir/usr/lib/os-release
 
# setup /var
for d in cache/man local opt log/old lib/misc empty; do

Modified: filesystem.install
===
--- filesystem.install  2014-07-04 08:28:51 UTC (rev 216483)
+++ filesystem.install  2014-07-04 12:53:51 UTC (rev 216484)
@@ -33,6 +33,7 @@
_adduser uuidd-u 68 -d / -g uuidd -s /usr/bin/nologin
_addgroup dbus-g 81
_adduser dbus -u 81 -d / -g dbus -s /usr/bin/nologin
+   _addgroup input   -g 97
_addgroup systemd-journal -g 190
_addgroup systemd-journal-gateway -g 191
_adduser systemd-journal-gateway -u 191 -g 191 -d / -s /usr/bin/nologin

Modified: group
===
--- group   2014-07-04 08:28:51 UTC (rev 216483)
+++ group   2014-07-04 12:53:51 UTC (rev 216484)
@@ -29,6 +29,7 @@
 floppy:x:94:
 storage:x:95:
 scanner:x:96:
+input:x:97:
 power:x:98:
 nobody:x:99:
 users:x:100:

Modified: gshadow
===
--- gshadow 2014-07-04 08:28:51 UTC (rev 216483)
+++ gshadow 2014-07-04 12:53:51 UTC (rev 216484)
@@ -29,7 +29,13 @@
 floppy:x::
 storage:x::
 scanner:x::
+input:x::
 power:x::
 nobody:::
 users:::
-systemd-journal:x::
+systemd-journal:::
+systemd-journal-gateway:::
+systemd-timesync:::
+systemd-network:::
+systemd-bus-proxy:::
+systemd-resolve:::



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

2014-07-04 Thread Florian Pritz
Date: Friday, July 4, 2014 @ 14:55:06
  Author: bluewind
Revision: 114869

upgpkg: perl-rename 1.9-1

upstream update

Modified:
  perl-rename/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 11:04:38 UTC (rev 114868)
+++ PKGBUILD2014-07-04 12:55:06 UTC (rev 114869)
@@ -2,8 +2,8 @@
 # Maintainer: Florian Pritz f...@xinu.at
 
 pkgname=perl-rename
-pkgver=1.8
-pkgrel=3
+pkgver=1.9
+pkgrel=1
 pkgdesc=Renames multiple files using Perl regular expressions.
 arch=(any)
 url=http://search.cpan.org/~pederst/rename/;
@@ -11,7 +11,7 @@
 depends=(perl)
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/P/PE/PEDERST/rename-$pkgver.tar.gz)
-md5sums=('5e78d1ebce74b09de81bd451176c7f83')
+md5sums=('16df2adde955a6867701564e3d7c6a52')
 
 build() {
 cd $srcdir/rename-$pkgver



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

2014-07-04 Thread Florian Pritz
Date: Friday, July 4, 2014 @ 14:55:13
  Author: bluewind
Revision: 114870

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 12:55:06 UTC (rev 114869)
+++ PKGBUILD2014-07-04 12:55:13 UTC (rev 114870)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-
-pkgname=perl-rename
-pkgver=1.8
-pkgrel=3
-pkgdesc=Renames multiple files using Perl regular expressions.
-arch=(any)
-url=http://search.cpan.org/~pederst/rename/;
-license=('unknown')
-depends=(perl)
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PEDERST/rename-$pkgver.tar.gz)
-md5sums=('5e78d1ebce74b09de81bd451176c7f83')
-
-build() {
-cd $srcdir/rename-$pkgver
-
-perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
-make
-}
-
-package() {
-cd $srcdir/rename-$pkgver
-
-make DESTDIR=$pkgdir/ install
-install -d $pkgdir/usr/bin/
-ln -s vendor_perl/rename $pkgdir/usr/bin/perl-rename
-ln -s /usr/share/man/man1/rename.1p.gz 
$pkgdir/usr/share/man/man1/perl-rename.1p.gz
-}

Copied: perl-rename/repos/community-any/PKGBUILD (from rev 114869, 
perl-rename/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 12:55:13 UTC (rev 114870)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+
+pkgname=perl-rename
+pkgver=1.9
+pkgrel=1
+pkgdesc=Renames multiple files using Perl regular expressions.
+arch=(any)
+url=http://search.cpan.org/~pederst/rename/;
+license=('unknown')
+depends=(perl)
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PEDERST/rename-$pkgver.tar.gz)
+md5sums=('16df2adde955a6867701564e3d7c6a52')
+
+build() {
+cd $srcdir/rename-$pkgver
+
+perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
+make
+}
+
+package() {
+cd $srcdir/rename-$pkgver
+
+make DESTDIR=$pkgdir/ install
+install -d $pkgdir/usr/bin/
+ln -s vendor_perl/rename $pkgdir/usr/bin/perl-rename
+ln -s /usr/share/man/man1/rename.1p.gz 
$pkgdir/usr/share/man/man1/perl-rename.1p.gz
+}



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

2014-07-04 Thread Dave Reisner
Date: Friday, July 4, 2014 @ 15:00:58
  Author: dreisner
Revision: 216486

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

Added:
  filesystem/repos/testing-i686/
  filesystem/repos/testing-i686/PKGBUILD
(from rev 216484, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/archlinux.7.txt
(from rev 216484, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-i686/crypttab
(from rev 216484, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/filesystem.install
(from rev 216484, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-i686/fstab
(from rev 216484, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 216484, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 216484, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 216484, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 216484, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 216484, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 216484, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 216484, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/modprobe.d.usb-load-ehci-first
(from rev 216484, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-i686/motd
(from rev 216484, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 216485, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 216485, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 216485, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 216485, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 216485, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 216485, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 216485, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 216485, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 216485, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.7.txt
(from rev 216485, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-x86_64/crypttab
(from rev 216485, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/filesystem.install
(from rev 216485, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-x86_64/fstab
(from rev 216485, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 216485, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 216485, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 216485, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 216485, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 216485, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 216485, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 216485, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
(from rev 216485, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-x86_64/motd
(from rev 216485, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 216485, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 216485, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 216485, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 216485, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 216485, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 216485, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 216485, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 216485, filesystem/trunk/shells)

---+
 testing-i686/PKGBUILD |  127 
 testing-i686/archlinux.7.txt  |   90 +
 testing-i686/crypttab |   17 +++
 testing-i686/filesystem.install   |   68 
 testing-i686/fstab|4 
 testing-i686/group|   41 +++
 testing-i686/gshadow  |   41 +++
 testing-i686/host.conf|8 +
 testing-i686/hosts|9 +
 testing-i686/issue

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

2014-07-04 Thread Dave Reisner
Date: Friday, July 4, 2014 @ 15:14:12
  Author: dreisner
Revision: 216487

add lint check to avoid a whole class of bugs

Modified:
  filesystem/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 29 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 13:00:58 UTC (rev 216486)
+++ PKGBUILD2014-07-04 13:14:12 UTC (rev 216487)
@@ -34,14 +34,42 @@
  'b16a4674ccf3a932ff34c6c8393a4f33'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- '09bce9236c3729d31aaa528bcf5d198e'
+ '820c520d7d1d26dffa1dce02f728bb1e'
  '0b6f835598c7640184e476057b3c7722'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'
  '4fab2b798deff348e04f05152111aae0')
 
+lint() {
+   # ensure that passwd is sync'd to shadow and group is sync'd to gshadow.
+   local r=0
+
+   local passwd shadow group gshadow
+
+   for f in passwd shadow group gshadow; do
+   mapfile -t $f  (cut -d: -f1 $f | sort)
+   done
+
+   # we can cheat and do simple string comparison only because we can make 
some
+   # assumptions about the data in these files
+   if [[ ${passwd[*]} != ${shadow[*]} ]]; then
+   error 'passwd is not in sync with shadow!'
+   r=1
+   fi
+
+   if [[ ${group[*]} != ${gshadow[*]} ]]; then
+   error 'group is not in sync with gshadow!'
+   r=1
+   fi
+
+   return $r
+}
+
 build() {
cd ${srcdir}
+
+   lint
+
a2x -d manpage -f manpage archlinux.7.txt
 }
 



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 15:21:00
  Author: fyan
Revision: 216488

upgpkg: python-logilab-common 0.62.0-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 13:14:12 UTC (rev 216487)
+++ PKGBUILD2014-07-04 13:21:00 UTC (rev 216488)
@@ -1,19 +1,20 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.61.0
-pkgrel=2
+pkgver=0.62.0
+pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
 url=http://www.logilab.org/project/logilab-common;
 license=('LGPL')
 makedepends=('python2' 'python')
-source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
-sha1sums=('700c87f45133a8a20e1ac815f197cc1a5a408e27')
+source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('430262fdbe104d336da2294511ae3646f73129d3')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in python-logilab-common/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 15:21:49
  Author: fyan
Revision: 216489

archrelease: copy trunk to extra-any

Added:
  python-logilab-common/repos/extra-any/PKGBUILD
(from rev 216488, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 13:21:00 UTC (rev 216488)
+++ PKGBUILD2014-07-04 13:21:49 UTC (rev 216489)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=python-logilab-common
-pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.61.0
-pkgrel=2
-pkgdesc=Useful miscellaneous modules used by Logilab projects
-arch=('any')
-url=http://www.logilab.org/project/logilab-common;
-license=('LGPL')
-makedepends=('python2' 'python')
-source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
-sha1sums=('700c87f45133a8a20e1ac815f197cc1a5a408e27')
-
-build() {
-  cd ${srcdir}
-
-  cp -a logilab-common-${pkgver}{,-py3}
-
-  cd logilab-common-${pkgver}
-  python2 setup.py build
-
-  cd ../logilab-common-${pkgver}-py3
-  python3 setup.py build
-}
-
-package_python2-logilab-common() {
-  depends=('python2')
-  cd ${srcdir}/logilab-common-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  mv ${pkgdir}/usr/bin/pytest{,2}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}
-
-package_python-logilab-common() {
-  depends=('python')
-  cd ${srcdir}/logilab-common-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}

Copied: python-logilab-common/repos/extra-any/PKGBUILD (from rev 216488, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 13:21:49 UTC (rev 216489)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=0.62.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('430262fdbe104d336da2294511ae3646f73129d3')
+
+build() {
+  cd ${srcdir}
+
+  cp -a logilab-common-${pkgver}{,-py3}
+
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2014-07-04 Thread Dave Reisner
Date: Friday, July 4, 2014 @ 15:52:03
  Author: dreisner
Revision: 216490

upgpkg: systemd 215-1

- backport fix for tracking of networkd-added addresses

Added:
  systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch
Modified:
  systemd/trunk/PKGBUILD

---+
 0001-networkd-properly-track-addresses-when-first-added.patch |  104 ++
 PKGBUILD  |   18 +
 2 files changed, 117 insertions(+), 5 deletions(-)

Added: 0001-networkd-properly-track-addresses-when-first-added.patch
===
--- 0001-networkd-properly-track-addresses-when-first-added.patch   
(rev 0)
+++ 0001-networkd-properly-track-addresses-when-first-added.patch   
2014-07-04 13:52:03 UTC (rev 216490)
@@ -0,0 +1,104 @@
+From 4958aee4977f325be19f0e1e4b424922c3cada5f Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Thu, 3 Jul 2014 22:47:51 +0200
+Subject: [PATCH] networkd: properly track addresses when first added
+
+When doing a NEWADDR, the reply we get back is the NEWADDR itself, rather
+than just an empty ack (unlike how NEWLINK works). For this reason, the
+process that did the NEWADDR does not get the broadcast message.
+
+We were only listening for broadcast messages, and hence not tracking the
+addresses we added ourselves. This went unnoticed as the kernel will usually
+send NEWADDR messages from time to time anyway, so things would mostly work,
+but in the worst case we would not notice that a routable address was available
+and consider ourselves offline.
+---
+ src/network/networkd-link.c | 54 +
+ 1 file changed, 30 insertions(+), 24 deletions(-)
+
+diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
+index 961c1ab..6257372 100644
+--- a/src/network/networkd-link.c
 b/src/network/networkd-link.c
+@@ -599,10 +599,35 @@ static int route_drop_handler(sd_rtnl *rtnl, 
sd_rtnl_message *m, void *userdata)
+ return 0;
+ }
+ 
++static int link_get_address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void 
*userdata) {
++_cleanup_link_unref_ Link *link = userdata;
++int r;
++
++assert(rtnl);
++assert(m);
++assert(link);
++assert(link-manager);
++
++for (; m; m = sd_rtnl_message_next(m)) {
++r = sd_rtnl_message_get_errno(m);
++if (r  0) {
++log_debug_link(link, getting address failed: %s, 
strerror(-r));
++continue;
++}
++
++r = link_rtnl_process_address(rtnl, m, link-manager);
++if (r  0)
++log_warning_link(link, could not process address: 
%s, strerror(-r));
++}
++
++return 1;
++}
++
+ static int address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) 
{
+ _cleanup_link_unref_ Link *link = userdata;
+ int r;
+ 
++assert(rtnl);
+ assert(m);
+ assert(link);
+ assert(link-ifname);
+@@ -623,6 +648,11 @@ static int address_handler(sd_rtnl *rtnl, sd_rtnl_message 
*m, void *userdata) {
+ link-ifname, strerror(-r),
+ ERRNO=%d, -r,
+ NULL);
++if (r = 0) {
++/* calling handler directly so take a ref */
++link_ref(link);
++link_get_address_handler(rtnl, m, link);
++}
+ 
+ if (link-addr_messages == 0) {
+ log_debug_link(link, addresses set);
+@@ -2233,30 +2263,6 @@ int link_rtnl_process_address(sd_rtnl *rtnl, 
sd_rtnl_message *message, void *use
+ return 1;
+ }
+ 
+-static int link_get_address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void 
*userdata) {
+-_cleanup_link_unref_ Link *link = userdata;
+-int r;
+-
+-assert(rtnl);
+-assert(m);
+-assert(link);
+-assert(link-manager);
+-
+-for (; m; m = sd_rtnl_message_next(m)) {
+-r = sd_rtnl_message_get_errno(m);
+-if (r  0) {
+-log_debug_link(link, getting address failed: %s, 
strerror(-r));
+-continue;
+-}
+-
+-r = link_rtnl_process_address(rtnl, m, link-manager);
+-if (r  0)
+-log_warning_link(link, could not process address: 
%s, strerror(-r));
+-}
+-
+-return 1;
+-}
+-
+ int link_add(Manager *m, sd_rtnl_message *message, Link **ret) {
+ Link *link;
+ _cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL;
+-- 
+2.0.1
+

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 13:21:49 UTC (rev 216489)
+++ PKGBUILD2014-07-04 

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

2014-07-04 Thread Dave Reisner
Date: Friday, July 4, 2014 @ 15:52:42
  Author: dreisner
Revision: 216491

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216490, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 216490, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 216490, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 216490, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 216490, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 216490, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216490, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 216490, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 216490, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 216490, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 216490, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 216490, systemd/trunk/systemd.install)

--+
 testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch   | 
 104 +
 testing-i686/PKGBUILD| 
 163 +
 testing-i686/initcpio-hook-udev  | 
  22 +
 testing-i686/initcpio-install-systemd| 
 160 +
 testing-i686/initcpio-install-udev   | 
  29 +
 testing-i686/systemd.install | 
 174 ++
 testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch | 
 104 +
 testing-x86_64/PKGBUILD  | 
 163 +
 testing-x86_64/initcpio-hook-udev| 
  22 +
 testing-x86_64/initcpio-install-systemd  | 
 160 +
 testing-x86_64/initcpio-install-udev | 
  29 +
 testing-x86_64/systemd.install   | 
 174 ++
 12 files changed, 1304 insertions(+)

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


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

2014-07-04 Thread Andrea Scarpino
Date: Friday, July 4, 2014 @ 16:33:44
  Author: andrea
Revision: 216492

upgpkg: pyqt4 4.11.1-1

Upstream release

Modified:
  pyqt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 13:52:42 UTC (rev 216491)
+++ PKGBUILD2014-07-04 14:33:44 UTC (rev 216492)
@@ -5,8 +5,8 @@
 
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.11
-pkgrel=2
+pkgver=4.11.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')
@@ -13,7 +13,7 @@
 makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
  'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
 source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('8b991f95fec9582cdcc1bf1f4ac02406')
+md5sums=('9d0203c46ad8c838abd5d33b814ca659')
 
 build() {
   cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}



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

2014-07-04 Thread Andrea Scarpino
Date: Friday, July 4, 2014 @ 16:34:08
  Author: andrea
Revision: 216494

upgpkg: pyqt5 5.3.1-1

Upstream release

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 14:33:54 UTC (rev 216493)
+++ PKGBUILD2014-07-04 14:34:08 UTC (rev 216494)
@@ -7,7 +7,7 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.3
+pkgver=5.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -16,7 +16,7 @@
  'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
  'qt5-svg' 'qt5-serialport')
 
source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('1e00c13e3627a3568d7f7dbc608c6525')
+md5sums=('c24b1a4040292fcfdbf128a9a5a38e66')
 
 build() {
   cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}



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

2014-07-04 Thread Andrea Scarpino
Date: Friday, July 4, 2014 @ 16:33:54
  Author: andrea
Revision: 216493

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-04 14:33:44 UTC (rev 216492)
+++ extra-i686/PKGBUILD 2014-07-04 14:33:54 UTC (rev 216493)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt4
-pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.11
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/pyqt/intro'
-license=('GPL')
-makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
- 'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('8b991f95fec9582cdcc1bf1f4ac02406')
-
-build() {
-  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
-
-  cd PyQt-x11-gpl-${pkgver}
-  python configure-ng.py \
---confirm-license \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-x11-gpl-${pkgver}
-  python2 configure-ng.py \
---confirm-license \
--v /usr/share/sip \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt4-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt4 and python2-pyqt4
-  depends=('qt4')
-  replaces=('pyqt-common')
-  conflicts=('pyqt-common')
-  provides=(pyqt-common=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python-pyqt4(){
-  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('pyqt')
-  conflicts=('pyqt')
-  provides=(pyqt=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python2-pyqt4(){
-  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('python2-pyqt')
-  conflicts=('python2-pyqt')
-  provides=(python2-pyqt=${pkgver})
-
-  cd Py2Qt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt4
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic4
-
-  # Provided by python-pyqt4
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/lib/qt4/plugins/designer/libpyqt4.so
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}

Copied: pyqt4/repos/extra-i686/PKGBUILD (from rev 216492, pyqt4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-04 14:33:54 UTC (rev 216493)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt4
+pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
+pkgver=4.11.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/pyqt/intro'
+license=('GPL')

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

2014-07-04 Thread Andrea Scarpino
Date: Friday, July 4, 2014 @ 16:34:16
  Author: andrea
Revision: 216495

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-04 14:34:08 UTC (rev 216494)
+++ extra-i686/PKGBUILD 2014-07-04 14:34:16 UTC (rev 216495)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt5
-pkgname=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
- 'qt5-svg' 'qt5-serialport')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('1e00c13e3627a3568d7f7dbc608c6525')
-
-build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
-
-  cd PyQt-gpl-${pkgver}
-  python3 configure.py \
---confirm-license \
--v /usr/share/sip/PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip/Py2-PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt5.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python-pyqt5(){
-  pkgdesc=A set of Python 3.x bindings for the Qt5 toolkit
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc=A set of Python 2.x bindings for the Qt5 toolkit
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt5
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic5
-
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm ${pkgdir}/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 216494, pyqt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-04 

[arch-commits] Commit in lxde-icon-theme/trunk (PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:11:13
  Author: fyan
Revision: 114871

upgpkg: lxde-icon-theme 0.5.0-2

mtree rebuild

Modified:
  lxde-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 12:55:13 UTC (rev 114870)
+++ PKGBUILD2014-07-04 15:11:13 UTC (rev 114871)
@@ -5,7 +5,7 @@
 
 pkgname=lxde-icon-theme
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=LXDE default icon theme based on nuoveXT2
 arch=('any')
 url=http://lxde.org;



[arch-commits] Commit in lxde-icon-theme/repos/community-any (4 files)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:11:57
  Author: fyan
Revision: 114872

archrelease: copy trunk to community-any

Added:
  lxde-icon-theme/repos/community-any/PKGBUILD
(from rev 114871, lxde-icon-theme/trunk/PKGBUILD)
  lxde-icon-theme/repos/community-any/lxde-icon-theme.install
(from rev 114871, lxde-icon-theme/trunk/lxde-icon-theme.install)
Deleted:
  lxde-icon-theme/repos/community-any/PKGBUILD
  lxde-icon-theme/repos/community-any/lxde-icon-theme.install

-+
 PKGBUILD|   55 +++---
 lxde-icon-theme.install |   22 +-
 2 files changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:11:13 UTC (rev 114871)
+++ PKGBUILD2014-07-04 15:11:57 UTC (rev 114872)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxde-icon-theme
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=LXDE default default icon theme based on nuoveXT2
-url=http://lxde.org;
-groups=('lxde')
-depends=('gtk-update-icon-cache')
-license=('GPL')
-arch=(any)
-install=lxde-icon-theme.install
-source=(http://ftp.de.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
-md5sums=('97b146c1843c5cd937102f4e14d24cb4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxde-icon-theme/repos/community-any/PKGBUILD (from rev 114871, 
lxde-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:11:57 UTC (rev 114872)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxde-icon-theme
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=LXDE default icon theme based on nuoveXT2
+arch=('any')
+url=http://lxde.org;
+license=('GPL')
+groups=('lxde')
+depends=('gtk-update-icon-cache')
+install=lxde-icon-theme.install
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.bz2)
+md5sums=('346e1aecf805892b106b4d4b0f26e5cc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: lxde-icon-theme.install
===
--- lxde-icon-theme.install 2014-07-04 15:11:13 UTC (rev 114871)
+++ lxde-icon-theme.install 2014-07-04 15:11:57 UTC (rev 114872)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lxde-icon-theme/repos/community-any/lxde-icon-theme.install (from rev 
114871, lxde-icon-theme/trunk/lxde-icon-theme.install)
===
--- lxde-icon-theme.install (rev 0)
+++ lxde-icon-theme.install 2014-07-04 15:11:57 UTC (rev 114872)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:12:13
  Author: fyan
Revision: 114873

upgpkg: libcoverart 1.0.0-2

mtree rebuild

Modified:
  libcoverart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:11:57 UTC (rev 114872)
+++ PKGBUILD2014-07-04 15:12:13 UTC (rev 114873)
@@ -3,7 +3,7 @@
 
 pkgname=libcoverart
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
 arch=('i686' 'x86_64')
 url=http://musicbrainz.org/doc/libcoverart;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:13:34
  Author: fyan
Revision: 114874

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

Added:
  libcoverart/repos/community-i686/PKGBUILD
(from rev 114873, libcoverart/trunk/PKGBUILD)
  libcoverart/repos/community-x86_64/PKGBUILD
(from rev 114873, libcoverart/trunk/PKGBUILD)
Deleted:
  libcoverart/repos/community-i686/PKGBUILD
  libcoverart/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-07-04 15:12:13 UTC (rev 114873)
+++ community-i686/PKGBUILD 2014-07-04 15:13:34 UTC (rev 114874)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcoverart
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
-arch=('i686' 'x86_64')
-url=http://musicbrainz.org/doc/libcoverart;
-license=('LGPL')
-depends=('neon' 'jansson')
-makedepends=('cmake')
-source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6380056bb4bc1a69790e706b4d506f50')
-
-build() {
-  cd $srcdir/$pkgname-{PROJECT_VERSION}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-{PROJECT_VERSION}
-
-  make DESTDIR=$pkgdir install
-}

Copied: libcoverart/repos/community-i686/PKGBUILD (from rev 114873, 
libcoverart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:13:34 UTC (rev 114874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libcoverart;
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6380056bb4bc1a69790e706b4d506f50')
+
+build() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:12:13 UTC (rev 114873)
+++ community-x86_64/PKGBUILD   2014-07-04 15:13:34 UTC (rev 114874)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcoverart
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
-arch=('i686' 'x86_64')
-url=http://musicbrainz.org/doc/libcoverart;
-license=('LGPL')
-depends=('neon' 'jansson')
-makedepends=('cmake')
-source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6380056bb4bc1a69790e706b4d506f50')
-
-build() {
-  cd $srcdir/$pkgname-{PROJECT_VERSION}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-{PROJECT_VERSION}
-
-  make DESTDIR=$pkgdir install
-}

Copied: libcoverart/repos/community-x86_64/PKGBUILD (from rev 114873, 
libcoverart/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:13:34 UTC (rev 114874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libcoverart;
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6380056bb4bc1a69790e706b4d506f50')
+
+build() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  make DESTDIR=$pkgdir install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:15:41
  Author: fyan
Revision: 114876

archrelease: copy trunk to community-any

Added:
  nautilus-terminal/repos/community-any/PKGBUILD
(from rev 114875, nautilus-terminal/trunk/PKGBUILD)
Deleted:
  nautilus-terminal/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:15:19 UTC (rev 114875)
+++ PKGBUILD2014-07-04 15:15:41 UTC (rev 114876)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=nautilus-terminal
-pkgver=1.0
-pkgrel=3
-pkgdesc=An integrated terminal for Nautilus
-arch=('any')
-url=http://projects.flogisoft.com/nautilus-terminal/;
-license=('GPL')
-depends=('python2-nautilus' 'vte3' 'pyxdg')
-source=(http://projects.flogisoft.com/$pkgname/download/${pkgname}_${pkgver}_src.tar.gz)
-md5sums=('ba89ae9a4e5c632a03da7e342679ad94')
-
-build() {
-  cd $srcdir/${pkgname}_${pkgver}_src
-
-  sed -i 's|^#!/usr/bin/python$|#!/usr/bin/python2|' src/nautilus_terminal.py
-}
-
-package() {
-  cd $srcdir/${pkgname}_${pkgver}_src
-
-  ./install.sh --package $pkgdir
-
-  # Remove doc files
-  rm -r $pkgdir/usr/share/doc
-}

Copied: nautilus-terminal/repos/community-any/PKGBUILD (from rev 114875, 
nautilus-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:15:41 UTC (rev 114876)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=nautilus-terminal
+pkgver=1.0
+pkgrel=4
+pkgdesc=An integrated terminal for Nautilus
+arch=('any')
+url=http://projects.flogisoft.com/nautilus-terminal/;
+license=('GPL')
+depends=('python2-nautilus' 'vte3' 'python2-xdg')
+source=(http://projects.flogisoft.com/$pkgname/download/${pkgname}_${pkgver}_src.tar.gz)
+md5sums=('ba89ae9a4e5c632a03da7e342679ad94')
+
+prepare() {
+  cd $srcdir/${pkgname}_${pkgver}_src
+
+  sed -i 's|^#!/usr/bin/python$|#!/usr/bin/python2|' src/nautilus_terminal.py
+}
+
+package() {
+  cd $srcdir/${pkgname}_${pkgver}_src
+
+  ./install.sh --package $pkgdir
+
+  # Remove doc files
+  rm -r $pkgdir/usr/share/doc
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:15:19
  Author: fyan
Revision: 114875

upgpkg: nautilus-terminal 1.0-4

mtree rebuild

Modified:
  nautilus-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:13:34 UTC (rev 114874)
+++ PKGBUILD2014-07-04 15:15:19 UTC (rev 114875)
@@ -3,7 +3,7 @@
 
 pkgname=nautilus-terminal
 pkgver=1.0
-pkgrel=3
+pkgrel=4
 pkgdesc=An integrated terminal for Nautilus
 arch=('any')
 url=http://projects.flogisoft.com/nautilus-terminal/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:16:41
  Author: fyan
Revision: 114878

archrelease: copy trunk to community-any

Added:
  nini/repos/community-any/Nini.snk.txt
(from rev 114877, nini/trunk/Nini.snk.txt)
  nini/repos/community-any/PKGBUILD
(from rev 114877, nini/trunk/PKGBUILD)
  nini/repos/community-any/nini-1.1.pc
(from rev 114877, nini/trunk/nini-1.1.pc)
Deleted:
  nini/repos/community-any/Nini.snk.txt
  nini/repos/community-any/PKGBUILD
  nini/repos/community-any/nini-1.1.pc

--+
 Nini.snk.txt |   22 
 PKGBUILD |   74 -
 nini-1.1.pc  |   16 ++--
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: Nini.snk.txt
===
--- Nini.snk.txt2014-07-04 15:16:17 UTC (rev 114877)
+++ Nini.snk.txt2014-07-04 15:16:41 UTC (rev 114878)
@@ -1,11 +0,0 @@
-BwIkAABSU0EyAAQAABEAAAD5dUyPJSoJKMTfNgmE7wfSzS9ScvgS6hEVb8ciSmRWLbefCllR
-5yXB1BWodce6X4QOhEiLBh+vDjr9Sropnq5H3Sfn2HcXcK0QSD4KWPsLFh5y8kYvrmhgMhKrlohJ
-QnkOwuB+k4Kn/EfYVMpg1RHEybGj4NztSD0FlqU/rvOTrYt1SzI6P0RAOvR/BHUfdQ18Q2DN3zsd
-+o4bIjZOPvyiLN9rEzTR5BNdK0LVOAfV4NnQx0dqIM6EeUQFyDSw1r4LW5LeB+dW+Is1uW7wBN8z
-FGaUxf0PD8rWCcR0l7q+OsHV3UH+EWBvY8MzC8UqKlylB4k6XZrcjxWwia48f9jo00rQgCwDBxO0
-qzTHpK53N7lR/o0UeTSwx8nOkv+JZkBAQRZLoEX60uzkfQzCQf26xK56zdgnJfxrQ0Dkr3fvkS8u
-dFTyVQ9ozWPVXhs9CetdbFab/y+KBUSJE43tIJpGT7y9KXhOa9dcBOvyT8thLh3FrmQB3xfOAxDc
-LYMlFylcSliCp+VI0QH8H30XecksRw4MoFpJ1VzVLFPysRurRR4rOswcXjrx11nG+TFEe7ftg3CU
-Ws2GI59MZy3CLjhaoVaKpK/zmD+zvFjiYI8kZhy59ugDBZXrqNlxJ4MAub8zHnnVBiHqZyyybofK
-nLyMzi0Ju2js1QrTuoTkVHvhYfXuZuSfH09covYr+BBX6mlCBY2qbPNYjyNYDx8VYcWCVePapO8f
-WLIUAloWCAB2mbu5oK1fINnBEpcpaeSNhno=

Copied: nini/repos/community-any/Nini.snk.txt (from rev 114877, 
nini/trunk/Nini.snk.txt)
===
--- Nini.snk.txt(rev 0)
+++ Nini.snk.txt2014-07-04 15:16:41 UTC (rev 114878)
@@ -0,0 +1,11 @@
+BwIkAABSU0EyAAQAABEAAAD5dUyPJSoJKMTfNgmE7wfSzS9ScvgS6hEVb8ciSmRWLbefCllR
+5yXB1BWodce6X4QOhEiLBh+vDjr9Sropnq5H3Sfn2HcXcK0QSD4KWPsLFh5y8kYvrmhgMhKrlohJ
+QnkOwuB+k4Kn/EfYVMpg1RHEybGj4NztSD0FlqU/rvOTrYt1SzI6P0RAOvR/BHUfdQ18Q2DN3zsd
++o4bIjZOPvyiLN9rEzTR5BNdK0LVOAfV4NnQx0dqIM6EeUQFyDSw1r4LW5LeB+dW+Is1uW7wBN8z
+FGaUxf0PD8rWCcR0l7q+OsHV3UH+EWBvY8MzC8UqKlylB4k6XZrcjxWwia48f9jo00rQgCwDBxO0
+qzTHpK53N7lR/o0UeTSwx8nOkv+JZkBAQRZLoEX60uzkfQzCQf26xK56zdgnJfxrQ0Dkr3fvkS8u
+dFTyVQ9ozWPVXhs9CetdbFab/y+KBUSJE43tIJpGT7y9KXhOa9dcBOvyT8thLh3FrmQB3xfOAxDc
+LYMlFylcSliCp+VI0QH8H30XecksRw4MoFpJ1VzVLFPysRurRR4rOswcXjrx11nG+TFEe7ftg3CU
+Ws2GI59MZy3CLjhaoVaKpK/zmD+zvFjiYI8kZhy59ugDBZXrqNlxJ4MAub8zHnnVBiHqZyyybofK
+nLyMzi0Ju2js1QrTuoTkVHvhYfXuZuSfH09covYr+BBX6mlCBY2qbPNYjyNYDx8VYcWCVePapO8f
+WLIUAloWCAB2mbu5oK1fINnBEpcpaeSNhno=

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:16:17 UTC (rev 114877)
+++ PKGBUILD2014-07-04 15:16:41 UTC (rev 114878)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: MutantMonkey mutantmon...@gmail.com
-# Contributor: Madek gonzaloseg...@gmail.com
-
-pkgname=nini
-_pkgname=Nini
-pkgver=1.1.0
-pkgrel=4
-pkgdesc=An uncommonly powerful .NET configuration library designed to help 
build highly configurable applications quickly
-arch=('any')
-url=http://nini.sourceforge.net/;
-license=('MIT')
-depends=('mono')
-source=(http://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.zip
-$pkgname-1.1.pc 
-$_pkgname.snk.txt)
-md5sums=('63384f75fabd401cff1500f738d452f4'
- '6e2cabea421a72247d4f1cdf1ffac9b6'
- '1cfbb58985d299127dbb5a8de59a6ce5')
-
-build() {
-  cd $srcdir/$_pkgname
-
-  base64 -d ../$_pkgname.snk.txt$_pkgname.snk
-  gmcs -t:library -out:Bin/$_pkgname.dll -keyfile:$_pkgname.snk \
-   -r:System,System.Data,System.Xml \
-   Source/{AssemblyInfo,Config/*,/Ini/*,/Util/*}.cs
-}
-
-package() {
-  cd $srcdir/$_pkgname
-
-  gacutil -i Bin/$_pkgname.dll -package $_pkgname -root $pkgdir/usr/lib/
-  install -Dm644 $srcdir/$pkgname-1.1.pc 
$pkgdir/usr/lib/pkgconfig/$pkgname-1.1.pc
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: nini/repos/community-any/PKGBUILD (from rev 114877, nini/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:16:41 UTC (rev 114878)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: MutantMonkey mutantmon...@gmail.com
+# Contributor: Madek gonzaloseg...@gmail.com
+
+pkgname=nini
+_pkgname=Nini
+pkgver=1.1.0
+pkgrel=5
+pkgdesc=An uncommonly powerful .NET configuration library designed to help 
build highly configurable applications quickly
+arch=('any')
+url=http://nini.sourceforge.net/;
+license=('MIT')

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:16:17
  Author: fyan
Revision: 114877

upgpkg: nini 1.1.0-5

mtree rebuild

Modified:
  nini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:15:41 UTC (rev 114876)
+++ PKGBUILD2014-07-04 15:16:17 UTC (rev 114877)
@@ -6,7 +6,7 @@
 pkgname=nini
 _pkgname=Nini
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=An uncommonly powerful .NET configuration library designed to help 
build highly configurable applications quickly
 arch=('any')
 url=http://nini.sourceforge.net/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:18:09
  Author: fyan
Revision: 114879

upgpkg: poppler-sharp 0.0.3-2

mtree rebuild

Modified:
  poppler-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:16:41 UTC (rev 114878)
+++ PKGBUILD2014-07-04 15:18:09 UTC (rev 114879)
@@ -3,7 +3,7 @@
 
 pkgname=poppler-sharp
 pkgver=0.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=C Sharp bindings for Poppler
 arch=('any')
 url=https://github.com/jacintos/poppler-sharp;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:18:41
  Author: fyan
Revision: 114881

upgpkg: notify-osd 0.9.34-2

mtree rebuild

Modified:
  notify-osd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:18:29 UTC (rev 114880)
+++ PKGBUILD2014-07-04 15:18:41 UTC (rev 114881)
@@ -4,7 +4,7 @@
 
 pkgname=notify-osd
 pkgver=0.9.34
-pkgrel=1
+pkgrel=2
 pkgdesc=Canonical's on-screen-display notification agent, implementing the 
freedesktop.org Desktop Notifications Specification with semi-transparent 
click-through bubbles
 arch=('i686' 'x86_64')
 url=https://launchpad.net/notify-osd;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:18:29
  Author: fyan
Revision: 114880

archrelease: copy trunk to community-any

Added:
  poppler-sharp/repos/community-any/PKGBUILD
(from rev 114879, poppler-sharp/trunk/PKGBUILD)
Deleted:
  poppler-sharp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:18:09 UTC (rev 114879)
+++ PKGBUILD2014-07-04 15:18:29 UTC (rev 114880)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=poppler-sharp
-pkgver=0.0.3
-pkgrel=1
-pkgdesc=C Sharp bindings for Poppler
-arch=('any')
-url=https://github.com/jacintos/poppler-sharp;
-license=('GPL')
-depends=('gtk-sharp-2' 'poppler-glib')
-source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: poppler-sharp/repos/community-any/PKGBUILD (from rev 114879, 
poppler-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:18:29 UTC (rev 114880)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=poppler-sharp
+pkgver=0.0.3
+pkgrel=2
+pkgdesc=C Sharp bindings for Poppler
+arch=('any')
+url=https://github.com/jacintos/poppler-sharp;
+license=('GPL')
+depends=('gtk-sharp-2' 'poppler-glib')
+source=(https://github.com/downloads/jacintos/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:19:15
  Author: fyan
Revision: 114882

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

Added:
  notify-osd/repos/community-i686/PKGBUILD
(from rev 114881, notify-osd/trunk/PKGBUILD)
  notify-osd/repos/community-i686/notify-osd.install
(from rev 114881, notify-osd/trunk/notify-osd.install)
  notify-osd/repos/community-x86_64/PKGBUILD
(from rev 114881, notify-osd/trunk/PKGBUILD)
  notify-osd/repos/community-x86_64/notify-osd.install
(from rev 114881, notify-osd/trunk/notify-osd.install)
Deleted:
  notify-osd/repos/community-i686/PKGBUILD
  notify-osd/repos/community-i686/notify-osd.install
  notify-osd/repos/community-x86_64/PKGBUILD
  notify-osd/repos/community-x86_64/notify-osd.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:18:41 UTC (rev 114881)
+++ community-i686/PKGBUILD 2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Johannes Pfau johannespfau at gmail dot com
-
-pkgname=notify-osd
-pkgver=0.9.34
-pkgrel=1
-pkgdesc=Canonical's on-screen-display notification agent, implementing the 
freedesktop.org Desktop Notifications Specification with semi-transparent 
click-through bubbles
-arch=('i686' 'x86_64')
-url=https://launchpad.net/notify-osd;
-license=('GPL')
-depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('libnotify')
-provides=('notification-daemon')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('18d9a95467daac570789fb7893011595')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove readme file from non-standard location
-  rm $pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README
-}

Copied: notify-osd/repos/community-i686/PKGBUILD (from rev 114881, 
notify-osd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Johannes Pfau johannespfau at gmail dot com
+
+pkgname=notify-osd
+pkgver=0.9.34
+pkgrel=2
+pkgdesc=Canonical's on-screen-display notification agent, implementing the 
freedesktop.org Desktop Notifications Specification with semi-transparent 
click-through bubbles
+arch=('i686' 'x86_64')
+url=https://launchpad.net/notify-osd;
+license=('GPL')
+depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('libnotify')
+provides=('notification-daemon')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('18d9a95467daac570789fb7893011595')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Remove readme file from non-standard location
+  rm $pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README
+}

Deleted: community-i686/notify-osd.install
===
--- community-i686/notify-osd.install   2014-07-04 15:18:41 UTC (rev 114881)
+++ community-i686/notify-osd.install   2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: notify-osd/repos/community-i686/notify-osd.install (from rev 114881, 
notify-osd/trunk/notify-osd.install)
===
--- community-i686/notify-osd.install   (rev 0)
+++ community-i686/notify-osd.install   2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:20:39
  Author: fyan
Revision: 114883

upgpkg: screenlets 0.1.6-5

mtree rebuild

Modified:
  screenlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:19:15 UTC (rev 114882)
+++ PKGBUILD2014-07-04 15:20:39 UTC (rev 114883)
@@ -5,7 +5,7 @@
 
 pkgname=screenlets
 pkgver=0.1.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Widget framework that consists of small owner-drawn applications
 arch=('any')
 url=https://launchpad.net/screenlets;



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

2014-07-04 Thread Kyle Keen
Date: Friday, July 4, 2014 @ 17:20:45
  Author: kkeen
Revision: 114884

upgpkg: simplescreenrecorder 0.3.0-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:20:39 UTC (rev 114883)
+++ PKGBUILD2014-07-04 15:20:45 UTC (rev 114884)
@@ -3,13 +3,13 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.2.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
 arch=(i686 x86_64)
 url=http://www.maartenbaert.be/simplescreenrecorder/;
 license=(GPL3)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
+depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
 optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
 makedepends=(git)
 source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
@@ -25,5 +25,5 @@
 }
 package() {
   cd ssr
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:21:11
  Author: fyan
Revision: 114887

upgpkg: regexxer 0.10-4

mtree rebuild

Modified:
  regexxer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:21:06 UTC (rev 114886)
+++ PKGBUILD2014-07-04 15:21:11 UTC (rev 114887)
@@ -3,7 +3,7 @@
 
 pkgname=regexxer
 pkgver=0.10
-pkgrel=3
+pkgrel=4
 pkgdesc=Interactive search and replace tool for GNOME
 arch=('i686' 'x86_64')
 url=http://regexxer.sourceforge.net/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:20:59
  Author: fyan
Revision: 114885

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   70 ++-
 screenlets.install |   28 ++--
 2 files changed, 51 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:20:45 UTC (rev 114884)
+++ PKGBUILD2014-07-04 15:20:59 UTC (rev 114885)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: javonera javon...@gmail.com
-
-pkgname=screenlets
-pkgver=0.1.6
-pkgrel=4
-pkgdesc=Widget framework that consists of small owner-drawn applications
-arch=('any')
-url=http://screenlets.org/;
-license=('GPL3')
-depends=('python2-beautifulsoup3' 'python2-dbus' 'python2-gconf' 
- 'python2-gnomekeyring' 'python2-rsvg' 'pywebkitgtk' 
- 'python2-wnck' 'python2-xdg' 'hicolor-icon-theme' 'xdg-utils')
-optdepends=('screenlets-pack-basic: Desktop widgets')
-install=$pkgname.install
-source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('028ce6b6c8764190d435436d5cbaf68c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
-  sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: screenlets/repos/community-any/PKGBUILD (from rev 114884, 
screenlets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:20:59 UTC (rev 114885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: javonera javon...@gmail.com
+
+pkgname=screenlets
+pkgver=0.1.6
+pkgrel=5
+pkgdesc=Widget framework that consists of small owner-drawn applications
+arch=('any')
+url=https://launchpad.net/screenlets;
+license=('GPL3')
+depends=('python2-beautifulsoup3' 'python2-dbus' 'python2-gconf' 
+ 'python2-gnomekeyring' 'python2-rsvg' 'pywebkitgtk' 
+ 'python2-wnck' 'python2-xdg' 'hicolor-icon-theme' 'xdg-utils')
+optdepends=('screenlets-pack-basic: Desktop widgets')
+install=$pkgname.install
+source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('028ce6b6c8764190d435436d5cbaf68c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
+  sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: screenlets.install
===
--- screenlets.install  2014-07-04 15:20:45 UTC (rev 114884)
+++ screenlets.install  2014-07-04 15:20:59 UTC (rev 114885)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  if [ $(vercmp $2 0.1.2) -lt 0 ]; then
-echo  * Desktop widgets are moved to screenlets-pack-basic package.
-  fi
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: screenlets/repos/community-any/screenlets.install (from rev 114884, 
screenlets/trunk/screenlets.install)
===
--- screenlets.install  (rev 0)
+++ screenlets.install  2014-07-04 15:20:59 UTC (rev 114885)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  if [ $(vercmp $2 0.1.2) -lt 0 ]; then
+echo  * Desktop widgets are moved to screenlets-pack-basic package.
+  fi
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-07-04 Thread Kyle Keen
Date: Friday, July 4, 2014 @ 17:21:06
  Author: kkeen
Revision: 114886

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 114884, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 114884, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 114885, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 114885, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-i686/PKGBUILD
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

---+
 /PKGBUILD |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:20:59 UTC (rev 114885)
+++ community-i686/PKGBUILD 2014-07-04 15:21:06 UTC (rev 114886)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
-arch=(i686 x86_64)
-url=http://www.maartenbaert.be/simplescreenrecorder/;
-license=(GPL3)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
-optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
-makedepends=(git)
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=(SKIP)
-
-options=(!libtool)
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  ./configure --prefix=/usr --disable-assert
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR=${pkgdir} install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 114884, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:21:06 UTC (rev 114886)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
+arch=(i686 x86_64)
+url=http://www.maartenbaert.be/simplescreenrecorder/;
+license=(GPL3)
+depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
+optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
+makedepends=(git)
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=(SKIP)
+
+options=(!libtool)
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2014-07-04 15:20:59 UTC (rev 
114885)
+++ community-i686/simplescreenrecorder.install 2014-07-04 15:21:06 UTC (rev 
114886)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -f usr/share/icons/hicolor
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 114884, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2014-07-04 15:21:06 UTC (rev 
114886)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -f usr/share/icons/hicolor
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:20:59 UTC (rev 114885)
+++ community-x86_64/PKGBUILD   2014-07-04 15:21:06 UTC (rev 114886)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:21:47
  Author: fyan
Revision: 114888

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

Added:
  regexxer/repos/community-x86_64/PKGBUILD
(from rev 114887, regexxer/trunk/PKGBUILD)
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
(from rev 114887, regexxer/trunk/regexxer-glib2.32.patch)
  regexxer/repos/community-x86_64/regexxer.install
(from rev 114887, regexxer/trunk/regexxer.install)
Deleted:
  regexxer/repos/community-x86_64/PKGBUILD
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
  regexxer/repos/community-x86_64/regexxer.install

-+
 PKGBUILD|   72 --
 regexxer-glib2.32.patch |   70 ++--
 regexxer.install|   24 +++
 3 files changed, 86 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:21:11 UTC (rev 114887)
+++ PKGBUILD2014-07-04 15:21:47 UTC (rev 114888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=regexxer
-pkgver=0.10
-pkgrel=3
-pkgdesc=Interactive search and replace tool for GNOME
-arch=('i686' 'x86_64')
-url=http://regexxer.sourceforge.net/;
-license=('GPL')
-depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-regexxer-glib2.32.patch)
-sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
-'1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/regexxer-glib2.32.patch
-  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: regexxer/repos/community-x86_64/PKGBUILD (from rev 114887, 
regexxer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:21:47 UTC (rev 114888)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=regexxer
+pkgver=0.10
+pkgrel=4
+pkgdesc=Interactive search and replace tool for GNOME
+arch=('i686' 'x86_64')
+url=http://regexxer.sourceforge.net/;
+license=('GPL')
+depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+regexxer-glib2.32.patch)
+sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
+'1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to glib 2.32
+  patch -Np1 -i $srcdir/regexxer-glib2.32.patch
+
+  # Don't try to compile GSettings schemas when packaging
+  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: regexxer-glib2.32.patch
===
--- regexxer-glib2.32.patch 2014-07-04 15:21:11 UTC (rev 114887)
+++ regexxer-glib2.32.patch 2014-07-04 15:21:47 UTC (rev 114888)
@@ -1,35 +0,0 @@
-diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
 regexxer-0.10.orig/src/fileshared.h2012-03-27 03:59:38.209864722 
+
-+++ regexxer-0.10/src/fileshared.h 2012-03-27 04:17:47.161371044 +
-@@ -23,6 +23,7 @@
- 
- #include sharedptr.h
- 
-+#include glibmm/regex.h
- #include gtkmm/textbuffer.h
- #include functional
- #include utility
-diff -Naur regexxer-0.10.orig/src/globalstrings.h 
regexxer-0.10/src/globalstrings.h
 regexxer-0.10.orig/src/globalstrings.h 2012-03-27 03:59:38.209864722 
+
-+++ regexxer-0.10/src/globalstrings.h  2012-03-27 04:21:44.906198757 +
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
- #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
- 
--#include glib/gutils.h  /* for G_DIR_SEPARATOR_S */
-+#include glib.h  /* for G_DIR_SEPARATOR_S */
- 
- namespace Regexxer
- {
-diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
 regexxer-0.10.orig/src/translation.h   2012-03-27 03:59:38.206531386 
+
-+++ regexxer-0.10/src/translation.h2012-03-27 04:21:39.209576021 +
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_TRANSLATION_H_INCLUDED
- #define 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:22:36
  Author: fyan
Revision: 114889

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

Added:
  regexxer/repos/community-i686/PKGBUILD
(from rev 114888, regexxer/trunk/PKGBUILD)
  regexxer/repos/community-i686/regexxer-glib2.32.patch
(from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
  regexxer/repos/community-i686/regexxer.install
(from rev 114888, regexxer/trunk/regexxer.install)
  regexxer/repos/community-x86_64/PKGBUILD
(from rev 114888, regexxer/trunk/PKGBUILD)
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
(from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
  regexxer/repos/community-x86_64/regexxer.install
(from rev 114888, regexxer/trunk/regexxer.install)
Deleted:
  regexxer/repos/community-i686/PKGBUILD
  regexxer/repos/community-i686/regexxer-glib2.32.patch
  regexxer/repos/community-i686/regexxer.install
  regexxer/repos/community-x86_64/PKGBUILD
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
  regexxer/repos/community-x86_64/regexxer.install

--+
 /PKGBUILD|   78 +
 /regexxer-glib2.32.patch |   70 ++
 /regexxer.install|   24 
 community-i686/PKGBUILD  |   33 
 community-i686/regexxer-glib2.32.patch   |   35 -
 community-i686/regexxer.install  |   12 
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/regexxer-glib2.32.patch |   35 -
 community-x86_64/regexxer.install|   12 
 9 files changed, 172 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:21:47 UTC (rev 114888)
+++ community-i686/PKGBUILD 2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=regexxer
-pkgver=0.10
-pkgrel=3
-pkgdesc=Interactive search and replace tool for GNOME
-arch=('i686' 'x86_64')
-url=http://regexxer.sourceforge.net/;
-license=('GPL')
-depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-regexxer-glib2.32.patch)
-sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
-'1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/regexxer-glib2.32.patch
-  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: regexxer/repos/community-i686/PKGBUILD (from rev 114888, 
regexxer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=regexxer
+pkgver=0.10
+pkgrel=4
+pkgdesc=Interactive search and replace tool for GNOME
+arch=('i686' 'x86_64')
+url=http://regexxer.sourceforge.net/;
+license=('GPL')
+depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+regexxer-glib2.32.patch)
+sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
+'1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to glib 2.32
+  patch -Np1 -i $srcdir/regexxer-glib2.32.patch
+
+  # Don't try to compile GSettings schemas when packaging
+  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/regexxer-glib2.32.patch
===
--- community-i686/regexxer-glib2.32.patch  2014-07-04 15:21:47 UTC (rev 
114888)
+++ community-i686/regexxer-glib2.32.patch  2014-07-04 15:22:36 UTC (rev 
114889)
@@ -1,35 +0,0 @@
-diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
 regexxer-0.10.orig/src/fileshared.h2012-03-27 03:59:38.209864722 
+
-+++ regexxer-0.10/src/fileshared.h 2012-03-27 04:17:47.161371044 +

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:24:43
  Author: fyan
Revision: 114891

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   58 ++-
 tasque.install |   22 ++--
 2 files changed, 39 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:24:23 UTC (rev 114890)
+++ PKGBUILD2014-07-04 15:24:43 UTC (rev 114891)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=tasque
-pkgver=0.1.12
-pkgrel=1
-pkgdesc=Easy quick task management app written in C Sharp
-arch=('any')
-url=http://live.gnome.org/Tasque;
-license=('MIT')
-depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-appindicator
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tasque/repos/community-any/PKGBUILD (from rev 114890, 
tasque/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:24:43 UTC (rev 114891)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=tasque
+pkgver=0.1.12
+pkgrel=2
+pkgdesc=Easy quick task management app written in C Sharp
+arch=('any')
+url=https://wiki.gnome.org/Apps/Tasque;
+license=('MIT')
+depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: tasque.install
===
--- tasque.install  2014-07-04 15:24:23 UTC (rev 114890)
+++ tasque.install  2014-07-04 15:24:43 UTC (rev 114891)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: tasque/repos/community-any/tasque.install (from rev 114890, 
tasque/trunk/tasque.install)
===
--- tasque.install  (rev 0)
+++ tasque.install  2014-07-04 15:24:43 UTC (rev 114891)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:24:23
  Author: fyan
Revision: 114890

upgpkg: tasque 0.1.12-2

mtree rebuild

Modified:
  tasque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:22:36 UTC (rev 114889)
+++ PKGBUILD2014-07-04 15:24:23 UTC (rev 114890)
@@ -3,7 +3,7 @@
 
 pkgname=tasque
 pkgver=0.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Easy quick task management app written in C Sharp
 arch=('any')
 url=https://wiki.gnome.org/Apps/Tasque;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:28:38
  Author: fyan
Revision: 114892

upgpkg: simutrans-pak128 2.3.0-2

mtree rebuild

Modified:
  simutrans-pak128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:24:43 UTC (rev 114891)
+++ PKGBUILD2014-07-04 15:28:38 UTC (rev 114892)
@@ -5,7 +5,7 @@
 pkgname=simutrans-pak128
 pkgver=2.3.0
 _pkgver=112.2
-pkgrel=1
+pkgrel=2
 pkgdesc=High resolution graphics set for Simutrans
 arch=('any')
 url=http://simutrans.com/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:28:58
  Author: fyan
Revision: 114893

archrelease: copy trunk to community-any

Added:
  simutrans-pak128/repos/community-any/PKGBUILD
(from rev 114892, simutrans-pak128/trunk/PKGBUILD)
Deleted:
  simutrans-pak128/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:28:38 UTC (rev 114892)
+++ PKGBUILD2014-07-04 15:28:58 UTC (rev 114893)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak128
-pkgver=2.3.0
-_pkgver=112.2
-pkgrel=1
-pkgdesc=High resolution graphics set for Simutrans
-arch=('any')
-url=http://simutrans.com/;
-license=('Artistic2.0')
-provides=('simutrans-pak64')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('84d7d151fe4a6d748d29907da805d904')
-
-package() {
-  cd $srcdir
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
-}

Copied: simutrans-pak128/repos/community-any/PKGBUILD (from rev 114892, 
simutrans-pak128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:28:58 UTC (rev 114893)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak128
+pkgver=2.3.0
+_pkgver=112.2
+pkgrel=2
+pkgdesc=High resolution graphics set for Simutrans
+arch=('any')
+url=http://simutrans.com/;
+license=('Artistic2.0')
+provides=('simutrans-pak64')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
+md5sums=('84d7d151fe4a6d748d29907da805d904')
+
+package() {
+  cd $srcdir
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:29:05
  Author: fyan
Revision: 114894

upgpkg: python-flup 1.0.2-5

mtree rebuild

Modified:
  python-flup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:28:58 UTC (rev 114893)
+++ PKGBUILD2014-07-04 15:29:05 UTC (rev 114894)
@@ -5,7 +5,7 @@
 pkgbase=python-flup
 pkgname=python2-flup
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A collection of Python WSGI modules'
 arch=('any')
 url='http://trac.saddi.com/flup'



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:29:29
  Author: fyan
Revision: 114895

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   48 ++--
 PKGBUILD |   66 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-04 15:29:05 UTC (rev 114894)
+++ LICENSE 2014-07-04 15:29:29 UTC (rev 114895)
@@ -1,24 +0,0 @@
-Copyright (c) 2007, Allan Saddi
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of the organization nor the names of its contributors
-  may be used to endorse or promote products derived from this software 
without
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY copyright holder AS IS AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL copyright holder BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.

Copied: python-flup/repos/community-any/LICENSE (from rev 114894, 
python-flup/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-04 15:29:29 UTC (rev 114895)
@@ -0,0 +1,24 @@
+Copyright (c) 2007, Allan Saddi
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of the organization nor the names of its contributors
+  may be used to endorse or promote products derived from this software 
without
+  specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY copyright holder AS IS AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL copyright holder BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:29:05 UTC (rev 114894)
+++ PKGBUILD2014-07-04 15:29:29 UTC (rev 114895)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon ch...@the-brannons.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-flup
-pkgname=python2-flup
-pkgver=1.0.2
-pkgrel=4
-pkgdesc='A collection of Python WSGI modules'
-arch=('any')
-url='http://trac.saddi.com/flup'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-conflicts=('python-flup=1.0.2-3')
-replaces=('python-flup=1.0.2-3')
-source=(http://www.saddi.com/software/flup/dist/flup-$pkgver.tar.gz;
-'LICENSE')
-md5sums=('24dad7edc5ada3149456ee8d5254'
- '2b61db5f66aad3b1748085e146603bd1')
-
-package_python2-flup() {
-  cd $srcdir/flup-$pkgver
-
-  # python2 fix
-  for file in 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:30:49
  Author: fyan
Revision: 114896

upgpkg: python2-pdfrw 0.1-3

mtree rebuild

Modified:
  python2-pdfrw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:29:29 UTC (rev 114895)
+++ PKGBUILD2014-07-04 15:30:49 UTC (rev 114896)
@@ -5,7 +5,7 @@
 
 pkgname=python2-pdfrw
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Basic PDF file manipulation library'
 arch=('any')
 url='https://code.google.com/p/pdfrw/'



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

2014-07-04 Thread Kyle Keen
Date: Friday, July 4, 2014 @ 17:30:56
  Author: kkeen
Revision: 114897

upgpkg: lib32-simplescreenrecorder 0.3.0-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:30:49 UTC (rev 114896)
+++ PKGBUILD2014-07-04 15:30:56 UTC (rev 114897)
@@ -3,8 +3,8 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
 arch=(x86_64)
 url=http://www.maartenbaert.be/simplescreenrecorder/;
@@ -13,7 +13,7 @@
 makedepends=(git gcc-multilib)
 options=(!libtool)
 install=lib32-simplescreenrecorder.install
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0;)
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
 md5sums=(SKIP)
 
 build() {



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:31:10
  Author: fyan
Revision: 114898

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:30:56 UTC (rev 114897)
+++ PKGBUILD2014-07-04 15:31:10 UTC (rev 114898)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=python2-pdfrw
-pkgver=0.1
-pkgrel=2
-pkgdesc='Basic PDF file manipulation library'
-arch=('any')
-url='https://code.google.com/p/pdfrw/'
-license=('MIT')
-depends=('python2')
-source=(https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip;)
-sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
-
-package() {
-  cd $srcdir/pdfrw_$pkgver
-  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:ts=2:sw=2:et:

Copied: python2-pdfrw/repos/community-any/PKGBUILD (from rev 114897, 
python2-pdfrw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:31:10 UTC (rev 114898)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=3
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=(https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip;)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd $srcdir/pdfrw_$pkgver
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:ts=2:sw=2:et:



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

2014-07-04 Thread Kyle Keen
Date: Friday, July 4, 2014 @ 17:31:10
  Author: kkeen
Revision: 114899

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 114897, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 114897, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   62 +--
 lib32-simplescreenrecorder.install |   18 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:31:10 UTC (rev 114898)
+++ PKGBUILD2014-07-04 15:31:10 UTC (rev 114899)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.2.0
-pkgrel=2
-pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
-arch=(x86_64)
-url=http://www.maartenbaert.be/simplescreenrecorder/;
-license=(GPL3)
-depends=(lib32-libgl lib32-glu lib32-libx11 lib32-libxext 
lib32-libxfixes)
-makedepends=(git gcc-multilib)
-options=(!libtool)
-install=lib32-simplescreenrecorder.install
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0;)
-md5sums=(SKIP)
-
-build() {
-  cd ssr
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  make
-}
-
-package() {
-  cd ssr
-  make DESTDIR=${pkgdir} install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
114897, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:31:10 UTC (rev 114899)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
+arch=(x86_64)
+url=http://www.maartenbaert.be/simplescreenrecorder/;
+license=(GPL3)
+depends=(lib32-libgl lib32-glu lib32-libx11 lib32-libxext 
lib32-libxfixes)
+makedepends=(git gcc-multilib)
+options=(!libtool)
+install=lib32-simplescreenrecorder.install
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=(SKIP)
+
+build() {
+  cd ssr
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  make
+}
+
+package() {
+  cd ssr
+  make DESTDIR=${pkgdir} install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2014-07-04 15:31:10 UTC (rev 114898)
+++ lib32-simplescreenrecorder.install  2014-07-04 15:31:10 UTC (rev 114899)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 114897, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2014-07-04 15:31:10 UTC (rev 114899)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:34:59
  Author: fyan
Revision: 114900

upgpkg: python2-fuse 0.2.1-5

mtree rebuild

Modified:
  python2-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:31:10 UTC (rev 114899)
+++ PKGBUILD2014-07-04 15:34:59 UTC (rev 114900)
@@ -6,7 +6,7 @@
 
 pkgname=python2-fuse
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 pkgdesc=Python bindings for FUSE
 url=http://fuse.sourceforge.net/wiki/index.php/FusePython;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:35:31
  Author: fyan
Revision: 114901

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

Added:
  python2-fuse/repos/community-i686/PKGBUILD
(from rev 114900, python2-fuse/trunk/PKGBUILD)
  python2-fuse/repos/community-x86_64/PKGBUILD
(from rev 114900, python2-fuse/trunk/PKGBUILD)
Deleted:
  python2-fuse/repos/community-i686/PKGBUILD
  python2-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:34:59 UTC (rev 114900)
+++ community-i686/PKGBUILD 2014-07-04 15:35:31 UTC (rev 114901)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-
-pkgname=python2-fuse
-pkgver=0.2.1
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc=Python bindings for FUSE
-url=http://fuse.sourceforge.net/wiki/index.php/FusePython;
-license=('LGPL')
-depends=('fuse' 'python2')
-replaces=('python-fuse')
-conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
-
-package() {
-  cd $srcdir/fuse-python-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: python2-fuse/repos/community-i686/PKGBUILD (from rev 114900, 
python2-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:35:31 UTC (rev 114901)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+
+pkgname=python2-fuse
+pkgver=0.2.1
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc=Python bindings for FUSE
+url=http://fuse.sourceforge.net/wiki/index.php/FusePython;
+license=('LGPL')
+depends=('fuse' 'python2')
+replaces=('python-fuse')
+conflicts=('python-fuse')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
+md5sums=('9d9c5c2311ac04291ce822dfece108f8')
+
+package() {
+  cd $srcdir/fuse-python-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:34:59 UTC (rev 114900)
+++ community-x86_64/PKGBUILD   2014-07-04 15:35:31 UTC (rev 114901)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-
-pkgname=python2-fuse
-pkgver=0.2.1
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc=Python bindings for FUSE
-url=http://fuse.sourceforge.net/wiki/index.php/FusePython;
-license=('LGPL')
-depends=('fuse' 'python2')
-replaces=('python-fuse')
-conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
-
-package() {
-  cd $srcdir/fuse-python-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: python2-fuse/repos/community-x86_64/PKGBUILD (from rev 114900, 
python2-fuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:35:31 UTC (rev 114901)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+
+pkgname=python2-fuse
+pkgver=0.2.1
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc=Python bindings for FUSE
+url=http://fuse.sourceforge.net/wiki/index.php/FusePython;
+license=('LGPL')
+depends=('fuse' 'python2')
+replaces=('python-fuse')
+conflicts=('python-fuse')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
+md5sums=('9d9c5c2311ac04291ce822dfece108f8')
+
+package() {
+  cd $srcdir/fuse-python-$pkgver
+
+  python2 setup.py install 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:37:04
  Author: fyan
Revision: 114902

upgpkg: jython 2.5.3-2

mtree rebuild

Modified:
  jython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:35:31 UTC (rev 114901)
+++ PKGBUILD2014-07-04 15:37:04 UTC (rev 114902)
@@ -5,7 +5,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 pkgname=jython
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=An implementation of the Python language written in Java
 arch=('any')
 url=http://www.jython.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:37:32
  Author: fyan
Revision: 114904

upgpkg: scrot 0.8-7

mtree rebuild

Modified:
  scrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:37:28 UTC (rev 114903)
+++ PKGBUILD2014-07-04 15:37:32 UTC (rev 114904)
@@ -4,7 +4,7 @@
 
 pkgname=scrot
 pkgver=0.8
-pkgrel=6
+pkgrel=7
 pkgdesc=A simple command-line screenshot utility for X
 arch=('i686' 'x86_64')
 url=http://scrot.sourcearchive.com/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:37:28
  Author: fyan
Revision: 114903

archrelease: copy trunk to community-any

Added:
  jython/repos/community-any/PKGBUILD
(from rev 114902, jython/trunk/PKGBUILD)
  jython/repos/community-any/README.ArchLinux
(from rev 114902, jython/trunk/README.ArchLinux)
  jython/repos/community-any/jython.install
(from rev 114902, jython/trunk/jython.install)
Deleted:
  jython/repos/community-any/PKGBUILD
  jython/repos/community-any/README.ArchLinux
  jython/repos/community-any/jython.install

--+
 PKGBUILD |   78 ++---
 README.ArchLinux |   74 +-
 jython.install   |   40 +--
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:37:04 UTC (rev 114902)
+++ PKGBUILD2014-07-04 15:37:28 UTC (rev 114903)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Richard Murri ad...@richardmurri.com
-pkgname=jython
-pkgver=2.5.3
-pkgrel=1
-pkgdesc=An implementation of the Python language written in Java
-arch=('any')
-url=http://www.jython.org/;
-license=('PSF' 'APACHE' 'custom')
-depends=('java-environment' 'bash' 'python')
-backup=('opt/jython/registry')
-options=('!emptydirs')
-install='jython.install'
-source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
-'README.ArchLinux')
-
-noextract=(${pkgname}_installer-${pkgver}.jar)
-
-md5sums=('41633b4557483d6d4237ee79ffcebe7b'
- '0a2e265af61c7d695e13b605dc180553')
-
-package() {
-   cd $srcdir
-   java -jar ${pkgname}-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/jython
-   sed -i s*${pkgdir}**g ${pkgdir}/opt/jython/jython
-
-   # Get rid of hard-coded JAVA_HOME, since all the JDKs don't use
-   # the same directory.
-   sed -i '/^JAVA_HOME=.*$/d' ${pkgdir}/opt/jython/jython
-
-   install -m755 -D $pkgdir/opt/jython/jython $pkgdir/usr/bin/jython
-   install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
-
-   rm $pkgdir/opt/jython/jython $pkgdir/opt/jython/bin/jython
-   install -m644 -D $pkgdir/opt/jython/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: jython/repos/community-any/PKGBUILD (from rev 114902, 
jython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:37:28 UTC (rev 114903)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Richard Murri ad...@richardmurri.com
+pkgname=jython
+pkgver=2.5.3
+pkgrel=2
+pkgdesc=An implementation of the Python language written in Java
+arch=('any')
+url=http://www.jython.org/;
+license=('PSF' 'APACHE' 'custom')
+depends=('java-environment' 'bash' 'python')
+backup=('opt/jython/registry')
+options=('!emptydirs')
+install='jython.install'
+source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
+'README.ArchLinux')
+
+noextract=(${pkgname}_installer-${pkgver}.jar)
+
+md5sums=('41633b4557483d6d4237ee79ffcebe7b'
+ '0a2e265af61c7d695e13b605dc180553')
+
+package() {
+   cd $srcdir
+   java -jar ${pkgname}-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/jython
+   sed -i s*${pkgdir}**g ${pkgdir}/opt/jython/jython
+
+   # Get rid of hard-coded JAVA_HOME, since all the JDKs don't use
+   # the same directory.
+   sed -i '/^JAVA_HOME=.*$/d' ${pkgdir}/opt/jython/jython
+
+   install -m755 -D $pkgdir/opt/jython/jython $pkgdir/usr/bin/jython
+   install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
+
+   rm $pkgdir/opt/jython/jython $pkgdir/opt/jython/bin/jython
+   install -m644 -D $pkgdir/opt/jython/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: README.ArchLinux
===
--- README.ArchLinux2014-07-04 15:37:04 UTC (rev 114902)
+++ README.ArchLinux2014-07-04 15:37:28 UTC (rev 114903)
@@ -1,37 +0,0 @@
-Important Notes
-===
-The user is strongly advised to create a file named
-~/.jython, containing the following line:
-python.cachedir=/home/USERNAME/.jythoncachedir
-where USERNAME is your username.
-Environment variable expansion and ~ expansion are not honored in this file,
-so you cannot represent /home/USERNAME with ~/ or 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:38:05
  Author: fyan
Revision: 114905

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

Added:
  scrot/repos/community-i686/PKGBUILD
(from rev 114904, scrot/trunk/PKGBUILD)
  scrot/repos/community-x86_64/PKGBUILD
(from rev 114904, scrot/trunk/PKGBUILD)
Deleted:
  scrot/repos/community-i686/PKGBUILD
  scrot/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-07-04 15:37:32 UTC (rev 114904)
+++ community-i686/PKGBUILD 2014-07-04 15:38:05 UTC (rev 114905)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=6
-pkgdesc=A simple command-line screenshot utility for X
-arch=('i686' 'x86_64')
-url=http://scrot.sourcearchive.com/;
-license=('MIT')
-depends=('giblib')
-source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz;)
-md5sums=('ccae904d225609571bdd3b03445c1e88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: scrot/repos/community-i686/PKGBUILD (from rev 114904, 
scrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:38:05 UTC (rev 114905)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=scrot
+pkgver=0.8
+pkgrel=7
+pkgdesc=A simple command-line screenshot utility for X
+arch=('i686' 'x86_64')
+url=http://scrot.sourcearchive.com/;
+license=('MIT')
+depends=('giblib')
+source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz;)
+md5sums=('ccae904d225609571bdd3b03445c1e88')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:37:32 UTC (rev 114904)
+++ community-x86_64/PKGBUILD   2014-07-04 15:38:05 UTC (rev 114905)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=6
-pkgdesc=A simple command-line screenshot utility for X
-arch=('i686' 'x86_64')
-url=http://scrot.sourcearchive.com/;
-license=('MIT')
-depends=('giblib')
-source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz;)
-md5sums=('ccae904d225609571bdd3b03445c1e88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 114904, 
scrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:38:05 UTC (rev 114905)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=scrot
+pkgver=0.8
+pkgrel=7
+pkgdesc=A simple command-line screenshot utility for X
+arch=('i686' 'x86_64')
+url=http://scrot.sourcearchive.com/;
+license=('MIT')
+depends=('giblib')
+source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz;)
+md5sums=('ccae904d225609571bdd3b03445c1e88')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:39:26
  Author: fyan
Revision: 114906

upgpkg: vim-latexsuite 20130126-2

mtree rebuild

Modified:
  vim-latexsuite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:38:05 UTC (rev 114905)
+++ PKGBUILD2014-07-04 15:39:26 UTC (rev 114906)
@@ -4,7 +4,7 @@
 
 pkgname=vim-latexsuite
 pkgver=20130126
-pkgrel=1
+pkgrel=2
 pkgdesc=Tools to view, edit, and compile LaTeX documents within Vim.
 arch=('any')
 url=http://vim-latex.sourceforge.net;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:39:46
  Author: fyan
Revision: 114907

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 114906, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 114906, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   62 +--
 vim-latexsuite.install |   82 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:39:26 UTC (rev 114906)
+++ PKGBUILD2014-07-04 15:39:46 UTC (rev 114907)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Army
-
-pkgname=vim-latexsuite
-pkgver=20130126
-pkgrel=1
-pkgdesc=Tools to view, edit, and compile LaTeX documents within Vim.
-arch=('any')
-url=http://vim-latex.sourceforge.net;
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
-install=$pkgname.install
- 
-build() {
-
-   cd ${srcdir}/$pkgname-$pkgver
-
-find . -type f -name *.py -exec sed -i 's:/usr/bin/python:2:g' {} +
-
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-make DESTDIR=${pkgdir} PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 114906, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:39:46 UTC (rev 114907)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Army
+
+pkgname=vim-latexsuite
+pkgver=20130126
+pkgrel=2
+pkgdesc=Tools to view, edit, and compile LaTeX documents within Vim.
+arch=('any')
+url=http://vim-latex.sourceforge.net;
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
+install=$pkgname.install
+ 
+build() {
+
+   cd ${srcdir}/$pkgname-$pkgver
+
+find . -type f -name *.py -exec sed -i 's:/usr/bin/python:2:g' {} +
+
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+make DESTDIR=${pkgdir} PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2014-07-04 15:39:26 UTC (rev 114906)
+++ vim-latexsuite.install  2014-07-04 15:39:46 UTC (rev 114907)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = latex'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n Updating vim help tags...
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
-echo done.
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n Updating vim help tags...
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
-echo done.
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n Updating vim help tags...
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
-echo done.
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
114906, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2014-07-04 15:39:46 UTC (rev 114907)
@@ -0,0 +1,41 @@
+# arg 1: the new package version
+post_install() {
+echo 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:41:08
  Author: fyan
Revision: 114908

upgpkg: lxmenu-data 0.1.2-2

mtree rebuild

Modified:
  lxmenu-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:39:46 UTC (rev 114907)
+++ PKGBUILD2014-07-04 15:41:08 UTC (rev 114908)
@@ -4,7 +4,7 @@
 
 pkgname=lxmenu-data
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=freedesktop.org desktop menus for LXDE
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:41:41
  Author: fyan
Revision: 114909

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

Added:
  lxmenu-data/repos/community-i686/PKGBUILD
(from rev 114908, lxmenu-data/trunk/PKGBUILD)
  lxmenu-data/repos/community-x86_64/PKGBUILD
(from rev 114908, lxmenu-data/trunk/PKGBUILD)
Deleted:
  lxmenu-data/repos/community-i686/PKGBUILD
  lxmenu-data/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:41:08 UTC (rev 114908)
+++ community-i686/PKGBUILD 2014-07-04 15:41:41 UTC (rev 114909)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxmenu-data
-pkgver=0.1.2
-pkgrel=1
-pkgdesc=freedesktop.org desktop menus for LXDE
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://lxde.org/;
-groups=('lxde')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz;)
-makedepends=('intltool')
-md5sums=('2184ab3746d572477f1bea7e98e230a8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxmenu-data/repos/community-i686/PKGBUILD (from rev 114908, 
lxmenu-data/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:41:41 UTC (rev 114909)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxmenu-data
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=freedesktop.org desktop menus for LXDE
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://lxde.org/;
+groups=('lxde')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz;)
+makedepends=('intltool')
+md5sums=('2184ab3746d572477f1bea7e98e230a8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:41:08 UTC (rev 114908)
+++ community-x86_64/PKGBUILD   2014-07-04 15:41:41 UTC (rev 114909)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxmenu-data
-pkgver=0.1.2
-pkgrel=1
-pkgdesc=freedesktop.org desktop menus for LXDE
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://lxde.org/;
-groups=('lxde')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz;)
-makedepends=('intltool')
-md5sums=('2184ab3746d572477f1bea7e98e230a8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxmenu-data/repos/community-x86_64/PKGBUILD (from rev 114908, 
lxmenu-data/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:41:41 UTC (rev 114909)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxmenu-data
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=freedesktop.org desktop menus for LXDE
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://lxde.org/;
+groups=('lxde')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz;)
+makedepends=('intltool')
+md5sums=('2184ab3746d572477f1bea7e98e230a8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:41:46
  Author: fyan
Revision: 114910

upgpkg: lxinput 0.3.2-3

mtree rebuild

Modified:
  lxinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:41:41 UTC (rev 114909)
+++ PKGBUILD2014-07-04 15:41:46 UTC (rev 114910)
@@ -4,7 +4,7 @@
 
 pkgname=lxinput
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A small program to configure keyboard and mouse for LXDE.
 arch=('i686' 'x86_64')
 url=http://lxde.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:42:18
  Author: fyan
Revision: 114911

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:41:46 UTC (rev 114910)
+++ community-i686/PKGBUILD 2014-07-04 15:42:18 UTC (rev 114911)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Filipp Scorp Andjelo sc...@mailueberfall.de
-
-pkgname=lxinput
-pkgver=0.3.2
-pkgrel=2
-pkgdesc=A small program to configure keyboard and mouse for LXDE.
-arch=('i686' 'x86_64')
-url=http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bf563d04984ef2a147433f3bdda687b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: lxinput/repos/community-i686/PKGBUILD (from rev 114910, 
lxinput/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:42:18 UTC (rev 114911)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Filipp Scorp Andjelo sc...@mailueberfall.de
+
+pkgname=lxinput
+pkgver=0.3.2
+pkgrel=3
+pkgdesc=A small program to configure keyboard and mouse for LXDE.
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2=2.12.0')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5bf563d04984ef2a147433f3bdda687b')
+
+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-07-04 15:41:46 UTC (rev 114910)
+++ community-x86_64/PKGBUILD   2014-07-04 15:42:18 UTC (rev 114911)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Filipp Scorp Andjelo sc...@mailueberfall.de
-
-pkgname=lxinput
-pkgver=0.3.2
-pkgrel=2
-pkgdesc=A small program to configure keyboard and mouse for LXDE.
-arch=('i686' 'x86_64')
-url=http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bf563d04984ef2a147433f3bdda687b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: lxinput/repos/community-x86_64/PKGBUILD (from rev 114910, 
lxinput/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:42:18 UTC (rev 114911)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Filipp Scorp Andjelo sc...@mailueberfall.de
+
+pkgname=lxinput
+pkgver=0.3.2
+pkgrel=3
+pkgdesc=A small program to configure keyboard and mouse for LXDE.
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2=2.12.0')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5bf563d04984ef2a147433f3bdda687b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:44:12
  Author: fyan
Revision: 114913

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

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

--+
 /PKGBUILD|   56 +
 /barcode.install |   40 ++
 community-i686/PKGBUILD  |   28 --
 community-i686/barcode.install   |   20 -
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/barcode.install |   20 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:43:40 UTC (rev 114912)
+++ community-i686/PKGBUILD 2014-07-04 15:44:12 UTC (rev 114913)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=barcode
-pkgver=0.99
-pkgrel=1
-pkgdesc=A tool to convert text strings to printed bars
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/barcode/;
-license=('GPL')
-depends=('glibc')
-install=barcode.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('cdc504ee1020e27fbfeebcb0718de054')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: barcode/repos/community-i686/PKGBUILD (from rev 114912, 
barcode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:44:12 UTC (rev 114913)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=barcode
+pkgver=0.99
+pkgrel=2
+pkgdesc=A tool to convert text strings to printed bars
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/barcode/;
+license=('GPL')
+depends=('glibc')
+install=barcode.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('cdc504ee1020e27fbfeebcb0718de054')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: community-i686/barcode.install
===
--- community-i686/barcode.install  2014-07-04 15:43:40 UTC (rev 114912)
+++ community-i686/barcode.install  2014-07-04 15:44:12 UTC (rev 114913)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(barcode.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ]
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ]
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: barcode/repos/community-i686/barcode.install (from rev 114912, 
barcode/trunk/barcode.install)
===
--- community-i686/barcode.install  (rev 0)
+++ community-i686/barcode.install  2014-07-04 15:44:12 UTC (rev 114913)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(barcode.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ]
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ]
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:43:40 UTC (rev 114912)
+++ community-x86_64/PKGBUILD   2014-07-04 15:44:12 UTC (rev 114913)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=barcode
-pkgver=0.99
-pkgrel=1
-pkgdesc=A tool to convert text strings to printed bars
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/barcode/;
-license=('GPL')
-depends=('glibc')
-install=barcode.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:43:40
  Author: fyan
Revision: 114912

upgpkg: barcode 0.99-2

mtree rebuild

Modified:
  barcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:42:18 UTC (rev 114911)
+++ PKGBUILD2014-07-04 15:43:40 UTC (rev 114912)
@@ -3,7 +3,7 @@
 
 pkgname=barcode
 pkgver=0.99
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to convert text strings to printed bars
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/barcode/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:44:16
  Author: fyan
Revision: 114914

upgpkg: ccache 3.1.9-2

mtree rebuild

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:44:12 UTC (rev 114913)
+++ PKGBUILD2014-07-04 15:44:16 UTC (rev 114914)
@@ -4,7 +4,7 @@
 
 pkgname=ccache
 pkgver=3.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A compiler cache
 arch=('i686' 'x86_64')
 url=http://ccache.samba.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:44:47
  Author: fyan
Revision: 114915

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

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 114914, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:44:16 UTC (rev 114914)
+++ PKGBUILD2014-07-04 15:44:47 UTC (rev 114915)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.9
-pkgrel=1
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('65f48376a91d3651d6527ca568858be8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 114914, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:44:47 UTC (rev 114915)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ccache
+pkgver=3.1.9
+pkgrel=2
+pkgdesc=A compiler cache
+arch=('i686' 'x86_64')
+url=http://ccache.samba.org/;
+license=('GPL3')
+depends=('zlib')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('65f48376a91d3651d6527ca568858be8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:45:24
  Author: fyan
Revision: 114916

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:44:47 UTC (rev 114915)
+++ community-i686/PKGBUILD 2014-07-04 15:45:24 UTC (rev 114916)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.9
-pkgrel=1
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('65f48376a91d3651d6527ca568858be8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/community-i686/PKGBUILD (from rev 114915, 
ccache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:45:24 UTC (rev 114916)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ccache
+pkgver=3.1.9
+pkgrel=2
+pkgdesc=A compiler cache
+arch=('i686' 'x86_64')
+url=http://ccache.samba.org/;
+license=('GPL3')
+depends=('zlib')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('65f48376a91d3651d6527ca568858be8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:44:47 UTC (rev 114915)
+++ community-x86_64/PKGBUILD   2014-07-04 15:45:24 UTC (rev 114916)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.9
-pkgrel=2
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('65f48376a91d3651d6527ca568858be8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:46:06
  Author: fyan
Revision: 114917

upgpkg: dvdrip 0.98.11-11

mtree rebuild

Modified:
  dvdrip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:45:24 UTC (rev 114916)
+++ PKGBUILD2014-07-04 15:46:06 UTC (rev 114917)
@@ -4,7 +4,7 @@
 
 pkgname=dvdrip
 pkgver=0.98.11
-pkgrel=10
+pkgrel=11
 pkgdesc=A Gtk frontend for transcode writen in Perl
 arch=('i686' 'x86_64')
 license=('custom')



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:46:48
  Author: fyan
Revision: 114918

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

Added:
  dvdrip/repos/community-i686/PKGBUILD
(from rev 114917, dvdrip/trunk/PKGBUILD)
  dvdrip/repos/community-i686/dvdrip.desktop
(from rev 114917, dvdrip/trunk/dvdrip.desktop)
  dvdrip/repos/community-i686/dvdrip.install
(from rev 114917, dvdrip/trunk/dvdrip.install)
  dvdrip/repos/community-x86_64/PKGBUILD
(from rev 114917, dvdrip/trunk/PKGBUILD)
  dvdrip/repos/community-x86_64/dvdrip.desktop
(from rev 114917, dvdrip/trunk/dvdrip.desktop)
  dvdrip/repos/community-x86_64/dvdrip.install
(from rev 114917, dvdrip/trunk/dvdrip.install)
Deleted:
  dvdrip/repos/community-i686/PKGBUILD
  dvdrip/repos/community-i686/dvdrip.desktop
  dvdrip/repos/community-i686/dvdrip.install
  dvdrip/repos/community-x86_64/PKGBUILD
  dvdrip/repos/community-x86_64/dvdrip.desktop
  dvdrip/repos/community-x86_64/dvdrip.install

-+
 /PKGBUILD   |   84 ++
 /dvdrip.desktop |   16 +++
 /dvdrip.install |   22 +
 community-i686/PKGBUILD |   42 ---
 community-i686/dvdrip.desktop   |8 ---
 community-i686/dvdrip.install   |   11 
 community-x86_64/PKGBUILD   |   42 ---
 community-x86_64/dvdrip.desktop |8 ---
 community-x86_64/dvdrip.install |   11 
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:46:06 UTC (rev 114917)
+++ community-i686/PKGBUILD 2014-07-04 15:46:48 UTC (rev 114918)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Fredrik Hammar horney_...@hotmail.com
-
-pkgname=dvdrip
-pkgver=0.98.11
-pkgrel=10
-pkgdesc=A Gtk frontend for transcode writen in Perl
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.exit1.org/dvdrip/;
-install=${pkgname}.install
-depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
- 'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
-optdepends=('ogmtools: for ogm/odd video creation'
-'lsdvd: fast reading of DVD table'
-'fping: for cluster support')
-source=(http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz;
-'dvdrip.desktop')
-options=('!emptydirs' '!makeflags')
-md5sums=('6dfa4199d451757a37eea233a07da4c0'
- 'e91cf411928fd0500d07a0022b4ef546')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dvdrip/repos/community-i686/PKGBUILD (from rev 114917, 
dvdrip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:46:48 UTC (rev 114918)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Fredrik Hammar horney_...@hotmail.com
+
+pkgname=dvdrip
+pkgver=0.98.11
+pkgrel=11
+pkgdesc=A Gtk frontend for transcode writen in Perl
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.exit1.org/dvdrip/;
+install=${pkgname}.install
+depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
+ 'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
+optdepends=('ogmtools: for ogm/odd video creation'
+'lsdvd: fast reading of DVD table'
+'fping: for cluster support')
+source=(http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz;
+'dvdrip.desktop')
+options=('!emptydirs' '!makeflags')
+md5sums=('6dfa4199d451757a37eea233a07da4c0'
+ 'e91cf411928fd0500d07a0022b4ef546')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/dvdrip.desktop
===
--- 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:46:51
  Author: fyan
Revision: 114919

upgpkg: dvgrab 3.5-5

mtree rebuild

Modified:
  dvgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:46:48 UTC (rev 114918)
+++ PKGBUILD2014-07-04 15:46:51 UTC (rev 114919)
@@ -4,7 +4,7 @@
 
 pkgname=dvgrab
 pkgver=3.5
-pkgrel=4
+pkgrel=5
 pkgdesc=Saves audio and video data from an IEEE (FireWire) digital source
 arch=('i686' 'x86_64')
 url=http://www.kinodv.org/;



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:47:23
  Author: fyan
Revision: 114920

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:46:51 UTC (rev 114919)
+++ community-i686/PKGBUILD 2014-07-04 15:47:23 UTC (rev 114920)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=dvgrab
-pkgver=3.5
-pkgrel=4
-pkgdesc=Saves audio and video data from an IEEE (FireWire) digital source
-arch=('i686' 'x86_64')
-url=http://www.kinodv.org/;
-license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b39a242ce63e80fc347ab59931f75649')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: dvgrab/repos/community-i686/PKGBUILD (from rev 114919, 
dvgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:47:23 UTC (rev 114920)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=dvgrab
+pkgver=3.5
+pkgrel=5
+pkgdesc=Saves audio and video data from an IEEE (FireWire) digital source
+arch=('i686' 'x86_64')
+url=http://www.kinodv.org/;
+license=('GPL')
+depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b39a242ce63e80fc347ab59931f75649')
+
+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-07-04 15:46:51 UTC (rev 114919)
+++ community-x86_64/PKGBUILD   2014-07-04 15:47:23 UTC (rev 114920)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=dvgrab
-pkgver=3.5
-pkgrel=4
-pkgdesc=Saves audio and video data from an IEEE (FireWire) digital source
-arch=('i686' 'x86_64')
-url=http://www.kinodv.org/;
-license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b39a242ce63e80fc347ab59931f75649')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: dvgrab/repos/community-x86_64/PKGBUILD (from rev 114919, 
dvgrab/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:47:23 UTC (rev 114920)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=dvgrab
+pkgver=3.5
+pkgrel=5
+pkgdesc=Saves audio and video data from an IEEE (FireWire) digital source
+arch=('i686' 'x86_64')
+url=http://www.kinodv.org/;
+license=('GPL')
+depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b39a242ce63e80fc347ab59931f75649')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:08:11
  Author: jelle
Revision: 114921

upgpkg: xmobar 0.21-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:47:23 UTC (rev 114920)
+++ PKGBUILD2014-07-04 16:08:11 UTC (rev 114921)
@@ -3,18 +3,18 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=xmobar
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.8.2-2' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
+makedepends=('ghc=7.8.2-4' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
 'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat haskell-http')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
+md5sums=('8d4442d3772ad9f475d96b955fda220d')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver



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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:08:23
  Author: jelle
Revision: 114922

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 114921, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 114921, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 16:08:11 UTC (rev 114921)
+++ community-i686/PKGBUILD 2014-07-04 16:08:23 UTC (rev 114922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.20.1
-pkgrel=2
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.8.2-2' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
-'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 114921, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 16:08:23 UTC (rev 114922)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.21
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.8.2-4' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.7'
+'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('8d4442d3772ad9f475d96b955fda220d')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2014-07-04 16:08:11 UTC 
(rev 114921)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-07-04 16:08:23 UTC 
(rev 114922)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
114921, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:19:16
  Author: jelle
Revision: 114923

upgpkg: pyogg 1.3-8

mtree rebuild

Modified:
  pyogg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 16:08:23 UTC (rev 114922)
+++ PKGBUILD2014-07-04 16:19:16 UTC (rev 114923)
@@ -4,7 +4,7 @@
 
 pkgname=pyogg
 pkgver=1.3
-pkgrel=7
+pkgrel=8
 pkgdesc=Python ogg wrapper library
 arch=('i686' 'x86_64')
 url=http://ekyo.nerim.net/software/pyogg/index.html;



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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:19:26
  Author: jelle
Revision: 114924

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 16:19:16 UTC (rev 114923)
+++ community-i686/PKGBUILD 2014-07-04 16:19:26 UTC (rev 114924)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=pyogg
-pkgver=1.3
-pkgrel=7
-pkgdesc=Python ogg wrapper library
-arch=('i686' 'x86_64')
-url=http://ekyo.nerim.net/software/pyogg/index.html;
-license=('LGPL2')
-depends=('python2' 'libogg' 'glibc')
-source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz)
-md5sums=('45a4ecc4d0600661199e4040a81ea3fe')
-sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 ./config_unix.py --prefix=$pkgdir/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: pyogg/repos/community-i686/PKGBUILD (from rev 114923, 
pyogg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 16:19:26 UTC (rev 114924)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=pyogg
+pkgver=1.3
+pkgrel=8
+pkgdesc=Python ogg wrapper library
+arch=('i686' 'x86_64')
+url=http://ekyo.nerim.net/software/pyogg/index.html;
+license=('GPL2')
+depends=('python2' 'libogg' 'glibc')
+source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz)
+md5sums=('45a4ecc4d0600661199e4040a81ea3fe')
+sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 ./config_unix.py 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}
+
+check(){
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py check
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 16:19:16 UTC (rev 114923)
+++ community-x86_64/PKGBUILD   2014-07-04 16:19:26 UTC (rev 114924)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=pyogg
-pkgver=1.3
-pkgrel=7
-pkgdesc=Python ogg wrapper library
-arch=('i686' 'x86_64')
-url=http://ekyo.nerim.net/software/pyogg/index.html;
-license=('LGPL2')
-depends=('python2' 'libogg' 'glibc')
-source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz)
-md5sums=('45a4ecc4d0600661199e4040a81ea3fe')
-sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 ./config_unix.py --prefix=$pkgdir/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: pyogg/repos/community-x86_64/PKGBUILD (from rev 114923, 
pyogg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 16:19:26 UTC (rev 114924)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=pyogg
+pkgver=1.3
+pkgrel=8
+pkgdesc=Python ogg wrapper library
+arch=('i686' 'x86_64')
+url=http://ekyo.nerim.net/software/pyogg/index.html;
+license=('GPL2')
+depends=('python2' 'libogg' 'glibc')
+source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz)
+md5sums=('45a4ecc4d0600661199e4040a81ea3fe')
+sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 ./config_unix.py 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}
+
+check(){
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py check
+}



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

2014-07-04 Thread speps
Date: Friday, July 4, 2014 @ 18:20:04
  Author: speps
Revision: 114925

upgpkg: glee 5.4.0-2

mtree rebuild

Modified:
  glee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 16:19:26 UTC (rev 114924)
+++ PKGBUILD2014-07-04 16:20:04 UTC (rev 114925)
@@ -3,7 +3,7 @@
 
 pkgname=glee
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Free cross-platform extension loading library for OpenGL
 arch=('i686' 'x86_64')
 url=http://elf-stone.com/glee.php;
@@ -19,12 +19,10 @@
 glee.pc Makefile) # implement FS#32670 + fix TEXTREL for i686
 
 build() {
-  cd $srcdir
   make
 }
 
 package() {
-  cd $srcdir
   make DESTDIR=$pkgdir/ install
 }
 



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

2014-07-04 Thread speps
Date: Friday, July 4, 2014 @ 18:20:22
  Author: speps
Revision: 114926

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

Added:
  glee/repos/community-i686/Makefile
(from rev 114925, glee/trunk/Makefile)
  glee/repos/community-i686/PKGBUILD
(from rev 114925, glee/trunk/PKGBUILD)
  glee/repos/community-i686/glee.pc
(from rev 114925, glee/trunk/glee.pc)
  glee/repos/community-x86_64/Makefile
(from rev 114925, glee/trunk/Makefile)
  glee/repos/community-x86_64/PKGBUILD
(from rev 114925, glee/trunk/PKGBUILD)
  glee/repos/community-x86_64/glee.pc
(from rev 114925, glee/trunk/glee.pc)
Deleted:
  glee/repos/community-i686/Makefile
  glee/repos/community-i686/PKGBUILD
  glee/repos/community-i686/glee.pc
  glee/repos/community-x86_64/Makefile
  glee/repos/community-x86_64/PKGBUILD
  glee/repos/community-x86_64/glee.pc

---+
 /Makefile |  110 
 /PKGBUILD |   58 +++
 /glee.pc  |   24 +
 community-i686/Makefile   |   55 --
 community-i686/PKGBUILD   |   31 
 community-i686/glee.pc|   12 
 community-x86_64/Makefile |   55 --
 community-x86_64/PKGBUILD |   31 
 community-x86_64/glee.pc  |   12 
 9 files changed, 192 insertions(+), 196 deletions(-)

Deleted: community-i686/Makefile
===
--- community-i686/Makefile 2014-07-04 16:20:04 UTC (rev 114925)
+++ community-i686/Makefile 2014-07-04 16:20:22 UTC (rev 114926)
@@ -1,55 +0,0 @@
-all: libGLee.so
-
-MAJOR=5
-MINOR=4
-
-SOURCES = $(shell find . -name *.c)
-
-SHARED_OBJS = $(SOURCES:.c=.shared.o)
-STATIC_OBJS = $(SOURCES:.c=.static.o)
-
-EXTRA_CFLAGS= $(CFLAGS)
-SHARED_CFLAGS= -Wall $(EXTRA_CFLAGS) -fPIC
-
-LDFLAGS= -Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined
-EXTRA_LDFLAGS=
-LIBS=-lGL
-EXTRA_LIBS=
-
-libGLee.so.$(MAJOR).$(MINOR): $(SHARED_OBJS)
-   g++ $(LDFLAGS) $(EXTRA_LDFLAGS) -shared \
-   -Wl,-soname,libGLee.so.$(MAJOR) \
-   -o libGLee.so.$(MAJOR).$(MINOR) \
-   $+ -o $@ $(EXTRA_LIBS) $(LIBS)
-
-libGLee.so: libGLee.so.$(MAJOR).$(MINOR)
-   rm -f $@.$(MAJOR)
-   ln -s $@.$(MAJOR).$(MINOR) $@.$(MAJOR)
-   rm -f $@
-   ln -s $@.$(MAJOR) $@
-
-%.shared.o: %.cpp
-   g++ -o $@ -c $+ $(SHARED_CFLAGS)
-
-%.shared.o: %.c
-   gcc -o $@ -c $+ $(SHARED_CFLAGS)
-
-%.so : %.o
-   g++ $(LDFLAGS) $(EXTRA_LDFLAGS) -shared $^ -o $@
-
-clean:
-   rm -f $(SHARED_OBJS)
-   rm -f $(FIXED_OBJS)
-   rm -f *.so *.so* *~
-
-DESTDIR=
-
-install: libGLee.so
-   install -d $(DESTDIR)/usr/lib/
-   cp -a *.so* $(DESTDIR)/usr/lib/
-   install -d $(DESTDIR)/usr/include/
-   install -Dm644 *.h $(DESTDIR)/usr/include/
-   install -d $(DESTDIR)/usr/lib/pkgconfig/
-   install -Dm644 glee.pc $(DESTDIR)/usr/lib/pkgconfig/
-   install -d  $(DESTDIR)/usr/share/licenses/glee
-   sed '9,32!d' readme.txt  $(DESTDIR)/usr/share/licenses/glee/LICENSE

Copied: glee/repos/community-i686/Makefile (from rev 114925, 
glee/trunk/Makefile)
===
--- community-i686/Makefile (rev 0)
+++ community-i686/Makefile 2014-07-04 16:20:22 UTC (rev 114926)
@@ -0,0 +1,55 @@
+all: libGLee.so
+
+MAJOR=5
+MINOR=4
+
+SOURCES = $(shell find . -name *.c)
+
+SHARED_OBJS = $(SOURCES:.c=.shared.o)
+STATIC_OBJS = $(SOURCES:.c=.static.o)
+
+EXTRA_CFLAGS= $(CFLAGS)
+SHARED_CFLAGS= -Wall $(EXTRA_CFLAGS) -fPIC
+
+LDFLAGS= -Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined
+EXTRA_LDFLAGS=
+LIBS=-lGL
+EXTRA_LIBS=
+
+libGLee.so.$(MAJOR).$(MINOR): $(SHARED_OBJS)
+   g++ $(LDFLAGS) $(EXTRA_LDFLAGS) -shared \
+   -Wl,-soname,libGLee.so.$(MAJOR) \
+   -o libGLee.so.$(MAJOR).$(MINOR) \
+   $+ -o $@ $(EXTRA_LIBS) $(LIBS)
+
+libGLee.so: libGLee.so.$(MAJOR).$(MINOR)
+   rm -f $@.$(MAJOR)
+   ln -s $@.$(MAJOR).$(MINOR) $@.$(MAJOR)
+   rm -f $@
+   ln -s $@.$(MAJOR) $@
+
+%.shared.o: %.cpp
+   g++ -o $@ -c $+ $(SHARED_CFLAGS)
+
+%.shared.o: %.c
+   gcc -o $@ -c $+ $(SHARED_CFLAGS)
+
+%.so : %.o
+   g++ $(LDFLAGS) $(EXTRA_LDFLAGS) -shared $^ -o $@
+
+clean:
+   rm -f $(SHARED_OBJS)
+   rm -f $(FIXED_OBJS)
+   rm -f *.so *.so* *~
+
+DESTDIR=
+
+install: libGLee.so
+   install -d $(DESTDIR)/usr/lib/
+   cp -a *.so* $(DESTDIR)/usr/lib/
+   install -d $(DESTDIR)/usr/include/
+   install -Dm644 *.h $(DESTDIR)/usr/include/
+   install -d $(DESTDIR)/usr/lib/pkgconfig/
+   install -Dm644 glee.pc $(DESTDIR)/usr/lib/pkgconfig/
+   install -d  $(DESTDIR)/usr/share/licenses/glee
+   sed '9,32!d' readme.txt  $(DESTDIR)/usr/share/licenses/glee/LICENSE

Deleted: community-i686/PKGBUILD

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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:22:52
  Author: jelle
Revision: 114927

upgpkg: pyvorbis 1.4-7

mtree rebuild and remove return 1

Modified:
  pyvorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 16:20:22 UTC (rev 114926)
+++ PKGBUILD2014-07-04 16:22:52 UTC (rev 114927)
@@ -4,7 +4,7 @@
 
 pkgname=pyvorbis
 pkgver=1.4
-pkgrel=6
+pkgrel=7
 pkgdesc=Python vorbis wrapper library
 url=http://ekyo.nerim.net/software/pyogg/index.html; 
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np0 -i ${srcdir}/pyvorbis-1.4-python2.5.patch || return 1
-   patch -Np0 -i ${srcdir}/pyogg-ticket2-fix.patch || return 1
+   patch -Np0 -i ${srcdir}/pyvorbis-1.4-python2.5.patch
+   patch -Np0 -i ${srcdir}/pyogg-ticket2-fix.patch
python2 ./config_unix.py --prefix=/usr
 }
 



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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:23:05
  Author: jelle
Revision: 114928

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

Added:
  pyvorbis/repos/community-i686/PKGBUILD
(from rev 114927, pyvorbis/trunk/PKGBUILD)
  pyvorbis/repos/community-i686/pyogg-ticket2-fix.patch
(from rev 114927, pyvorbis/trunk/pyogg-ticket2-fix.patch)
  pyvorbis/repos/community-i686/pyvorbis-1.4-python2.5.patch
(from rev 114927, pyvorbis/trunk/pyvorbis-1.4-python2.5.patch)
  pyvorbis/repos/community-x86_64/PKGBUILD
(from rev 114927, pyvorbis/trunk/PKGBUILD)
  pyvorbis/repos/community-x86_64/pyogg-ticket2-fix.patch
(from rev 114927, pyvorbis/trunk/pyogg-ticket2-fix.patch)
  pyvorbis/repos/community-x86_64/pyvorbis-1.4-python2.5.patch
(from rev 114927, pyvorbis/trunk/pyvorbis-1.4-python2.5.patch)
Deleted:
  pyvorbis/repos/community-i686/PKGBUILD
  pyvorbis/repos/community-i686/pyogg-ticket2-fix.patch
  pyvorbis/repos/community-i686/pyvorbis-1.4-python2.5.patch
  pyvorbis/repos/community-x86_64/PKGBUILD
  pyvorbis/repos/community-x86_64/pyogg-ticket2-fix.patch
  pyvorbis/repos/community-x86_64/pyvorbis-1.4-python2.5.patch

---+
 /PKGBUILD |   60 
 /pyogg-ticket2-fix.patch  |   54 ++
 /pyvorbis-1.4-python2.5.patch |  120 
 community-i686/PKGBUILD   |   30 --
 community-i686/pyogg-ticket2-fix.patch|   27 -
 community-i686/pyvorbis-1.4-python2.5.patch   |   60 
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/pyogg-ticket2-fix.patch  |   27 -
 community-x86_64/pyvorbis-1.4-python2.5.patch |   60 
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 16:22:52 UTC (rev 114927)
+++ community-i686/PKGBUILD 2014-07-04 16:23:05 UTC (rev 114928)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Jason Chu ja...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=pyvorbis
-pkgver=1.4
-pkgrel=6
-pkgdesc=Python vorbis wrapper library
-url=http://ekyo.nerim.net/software/pyogg/index.html; 
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('python2' 'libvorbis' 'pyogg=1.3-3')
-source=(http://ekyo.nerim.net/software/pyogg/${pkgname}-${pkgver}.tar.gz
-   pyvorbis-1.4-python2.5.patch
-   pyogg-ticket2-fix.patch)
-md5sums=('b4921e792c0a74f75b9d3057df10ee7c'
-'f971a6f0ebb6cb7fe00dfc1f778b2d0d'
-'3547bba78916ef9030bff6fe67194714')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np0 -i ${srcdir}/pyvorbis-1.4-python2.5.patch || return 1
-   patch -Np0 -i ${srcdir}/pyogg-ticket2-fix.patch || return 1
-   python2 ./config_unix.py --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   python2 setup.py install --root=${pkgdir}
-}

Copied: pyvorbis/repos/community-i686/PKGBUILD (from rev 114927, 
pyvorbis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 16:23:05 UTC (rev 114928)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jason Chu ja...@archlinux.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=pyvorbis
+pkgver=1.4
+pkgrel=7
+pkgdesc=Python vorbis wrapper library
+url=http://ekyo.nerim.net/software/pyogg/index.html; 
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('python2' 'libvorbis' 'pyogg=1.3-3')
+source=(http://ekyo.nerim.net/software/pyogg/${pkgname}-${pkgver}.tar.gz
+   pyvorbis-1.4-python2.5.patch
+   pyogg-ticket2-fix.patch)
+md5sums=('b4921e792c0a74f75b9d3057df10ee7c'
+'f971a6f0ebb6cb7fe00dfc1f778b2d0d'
+'3547bba78916ef9030bff6fe67194714')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -Np0 -i ${srcdir}/pyvorbis-1.4-python2.5.patch
+   patch -Np0 -i ${srcdir}/pyogg-ticket2-fix.patch
+   python2 ./config_unix.py --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   python2 setup.py install --root=${pkgdir}
+}

Deleted: community-i686/pyogg-ticket2-fix.patch
===
--- community-i686/pyogg-ticket2-fix.patch  2014-07-04 16:22:52 UTC (rev 
114927)
+++ community-i686/pyogg-ticket2-fix.patch  2014-07-04 16:23:05 UTC (rev 
114928)
@@ -1,27 +0,0 @@
 src/pyvorbisfile.c 2007-05-14 22:41:05.0 +0400
-+++ src/pyvorbisfile.c.new 2007-05-14 22:45:20.0 +0400
-@@ -173,9 +173,7 @@
-   if (ret == NULL) {
- PyObject_Del(newobj);
- return NULL;
--  } else
--Py_DECREF(ret);
--
-+  }
-   return (PyObject *) newobj;
- }
- 
-@@ -191,10 +189,10 @@
-close */
- 

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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:30:05
  Author: jelle
Revision: 114929

upgpkg: openttd-opensfx 0.2.3-5

mtree rebuild

Modified:
  openttd-opensfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 16:23:05 UTC (rev 114928)
+++ PKGBUILD2014-07-04 16:30:05 UTC (rev 114929)
@@ -4,7 +4,7 @@
 
 pkgname=openttd-opensfx
 pkgver=0.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=Free sound set for openttd
 arch=('any')
 url=http://www.openttd.org;



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

2014-07-04 Thread Jelle van der Waa
Date: Friday, July 4, 2014 @ 18:30:12
  Author: jelle
Revision: 114930

archrelease: copy trunk to community-any

Added:
  openttd-opensfx/repos/community-any/PKGBUILD
(from rev 114929, openttd-opensfx/trunk/PKGBUILD)
Deleted:
  openttd-opensfx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 16:30:05 UTC (rev 114929)
+++ PKGBUILD2014-07-04 16:30:12 UTC (rev 114930)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=openttd-opensfx
-pkgver=0.2.3
-pkgrel=4
-pkgdesc=Free sound set for openttd
-arch=('any')
-url=http://www.openttd.org;
-license=('custom:CCSP')
-source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
-md5sums=('3605b82f24153500c8a1804e4420168a')
-
-build() {
-   cd ${srcdir}/opensfx-${pkgver}
-
-   chmod 0644 *
-}
-
-package() {
-   cd ${srcdir}/opensfx-${pkgver}
-
-   mkdir -pm0755 ${pkgdir}/usr/share/openttd/data   
-   cp opensfx.* ${pkgdir}/usr/share/openttd/data/
-   install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license
-   install -Dm644 readme.txt ${pkgdir}/usr/share/licenses/${pkgname}/readme
-}

Copied: openttd-opensfx/repos/community-any/PKGBUILD (from rev 114929, 
openttd-opensfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 16:30:12 UTC (rev 114930)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=openttd-opensfx
+pkgver=0.2.3
+pkgrel=5
+pkgdesc=Free sound set for openttd
+arch=('any')
+url=http://www.openttd.org;
+license=('custom:CCSP')
+source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
+md5sums=('3605b82f24153500c8a1804e4420168a')
+
+build() {
+   cd ${srcdir}/opensfx-${pkgver}
+
+   chmod 0644 *
+}
+
+package() {
+   cd ${srcdir}/opensfx-${pkgver}
+
+   mkdir -pm0755 ${pkgdir}/usr/share/openttd/data   
+   cp opensfx.* ${pkgdir}/usr/share/openttd/data/
+   install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license
+   install -Dm644 readme.txt ${pkgdir}/usr/share/licenses/${pkgname}/readme
+}



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

2014-07-04 Thread Sergej Pupykin
Date: Friday, July 4, 2014 @ 18:39:38
  Author: spupykin
Revision: 114931

upgpkg: leptonica 1.71-1

upd

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 16:30:12 UTC (rev 114930)
+++ PKGBUILD2014-07-04 16:39:38 UTC (rev 114931)
@@ -3,8 +3,8 @@
 # Maintainer: Christoph Drexler chrdr at gmx dot at
 
 pkgname=leptonica
-pkgver=1.70
-pkgrel=2
+pkgver=1.71
+pkgrel=1
 pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
 arch=('i686' 'x86_64')
 url=http://www.leptonica.com/;
@@ -12,7 +12,7 @@
 depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
 source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
giflib6.patch)
-md5sums=('5ac2a31cf5b4f0e8f5a853a5266c42ef'
+md5sums=('9840f758ff83ca0b5ec847a9fa8099b6'
  'deeea9d5dccd9a0fb4e0e4433db49086')
 
 prepare() {



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

2014-07-04 Thread Sergej Pupykin
Date: Friday, July 4, 2014 @ 18:39:54
  Author: spupykin
Revision: 114932

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

Added:
  leptonica/repos/community-i686/PKGBUILD
(from rev 114931, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-i686/giflib6.patch
(from rev 114931, leptonica/trunk/giflib6.patch)
  leptonica/repos/community-x86_64/PKGBUILD
(from rev 114931, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-x86_64/giflib6.patch
(from rev 114931, leptonica/trunk/giflib6.patch)
Deleted:
  leptonica/repos/community-i686/PKGBUILD
  leptonica/repos/community-i686/giflib6.patch
  leptonica/repos/community-x86_64/PKGBUILD
  leptonica/repos/community-x86_64/giflib6.patch

+
 /PKGBUILD  |   66 +++
 /giflib6.patch |  222 +++
 community-i686/PKGBUILD|   33 -
 community-i686/giflib6.patch   |  111 ---
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/giflib6.patch |  111 ---
 6 files changed, 288 insertions(+), 288 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 16:39:38 UTC (rev 114931)
+++ community-i686/PKGBUILD 2014-07-04 16:39:54 UTC (rev 114932)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Christoph Drexler chrdr at gmx dot at
-
-pkgname=leptonica
-pkgver=1.70
-pkgrel=2
-pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
-arch=('i686' 'x86_64')
-url=http://www.leptonica.com/;
-license=('custom')
-depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
-   giflib6.patch)
-md5sums=('5ac2a31cf5b4f0e8f5a853a5266c42ef'
- 'deeea9d5dccd9a0fb4e0e4433db49086')
-
-prepare() {
-  cd ${srcdir}/leptonica-${pkgver}
-  patch -p1 $srcdir/giflib6.patch
-}
-
-build() {
-  cd ${srcdir}/leptonica-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/leptonica-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D leptonica-license.txt 
${pkgdir}/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-i686/PKGBUILD (from rev 114931, 
leptonica/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 16:39:54 UTC (rev 114932)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Christoph Drexler chrdr at gmx dot at
+
+pkgname=leptonica
+pkgver=1.71
+pkgrel=1
+pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
+arch=('i686' 'x86_64')
+url=http://www.leptonica.com/;
+license=('custom')
+depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
+   giflib6.patch)
+md5sums=('9840f758ff83ca0b5ec847a9fa8099b6'
+ 'deeea9d5dccd9a0fb4e0e4433db49086')
+
+prepare() {
+  cd ${srcdir}/leptonica-${pkgver}
+  patch -p1 $srcdir/giflib6.patch
+}
+
+build() {
+  cd ${srcdir}/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/leptonica-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D leptonica-license.txt 
${pkgdir}/usr/share/licenses/leptonica/leptonica-license.txt
+}

Deleted: community-i686/giflib6.patch
===
--- community-i686/giflib6.patch2014-07-04 16:39:38 UTC (rev 114931)
+++ community-i686/giflib6.patch2014-07-04 16:39:54 UTC (rev 114932)
@@ -1,111 +0,0 @@
-diff -wbBur leptonica-1.70/src/gifio.c leptonica-1.70.my/src/gifio.c
 leptonica-1.70/src/gifio.c 2013-11-24 01:57:40.0 +0400
-+++ leptonica-1.70.my/src/gifio.c  2014-06-09 14:07:31.031928421 +0400
-@@ -121,12 +121,12 @@
- 
- /* Read all the data, but use only the first image found */
- if (DGifSlurp(gif) != GIF_OK) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
- return (PIX *)ERROR_PTR(failed to read GIF data, procName, NULL);
- }
- 
- if (gif-SavedImages == NULL) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
- return (PIX *)ERROR_PTR(no images found in GIF, procName, NULL);
- }
- 
-@@ -134,12 +134,12 @@
- w = si.ImageDesc.Width;
- h = si.ImageDesc.Height;
- if (w = 0 || h = 0) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
- return (PIX *)ERROR_PTR(invalid image dimensions, procName, NULL);
- }
- 
- if (si.RasterBits == NULL) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
- return (PIX *)ERROR_PTR(no raster data in GIF, 

  1   2   3   4   >