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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 09:52:05
  Author: fyan
Revision: 113435

upgpkg: flake8 1:2.2.0-1

Modified:
  flake8/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-22 19:17:21 UTC (rev 113434)
+++ PKGBUILD2014-06-23 07:52:05 UTC (rev 113435)
@@ -5,9 +5,9 @@
 # Contributor: Allen Li 
 
 pkgbase=flake8
-pkgname=(flake8 flake8-python2)
-pkgver=2.1.0
-pkgrel=3
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.0
+pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
 arch=('any')
@@ -17,7 +17,7 @@
  'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('cf326cfb88a1db6c5b29a3a6d9efb257')
+md5sums=('aea44c1389dd44e668a76a56909cbcec')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver}{,-py2}
@@ -40,7 +40,7 @@
 }
 
 package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8-python3')
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
   provides=('flake8-python3')
   replaces=('flake8-python3')
   conflicts=('flake8-python3')
@@ -50,11 +50,11 @@
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
-package_flake8-python2() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'pep8-python2')
-  provides=('python2-flake8')
-  replaces=('python2-flake8')
-  conflicts=('python2-flake8')
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
 
   cd "${srcdir}/${pkgbase}-${pkgver}-py2"
   python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1


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


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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 09:52:50
  Author: fyan
Revision: 113436

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 113435, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 07:52:05 UTC (rev 113435)
+++ PKGBUILD2014-06-23 07:52:50 UTC (rev 113436)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 flake8-python2)
-pkgver=2.1.0
-pkgrel=3
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('cf326cfb88a1db6c5b29a3a6d9efb257')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8-python3')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_flake8-python2() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'pep8-python2')
-  provides=('python2-flake8')
-  replaces=('python2-flake8')
-  conflicts=('python2-flake8')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 113435, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 07:52:50 UTC (rev 113436)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.0
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
+md5sums=('aea44c1389dd44e668a76a56909cbcec')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2014-06-23 Thread Daniel Micay
Date: Monday, June 23, 2014 @ 10:54:55
  Author: thestinger
Revision: 113437

upgpkg: linux-grsec 3.15.1.201406222112-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   27 +-
 config|  251 
 config.x86_64 |  241 +
 3 files changed, 319 insertions(+), 200 deletions(-)

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


[arch-commits] Commit in linux-grsec/repos (48 files)

2014-06-23 Thread Daniel Micay
Date: Monday, June 23, 2014 @ 10:56:34
  Author: thestinger
Revision: 113438

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 113437, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 113437, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 113437, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 113437, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 113437, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 113437, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 113437, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 113437, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 113437, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 113437, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 113437, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 113437, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 113437, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 113437, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 113437, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 113437, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 113437, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 113437, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 113437, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 113437, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 113437, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 113437, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 113437, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 113437, linux-grsec/trunk/sysctl.conf)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

--+

[arch-commits] Commit in linux-grsec/trunk (5 files)

2014-06-23 Thread Daniel Micay
Date: Monday, June 23, 2014 @ 11:07:34
  Author: thestinger
Revision: 113439

remove unused patches

Modified:
  linux-grsec/trunk/PKGBUILD
Deleted:
  linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   74 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |   93 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |   75 
 0006-genksyms-fix-typeof-handling.patch | 1360 
--
 PKGBUILD|8 
 5 files changed, 1610 deletions(-)

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


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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 12:36:36
  Author: tpowa
Revision: 215351

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 215350, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 215350, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-23 10:36:36 UTC (rev 215351)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20140602
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')



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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 12:36:32
  Author: tpowa
Revision: 215350

upgpkg: hwids 20140602-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 07:30:54 UTC (rev 215349)
+++ PKGBUILD2014-06-23 10:36:32 UTC (rev 215350)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20130915.1
+pkgver=20140602
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')



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

2014-06-23 Thread Gaetan Bisson
Date: Monday, June 23, 2014 @ 12:39:57
  Author: bisson
Revision: 215352

fix FS#40940

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 10:36:36 UTC (rev 215351)
+++ PKGBUILD2014-06-23 10:39:57 UTC (rev 215352)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.48.4
-pkgrel=16
+pkgrel=17
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')



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

2014-06-23 Thread Gaetan Bisson
Date: Monday, June 23, 2014 @ 12:40:14
  Author: bisson
Revision: 215353

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 215352, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/freetype.patch
(from rev 215352, inkscape/trunk/freetype.patch)
  inkscape/repos/extra-i686/gc74.patch
(from rev 215352, inkscape/trunk/gc74.patch)
  inkscape/repos/extra-i686/ime-placement.patch
(from rev 215352, inkscape/trunk/ime-placement.patch)
  inkscape/repos/extra-i686/install
(from rev 215352, inkscape/trunk/install)
  inkscape/repos/extra-i686/poppler-0.26.patch
(from rev 215352, inkscape/trunk/poppler-0.26.patch)
  inkscape/repos/extra-i686/spuriouscomma.patch
(from rev 215352, inkscape/trunk/spuriouscomma.patch)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 215352, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/freetype.patch
(from rev 215352, inkscape/trunk/freetype.patch)
  inkscape/repos/extra-x86_64/gc74.patch
(from rev 215352, inkscape/trunk/gc74.patch)
  inkscape/repos/extra-x86_64/ime-placement.patch
(from rev 215352, inkscape/trunk/ime-placement.patch)
  inkscape/repos/extra-x86_64/install
(from rev 215352, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/poppler-0.26.patch
(from rev 215352, inkscape/trunk/poppler-0.26.patch)
  inkscape/repos/extra-x86_64/spuriouscomma.patch
(from rev 215352, inkscape/trunk/spuriouscomma.patch)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/freetype.patch
  inkscape/repos/extra-i686/gc74.patch
  inkscape/repos/extra-i686/ime-placement.patch
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/poppler-0.26.patch
  inkscape/repos/extra-i686/spuriouscomma.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/freetype.patch
  inkscape/repos/extra-x86_64/gc74.patch
  inkscape/repos/extra-x86_64/ime-placement.patch
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/poppler-0.26.patch
  inkscape/repos/extra-x86_64/spuriouscomma.patch

--+
 /PKGBUILD|  134 +++
 /freetype.patch  |   30 ++
 /gc74.patch  |  108 ++
 /ime-placement.patch |  124 +
 /install |   26 +
 /poppler-0.26.patch  |  178 +
 /spuriouscomma.patch |   22 
 extra-i686/PKGBUILD  |   67 -
 extra-i686/freetype.patch|   15 ---
 extra-i686/gc74.patch|   54 ---
 extra-i686/ime-placement.patch   |   62 
 extra-i686/install   |   13 --
 extra-i686/poppler-0.26.patch|   89 --
 extra-i686/spuriouscomma.patch   |   11 --
 extra-x86_64/PKGBUILD|   67 -
 extra-x86_64/freetype.patch  |   15 ---
 extra-x86_64/gc74.patch  |   54 ---
 extra-x86_64/ime-placement.patch |   62 
 extra-x86_64/install |   13 --
 extra-x86_64/poppler-0.26.patch  |   89 --
 extra-x86_64/spuriouscomma.patch |   11 --
 21 files changed, 622 insertions(+), 622 deletions(-)

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


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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 12:52:14
  Author: spupykin
Revision: 113440

upgpkg: mediawiki 1.23.0-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 09:07:34 UTC (rev 113439)
+++ PKGBUILD2014-06-23 10:52:14 UTC (rev 113440)
@@ -4,8 +4,8 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.22.7
-_basever=1.22
+pkgver=1.23.0
+_basever=1.23
 pkgrel=1
 pkgdesc="MediaWiki engine"
 arch=('any')
@@ -34,8 +34,8 @@
 
source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz";

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}";
apache.example.conf)
-md5sums=('a1164f4b8a0bff43b9837c215e167787'
- 'b595f6a32b2380040ce5401701a6a3a2'
+md5sums=('15d73f28a66125935d44e3b968b81ef7'
+ '2e292442d22c2478150ee592e7780d89'
  '99c25f04d4093fdb1be7624fe4e7')
 
 package_mediawiki() {
@@ -74,6 +74,6 @@
   cd $srcdir
   install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
 #  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-b3ad6b9 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
+  cp -a wikimedia-mediawiki-extensions-Math-d0e998f 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
   ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
 }



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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 12:52:45
  Author: spupykin
Revision: 113443

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

Added:
  xpad/repos/community-i686/PKGBUILD
(from rev 113442, xpad/trunk/PKGBUILD)
  xpad/repos/community-i686/xpad.install
(from rev 113442, xpad/trunk/xpad.install)
  xpad/repos/community-x86_64/PKGBUILD
(from rev 113442, xpad/trunk/PKGBUILD)
  xpad/repos/community-x86_64/xpad.install
(from rev 113442, xpad/trunk/xpad.install)
Deleted:
  xpad/repos/community-i686/PKGBUILD
  xpad/repos/community-i686/xpad-gtk-2.20.patch
  xpad/repos/community-i686/xpad.install
  xpad/repos/community-x86_64/PKGBUILD
  xpad/repos/community-x86_64/xpad-gtk-2.20.patch
  xpad/repos/community-x86_64/xpad.install

--+
 /PKGBUILD|   56 ++
 /xpad.install|   22 +++
 community-i686/PKGBUILD  |   30 --
 community-i686/xpad-gtk-2.20.patch   |   98 -
 community-i686/xpad.install  |   11 ---
 community-x86_64/PKGBUILD|   30 --
 community-x86_64/xpad-gtk-2.20.patch |   98 -
 community-x86_64/xpad.install|   11 ---
 8 files changed, 78 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 10:52:33 UTC (rev 113442)
+++ community-i686/PKGBUILD 2014-06-23 10:52:45 UTC (rev 113443)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Kevin Piche 
-# Contributor: Ben 
-
-pkgname=xpad
-pkgver=4.2
-pkgrel=1
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk2' 'libsm' 'librsvg')
-makedepends=('intltool')
-url="http://mterry.name/xpad/";
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2
-   xpad-gtk-2.20.patch)
-md5sums=('85583f8f68ad61ec282ea1332fe76480'
- '6a3d2952b469d65ec333714991ba8284')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 113442, 
xpad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 10:52:45 UTC (rev 113443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Kevin Piche 
+# Contributor: Ben 
+
+pkgname=xpad
+pkgver=4.3
+pkgrel=1
+pkgdesc="Stickies-like notes program"
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg')
+makedepends=('intltool')
+url="http://mterry.name/xpad/";
+license=('GPL')
+install=xpad.install
+source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2)
+md5sums=('d524d693e2ecb6be99a3005b090b2256')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install helpdir=$pkgdir/usr/lib/xpad/help
+}

Deleted: community-i686/xpad-gtk-2.20.patch
===
--- community-i686/xpad-gtk-2.20.patch  2014-06-23 10:52:33 UTC (rev 113442)
+++ community-i686/xpad-gtk-2.20.patch  2014-06-23 10:52:45 UTC (rev 113443)
@@ -1,98 +0,0 @@
-Only in xpad-4.0.my/autopackage: default.apspec
-Only in xpad-4.0.my/autopackage: Makefile
-Only in xpad-4.0.my: config.h
-Only in xpad-4.0.my: config.log
-Only in xpad-4.0.my: config.status
-Only in xpad-4.0.my/doc: Makefile
-Only in xpad-4.0.my/images: Makefile
-Only in xpad-4.0.my: Makefile
-Only in xpad-4.0.my/po: af.gmo
-Only in xpad-4.0.my/po: bg.gmo
-Only in xpad-4.0.my/po: cs.gmo
-Only in xpad-4.0.my/po: da.gmo
-Only in xpad-4.0.my/po: de.gmo
-Only in xpad-4.0.my/po: en_GB.gmo
-Only in xpad-4.0.my/po: es.gmo
-Only in xpad-4.0.my/po: et.gmo
-Only in xpad-4.0.my/po: fi.gmo
-Only in xpad-4.0.my/po: fr.gmo
-Only in xpad-4.0.my/po: ga.gmo
-Only in xpad-4.0.my/po: hr.gmo
-Only in xpad-4.0.my/po: hu.gmo
-Only in xpad-4.0.my/po: .intltool-merge-cache
-Only in xpad-4.0.my/po: it.gmo
-Only in xpad-4.0.my/po: ja.gmo
-Only in xpad-4.0.my/po: ko.gmo
-Only in xpad-4.0.my/po: lv.gmo
-Only in xpad-4.0.my/po: Makefile
-Only in xpad-4.0.my/po: Makefile.in
-Only in xpad-4.0.my/po: nl.gmo
-Only in xpad-4.0.my/po: POTFILES
-Only in xpad-4.0.my/po: pt.gmo
-Only in xpad-4.0.my/po: ro.gmo
-Only in xpad-4.0.my/po: ru.gmo
-Only in xpad-4.0.my/po: rw.gmo
-Only in xpad-4.0.my/po: stamp-it
-Only in xpad-4.0.my/po: sv.gmo
-Only in xpad-4.0.my/po: th.gmo
-Only in xpad-4.0.my/po: tr.gmo
-Only in xpad-4.0.my/po: vi.gmo
-Only in xpad-4.0.my/po: zh_CN.gmo
-Only in xpad-4.0.my/po: zh_TW.gmo
-Only in xpad-4.0.my/src: .deps
-Only in xpad-4.0.my/src: fio.o
-Only in xpad-4.0.my/src: help.o
-Only in 

[arch-commits] Commit in xpad/trunk (PKGBUILD xpad-gtk-2.20.patch)

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 12:52:33
  Author: spupykin
Revision: 113442

upgpkg: xpad 4.3-1

upd

Modified:
  xpad/trunk/PKGBUILD
Deleted:
  xpad/trunk/xpad-gtk-2.20.patch

-+
 PKGBUILD|   12 ++
 xpad-gtk-2.20.patch |   98 --
 2 files changed, 5 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 10:52:23 UTC (rev 113441)
+++ PKGBUILD2014-06-23 10:52:33 UTC (rev 113442)
@@ -4,19 +4,17 @@
 # Contributor: Ben 
 
 pkgname=xpad
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc="Stickies-like notes program"
 arch=(i686 x86_64)
-depends=('gtk2' 'libsm' 'librsvg')
+depends=('gtk3' 'libsm' 'librsvg')
 makedepends=('intltool')
 url="http://mterry.name/xpad/";
 license=('GPL')
 install=xpad.install
-source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2
-   xpad-gtk-2.20.patch)
-md5sums=('85583f8f68ad61ec282ea1332fe76480'
- '6a3d2952b469d65ec333714991ba8284')
+source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2)
+md5sums=('d524d693e2ecb6be99a3005b090b2256')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,5 +24,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install helpdir=$pkgdir/usr/lib/xpad/help
 }

Deleted: xpad-gtk-2.20.patch
===
--- xpad-gtk-2.20.patch 2014-06-23 10:52:23 UTC (rev 113441)
+++ xpad-gtk-2.20.patch 2014-06-23 10:52:33 UTC (rev 113442)
@@ -1,98 +0,0 @@
-Only in xpad-4.0.my/autopackage: default.apspec
-Only in xpad-4.0.my/autopackage: Makefile
-Only in xpad-4.0.my: config.h
-Only in xpad-4.0.my: config.log
-Only in xpad-4.0.my: config.status
-Only in xpad-4.0.my/doc: Makefile
-Only in xpad-4.0.my/images: Makefile
-Only in xpad-4.0.my: Makefile
-Only in xpad-4.0.my/po: af.gmo
-Only in xpad-4.0.my/po: bg.gmo
-Only in xpad-4.0.my/po: cs.gmo
-Only in xpad-4.0.my/po: da.gmo
-Only in xpad-4.0.my/po: de.gmo
-Only in xpad-4.0.my/po: en_GB.gmo
-Only in xpad-4.0.my/po: es.gmo
-Only in xpad-4.0.my/po: et.gmo
-Only in xpad-4.0.my/po: fi.gmo
-Only in xpad-4.0.my/po: fr.gmo
-Only in xpad-4.0.my/po: ga.gmo
-Only in xpad-4.0.my/po: hr.gmo
-Only in xpad-4.0.my/po: hu.gmo
-Only in xpad-4.0.my/po: .intltool-merge-cache
-Only in xpad-4.0.my/po: it.gmo
-Only in xpad-4.0.my/po: ja.gmo
-Only in xpad-4.0.my/po: ko.gmo
-Only in xpad-4.0.my/po: lv.gmo
-Only in xpad-4.0.my/po: Makefile
-Only in xpad-4.0.my/po: Makefile.in
-Only in xpad-4.0.my/po: nl.gmo
-Only in xpad-4.0.my/po: POTFILES
-Only in xpad-4.0.my/po: pt.gmo
-Only in xpad-4.0.my/po: ro.gmo
-Only in xpad-4.0.my/po: ru.gmo
-Only in xpad-4.0.my/po: rw.gmo
-Only in xpad-4.0.my/po: stamp-it
-Only in xpad-4.0.my/po: sv.gmo
-Only in xpad-4.0.my/po: th.gmo
-Only in xpad-4.0.my/po: tr.gmo
-Only in xpad-4.0.my/po: vi.gmo
-Only in xpad-4.0.my/po: zh_CN.gmo
-Only in xpad-4.0.my/po: zh_TW.gmo
-Only in xpad-4.0.my/src: .deps
-Only in xpad-4.0.my/src: fio.o
-Only in xpad-4.0.my/src: help.o
-Only in xpad-4.0.my/src: Makefile
-Only in xpad-4.0.my/src: prefix.o
-Only in xpad-4.0.my/src: xpad
-Only in xpad-4.0.my/src: xpad-app.o
-Only in xpad-4.0.my/src: xpad-grip-tool-item.o
-diff -wbBur xpad-4.0/src/xpad-pad.c xpad-4.0.my/src/xpad-pad.c
 xpad-4.0/src/xpad-pad.c2009-05-11 01:44:09.0 +
-+++ xpad-4.0.my/src/xpad-pad.c 2010-04-12 15:25:24.0 +
-@@ -268,18 +268,22 @@
-   NULL));
-   gtk_container_child_set (GTK_CONTAINER (vbox), pad->priv->toolbar, 
"expand", FALSE, NULL);
-   
--  g_object_set (G_OBJECT (pad),
--  "decorated", xpad_settings_get_has_decorations (xpad_settings 
()),
--  "default-height", xpad_settings_get_height (xpad_settings ()),
--  "default-width", xpad_settings_get_width (xpad_settings ()),
--  "gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving 
pad x,y work */
--  "skip-pager-hint", !xpad_settings_get_has_decorations 
(xpad_settings ()),
--  "skip-taskbar-hint", !xpad_settings_get_has_decorations 
(xpad_settings ()),
--  "type", GTK_WINDOW_TOPLEVEL,
--  "type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
--  "window-position", GTK_WIN_POS_MOUSE,
--  "child", vbox,
--  NULL);
-+//g_object_set (G_OBJECT (pad),
-+//"default-height", xpad_settings_get_height (xpad_settings ()),
-+//"default-width", xpad_settings_get_width (xpad_settings ()),
-+//"gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving 
pad x,y work */
-+//"skip-pager-hint", !xpad_settings_get_has_decorations 
(xpad_settings ()),
-+//"skip-taskbar-hint", !xpad_settings_get_has_decorations 
(xpad_settings ()),
-+//"type", GTK_WINDOW_TOPLEVEL,
-+//"window-position"

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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 12:52:23
  Author: spupykin
Revision: 113441

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 113440, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 113440, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 113440, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  158 +-
 apache.example.conf |   16 ++---
 mediawiki.install   |   10 +--
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 10:52:14 UTC (rev 113440)
+++ PKGBUILD2014-06-23 10:52:23 UTC (rev 113441)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.22.7
-_basever=1.22
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="http://www.mediawiki.org/wiki/MediaWiki";
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'sendmail: for meail sending')
-backup=(etc/webapps/mediawiki/.htaccess)
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz";
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}";
-   apache.example.conf)
-md5sums=('a1164f4b8a0bff43b9837c215e167787'
- 'b595f6a32b2380040ce5401701a6a3a2'
- '99c25f04d4093fdb1be7624fe4e7')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  echo "deny from all" >> $pkgdir/etc/webapps/mediawiki/.htaccess
-  ln -sf /etc/webapps/mediawiki/.htaccess 
$pkgdir/usr/share/webapps/mediawiki/.htaccess
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-b3ad6b9 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 113440, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 10:52:23 UTC (rev 113441)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.23.0
+_basever=1.23
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="http://www.mediawiki.org/wiki/MediaWiki";
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+   'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite d

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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:08:33
  Author: spupykin
Revision: 113444

upgpkg: libvirt 1.2.5-2

upd

Modified:
  libvirt/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 10:52:45 UTC (rev 113443)
+++ PKGBUILD2014-06-23 11:08:33 UTC (rev 113444)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/";
@@ -81,6 +81,9 @@
 src/locking/virtlockd.service.in
   sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
   sed -i 's|#group =.*|group="kvm"|' src/qemu/qemu.conf
+  sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
+src/qemu/qemu{.conf,_conf.c} \
+src/qemu/test_libvirtd_qemu.aug.in
 }
 
 build() {



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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:08:53
  Author: spupykin
Revision: 113445

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 113444, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 113444, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 113444, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 113444, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 113444, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 113444, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 113444, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 113444, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 113444, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 113444, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  234 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |  114 --
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  114 --
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 300 insertions(+), 294 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 11:08:33 UTC (rev 113444)
+++ community-i686/PKGBUILD 2014-06-23 11:08:53 UTC (rev 113445)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/";
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/libvir

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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:20:13
  Author: spupykin
Revision: 113446

upgpkg: gst-python 1.2.1-1

upd

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:08:53 UTC (rev 113445)
+++ PKGBUILD2014-06-23 11:20:13 UTC (rev 113446)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-python
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Python bindings for GStreamer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('python2-gobject' 'gst-plugins-base')
 makedepends=('pkg-config')
 
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
-md5sums=('da9a33cccdb7d094f243e4b469cfbc76')
+md5sums=('bfc70a6529a981cb84fc8a7b4da69305')
 
 build() {
   cd "${srcdir}/gst-python-${pkgver}"



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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:20:27
  Author: spupykin
Revision: 113447

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

Added:
  gst-python/repos/community-i686/PKGBUILD
(from rev 113446, gst-python/trunk/PKGBUILD)
  gst-python/repos/community-x86_64/PKGBUILD
(from rev 113446, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/community-i686/PKGBUILD
  gst-python/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-06-23 11:20:13 UTC (rev 113446)
+++ community-i686/PKGBUILD 2014-06-23 11:20:27 UTC (rev 113447)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python2-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
-md5sums=('da9a33cccdb7d094f243e4b469cfbc76')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-i686/PKGBUILD (from rev 113446, 
gst-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 11:20:27 UTC (rev 113447)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python2-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('bfc70a6529a981cb84fc8a7b4da69305')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-23 11:20:13 UTC (rev 113446)
+++ community-x86_64/PKGBUILD   2014-06-23 11:20:27 UTC (rev 113447)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python2-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
-md5sums=('da9a33cccdb7d094f243e4b469cfbc76')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 113446, 
gst-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-23 11:20:27 UTC (rev 113447)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python2-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('bfc70a6529a981cb84fc8a7b4da69305')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:20:30
  Author: spupykin
Revision: 113448

upgpkg: xlockmore 5.43-2

upd

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:20:27 UTC (rev 113447)
+++ PKGBUILD2014-06-23 11:20:30 UTC (rev 113448)
@@ -4,7 +4,7 @@
 
 pkgname=xlockmore
 pkgver=5.43
-pkgrel=1
+pkgrel=2
 pkgdesc="screen saver / locker for the X Window System"
 arch=(i686 x86_64)
 license=('BSD')



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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:20:42
  Author: spupykin
Revision: 113449

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 113448, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 113448, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 113448, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 113448, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   37 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   37 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-06-23 11:20:30 UTC (rev 113448)
+++ community-i686/LICENSE  2014-06-23 11:20:42 UTC (rev 113449)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 113448, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-06-23 11:20:42 UTC (rev 113449)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 11:20:30 UTC (rev 113448)
+++ community-i686/PKGBUILD 2014-06-23 11:20:42 UTC (rev 113449)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.43
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(i686 x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://www.tux.org/~bagleyd/xlockmore.html";
-options=('!makeflags')
-source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2
-   LICENSE)
-md5sums=('76af9c0a698aec1e32770a1183df72eb'
- 'a64afab4283f53972a6702c2e59850d7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enable-appdefaultdir=/usr/share/X11/app-defaults \
- --enable-pam --with-gtk2 --without-esound --without-ftgl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make xapploaddir=$pkgdir/usr/share/X11/app-defaults \
-   mandir=$pkgdir/usr/man/man1 \
-   prefix=$pkgdir/usr install
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-}

Copied: xlockmore/repos/community-i686/PKGBUILD (from rev 113448, 
xlockmor

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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 13:54:57
  Author: fyan
Revision: 113450

upgpkg: wiznote 2.1.9-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:20:42 UTC (rev 113449)
+++ PKGBUILD2014-06-23 11:54:57 UTC (rev 113450)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.8
+pkgver=2.1.9
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-06-23 Thread Lukas Jirkovsky
Date: Monday, June 23, 2014 @ 13:55:11
  Author: stativ
Revision: 113451

luxrender: rephrase optdepend on python to avoid weird problem with VIM 
highlighting.

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:54:57 UTC (rev 113450)
+++ PKGBUILD2014-06-23 11:55:11 UTC (rev 113451)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
-'python: Python interface (pylux)'
+'python: pylux Python interface'
 'nvidia-utils: OpenCL support for nVidia GPUs' \
 'amdstream: OpenCL support for AMD GPUs' \
 'intel-opencl-sdk: OpenCL support for Intel CPUs')



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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 13:56:39
  Author: fyan
Revision: 113452

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

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

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 11:55:11 UTC (rev 113451)
+++ community-i686/PKGBUILD 2014-06-23 11:56:39 UTC (rev 113452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.8
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 113451, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 11:56:39 UTC (rev 113452)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.9
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-06-23 11:55:11 UTC (rev 113451)
+++ community-i686/wiznote.install  2014-06-23 11:56:39 UTC (rev 113452)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 113451, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-06-23 11:56:39 UTC (rev 113452)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-23 11:55:11 UTC (rev 113451)
+++ community-x86_64/PKGBUILD   2014-06-23 11:56:39 UTC (rev 113452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgna

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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 14:02:29
  Author: fyan
Revision: 113453

upgpkg: jenkins 1.569-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:56:39 UTC (rev 113452)
+++ PKGBUILD2014-06-23 12:02:29 UTC (rev 113453)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.568
+pkgver=1.569
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('5853e3bcc5f9239c5adc0fd142edf6484704edaf3f768029b177f644d007f1d8a5632dcd9a409481fa27daefb206b3ed56b36eec4edaa8e6ef28d6f424963999'
+sha512sums=('f24c25b34e554a11feb83dfbed5090bdd0886fdb2a0383df0ac982656a2e24885f50d3db19fda5c67b82e1e3f0bb1bca9bbedb406d231067a3a4df596f0b7e50'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 14:03:43
  Author: fyan
Revision: 113454

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 113453, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 113453, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 113453, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 113453, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 113453, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 113453, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-23 12:02:29 UTC (rev 113453)
+++ LICENSE 2014-06-23 12:03:43 UTC (rev 113454)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 113453, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-23 12:03:43 UTC (rev 113454)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 12:02:29 UTC (rev 113453)
+++ PKGBUILD2014-06-23 12:03:43 UTC (rev 113454)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.568
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to fo

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

2014-06-23 Thread Martin Wimpress
Date: Monday, June 23, 2014 @ 14:04:13
  Author: flexiondotorg
Revision: 113455

upgpkg: eom 1.8.0-3 - Fix SVG support

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 12:03:43 UTC (rev 113454)
+++ PKGBUILD2014-06-23 12:04:13 UTC (rev 113455)
@@ -3,14 +3,14 @@
 
 pkgname=eom
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An image viewing and cataloging program for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
- 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
- 'python2-gobject2' 'startup-notification' 'zlib')
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
+ 'python2' 'python2-gobject2' 'startup-notification' 'zlib')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 replaces=('mate-image-viewer')
@@ -26,7 +26,8 @@
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --localstatedir=/var \
---with-gtk=2.0
+--with-gtk=2.0 \
+--with-librsvg
 make
 }
 



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

2014-06-23 Thread Martin Wimpress
Date: Monday, June 23, 2014 @ 14:04:26
  Author: flexiondotorg
Revision: 113456

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

Added:
  eom/repos/community-i686/01-fix.diff
(from rev 113455, eom/trunk/01-fix.diff)
  eom/repos/community-i686/PKGBUILD
(from rev 113455, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 113455, eom/trunk/eom.install)
  eom/repos/community-x86_64/01-fix.diff
(from rev 113455, eom/trunk/01-fix.diff)
  eom/repos/community-x86_64/PKGBUILD
(from rev 113455, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 113455, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/01-fix.diff
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/01-fix.diff
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /01-fix.diff |   26 ++
 /PKGBUILD|   74 +
 /eom.install |   26 ++
 community-i686/01-fix.diff   |   13 ---
 community-i686/PKGBUILD  |   37 
 community-i686/eom.install   |   13 ---
 community-x86_64/01-fix.diff |   13 ---
 community-x86_64/PKGBUILD|   37 
 community-x86_64/eom.install |   13 ---
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/01-fix.diff
===
--- community-i686/01-fix.diff  2014-06-23 12:04:13 UTC (rev 113455)
+++ community-i686/01-fix.diff  2014-06-23 12:04:26 UTC (rev 113456)
@@ -1,13 +0,0 @@
-diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
-index a4f24b6..a98dd30 100644
 a/src/eom-thumbnail.c
-+++ b/src/eom-thumbnail.c
-@@ -31,7 +31,7 @@
- #ifndef MATE_DESKTOP_USE_UNSTABLE_API
- #define MATE_DESKTOP_USE_UNSTABLE_API
- #endif
--#include 
-+#include 
- 
- #include "eom-thumbnail.h"
- #include "eom-list-store.h"

Copied: eom/repos/community-i686/01-fix.diff (from rev 113455, 
eom/trunk/01-fix.diff)
===
--- community-i686/01-fix.diff  (rev 0)
+++ community-i686/01-fix.diff  2014-06-23 12:04:26 UTC (rev 113456)
@@ -0,0 +1,13 @@
+diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
+index a4f24b6..a98dd30 100644
+--- a/src/eom-thumbnail.c
 b/src/eom-thumbnail.c
+@@ -31,7 +31,7 @@
+ #ifndef MATE_DESKTOP_USE_UNSTABLE_API
+ #define MATE_DESKTOP_USE_UNSTABLE_API
+ #endif
+-#include 
++#include 
+ 
+ #include "eom-thumbnail.h"
+ #include "eom-list-store.h"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 12:04:13 UTC (rev 113455)
+++ community-i686/PKGBUILD 2014-06-23 12:04:26 UTC (rev 113456)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=eom
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="An image viewing and cataloging program for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
- 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
- 'python2-gobject2' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-image-viewer')
-provides=('mate-image-viewer')
-conflicts=('mate-image-viewer')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=2.0
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 113455, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 12:04:26 UTC (rev 113456)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=eom
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
+ 'python2' 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-image-viewer')
+provides=('mate-image-vie

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

2014-06-23 Thread Martin Wimpress
Date: Monday, June 23, 2014 @ 14:35:14
  Author: flexiondotorg
Revision: 113457

upgpkg: syncthing 0.8.16-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

---+
 PKGBUILD  |6 +++---
 syncthing.install |9 +
 2 files changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 12:04:26 UTC (rev 113456)
+++ PKGBUILD2014-06-23 12:35:14 UTC (rev 113457)
@@ -6,8 +6,8 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.8.15
-pkgrel=2
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";
 license=('MIT')
@@ -17,7 +17,7 @@
 source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz";
 "syncthing@.service"
 "syncthing.1")
-sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
+sha1sums=('62ed3ac4f01546bba743e223dd98a2af8f67ca2b'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install

Modified: syncthing.install
===
--- syncthing.install   2014-06-23 12:04:26 UTC (rev 113456)
+++ syncthing.install   2014-06-23 12:35:14 UTC (rev 113457)
@@ -1,17 +1,10 @@
 post_install() {
 cat << EOF
-  WebGUI can be accessed at http://localhost:8080
-
-  Execute the following to reload systemd modules.
-
-systemctl daemon-reload
-
-  To start and/or enable syncthing execute the the following,
+  To start and/or enable syncthing execute the following,
   replacing 'user' with your username.
 
 systemctl start syncthing@user
 systemctl enable syncthing@user
-
 EOF
 }
 



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

2014-06-23 Thread Martin Wimpress
Date: Monday, June 23, 2014 @ 14:35:43
  Author: flexiondotorg
Revision: 113458

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 113457, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 113457, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 113457, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 113457, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 113457, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 113457, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 113457, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 113457, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   20 ---
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   20 ---
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 12:35:14 UTC (rev 113457)
+++ community-i686/PKGBUILD 2014-06-23 12:35:43 UTC (rev 113458)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.15
-pkgrel=2
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz";
-"syncthing@.service"
-"syncthing.1")
-sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/calmh"
-mv "${pkgname}-${pkgver}" "src/github.com/calmh/${pkgname}"
-# Patch the build variables that require a git clone
-sed -i -e "s/^version=.*/version=\"${pkgver}\"/" 
"${srcdir}/src/github.com/calmh/${pkgname}/build.sh"
-sed -i -e "s/^date=.*/date=\"${_pkgstamp}\"/" 
"${srcdir}/src/github.com/calmh/${pkgname}/build.sh"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/calmh/${pkgname}"
-./build.sh
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/calmh/${pkgname}"
-./build.sh test
-}
-
-package() {
-cd "${srcdir}/src/github.com/calmh/${pkgname}"
-install -D -m 755 syncthing "${pkgdir}/usr/bin/syncthing"
-install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -D -m 644 "${srcdir}/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-install -D -m 644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 113457, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 12:35:43 UTC (rev 113458)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.16
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('go' 'godep' 'inetutils' 'sed')
+source=("https://github.

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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 15:11:45
  Author: tpowa
Revision: 215354

upgpkg: samba 4.1.9-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 10:40:14 UTC (rev 215353)
+++ PKGBUILD2014-06-23 13:11:45 UTC (rev 215354)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.8
+pkgver=4.1.9
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.8
+_realver=4.1.9
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
@@ -240,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('212b7568d44e7668a7dc8a45c5558764'
+md5sums=('f9efc506e08c680d2b79b13be28c959c'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'



[arch-commits] Commit in samba/repos (52 files)

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 15:12:09
  Author: tpowa
Revision: 215355

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 215354, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 215354, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 215354, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 215354, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 215354, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 215354, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 215354, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 215354, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 215354, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 215354, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 215354, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 215354, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 215354, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 215354, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 215354, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 215354, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 215354, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 215354, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 215354, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 215354, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 215354, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 215354, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 215354, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 215354, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 215354, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 215354, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  506 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 extra-i686/smb

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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 15:12:29
  Author: spupykin
Revision: 113460

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 13:12:13 UTC (rev 113459)
+++ community-i686/PKGBUILD 2014-06-23 13:12:29 UTC (rev 113460)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: kmaster 
-
-pkgname=uudeview
-pkgver=0.5.20
-pkgrel=11
-pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
-arch=('i686' 'x86_64')
-url="http://www.fpx.de/fp/Software/UUDeview/";
-license=('GPL')
-optdepends=('tk: for GUI')
-source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0161abaec3658095044601eae82bbc5b')
-
-build() {
-  cd $srcdir/uudeview-$pkgver/uulib
-  autoreconf
-  cd $srcdir/$pkgname-$pkgver
-  autoreconf
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
-  install -d $pkgdir/usr/lib/uudeview
-  install -d $pkgdir/usr/include/uudeview
-
-  cd $srcdir/uudeview-$pkgver/uulib
-  ./configure --prefix=/usr
-  make
-  cp -v *.o $pkgdir/usr/lib/uudeview
-  cp -v *.a $pkgdir/usr/lib/uudeview
-  cp -v *.h $pkgdir/usr/include/uudeview
-}

Copied: uudeview/repos/community-i686/PKGBUILD (from rev 113459, 
uudeview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 13:12:29 UTC (rev 113460)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: kmaster 
+
+pkgname=uudeview
+pkgver=0.5.20
+pkgrel=12
+pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
+arch=('i686' 'x86_64')
+url="http://www.fpx.de/fp/Software/UUDeview/";
+license=('GPL')
+optdepends=('tk: for GUI')
+options=('staticlibs')
+source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0161abaec3658095044601eae82bbc5b')
+
+build() {
+  cd $srcdir/uudeview-$pkgver/uulib
+  autoreconf
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
+  install -d $pkgdir/usr/lib/uudeview
+  install -d $pkgdir/usr/include/uudeview
+
+  cd $srcdir/uudeview-$pkgver/uulib
+  ./configure --prefix=/usr
+  make
+  cp -v *.o $pkgdir/usr/lib/uudeview
+  cp -v *.a $pkgdir/usr/lib/uudeview
+  cp -v *.h $pkgdir/usr/include/uudeview
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-23 13:12:13 UTC (rev 113459)
+++ community-x86_64/PKGBUILD   2014-06-23 13:12:29 UTC (rev 113460)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: kmaster 
-
-pkgname=uudeview
-pkgver=0.5.20
-pkgrel=11
-pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
-arch=('i686' 'x86_64')
-url="http://www.fpx.de/fp/Software/UUDeview/";
-license=('GPL')
-optdepends=('tk: for GUI')
-source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0161abaec3658095044601eae82bbc5b')
-
-build() {
-  cd $srcdir/uudeview-$pkgver/uulib
-  autoreconf
-  cd $srcdir/$pkgname-$pkgver
-  autoreconf
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
-  install -d $pkgdir/usr/lib/uudeview
-  install -d $pkgdir/usr/include/uudeview
-
-  cd $srcdir/uudeview-$pkgver/uulib
-  ./configure --prefix=/usr
-  make
-  cp -v *.o $pkgdir/usr/lib/uudeview
-  cp -v *.a $pkgdir/usr/lib/uudeview
-  cp -v *.h $pkgdir/usr/include/uudeview
-}

Copied: uudeview/repos/community-x86_64/PKGBUILD (from rev 113459, 
uudeview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-23 13:12:29 UTC (rev 113460)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer

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

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 15:12:13
  Author: spupykin
Revision: 113459

upgpkg: uudeview 0.5.20-12

upd

Modified:
  uudeview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 12:35:43 UTC (rev 113458)
+++ PKGBUILD2014-06-23 13:12:13 UTC (rev 113459)
@@ -4,12 +4,13 @@
 
 pkgname=uudeview
 pkgver=0.5.20
-pkgrel=11
+pkgrel=12
 pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
 arch=('i686' 'x86_64')
 url="http://www.fpx.de/fp/Software/UUDeview/";
 license=('GPL')
 optdepends=('tk: for GUI')
+options=('staticlibs')
 
source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
 md5sums=('0161abaec3658095044601eae82bbc5b')
 



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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 15:28:42
  Author: tpowa
Revision: 215356

fix FS#40894

Modified:
  capseo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 13:12:09 UTC (rev 215355)
+++ PKGBUILD2014-06-23 13:28:42 UTC (rev 215356)
@@ -7,7 +7,7 @@
 epoch=1
 pkgdesc="Capseo video codec"
 arch=('i686' 'x86_64')
-url="http://dev.gentoo.org/~trapni/capseo/";
+url="https://gitorious.org/capseo";
 license=('GPL2')
 depends=('libgl' 'gcc-libs')
 makedepends=('pkgconfig' 'mesa' 'libogg')



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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 17:11:38
  Author: tpowa
Revision: 215357

upgpkg: archboot 2014.06-2

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 13:28:42 UTC (rev 215356)
+++ PKGBUILD2014-06-23 15:11:38 UTC (rev 215357)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2014.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -66,7 +66,7 @@
 
 package()
 {
-  cd "$srcdir"/$pkgname-$pkgver-1
+  cd "$srcdir"/$pkgname-$pkgver-2
   mv * "$pkgdir/"
 }
-md5sums=('8b7d9ccf68005add222118f1d0b5725f')
+md5sums=('b78c7d55b57e9bce419dabf81e29b813')



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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 17:31:08
  Author: tpowa
Revision: 215358

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |   72 +
 archboot.install |   24 +
 2 files changed, 96 insertions(+)

Copied: archboot/repos/testing-any/PKGBUILD (from rev 215357, 
archboot/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-23 15:31:08 UTC (rev 215358)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2014.06
+pkgrel=2
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/";
+depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
+ 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
+ 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
+ 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
+ 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
+ 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 
'reiserfsprogs>=3.6.21-4'
+ 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'dnsutils>=9.9.2.P1-1'
+ 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
+ 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
+'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
+ 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
+ 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
+ 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
+'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
+'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
+'nfs-utils>=1.2.5-2' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
+'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo2>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
+'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
+'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
+'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
+'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
+'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
+'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
+'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
+'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
+'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
+'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
+'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
+'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
+'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
+'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
+'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
+'dirmngr>=1.1.0-3'  'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 
'dnssec-anchors>=20120422-1' 'hwids>=20120512-1'
+'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
+'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
+'systemd-sysvcompat

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

2014-06-23 Thread Alexander Rødseth
Date: Monday, June 23, 2014 @ 18:18:03
  Author: arodseth
Revision: 113462

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 113461, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 16:17:57 UTC (rev 113461)
+++ PKGBUILD2014-06-23 16:18:03 UTC (rev 113462)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.1.6
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('4e37e12d772a2c087f9fd9645552ec3d700928f036d9cef9dd959077097730cb')
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 113461, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 16:18:03 UTC (rev 113462)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
+sha256sums=('1d233ad733e35c80b1c7bec8332cae4c1457b9c7ffd5241b0f8609e207224dce')
+
+package() {
+  cd "Nuitka-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2014-06-23 Thread Alexander Rødseth
Date: Monday, June 23, 2014 @ 18:17:57
  Author: arodseth
Revision: 113461

upgpkg: nuitka 0.5.2-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 13:12:29 UTC (rev 113460)
+++ PKGBUILD2014-06-23 16:17:57 UTC (rev 113461)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.1.6
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!emptydirs')
 source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('4e37e12d772a2c087f9fd9645552ec3d700928f036d9cef9dd959077097730cb')
+sha256sums=('1d233ad733e35c80b1c7bec8332cae4c1457b9c7ffd5241b0f8609e207224dce')
 
 package() {
   cd "Nuitka-$pkgver"



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

2014-06-23 Thread Andreas Radke
Date: Monday, June 23, 2014 @ 18:36:50
  Author: andyrtr
Revision: 215359

upgpkg: poppler 0.26.2-1

upstream update 0.26.2

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 15:31:08 UTC (rev 215358)
+++ PKGBUILD2014-06-23 16:36:50 UTC (rev 215359)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.26.1
+pkgver=0.26.2
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('3e864e1e94fc8432e90afe9bab1a5603'
+md5sums=('10dcb979a57c0cbaa72d2d04c6adc32c'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 prepare() {



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

2014-06-23 Thread Andreas Radke
Date: Monday, June 23, 2014 @ 18:37:11
  Author: andyrtr
Revision: 215360

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

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 215359, poppler/trunk/PKGBUILD)
  poppler/repos/testing-i686/poppler-0.24.2-mocversiongrep.patch
(from rev 215359, poppler/trunk/poppler-0.24.2-mocversiongrep.patch)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 215359, poppler/trunk/PKGBUILD)
  poppler/repos/testing-x86_64/poppler-0.24.2-mocversiongrep.patch
(from rev 215359, poppler/trunk/poppler-0.24.2-mocversiongrep.patch)

+
 testing-i686/PKGBUILD  |   98 +++
 testing-i686/poppler-0.24.2-mocversiongrep.patch   |   28 +
 testing-x86_64/PKGBUILD|   98 +++
 testing-x86_64/poppler-0.24.2-mocversiongrep.patch |   28 +
 4 files changed, 252 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 215359, 
poppler/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-23 16:37:11 UTC (rev 215360)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.26.2
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base')
+options=('!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('10dcb979a57c0cbaa72d2d04c6adc32c'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+prepare() {
+  ln -sf test-${_testtag} test
+#  cd ${pkgbase}-${pkgver}
+#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+#  sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac
+#  autoreconf -fi
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt4() {
+  pkgdesc="Poppler Qt4 bindings"
+  provides=("poppler-qt=${pkgver}")
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=("poppler=${pkgver}" 'qt4')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt4 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-i686/poppler-0.24.2-mocversiongrep.patch (from 
rev 215359, poppler/trunk/poppler-0.24.2-mocversiongrep.patch)
===
--- testing-i686/poppler-0.24.2-mocversiongrep.patch
(rev 0)
+++ testing-i686/poppler-0.24.2-mocversiongrep.patch2014-06-23 16:37:11 UTC 
(rev 215360)
@@ -0,0 +1,28 @@
+diff -up poppler-0.2

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

2014-06-23 Thread Andreas Radke
Date: Monday, June 23, 2014 @ 19:04:03
  Author: andyrtr
Revision: 215362

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 215361, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 215361, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 215361, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 215361, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  122 
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   61 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   61 
 6 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-06-23 17:03:47 UTC (rev 215361)
+++ extra-i686/LICENSE  2014-06-23 17:04:03 UTC (rev 215362)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (f

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

2014-06-23 Thread Andreas Radke
Date: Monday, June 23, 2014 @ 19:03:47
  Author: andyrtr
Revision: 215361

upgpkg: xterm 308-1

upstream update 308

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 16:37:11 UTC (rev 215360)
+++ PKGBUILD2014-06-23 17:03:47 UTC (rev 215361)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=304
+pkgver=308
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-md5sums=('8a9460d848cf4ed244fcfc9b07d1c3d0'
+md5sums=('1ec76c1a79a70de4f82c24c527ef4626'
  'SKIP'
  '10ecc3f8ee91e3189863a172f68282d2')
 



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

2014-06-23 Thread Gaetan Bisson
Date: Monday, June 23, 2014 @ 19:13:41
  Author: bisson
Revision: 215364

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 215363, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 215363, gnupg/trunk/install)
  gnupg/repos/testing-i686/libgcrypt.patch
(from rev 215363, gnupg/trunk/libgcrypt.patch)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 215363, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 215363, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 215363, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/libgcrypt.patch
(from rev 215363, gnupg/trunk/libgcrypt.patch)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 215363, gnupg/trunk/protect-tool-env.patch)

---+
 testing-i686/PKGBUILD |   64 
 testing-i686/install  |   20 ++
 testing-i686/libgcrypt.patch  |   28 ++
 testing-i686/protect-tool-env.patch   |   28 ++
 testing-x86_64/PKGBUILD   |   64 
 testing-x86_64/install|   20 ++
 testing-x86_64/libgcrypt.patch|   28 ++
 testing-x86_64/protect-tool-env.patch |   28 ++
 8 files changed, 280 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 215363, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-23 17:13:41 UTC (rev 215364)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.0.23
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'protect-tool-env.patch'
+'libgcrypt.patch')
+sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db'
+  '700c462d7d106b845b655165b127e2b66cad3e30')
+
+install=install
+
+conflicts=('gnupg2')
+provides=("gnupg2=${pkgver}")
+replaces=('gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+   patch -p1 -i ../libgcrypt.patch # FS#40552
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 215363, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-06-23 17:13:41 UTC (rev 215364)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: gnupg/repos/testing-i686/libgcrypt.patch (from rev 215363, 
gnupg/trunk/libgcrypt.patch)
===
--- testing-i686/libgcrypt.patch(rev 0)
+++ testing-i686/libgcrypt.patch2014-06-23 17:13:41 UTC (rev 215364)
@@ -0,0 +1,28 @@
+From ceef5568d53b286efe639c6fd1d37f154be133ef Mon Sep 17 00:00:00 2001
+From: Werner Koch 
+Date: Mon, 23 Jun 2014 13:16:44 +0200
+Subject: [PATCH] ssh: 

[arch-commits] Commit in gnupg/trunk (PKGBUILD libgcrypt.patch)

2014-06-23 Thread Gaetan Bisson
Date: Monday, June 23, 2014 @ 19:13:27
  Author: bisson
Revision: 215363

fix FS#40552

Added:
  gnupg/trunk/libgcrypt.patch
Modified:
  gnupg/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 libgcrypt.patch |   28 
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 17:04:03 UTC (rev 215362)
+++ PKGBUILD2014-06-23 17:13:27 UTC (rev 215363)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -17,9 +17,11 @@
 makedepends=('curl' 'libldap' 'libusb-compat')
 depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'protect-tool-env.patch')
+'protect-tool-env.patch'
+'libgcrypt.patch')
 sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db'
+  '700c462d7d106b845b655165b127e2b66cad3e30')
 
 install=install
 
@@ -30,6 +32,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../protect-tool-env.patch # FS#31900
+   patch -p1 -i ../libgcrypt.patch # FS#40552
 }
 
 build() {

Added: libgcrypt.patch
===
--- libgcrypt.patch (rev 0)
+++ libgcrypt.patch 2014-06-23 17:13:27 UTC (rev 215363)
@@ -0,0 +1,28 @@
+From ceef5568d53b286efe639c6fd1d37f154be133ef Mon Sep 17 00:00:00 2001
+From: Werner Koch 
+Date: Mon, 23 Jun 2014 13:16:44 +0200
+Subject: [PATCH] ssh: Fix for newer Libgcrypt versions.
+
+* common/ssh-utils.c (get_fingerprint): Add GCRY_PK_ECC case.
+--
+
+Reported-by: Anatol Pomozov
+---
+ common/ssh-utils.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/common/ssh-utils.c b/common/ssh-utils.c
+index d8f057d..11ff0fb 100644
+--- a/common/ssh-utils.c
 b/common/ssh-utils.c
+@@ -89,6 +89,7 @@ get_fingerprint (gcry_sexp_t key, void **r_fpr, size_t 
*r_len,
+   elems = "pqgy";
+   gcry_md_write (md, "\0\0\0\x07ssh-dss", 11);
+   break;
++case GCRY_PK_ECC:
+ case GCRY_PK_ECDSA:
+   /* We only support the 3 standard curves for now.  It is just a
+  quick hack.  */
+-- 
+2.0.0
+



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

2014-06-23 Thread Andrea Scarpino
Date: Monday, June 23, 2014 @ 19:24:03
  Author: andrea
Revision: 215366

archrelease: copy trunk to extra-any

Added:
  kapidox/repos/extra-any/PKGBUILD
(from rev 215365, kapidox/trunk/PKGBUILD)
Deleted:
  kapidox/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 17:23:58 UTC (rev 215365)
+++ PKGBUILD2014-06-23 17:24:03 UTC (rev 215366)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kapidox
-pkgver=4.100.0
-pkgrel=1
-pkgdesc='Frameworks API Documentation Tools'
-arch=('any')
-url='https://projects.kde.org/projects/frameworks/kapidox'
-license=('LGPL')
-depends=('python')
-makedepends=('extra-cmake-modules' 'qt5-base')
-groups=('kf5')
-source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5546bab4b05d5778bcf38dd74578250a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kapidox/repos/extra-any/PKGBUILD (from rev 215365, 
kapidox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 17:24:03 UTC (rev 215366)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=4.100.0
+pkgrel=2
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5546bab4b05d5778bcf38dd74578250a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2014-06-23 Thread Andrea Scarpino
Date: Monday, June 23, 2014 @ 19:23:58
  Author: andrea
Revision: 215365

upgpkg: kapidox 4.100.0-2

add missing deps

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 17:13:41 UTC (rev 215364)
+++ PKGBUILD2014-06-23 17:23:58 UTC (rev 215365)
@@ -3,12 +3,12 @@
 
 pkgname=kapidox
 pkgver=4.100.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
 url='https://projects.kde.org/projects/frameworks/kapidox'
 license=('LGPL')
-depends=('python')
+depends=('python-jinja' 'python-yaml')
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz";)



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

2014-06-23 Thread Evangelos Foutras
Date: Monday, June 23, 2014 @ 19:38:28
  Author: foutrelis
Revision: 113463

upgpkg: shorewall 4.6.1.2-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 16:18:03 UTC (rev 113462)
+++ PKGBUILD2014-06-23 17:38:28 UTC (rev 113463)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.1
+pkgver=4.6.1.2
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('12a2e02ea1b9a50e4ff20e06fd8b90eb31bb94821b3ab51dc19a6560d3847638'
-'a270fcc6d1085fa3189209c85b6f2039dd9e4af6a96db01654d34eb0ecd53667'
-'ccba2ccce6649894270c8ce1ed358c056e9fe66d4dab993830dedd3099ee8812')
+sha256sums=('c34c2207b71081afae989bf06ea34fb97cc858809c3680312a770122b9bc60c1'
+'6abdbc0d4bc8a8f4cba66c9676984e6688b3ec06c8da361293f50f9785d069de'
+'6b3052503b43b93e006be774b4c6b1b46d570407f225d771d8bda2bd64da087f')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2014-06-23 Thread Evangelos Foutras
Date: Monday, June 23, 2014 @ 19:38:36
  Author: foutrelis
Revision: 113464

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 113463, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 17:38:28 UTC (rev 113463)
+++ PKGBUILD2014-06-23 17:38:36 UTC (rev 113464)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.1
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('12a2e02ea1b9a50e4ff20e06fd8b90eb31bb94821b3ab51dc19a6560d3847638'
-'a270fcc6d1085fa3189209c85b6f2039dd9e4af6a96db01654d34eb0ecd53667'
-'ccba2ccce6649894270c8ce1ed358c056e9fe66d4dab993830dedd3099ee8812')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/modules"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/helpers"
-
-  # Fix systemd service file permissions
-  chmod 644 "$pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 113463, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 17:38:36 UTC (rev 113464)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.1.2
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('c34c2207b71081afae989bf06ea34fb97cc858809c3680312a770122b9bc60c1'
+'6abdbc0d4bc8a8f4cba66c9676984e6688b3ec06c8da361293f50f9785d069de'
+'6b3052503b43b93e006be774b4c6b1b46d570407f225d771d8bda2bd64da087f')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting

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

2014-06-23 Thread Evangelos Foutras
Date: Monday, June 23, 2014 @ 19:40:57
  Author: foutrelis
Revision: 113466

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   72 +++
 gaupol.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 17:40:49 UTC (rev 113465)
+++ PKGBUILD2014-06-23 17:40:57 UTC (rev 113466)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.25
-pkgrel=2
-pkgdesc="An editor for text-based subtitles"
-arch=('any')
-url="http://home.gna.org/gaupol";
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-'gtkspell3: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.25/$pkgname-$pkgver.tar.xz)
-sha256sums=('6398035397355db52f80317fde0bbe81470601c9cf6b8825bd0a84a5115cb053')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 113465, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 17:40:57 UTC (rev 113466)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=0.26
+pkgrel=1
+pkgdesc="An editor for text-based subtitles"
+arch=('any')
+url="http://home.gna.org/gaupol";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-pyenchant: spell-checking'
+'gtkspell3: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.26/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd9ca00166c643b6c955c591b5e71f1891d2d4f9224ad477999da6dcd5363d0a')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2014-06-23 17:40:49 UTC (rev 113465)
+++ gaupol.install  2014-06-23 17:40:57 UTC (rev 113466)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 113465, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2014-06-23 17:40:57 UTC (rev 113466)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-23 Thread Evangelos Foutras
Date: Monday, June 23, 2014 @ 19:40:49
  Author: foutrelis
Revision: 113465

upgpkg: gaupol 0.26-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 17:38:36 UTC (rev 113464)
+++ PKGBUILD2014-06-23 17:40:49 UTC (rev 113465)
@@ -6,8 +6,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=0.25
-pkgrel=2
+pkgver=0.26
+pkgrel=1
 pkgdesc="An editor for text-based subtitles"
 arch=('any')
 url="http://home.gna.org/gaupol";
@@ -24,8 +24,8 @@
 'gst-plugins-ugly: extra media codecs'
 'gst-libav: extra media codecs')
 install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.25/$pkgname-$pkgver.tar.xz)
-sha256sums=('6398035397355db52f80317fde0bbe81470601c9cf6b8825bd0a84a5115cb053')
+source=(http://download.gna.org/$pkgname/0.26/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd9ca00166c643b6c955c591b5e71f1891d2d4f9224ad477999da6dcd5363d0a')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 20:50:37
  Author: guillaume
Revision: 215369

Upstream release 2.2.3

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 18:13:40 UTC (rev 215368)
+++ PKGBUILD2014-06-23 18:50:37 UTC (rev 215369)
@@ -5,7 +5,7 @@
 # Contributor: dorphell 
 
 pkgname=easytag
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'desktop-file-utils' 'hicolor-icon-theme' 'opusfile')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fb21ac51975c90c58c5dc38c28aa1030d6fa3420bc6b8406f085e34df9e14164')
+sha256sums=('f49cadc868a67faeb99bdbedc21a3009783609b380d098412c4799ec48aeaeb3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 20:51:25
  Author: guillaume
Revision: 215370

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

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

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

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

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

Deleted: extra-i686/easytag.install
===
--- extra-i686/easytag.install  2014-06-23 18:50:37 UTC (rev 215369)
+++ extra-i686/easytag.install  2014-06-23 18:51:25 UTC (rev 215370)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: easytag/repos/extra-i686/easytag.install (from rev 215369, 
easytag/trunk/easytag.install)
===
--- extra-i686/easytag.install  (rev 0)
+++ extra-i686/easytag.install  2014-06-23 18:51:25 UTC (rev 215370)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 18:50:37 UTC (rev 215369)
+++ extra-x86_64/PKGBUILD   2014-06-23 18:51:25 UTC (rev 215370)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Simple application for viewing and edi

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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 20:58:49
  Author: guillaume
Revision: 215372

Quiet down unzip

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 18:58:29 UTC (rev 215371)
+++ PKGBUILD2014-06-23 18:58:49 UTC (rev 215372)
@@ -17,7 +17,7 @@
 'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
 
 prepare() {
-  unzip -o /usr/lib/jvm/java-7-openjdk/src.zip -d "${srcdir}"/jdk_src
+  unzip -o -q /usr/lib/jvm/java-7-openjdk/src.zip -d "${srcdir}"/jdk_src
   export M2_REPO="${srcdir}"/m2_repo
   mkdir -p "${M2_REPO}"
 }



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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 20:58:29
  Author: guillaume
Revision: 215371

Upstream release 4.3. Comment out test

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 18:51:25 UTC (rev 215370)
+++ PKGBUILD2014-06-23 18:58:29 UTC (rev 215371)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=antlr4
-pkgver=4.2.2
+pkgver=4.3
 pkgrel=1
 pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
 arch=('any')
@@ -12,7 +12,7 @@
 source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
 bin_antlr4
 bin_grun)
-sha256sums=('b5079800ad5fb0e91a2eb48002a82205615600fb3647bffb65e0c2ca142af654'
+sha256sums=('a41afe391f9512ad44173def8751b276b9c115e7f0e93e7a0381f3c5dfd972d5'
 'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
 'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
 
@@ -34,13 +34,14 @@
   clean package
 }
 
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}/tool"
-  mvn -Dmaven.repo.local="${M2_REPO}" \
-  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
-  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
-  test
-}
+# https://github.com/antlr/antlr4/issues/563
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}/tool"
+#  mvn -Dmaven.repo.local="${M2_REPO}" \
+#  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
+#  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
+#  test
+#}
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in antlr4/trunk (PKGBUILD bin_antlr4 bin_grun)

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 21:06:03
  Author: guillaume
Revision: 215373

Add double-quotes around arguments for shell scripts

Modified:
  antlr4/trunk/PKGBUILD
  antlr4/trunk/bin_antlr4
  antlr4/trunk/bin_grun

+
 PKGBUILD   |4 ++--
 bin_antlr4 |2 +-
 bin_grun   |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 18:58:49 UTC (rev 215372)
+++ PKGBUILD2014-06-23 19:06:03 UTC (rev 215373)
@@ -13,8 +13,8 @@
 bin_antlr4
 bin_grun)
 sha256sums=('a41afe391f9512ad44173def8751b276b9c115e7f0e93e7a0381f3c5dfd972d5'
-'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
-'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
+'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
+'119c85b2b6fd02538ae9a7fd53d5eab874ea56d8acc244ce174e174de21c333a')
 
 prepare() {
   unzip -o -q /usr/lib/jvm/java-7-openjdk/src.zip -d "${srcdir}"/jdk_src

Modified: bin_antlr4
===
--- bin_antlr4  2014-06-23 18:58:49 UTC (rev 215372)
+++ bin_antlr4  2014-06-23 19:06:03 UTC (rev 215373)
@@ -1,2 +1,2 @@
 #!/bin/sh
-java -jar /usr/share/java/antlr-complete.jar $@
+java -jar /usr/share/java/antlr-complete.jar "$@"

Modified: bin_grun
===
--- bin_grun2014-06-23 18:58:49 UTC (rev 215372)
+++ bin_grun2014-06-23 19:06:03 UTC (rev 215373)
@@ -1,2 +1,2 @@
 #!/bin/sh
-java -cp .:/usr/share/java/antlr-complete.jar 
org.antlr.v4.runtime.misc.TestRig $@
+java -cp .:/usr/share/java/antlr-complete.jar 
org.antlr.v4.runtime.misc.TestRig "$@"



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:07:10
  Author: heftig
Revision: 113467

0.3.9

Modified:
  d-feet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 17:40:57 UTC (rev 113466)
+++ PKGBUILD2014-06-23 19:07:10 UTC (rev 113467)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György 
 
 pkgname=d-feet
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
 pkgdesc="D-Bus debugger for GNOME"
 arch=('any')
 url="https://wiki.gnome.org/Apps/DFeet";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3')
 install=d-feet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8423feb18fdff9b1465bf8442b78994ba13c12f8fa3b08e6a2f05768b4feee5')
+sha256sums=('6df917fc1c2ef43217fbeea94dc12ecfc2d136cac4c84dac2c89f03dfbca7953')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 21:08:12
  Author: guillaume
Revision: 215374

Fix name to downloaded source tarball

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:06:03 UTC (rev 215373)
+++ PKGBUILD2014-06-23 19:08:12 UTC (rev 215374)
@@ -9,7 +9,7 @@
 depends=('java-environment>=6')
 makedepends=('maven' 'openjdk7-src' 'unzip')
 provides=("antlr=${pkgver}")
-source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
+source=(${pkgname}-${pkgver}.zip::https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
 bin_antlr4
 bin_grun)
 sha256sums=('a41afe391f9512ad44173def8751b276b9c115e7f0e93e7a0381f3c5dfd972d5'



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:07:44
  Author: heftig
Revision: 113468

archrelease: copy trunk to community-any

Added:
  d-feet/repos/community-any/PKGBUILD
(from rev 113467, d-feet/trunk/PKGBUILD)
  d-feet/repos/community-any/d-feet.install
(from rev 113467, d-feet/trunk/d-feet.install)
Deleted:
  d-feet/repos/community-any/PKGBUILD
  d-feet/repos/community-any/d-feet.install

+
 PKGBUILD   |   64 +++
 d-feet.install |   24 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 19:07:10 UTC (rev 113467)
+++ PKGBUILD2014-06-23 19:07:44 UTC (rev 113468)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=d-feet
-pkgver=0.3.8
-pkgrel=2
-pkgdesc="D-Bus debugger for GNOME"
-arch=('any')
-url="https://wiki.gnome.org/Apps/DFeet";
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3')
-install=d-feet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8423feb18fdff9b1465bf8442b78994ba13c12f8fa3b08e6a2f05768b4feee5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs X
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: d-feet/repos/community-any/PKGBUILD (from rev 113467, 
d-feet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 19:07:44 UTC (rev 113468)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=d-feet
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="D-Bus debugger for GNOME"
+arch=('any')
+url="https://wiki.gnome.org/Apps/DFeet";
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3')
+install=d-feet.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6df917fc1c2ef43217fbeea94dc12ecfc2d136cac4c84dac2c89f03dfbca7953')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs X
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: d-feet.install
===
--- d-feet.install  2014-06-23 19:07:10 UTC (rev 113467)
+++ d-feet.install  2014-06-23 19:07:44 UTC (rev 113468)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: d-feet/repos/community-any/d-feet.install (from rev 113467, 
d-feet/trunk/d-feet.install)
===
--- d-feet.install  (rev 0)
+++ d-feet.install  2014-06-23 19:07:44 UTC (rev 113468)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-06-23 Thread Guillaume Alaux
Date: Monday, June 23, 2014 @ 21:09:18
  Author: guillaume
Revision: 215375

archrelease: copy trunk to extra-any

Added:
  antlr4/repos/extra-any/PKGBUILD
(from rev 215374, antlr4/trunk/PKGBUILD)
  antlr4/repos/extra-any/bin_antlr4
(from rev 215374, antlr4/trunk/bin_antlr4)
  antlr4/repos/extra-any/bin_grun
(from rev 215374, antlr4/trunk/bin_grun)
Deleted:
  antlr4/repos/extra-any/PKGBUILD
  antlr4/repos/extra-any/bin_antlr4
  antlr4/repos/extra-any/bin_grun

+
 PKGBUILD   |  107 +--
 bin_antlr4 |4 +-
 bin_grun   |4 +-
 3 files changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 19:08:12 UTC (rev 215374)
+++ PKGBUILD2014-06-23 19:09:18 UTC (rev 215375)
@@ -1,53 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=antlr4
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
-arch=('any')
-url='http://www.antlr.org/index.html'
-license=('BSD')
-depends=('java-environment>=6')
-makedepends=('maven' 'openjdk7-src' 'unzip')
-provides=("antlr=${pkgver}")
-source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
-bin_antlr4
-bin_grun)
-sha256sums=('b5079800ad5fb0e91a2eb48002a82205615600fb3647bffb65e0c2ca142af654'
-'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
-'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
-
-prepare() {
-  unzip -o /usr/lib/jvm/java-7-openjdk/src.zip -d "${srcdir}"/jdk_src
-  export M2_REPO="${srcdir}"/m2_repo
-  mkdir -p "${M2_REPO}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/tool"
-  mvn -Dmaven.repo.local="${M2_REPO}" \
-  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
-  -Dbootclasspath.compile=${JAVA_HOME}/jre/lib/rt.jar \
-  -Duser.name='Arch Linux' \
-  -Psonatype-oss-release \
-  -Dmaven.javadoc.skip=true \
-  -Dmaven.test.skip=true \
-  clean package
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}/tool"
-  mvn -Dmaven.repo.local="${M2_REPO}" \
-  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
-  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
-  test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -D tool/target/${pkgname}-${pkgver}-complete.jar \
- "${pkgdir}"/usr/share/java/${pkgname:0:-1}-${pkgver}-complete.jar
-  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
-  install -D "${srcdir}"/bin_antlr4 "${pkgdir}"/usr/bin/antlr4
-  install -D "${srcdir}"/bin_grun   "${pkgdir}"/usr/bin/grun
-  install -D LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: antlr4/repos/extra-any/PKGBUILD (from rev 215374, antlr4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 19:09:18 UTC (rev 215375)
@@ -0,0 +1,54 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=antlr4
+pkgver=4.3
+pkgrel=1
+pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
+arch=('any')
+url='http://www.antlr.org/index.html'
+license=('BSD')
+depends=('java-environment>=6')
+makedepends=('maven' 'openjdk7-src' 'unzip')
+provides=("antlr=${pkgver}")
+source=(${pkgname}-${pkgver}.zip::https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
+bin_antlr4
+bin_grun)
+sha256sums=('a41afe391f9512ad44173def8751b276b9c115e7f0e93e7a0381f3c5dfd972d5'
+'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
+'119c85b2b6fd02538ae9a7fd53d5eab874ea56d8acc244ce174e174de21c333a')
+
+prepare() {
+  unzip -o -q /usr/lib/jvm/java-7-openjdk/src.zip -d "${srcdir}"/jdk_src
+  export M2_REPO="${srcdir}"/m2_repo
+  mkdir -p "${M2_REPO}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/tool"
+  mvn -Dmaven.repo.local="${M2_REPO}" \
+  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
+  -Dbootclasspath.compile=${JAVA_HOME}/jre/lib/rt.jar \
+  -Duser.name='Arch Linux' \
+  -Psonatype-oss-release \
+  -Dmaven.javadoc.skip=true \
+  -Dmaven.test.skip=true \
+  clean package
+}
+
+# https://github.com/antlr/antlr4/issues/563
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}/tool"
+#  mvn -Dmaven.repo.local="${M2_REPO}" \
+#  -DJDK_SOURCE_ROOT="${srcdir}"/jdk_src \
+#  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
+#  test
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -D tool/target/${pkgname}-${pkgver}-complete.jar \
+ "${pkgdir}"/usr/share/java/${pkgname:0:-1}-${pkgver}-complete.jar
+  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
+  install -D "${srcdir}"/bin_antlr4 "${pkgdir}"/usr/bin/antlr4
+  install -D "$

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:16:33
  Author: heftig
Revision: 215376

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 215375, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 215375, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 215375, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 215375, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 /PKGBUILD  |   64 +++
 /gnome-online-accounts.install |   22 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-online-accounts.install   |   11 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-online-accounts.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:09:18 UTC (rev 215375)
+++ extra-i686/PKGBUILD 2014-06-23 19:16:33 UTC (rev 215376)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
- 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cac7758e09d32eb54af50ab6b23d65da0c8d48c555c8db011a0cf5b977d542ec')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 215375, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:16:33 UTC (rev 215376)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
+ 'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('afd7e2f0e6eccbde92f10183ea366c95b579767c540442ef82e4009d7759eda6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2014-06-23 19:09:18 UTC (rev 
215375)
+++ extra-i686/gnome-online-accounts.install2014-06-23 19:16:33 UTC (rev 
215376)
@@ -1,11 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 215375, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2014-06-23 19:16:33 UTC (rev 
215376)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:28:05
  Author: heftig
Revision: 215377

4.8.2

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:16:33 UTC (rev 215376)
+++ PKGBUILD2014-06-23 19:28:05 UTC (rev 215377)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
+sha256sums=('58d2d6bafd221fdc07982ad0455fd168afc7fb642465d53b66b07328eab32868')
 
 build() {
 cd "$_pkgbasename-$pkgver"



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:29:00
  Author: heftig
Revision: 215378

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:28:05 UTC (rev 215377)
+++ extra-i686/PKGBUILD 2014-06-23 19:29:00 UTC (rev 215378)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
-makedepends=('intltool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: gtkhtml4/repos/extra-i686/PKGBUILD (from rev 215377, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:29:00 UTC (rev 215378)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('58d2d6bafd221fdc07982ad0455fd168afc7fb642465d53b66b07328eab32868')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:28:05 UTC (rev 215377)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:29:00 UTC (rev 215378)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
-makedepends=('intltool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: gtkhtml4/repos/extra-x86_64/PKGBUILD (from rev 215377, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:29:00 UTC (rev 215378)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('58d2d6bafd221fdc07982ad0455fd168afc7fb642465d53b66b07328eab32868')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:30:30
  Author: heftig
Revision: 215379

0.12.6

Modified:
  gupnp-av/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:29:00 UTC (rev 215378)
+++ PKGBUILD2014-06-23 19:30:30 UTC (rev 215379)
@@ -4,7 +4,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=gupnp-av
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gupnp)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6')
+sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:31:07
  Author: heftig
Revision: 215380

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

Added:
  gupnp-av/repos/extra-i686/PKGBUILD
(from rev 215379, gupnp-av/trunk/PKGBUILD)
  gupnp-av/repos/extra-x86_64/PKGBUILD
(from rev 215379, gupnp-av/trunk/PKGBUILD)
Deleted:
  gupnp-av/repos/extra-i686/PKGBUILD
  gupnp-av/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:30:30 UTC (rev 215379)
+++ extra-i686/PKGBUILD 2014-06-23 19:31:07 UTC (rev 215380)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-i686/PKGBUILD (from rev 215379, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:31:07 UTC (rev 215380)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:30:30 UTC (rev 215379)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:31:07 UTC (rev 215380)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 215379, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:31:07 UTC (rev 215380)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd

[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:33:42
  Author: heftig
Revision: 215382

3.12.3

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:33:20 UTC (rev 215381)
+++ PKGBUILD2014-06-23 19:33:42 UTC (rev 215382)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Four-in-a-row";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6180612c70a04e70f17bc165fdfccc8c7984e6ed7d3c2870221cf596864545ef')
+sha256sums=('a445b745d2ae025fcd733734538b94dacc22afe0d7e0227d8da2aeb0a343d560')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:33:20
  Author: heftig
Revision: 215381

3.12.3

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:31:07 UTC (rev 215380)
+++ PKGBUILD2014-06-23 19:33:20 UTC (rev 215381)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calculator
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="http://www.gnome.org";
 install=gnome-calculator.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('da9dd34286979e88430b236982bf0c8b4415cd0c0caa0c19228fb521c08abe60')
+sha256sums=('201022e26759462d1c0c3e32e0560d6b8c25540a6cfeeb9aca518837e053c32e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:34:37
  Author: heftig
Revision: 215383

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

Added:
  gnome-calculator/repos/extra-i686/PKGBUILD
(from rev 215382, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/extra-i686/gnome-calculator.install
(from rev 215382, gnome-calculator/trunk/gnome-calculator.install)
  gnome-calculator/repos/extra-x86_64/PKGBUILD
(from rev 215382, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/extra-x86_64/gnome-calculator.install
(from rev 215382, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/extra-i686/PKGBUILD
  gnome-calculator/repos/extra-i686/gnome-calculator.install
  gnome-calculator/repos/extra-x86_64/PKGBUILD
  gnome-calculator/repos/extra-x86_64/gnome-calculator.install

---+
 /PKGBUILD |   64 
 /gnome-calculator.install |   22 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/gnome-calculator.install   |   11 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/gnome-calculator.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:33:42 UTC (rev 215382)
+++ extra-i686/PKGBUILD 2014-06-23 19:34:37 UTC (rev 215383)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf' 'gtksourceview3')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
-options=(!emptydirs)
-url="http://www.gnome.org";
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('da9dd34286979e88430b236982bf0c8b4415cd0c0caa0c19228fb521c08abe60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-calculator/repos/extra-i686/PKGBUILD (from rev 215382, 
gnome-calculator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:34:37 UTC (rev 215383)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url="http://www.gnome.org";
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('201022e26759462d1c0c3e32e0560d6b8c25540a6cfeeb9aca518837e053c32e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnome-calculator.install
===
--- extra-i686/gnome-calculator.install 2014-06-23 19:33:42 UTC (rev 215382)
+++ extra-i686/gnome-calculator.install 2014-06-23 19:34:37 UTC (rev 215383)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-calculator/repos/extra-i686/gnome-calculator.install (from rev 
215382, gnome-calculator/trunk/gnome-calculator.install)
===
--- extra-i686/gnome-calculator.install (rev 0)
+++ extra-i686/gnome-calculator.install 2014-06-23 19:34:37 UTC (rev 215383)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:33:42 UTC (rev 215382)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:34:37 UTC (rev 215383)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i6

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:35:51
  Author: heftig
Revision: 215384

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 215383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 215383, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 215383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 215383, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

+
 /PKGBUILD  |   64 +++
 /four-in-a-row.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/four-in-a-row.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/four-in-a-row.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:34:37 UTC (rev 215383)
+++ extra-i686/PKGBUILD 2014-06-23 19:35:51 UTC (rev 215384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6180612c70a04e70f17bc165fdfccc8c7984e6ed7d3c2870221cf596864545ef')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 215383, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:35:51 UTC (rev 215384)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url="https://live.gnome.org/Four-in-a-row";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a445b745d2ae025fcd733734538b94dacc22afe0d7e0227d8da2aeb0a343d560')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2014-06-23 19:34:37 UTC (rev 215383)
+++ extra-i686/four-in-a-row.install2014-06-23 19:35:51 UTC (rev 215384)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 215383, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2014-06-23 19:35:51 UTC (rev 215384)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:34:37 UTC (rev 215383)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:35:51 UTC (rev 215384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de 

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:39:18
  Author: heftig
Revision: 215385

3.12.3

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:35:51 UTC (rev 215384)
+++ PKGBUILD2014-06-23 19:39:18 UTC (rev 215385)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-robots
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Avoid the robots and make them crash into each other"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Robots";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7a826835777611ce28a0e54b8e4cb3b221c200557ad155f7bd3aeacea29c97de')
+sha256sums=('3e89935f80c0d17b7bc9a56314ef309341cb90c3938c85d5f52524e24b032902')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:42:58
  Author: heftig
Revision: 215386

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

Added:
  gnome-robots/repos/extra-i686/PKGBUILD
(from rev 215385, gnome-robots/trunk/PKGBUILD)
  gnome-robots/repos/extra-i686/gnome-robots.install
(from rev 215385, gnome-robots/trunk/gnome-robots.install)
  gnome-robots/repos/extra-x86_64/PKGBUILD
(from rev 215385, gnome-robots/trunk/PKGBUILD)
  gnome-robots/repos/extra-x86_64/gnome-robots.install
(from rev 215385, gnome-robots/trunk/gnome-robots.install)
Deleted:
  gnome-robots/repos/extra-i686/PKGBUILD
  gnome-robots/repos/extra-i686/gnome-robots.install
  gnome-robots/repos/extra-x86_64/PKGBUILD
  gnome-robots/repos/extra-x86_64/gnome-robots.install

---+
 /PKGBUILD |   64 
 /gnome-robots.install |   24 +
 extra-i686/PKGBUILD   |   32 --
 extra-i686/gnome-robots.install   |   12 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/gnome-robots.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:39:18 UTC (rev 215385)
+++ extra-i686/PKGBUILD 2014-06-23 19:42:58 UTC (rev 215386)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-robots
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-robots.install
-url="https://live.gnome.org/Robots";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7a826835777611ce28a0e54b8e4cb3b221c200557ad155f7bd3aeacea29c97de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-robots/repos/extra-i686/PKGBUILD (from rev 215385, 
gnome-robots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:42:58 UTC (rev 215386)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-robots
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-robots.install
+url="https://live.gnome.org/Robots";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3e89935f80c0d17b7bc9a56314ef309341cb90c3938c85d5f52524e24b032902')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-robots.install
===
--- extra-i686/gnome-robots.install 2014-06-23 19:39:18 UTC (rev 215385)
+++ extra-i686/gnome-robots.install 2014-06-23 19:42:58 UTC (rev 215386)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-robots/repos/extra-i686/gnome-robots.install (from rev 215385, 
gnome-robots/trunk/gnome-robots.install)
===
--- extra-i686/gnome-robots.install (rev 0)
+++ extra-i686/gnome-robots.install 2014-06-23 19:42:58 UTC (rev 215386)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:39:18 UTC (rev 215385)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:42:58 UTC (rev 215386)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgna

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:49:54
  Author: heftig
Revision: 215387

3.12.4

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:42:58 UTC (rev 215386)
+++ PKGBUILD2014-06-23 19:49:54 UTC (rev 215387)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.2
+pkgver=3.12.4
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
+sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:52:14
  Author: heftig
Revision: 215388

0.9.7 release

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:49:54 UTC (rev 215387)
+++ PKGBUILD2014-06-23 19:52:14 UTC (rev 215388)
@@ -3,21 +3,20 @@
 
 pkgname=folks
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks";
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala git)
+makedepends=(gobject-introspection intltool vala)
 install=folks.install
 options=('!emptydirs')
-source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
-md5sums=('SKIP')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+md5sums=('aeaeb5a8e7277b167b9f055f372b9d5d')
 
 build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:53:29
  Author: heftig
Revision: 215389

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

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

+
 /PKGBUILD  |   60 +++
 /folks.install |   22 +++
 extra-i686/PKGBUILD|   31 --
 extra-i686/folks.install   |   11 ---
 extra-x86_64/PKGBUILD  |   31 --
 extra-x86_64/folks.install |   11 ---
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:52:14 UTC (rev 215388)
+++ extra-i686/PKGBUILD 2014-06-23 19:53:29 UTC (rev 215389)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/Folks";
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala git)
-install=folks.install
-options=('!emptydirs')
-source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --disable-schemas-compile \
---disable-libsocialweb-backend --disable-fatal-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 215388, folks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:53:29 UTC (rev 215389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.9.7
+pkgrel=2
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/Folks";
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+md5sums=('aeaeb5a8e7277b167b9f055f372b9d5d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/folks.install
===
--- extra-i686/folks.install2014-06-23 19:52:14 UTC (rev 215388)
+++ extra-i686/folks.install2014-06-23 19:53:29 UTC (rev 215389)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/extra-i686/folks.install (from rev 215388, 
folks/trunk/folks.install)
===
--- extra-i686/folks.install(rev 0)
+++ extra-i686/folks.install2014-06-23 19:53:29 UTC (rev 215389)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 19:52:14 UTC (rev 215388)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:53:29 UTC (rev 215389)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/Folks";
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala git)
-install=folks.install
-options=('!emptydirs')
-source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --disable-schemas-compile \
---disable-libsocialweb-backend --disable-fatal-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  m

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:54:32
  Author: heftig
Revision: 215390

0.9.29

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:53:29 UTC (rev 215389)
+++ PKGBUILD2014-06-23 19:54:32 UTC (rev 215390)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.28
+pkgver=0.9.29
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048')
+sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:55:35
  Author: heftig
Revision: 215391

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

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

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:54:32 UTC (rev 215390)
+++ extra-i686/PKGBUILD 2014-06-23 19:55:35 UTC (rev 215391)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=(i686 x86_64)
-url="http://live.gnome.org/Empathy";
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 215390, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:55:35 UTC (rev 215391)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.4
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=(i686 x86_64)
+url="http://live.gnome.org/Empathy";
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2014-06-23 19:54:32 UTC (rev 215390)
+++ extra-i686/empathy.install  2014-06-23 19:55:35 UTC (rev 215391)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}

Copied: empathy/repos/extra-i686/empat

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:07:24
  Author: heftig
Revision: 215393

0.36.3

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 20:07:02 UTC (rev 215392)
+++ PKGBUILD2014-06-23 20:07:24 UTC (rev 215393)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.36.2
+pkgver=0.36.3
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url="http://www.gnome.org";
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f45eed3aed823068c7563345ea947be0e6ddb3dacd74646e6d7d26a921e04345')
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
 
 build() {
   cd "vte-$pkgver"



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:07:02
  Author: heftig
Revision: 215392

2.24.24

Modified:
  gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:55:35 UTC (rev 215391)
+++ PKGBUILD2014-06-23 20:07:02 UTC (rev 215392)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.23
+pkgver=2.24.24
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
@@ -12,7 +12,7 @@
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 gtkrc xid-collision-debug.patch)
-sha256sums=('a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c'
+sha256sums=('12ceb2e198c82bfb93eb36348b6e9293c8fdcd60786763d04cfec7ebe7ed3d6d'
 'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:10:05
  Author: heftig
Revision: 215394

3.12.3

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 20:07:24 UTC (rev 215393)
+++ PKGBUILD2014-06-23 20:10:05 UTC (rev 215394)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea19ce610af2873d26e1e75491415e17af6a5080366db966f9220fdeea5ebecd')
+sha256sums=('8450da259fb485289d61fdbe5b59037be068e0dbdd5c7dd8216b60cd49d55528')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:11:12
  Author: heftig
Revision: 215395

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 215394, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk-update-icon-cache.install
(from rev 215394, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/extra-i686/gtk2.install
(from rev 215394, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/gtkrc
(from rev 215394, gtk2/trunk/gtkrc)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 215394, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 215394, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk-update-icon-cache.install
(from rev 215394, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 215394, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/gtkrc
(from rev 215394, gtk2/trunk/gtkrc)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 215394, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk-update-icon-cache.install
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/gtkrc
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/gtkrc
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 /PKGBUILD  |  128 +++
 /gtk-update-icon-cache.install |6 +
 /gtk2.install  |   34 +++
 /gtkrc |6 +
 /xid-collision-debug.patch |   30 ++
 extra-i686/PKGBUILD|   64 -
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk2.install|   17 ---
 extra-i686/gtkrc   |3 
 extra-i686/xid-collision-debug.patch   |   15 ---
 extra-x86_64/PKGBUILD  |   64 -
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk2.install  |   17 ---
 extra-x86_64/gtkrc |3 
 extra-x86_64/xid-collision-debug.patch |   15 ---
 15 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 20:10:05 UTC (rev 215394)
+++ extra-i686/PKGBUILD 2014-06-23 20:11:12 UTC (rev 215395)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.23
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-gtkrc xid-collision-debug.patch)
-sha256sums=('a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c'
-'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk2() {
-pkgdesc="GTK+ is a multi-platform toolkit (v2)"
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 
- 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-replaces=('gtk2-docs')
-
-cd gtk+-$pkgver
-make DESTDIR="$pkgdir" install
-
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-
-install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
-
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc="The GTK+ update icon cache tool"
-depends=('gdk-pixbuf2>=2.24.1-3' 'hicolor-icon-theme')
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -D -m755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 215394, gtk2/trunk/PKGBUILD)

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:15:51
  Author: heftig
Revision: 215396

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 20:11:12 UTC (rev 215395)
+++ extra-i686/PKGBUILD 2014-06-23 20:15:51 UTC (rev 215396)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.36.2
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f45eed3aed823068c7563345ea947be0e6ddb3dacd74646e6d7d26a921e04345')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=('glibc')
-  cd "vte-$pkgver"
-
-  make -C gnome-pty-helper DESTDIR="$pkgdir" install
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 215395, vte3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 20:15:51 UTC (rev 215396)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.36.3
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd "vte-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "vte-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=('glibc')
+  cd "vte-$pkgver"
+
+  make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-23 20:11:12 UTC (rev 215395)
+++ extra-x86_64/PKGBUILD   2014-06-23 20:15:51 UTC (rev 215396)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.36.2
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f45eed3aed823068c7563345ea947be0e6ddb3dacd74646e6d7d26a921e04345')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=('glibc')
-  cd "vte-$pkgver"
-
-  make -C gnome-pty-helper DESTDIR="$pkgdir" install
-}

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 215395, vte3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-23 20:15:51 UTC (rev 215396)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.36.3
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool'

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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 22:16:43
  Author: heftig
Revision: 215397

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

Added:
  gnome-terminal/repos/extra-i686/PKGBUILD
(from rev 215396, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/extra-i686/gnome-terminal.install
(from rev 215396, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 215396, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/extra-x86_64/gnome-terminal.install
(from rev 215396, gnome-terminal/trunk/gnome-terminal.install)
Deleted:
  gnome-terminal/repos/extra-i686/PKGBUILD
  gnome-terminal/repos/extra-i686/gnome-terminal.install
  gnome-terminal/repos/extra-x86_64/PKGBUILD
  gnome-terminal/repos/extra-x86_64/gnome-terminal.install

-+
 /PKGBUILD   |   72 ++
 /gnome-terminal.install |   26 
 extra-i686/PKGBUILD |   36 -
 extra-i686/gnome-terminal.install   |   13 --
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/gnome-terminal.install |   13 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 20:15:51 UTC (rev 215396)
+++ extra-i686/PKGBUILD 2014-06-23 20:16:43 UTC (rev 215397)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
gconf
- libnautilus-extension appdata-tools gnome-shell)
-optdepends=('gconf: settings migration when upgrading from older version')
-options=('!emptydirs')
-url="http://www.gnome.org";
-groups=('gnome')
-install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea19ce610af2873d26e1e75491415e17af6a5080366db966f9220fdeea5ebecd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 215396, 
gnome-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 20:16:43 UTC (rev 215397)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas dconf)
+makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
gconf
+ libnautilus-extension appdata-tools gnome-shell)
+optdepends=('gconf: settings migration when upgrading from older version')
+options=('!emptydirs')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8450da259fb485289d61fdbe5b59037be068e0dbdd5c7dd8216b60cd49d55528')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-terminal.install
===
--- extra-i686/gnome-terminal.install   2014-06-23 20:15:51 UTC (rev 215396)
+++ extra-i686/gnome-terminal.install   2014-06-23 20:16:43 UTC (rev 215397)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
-gconfpkg --uninstall gnome-terminal
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: gnome-terminal/repos/extra-i686/gnome-terminal.install (from rev 
215396, gnome-terminal/trunk/gnome-terminal.install)
===
--- extra-i686/gnome-terminal.install   (rev 0)
+++ extra-i686/gnome-terminal.install   2014-06-23 20:16:43 UTC (rev 215397)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg --uninstall gnome-terminal
+  fi
+}
+
+post_upgrade() {
+  post_in

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

2014-06-23 Thread Evgeniy Alekseev
Date: Monday, June 23, 2014 @ 23:07:17
  Author: arcanis
Revision: 113469

upgpkg: pdfsam 2.2.3-1

Modified:
  pdfsam/trunk/PKGBUILD

--+
 PKGBUILD |  131 -
 1 file changed, 61 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:07:44 UTC (rev 113468)
+++ PKGBUILD2014-06-23 21:07:17 UTC (rev 113469)
@@ -3,8 +3,8 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=2.2.2e
-pkgrel=3
+pkgver=2.2.3
+pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
 url="http://www.pdfsam.org/";
@@ -11,16 +11,17 @@
 license=('GPL')
 depends=('java-environment' 'sh')
 makedepends=('apache-ant' 'desktop-file-utils' 'gendesk' 'libarchive')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-enhanced/${pkgver}/${pkgname}-${pkgver}-out-src.zip";)
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-out-src.zip";)
 install=${pkgname}.install
-md5sums=('d0ac4747ad1d6678e89706c4726890ee')
+md5sums=('b611953e99d6070b1c24dbb193c7582d')
 
-_branchdir=pdfsam-maine
-_builddir=${pkgname}-${pkgver/_/-}/build
+_branchdir="pdfsam-maine"
+_builddir="${pkgname}-${pkgver}/build"
+_buildver="pdfsam-basic"
 
 prepare() {
   # create *.desktop file
-  gendesk -n \
+  gendesk -n -f \
   --pkgname="${pkgname}" \
   --pkgdesc="${pkgdesk}" \
   --name="PDFsam" \
@@ -28,80 +29,70 @@
 }
 
 build() {
-  # Now we unzip all the zips
-  for _i in "${srcdir}"/*.zip; do
-if [[ ${_i} != ${srcdir}/${pkgname}-${pkgver/_/-}-out-src.zip ]]; then
-  echo "Inflating ${_i}..."
-  bsdtar -xf "${_i}"
-fi
-  done
+  # unzip source arhives
+  find . -name '*.zip' ! -name "${pkgname}-${pkgver}-out-src.zip" -exec bsdtar 
-xf {} \;
 
-  # We make our build directory
-  mkdir -p "${srcdir}"/${_builddir}
-  cd "${srcdir}"/${_branchdir}/ant
-  ant -Dbuild.dir="${srcdir}"/${_builddir} \
+  mkdir -p "${srcdir}/${_builddir}"
+  cd "${srcdir}/${_branchdir}/ant"
+  ant -Dbuild.dir="${srcdir}/${_builddir}" \
   -Dworkspace.dir="${srcdir}"
-#  -Dlangpack.dir=${srcdir}/${pkgname}-langpack \
-#  -Dlibs.dir=${srcdir}/libraries-1
 }
 
 package() {
-  # Now we have the whole thing compiled, so let's install it
-  # The main program...
-  mkdir -p "${pkgdir}"/usr/share/java/${pkgname}/
-  install -m644 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/pdfsam-config.xml
 \
-"${pkgdir}"/usr/share/java/${pkgname}/
-  install -m644 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/${pkgname}-${pkgver/_/-}.jar
 \
-"${pkgdir}"/usr/share/java/${pkgname}/
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"
+  # main program
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/pdfsam-config.xml"
 \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/${pkgname}-${pkgver}.jar"
 \
+ "${pkgdir}/usr/share/java/${pkgname}/"
 
-  # The plugins...
-  cd 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/plugins/
-  for _i in *; do
-mkdir -p "${pkgdir}"/usr/share/java/${pkgname}/plugins/${_i}
-install -m644 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/plugins/${_i}/*
 \
-  "${pkgdir}"/usr/share/java/${pkgname}/plugins/${_i}/
+  # install plugins
+  cd "${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/"
+  for _plugin in $(find * -type d); do
+install -dm755 "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}"
+install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/${_plugin}/"*
 \
+  "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}/"
   done
 
-  # The libs...
-  mkdir -p "${pkgdir}"/usr/share/java/${pkgname}/{lib,ext}
-  install -m644 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/lib/* \
-"${pkgdir}"/usr/share/java/${pkgname}/lib/
-  install -m644 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/ext/* \
-"${pkgdir}"/usr/share/java/${pkgname}/ext/
+  # install libs
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"{lib,ext}
+  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/lib/"* \
+"${pkgdir}/usr/share/java/${pkgname}/lib/"
+  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/ext/"* \
+"${pkgdir}/usr/share/java/${pkgname}/ext/"
 
-  # The scripts to run it which need to be modified...
-  mkdir -p "${pkgdir}"/usr/bin/
-  install -m755 
"${srcdir}"/${_builddir}/${_branchdir}/release/dist/pdfsam-enhanced/bin/run.sh \
-"${pkgdir}"/usr/bin/$

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

2014-06-23 Thread Evgeniy Alekseev
Date: Monday, June 23, 2014 @ 23:07:33
  Author: arcanis
Revision: 113470

archrelease: copy trunk to community-staging-any

Added:
  pdfsam/repos/community-staging-any/
  pdfsam/repos/community-staging-any/PKGBUILD
(from rev 113469, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-staging-any/pdfsam.install
(from rev 113469, pdfsam/trunk/pdfsam.install)

+
 PKGBUILD   |   98 +++
 pdfsam.install |7 +++
 2 files changed, 105 insertions(+)

Copied: pdfsam/repos/community-staging-any/PKGBUILD (from rev 113469, 
pdfsam/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-06-23 21:07:33 UTC (rev 113470)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/";
+license=('GPL')
+depends=('java-environment' 'sh')
+makedepends=('apache-ant' 'desktop-file-utils' 'gendesk' 'libarchive')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-out-src.zip";)
+install=${pkgname}.install
+md5sums=('b611953e99d6070b1c24dbb193c7582d')
+
+_branchdir="pdfsam-maine"
+_builddir="${pkgname}-${pkgver}/build"
+_buildver="pdfsam-basic"
+
+prepare() {
+  # create *.desktop file
+  gendesk -n -f \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+build() {
+  # unzip source arhives
+  find . -name '*.zip' ! -name "${pkgname}-${pkgver}-out-src.zip" -exec bsdtar 
-xf {} \;
+
+  mkdir -p "${srcdir}/${_builddir}"
+  cd "${srcdir}/${_branchdir}/ant"
+  ant -Dbuild.dir="${srcdir}/${_builddir}" \
+  -Dworkspace.dir="${srcdir}"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"
+  # main program
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/pdfsam-config.xml"
 \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/${pkgname}-${pkgver}.jar"
 \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+
+  # install plugins
+  cd "${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/"
+  for _plugin in $(find * -type d); do
+install -dm755 "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}"
+install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/${_plugin}/"*
 \
+  "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}/"
+  done
+
+  # install libs
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"{lib,ext}
+  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/lib/"* \
+"${pkgdir}/usr/share/java/${pkgname}/lib/"
+  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/ext/"* \
+"${pkgdir}/usr/share/java/${pkgname}/ext/"
+
+  # install scripts and change paths
+  install -Dm755 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run.sh" \
+ "${pkgdir}/usr/bin/${pkgname}"
+  sed -i "s@DIRNAME=\"\`dirname 
\$0\`\"@DIRNAME=\"/usr/share/java/${pkgname}\"@g" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run-console.sh"
 \
+ "${pkgdir}/usr/bin/${pkgname}-console"
+  sed -i "s@DIRNAME=\"../lib/\"@DIRNAME=\"/usr/share/java/${pkgname}/lib/\"@g" 
"${pkgdir}/usr/bin/${pkgname}-console"
+
+  # licenses (they are needed for plugins)
+  cd 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/"
+  for _plugin in $(find * -type d); do
+install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}"
+install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/${_plugin}/"*
 \
+  "${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}/"
+  done
+
+  # desktop
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/icons/pdfsam_basic.png"
 \
+ "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/xsd"
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/pdfsam-1.1.0-tutorial.pdf"
 \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/changelog-basic.txt"
 \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -D

[arch-commits] Commit in inkscape/trunk (5 files)

2014-06-23 Thread Gaetan Bisson
Date: Tuesday, June 24, 2014 @ 00:12:14
  Author: bisson
Revision: 215398

upstream update

Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/freetype.patch
  inkscape/trunk/gc74.patch
  inkscape/trunk/poppler-0.26.patch
  inkscape/trunk/spuriouscomma.patch

-+
 PKGBUILD|   23 ++--
 freetype.patch  |   15 
 gc74.patch  |   54 --
 poppler-0.26.patch  |   89 --
 spuriouscomma.patch |   11 --
 5 files changed, 5 insertions(+), 187 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 20:16:43 UTC (rev 215397)
+++ PKGBUILD2014-06-23 22:12:14 UTC (rev 215398)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=inkscape
-pkgver=0.48.4
-pkgrel=17
+pkgver=0.48.5
+pkgrel=1
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
@@ -19,33 +19,20 @@
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'spuriouscomma.patch'
-'ime-placement.patch'
-'freetype.patch'
-'gc74.patch'
-'poppler-0.26.patch')
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
-  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
-  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12'
-  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf'
-  '3e1b5b6852d668388a857bc7a73fb7731fb262b8'
-  'b60843f43e6d3b6cfcf4e253abb3f7ea7bc69c2a')
+'ime-placement.patch')
+sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
+  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
 
 install=install
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../gc74.patch # FS#39106
-   patch -p0 -i ../freetype.patch # FS#37956
patch -p1 -i ../ime-placement.patch # FS#39898
-   patch -p0 -i ../spuriouscomma.patch
-   patch -p0 -i ../poppler-0.26.patch
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|"python"|"python2"|g' src/main.cpp
-   sed -i '/^#include ' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
sed -i '/extern unsigned GC_version;/c unsigned 
GC_version=GC_VERSION_MAJOR<<16+GC_VERSION_MINOR<<8+GC_VERSION_MICRO;' configure
 }
 

Deleted: freetype.patch
===
--- freetype.patch  2014-06-23 20:16:43 UTC (rev 215397)
+++ freetype.patch  2014-06-23 22:12:14 UTC (rev 215398)
@@ -1,15 +0,0 @@
-=== modified file 'src/libnrtype/FontFactory.h'
 src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
-+++ src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
-@@ -31,7 +31,8 @@
- #include 
- #else
- #include 
--#include 
-+#include 
-+#include FT_FREETYPE_H
- #endif
- 
- namespace Glib
-
-

Deleted: gc74.patch
===
--- gc74.patch  2014-06-23 20:16:43 UTC (rev 215397)
+++ gc74.patch  2014-06-23 22:12:14 UTC (rev 215398)
@@ -1,54 +0,0 @@
 inkscape-0.48.4/src/gc-core.h.old  2013-12-31 01:22:38.976653890 +0400
-+++ inkscape-0.48.4/src/gc-core.h  2013-12-31 01:22:48.525653608 +0400
-@@ -57,7 +57,7 @@
-CleanupFunc *old_func,
-void **old_data);
- int (*general_register_disappearing_link)(void **p_ptr,
--  void *base);
-+  const void *base);
- int (*unregister_disappearing_link)(void **p_ptr);
- std::size_t (*get_heap_size)();
- std::size_t (*get_free_bytes)();
 inkscape-0.48.4/src/gc.cpp.old 2013-12-31 01:23:50.462651778 +0400
-+++ inkscape-0.48.4/src/gc.cpp 2013-12-31 01:40:37.718622017 +0400
-@@ -70,8 +70,8 @@
- return base + debug_base_fixup();
- }
- 
--int debug_general_register_disappearing_link(void **p_ptr, void *base) {
--char *real_base=reinterpret_cast(base) - debug_base_fixup();
-+int debug_general_register_disappearing_link(void **p_ptr, const void *base) {
-+char *real_base=const_cast(reinterpret_cast(base)) 
- debug_base_fixup();
- return GC_general_register_disappearing_link(p_ptr, real_base);
- }
- 
-@@ -90,7 +90,7 @@
- }
- }
- 
--int dummy_general_register_disappearing_link(void **, void *) { return false; 
}
-+int dummy_general_register_disappearing_link(void **, const void *) { return 
false; }
- 
- int dummy_unregis

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

2014-06-23 Thread Gaetan Bisson
Date: Tuesday, June 24, 2014 @ 00:12:53
  Author: bisson
Revision: 215399

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 215398, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/ime-placement.patch
(from rev 215398, inkscape/trunk/ime-placement.patch)
  inkscape/repos/extra-i686/install
(from rev 215398, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 215398, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/ime-placement.patch
(from rev 215398, inkscape/trunk/ime-placement.patch)
  inkscape/repos/extra-x86_64/install
(from rev 215398, inkscape/trunk/install)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/freetype.patch
  inkscape/repos/extra-i686/gc74.patch
  inkscape/repos/extra-i686/ime-placement.patch
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/poppler-0.26.patch
  inkscape/repos/extra-i686/spuriouscomma.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/freetype.patch
  inkscape/repos/extra-x86_64/gc74.patch
  inkscape/repos/extra-x86_64/ime-placement.patch
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/poppler-0.26.patch
  inkscape/repos/extra-x86_64/spuriouscomma.patch

--+
 /PKGBUILD|  108 
 /ime-placement.patch |  124 +
 /install |   26 +++
 extra-i686/PKGBUILD  |   67 ---
 extra-i686/freetype.patch|   15 
 extra-i686/gc74.patch|   54 
 extra-i686/ime-placement.patch   |   62 --
 extra-i686/install   |   13 ---
 extra-i686/poppler-0.26.patch|   89 --
 extra-i686/spuriouscomma.patch   |   11 ---
 extra-x86_64/PKGBUILD|   67 ---
 extra-x86_64/freetype.patch  |   15 
 extra-x86_64/gc74.patch  |   54 
 extra-x86_64/ime-placement.patch |   62 --
 extra-x86_64/install |   13 ---
 extra-x86_64/poppler-0.26.patch  |   89 --
 extra-x86_64/spuriouscomma.patch |   11 ---
 17 files changed, 258 insertions(+), 622 deletions(-)

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


[arch-commits] Commit in (4 files)

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:25:51
  Author: fyan
Revision: 215401

addpkg: perl-file-copy-recursive 0.38-1

Added:
  perl-file-copy-recursive/
  perl-file-copy-recursive/repos/
  perl-file-copy-recursive/trunk/
  perl-file-copy-recursive/trunk/PKGBUILD

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

Added: perl-file-copy-recursive/trunk/PKGBUILD
===
--- perl-file-copy-recursive/trunk/PKGBUILD (rev 0)
+++ perl-file-copy-recursive/trunk/PKGBUILD 2014-06-24 02:25:51 UTC (rev 
215401)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 211989 2014-05-03 17:58:06Z fyan $
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive
+pkgver=0.38
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz";)
+sha512sums=('49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



[arch-commits] Commit in perl-file-copy-recursive/repos (extra-any extra-any/PKGBUILD)

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:26:45
  Author: fyan
Revision: 215403

archrelease: copy trunk to extra-any

Added:
  perl-file-copy-recursive/repos/extra-any/
  perl-file-copy-recursive/repos/extra-any/PKGBUILD
(from rev 215402, perl-file-copy-recursive/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive/repos/extra-any/PKGBUILD (from rev 215402, 
perl-file-copy-recursive/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-06-24 02:26:45 UTC (rev 215403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive
+pkgver=0.38
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz";)
+sha512sums=('49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



[arch-commits] Commit in perl-file-copy-recursive/trunk (PKGBUILD)

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:26:15
  Author: fyan
Revision: 215402

fix missing propset

Modified:
  perl-file-copy-recursive/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 02:25:51 UTC (rev 215401)
+++ PKGBUILD2014-06-24 02:26:15 UTC (rev 215402)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 211989 2014-05-03 17:58:06Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 
 pkgname=perl-file-copy-recursive


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


[arch-commits] Commit in (perl-extutils-makemaker)

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:27:56
  Author: fyan
Revision: 215404

remove perl-extutils-makemaker

Deleted:
  perl-extutils-makemaker/



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

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:31:45
  Author: fyan
Revision: 215405

upgpkg: python-setuptools 1:5.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 02:27:56 UTC (rev 215404)
+++ PKGBUILD2014-06-24 02:31:45 UTC (rev 215405)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('25d7db2b9a03a2c0193d759e52a1e6df9e6566a9f433aee881138ec695094dc7da44b4392c99b2936bdee78ecfe990db8e730de8ebbf264a66f2e760a2a9c987')
+sha512sums=('891613bd8cc3302fb520c02173fd06f708b722263524d29deb387ca495059ed40e313d133f77283105c910fee55988dcd0d449734087648ce18b7e4e0b7174c6')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:32:49
  Author: fyan
Revision: 113472

upgpkg: shadowsocks 2.0.8-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 21:09:35 UTC (rev 113471)
+++ PKGBUILD2014-06-24 02:32:49 UTC (rev 113472)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=shadowsocks
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
 license=("MIT")
@@ -36,7 +36,7 @@
   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha512sums=('a654332362baf001233fffd0b50758c0f596bf380f4762ecc9bdb75f66b79c3abaa48c912bf8684ddcf637220e713b21cbe047a328aae4af6eb968f40be1fd45'
+sha512sums=('7e00188c42eaee2bda86776cedaa4d1f7cd076a2da4b1e5f54576eb38f12b4067b0de18552f59c208379be560116d18fa2822b04305d980799212befaa3dec37'
 
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



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

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:32:19
  Author: fyan
Revision: 215406

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 215405, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-24 02:31:45 UTC (rev 215405)
+++ PKGBUILD2014-06-24 02:32:19 UTC (rev 215406)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('25d7db2b9a03a2c0193d759e52a1e6df9e6566a9f433aee881138ec695094dc7da44b4392c99b2936bdee78ecfe990db8e730de8ebbf264a66f2e760a2a9c987')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python>=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2>=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215405, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-24 02:32:19 UTC (rev 215406)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('891613bd8cc3302fb520c02173fd06f708b722263524d29deb387ca495059ed40e313d133f77283105c910fee55988dcd0d449734087648ce18b7e4e0b7174c6')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  depends=('python>=

[arch-commits] Commit in shadowsocks/repos/community-any (8 files)

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 04:33:33
  Author: fyan
Revision: 113473

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 113472, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 113472, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 113472, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 113472, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   84 +-
 shadowsocks-server@.service |   24 ++--
 shadowsocks.install |   10 ++---
 shadowsocks@.service|   24 ++--
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-24 02:32:49 UTC (rev 113472)
+++ PKGBUILD2014-06-24 02:33:33 UTC (rev 113473)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
-url="http://pypi.python.org/pypi/shadowsocks";
-depends=('python2' 'python2-setuptools')
-optdepends=('python2-m2crypto: For any encryption method other than "table"'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
-"https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
-"shadowsocks@.service"
-"shadowsocks-server@.service")
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-package() {
-  cd "$srcdir/shadowsocks-$pkgver"
-  python2 setup.py install -O1 --root="$pkgdir"
-  
-  install -d "$pkgdir/etc/shadowsocks"
-  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
-  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('a654332362baf001233fffd0b50758c0f596bf380f4762ecc9bdb75f66b79c3abaa48c912bf8684ddcf637220e713b21cbe047a328aae4af6eb968f40be1fd45'
-
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 113472, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-24 02:33:33 UTC (rev 113473)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=("MIT")
+url="http://pypi.python.org/pypi/shadowsocks";
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than "table"'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
+"https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
+"shadowsocks@.service"
+"shadowsocks-server@.service")
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd "$srcdir/shadowsocks-$pkgver"
+  python2 setup.py install -O1 --root="$pkgdir"
+  
+  install -d "$pkgdir/etc/shadowsocks"
+  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
+  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha512sums=('7e00188c42eaee2bda

[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config)

2014-06-23 Thread Daniel Micay
Date: Tuesday, June 24, 2014 @ 05:21:59
  Author: thestinger
Revision: 113474

upgpkg: linux-grsec 3.15.1.201406222112-2

enable CONFIG_PAX_CONSTIFY_PLUGIN for i686

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config

--+
 PKGBUILD |4 ++--
 config   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 02:33:33 UTC (rev 113473)
+++ PKGBUILD2014-06-24 03:21:59 UTC (rev 113474)
@@ -11,7 +11,7 @@
 _timestamp=201406222112
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -33,7 +33,7 @@
 '36590c1a522375cd1bf90bd013bf8b600e08680ac4e6c94926f4fa7c8f65328f'
 '24835ddd8b524b11d1179697052a3d669efcaef56a254ba384c73ef77ebd4b13'
 'SKIP'
-'8b9630bfd71b09dd63dfc18b28d810681f83357e889dd83ecc4e72fc44712101'
+'e5c7e486a7a579532f0fec8a496d7e4ac2c88f869695809b66427892e74e89da'
 '356874cdd02bffc19a3d1fc06775247a02625a882cba67ad95427edf53361dad'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'

Modified: config
===
--- config  2014-06-24 02:33:33 UTC (rev 113473)
+++ config  2014-06-24 03:21:59 UTC (rev 113474)
@@ -6530,7 +6530,7 @@
 CONFIG_PAX_MEMORY_STRUCTLEAK=y
 CONFIG_PAX_MEMORY_UDEREF=y
 CONFIG_PAX_REFCOUNT=y
-# CONFIG_PAX_CONSTIFY_PLUGIN is not set
+CONFIG_PAX_CONSTIFY_PLUGIN=y
 CONFIG_PAX_USERCOPY=y
 # CONFIG_PAX_USERCOPY_DEBUG is not set
 CONFIG_PAX_SIZE_OVERFLOW=y



[arch-commits] Commit in linux-grsec/repos (40 files)

2014-06-23 Thread Daniel Micay
Date: Tuesday, June 24, 2014 @ 05:23:13
  Author: thestinger
Revision: 113475

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

Added:
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 113474, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 113474, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 113474, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 113474, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 113474, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 113474, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 113474, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 113474, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 113474, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 113474, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 113474, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 113474, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 113474, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 113474, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 113474, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 113474, linux-grsec/trunk/sysctl.conf)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

--+
 /0012-fix-saa7134.patch
  |   74 
 /PKGBUILD  
  |  654 
 /change-default-console-loglevel.patch 
  |   24 
 /config
  |13830 ++
 /config.x86_64 
  |13378 +
 /linux-grsec.install   
  |  224 
 /linux.preset  
  |   28 
 /sysctl.conf   
  |  262 
 community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
  |   74 
 community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
  |   93 
 community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch   
  |   75 
 community-i686/0006-genksyms-fix-typeof-handling.patch 
  | 1360 
 community-i686/0012-fix-saa7134.patch  
  |   37 
 community-i686/PKGBUILD
  |  335 
 community-i686/change-default-console-loglevel.patch   
  |   12 
 community-i686/config   

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

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 06:08:22
  Author: fyan
Revision: 113476

upgpkg: python-sqlalchemy 0.9.6-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 03:23:13 UTC (rev 113475)
+++ PKGBUILD2014-06-24 04:08:22 UTC (rev 113476)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/";
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz";)
-md5sums=('c008ea5e2565ec1418ee8461393a99b1')
+md5sums=('f8494d85834ba6a465b4a32078d36ee8')
 
 prepare() {
   cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
@@ -28,12 +28,11 @@
 }
 
 check() {
-  # Tests failing
   cd SQLAlchemy-${pkgver}
-  #python setup.py test
+  python setup.py test || warning "Tests failed"
  
   cd ../SQLAlchemy2-$pkgver  
-  #python2 setup.py test
+  python2 setup.py test || warning "Tests failed"
 }
 
 package_python-sqlalchemy() {



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

2014-06-23 Thread Felix Yan
Date: Tuesday, June 24, 2014 @ 06:09:38
  Author: fyan
Revision: 113477

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 113476, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 113476, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 community-i686/PKGBUILD   |   61 --
 community-x86_64/PKGBUILD |   61 --
 3 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-24 04:08:22 UTC (rev 113476)
+++ community-i686/PKGBUILD 2014-06-24 04:09:38 UTC (rev 113477)
@@ -1,61 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.9.4
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/";
-license=('MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz";)
-md5sums=('c008ea5e2565ec1418ee8461393a99b1')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  # Tests failing
-  cd SQLAlchemy-${pkgver}
-  #python setup.py test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  #python2 setup.py test
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 113476, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-24 04:09:38 UTC (rev 113477)
@@ -0,0 +1,60 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.9.6
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/";
+license=('MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz";)
+md5sums=('f8494d85834ba6a465b4a32078d36ee8')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py test || warning "Tests failed"
+ 
+  cd ../SQLAlchemy2-$pkgver  
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-24 04:08:22 UTC (rev 113476)
+++ community-x86_64/PKGBUILD   2014-06-24 04:09:38 UTC (rev 113477)
@@ -1,61 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velas

[arch-commits] Commit in syslinux/repos (30 files)

2014-06-23 Thread Tobias Powalowski
Date: Tuesday, June 24, 2014 @ 08:20:47
  Author: tpowa
Revision: 215408

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

Added:
  syslinux/repos/core-i686/PKGBUILD
(from rev 215406, syslinux/repos/testing-i686/PKGBUILD)
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215406, 
syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
(from rev 215406, 
syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215406, 
syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-i686/syslinux-install_update
(from rev 215406, syslinux/repos/testing-i686/syslinux-install_update)
  syslinux/repos/core-i686/syslinux.cfg
(from rev 215406, syslinux/repos/testing-i686/syslinux.cfg)
  syslinux/repos/core-i686/syslinux.install
(from rev 215406, syslinux/repos/testing-i686/syslinux.install)
  syslinux/repos/core-x86_64/PKGBUILD
(from rev 215406, syslinux/repos/testing-x86_64/PKGBUILD)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215406, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 215406, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215406, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-x86_64/syslinux-install_update
(from rev 215406, syslinux/repos/testing-x86_64/syslinux-install_update)
  syslinux/repos/core-x86_64/syslinux.cfg
(from rev 215406, syslinux/repos/testing-x86_64/syslinux.cfg)
  syslinux/repos/core-x86_64/syslinux.install
(from rev 215406, syslinux/repos/testing-x86_64/syslinux.install)
Deleted:
  syslinux/repos/core-i686/PKGBUILD
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-i686/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/core-i686/syslinux-install_update
  syslinux/repos/core-i686/syslinux.cfg
  syslinux/repos/core-i686/syslinux.install
  syslinux/repos/core-x86_64/PKGBUILD
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-x86_64/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/core-x86_64/syslinux-install_update
  syslinux/repos/core-x86_64/syslinux.cfg
  syslinux/repos/core-x86_64/syslinux.install
  syslinux/repos/testing-i686/
  syslinux/repos/testing-x86_64/

---+
 /PKGBUILD |  542 
 /syslinux-6.02-fix-bios-isolinux.patch|   24 
 /syslinux-6.02-fix-chainloading.patch |   94 +
 /syslinux-6.02-fix-efi-ovmf.patch | 1242 
 /syslinux-install_update  |  906 ++
 /syslinux.cfg |  156 ++
 /syslinux.install |   86 +
 core-i686/PKGBUILD|  271 
 core-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 core-i686/syslinux-6.02-fix-chainloading.patch|   47 
 core-i686/syslinux-6.02-fix-efi-ovmf.patch|  621 --
 core-i686/syslinux-install_update |  453 ---
 core-i686/syslinux.cfg|   78 -
 core-i686/syslinux.install|   43 
 core-x86_64/PKGBUILD  |  271 
 core-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 core-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 
 core-x86_64/syslinux-6.02-fix-efi-ovmf.patch  |  621 --
 core-x86_64/syslinux-install_update   |  453 ---
 core-x86_64/syslinux.cfg  |   78 -
 core-x86_64/syslinux.install  |   43 
 21 files changed, 3050 insertions(+), 3050 deletions(-)

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


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

2014-06-23 Thread Tobias Powalowski
Date: Tuesday, June 24, 2014 @ 08:20:48
  Author: tpowa
Revision: 215409

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

Added:
  gettext/repos/core-i686/PKGBUILD
(from rev 215406, gettext/repos/testing-i686/PKGBUILD)
  gettext/repos/core-i686/gettext.install
(from rev 215406, gettext/repos/testing-i686/gettext.install)
  gettext/repos/core-x86_64/PKGBUILD
(from rev 215406, gettext/repos/testing-x86_64/PKGBUILD)
  gettext/repos/core-x86_64/gettext.install
(from rev 215406, gettext/repos/testing-x86_64/gettext.install)
Deleted:
  gettext/repos/core-i686/PKGBUILD
  gettext/repos/core-i686/gettext.install
  gettext/repos/core-x86_64/PKGBUILD
  gettext/repos/core-x86_64/gettext.install
  gettext/repos/testing-i686/
  gettext/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-24 06:20:47 UTC (rev 215408)
+++ core-i686/PKGBUILD  2014-06-24 06:20:48 UTC (rev 215409)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=gettext
-pkgver=0.18.3.2
-pkgrel=1
-pkgdesc="GNU internationalization library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gettext/";
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
-optdepends=('cvs: for autopoint tool')
-options=(!docs)
-install=gettext.install
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('241aba309d07aa428252c74b40a818ef'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gettext/repos/core-i686/PKGBUILD (from rev 215406, 
gettext/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-24 06:20:48 UTC (rev 215409)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('8949a57e82abe88274a93174ade515e4'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-i686/gettext.install
===
--- core-i686/gettext.install   2014-06-24 06:20:47 UTC (rev 215408)
+++ core-i686/gettext.install   2014-06-24 06:20:48 UTC (rev 215409)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(gettext.info.gz autosprintf.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gettext/repos/core-i686/gettext.install (from rev 215406, 
gettext/repos/testing-i686/gettext.install)
===
--- core-i686/gettext.install   (rev 0)
+++ core-i686/gettext.install   2014-06-24 06:20:48 UTC (rev 215409)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD

[arch-commits] Commit in hwids/repos (core-any/PKGBUILD core-any/PKGBUILD testing-any)

2014-06-23 Thread Tobias Powalowski
Date: Tuesday, June 24, 2014 @ 08:20:45
  Author: tpowa
Revision: 215407

db-move: moved hwids from [testing] to [core] (any)

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 215406, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

---+
 /PKGBUILD |   20 
 core-any/PKGBUILD |   20 
 2 files changed, 20 insertions(+), 20 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2014-06-24 02:32:19 UTC (rev 215406)
+++ core-any/PKGBUILD   2014-06-24 06:20:45 UTC (rev 215407)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname=hwids
-pkgver=20130915.1
-pkgrel=1
-pkgdesc="hardware identification databases"
-makedepends=('git')
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
-
-package() {
-  cd hwids
-
-  for ids in pci.ids usb.ids; do
-install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
-  done
-}
-md5sums=('SKIP')

Copied: hwids/repos/core-any/PKGBUILD (from rev 215406, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2014-06-24 06:20:45 UTC (rev 215407)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20140602
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')



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

2014-06-23 Thread Bartłomiej Piotrowski
Date: Tuesday, June 24, 2014 @ 08:53:36
  Author: bpiotrowski
Revision: 215411

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-24 06:53:29 UTC (rev 215410)
+++ extra-i686/PKGBUILD 2014-06-24 06:53:36 UTC (rev 215411)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.2.3
-pkgrel=2
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
-)
-makedepends=('libvdpau' 'yasm' 'x264')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('dbb5b6b69bd010916f17df0ae596e0b1'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avisynth \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 215410, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-24 06:53:36 UTC (rev 215411)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.2.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('5b85aea53d8dcd5b0f7b497f233bc101'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avisynth \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-sh

  1   2   >