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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:09:50
  Author: spupykin
Revision: 138724

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 13:09:35 UTC (rev 138723)
+++ community-i686/PKGBUILD 2015-08-24 13:09:50 UTC (rev 138724)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.23
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 138723, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-24 13:09:50 UTC (rev 138724)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('db3c5b365e1c3f71c7cd90e96473a3ab')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-24 13:09:35 UTC (rev 138723)
+++ community-x86_64/PKGBUILD   2015-08-24 13:09:50 UTC (rev 138724)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.23
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 138723, 
cython/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-24 13:09:50 UTC (rev 138724)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')

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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:09:35
  Author: spupykin
Revision: 138723

upgpkg: cython 0.23.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 10:19:26 UTC (rev 138722)
+++ PKGBUILD2015-08-24 13:09:35 UTC (rev 138723)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23
+pkgver=0.23.1
 pkgrel=1
 pkgdesc=C-Extensions for Python 
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
+md5sums=('db3c5b365e1c3f71c7cd90e96473a3ab')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:10:01
  Author: spupykin
Revision: 138725

upgpkg: firefox-noscript 2.6.9.36-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 13:09:50 UTC (rev 138724)
+++ PKGBUILD2015-08-24 13:10:01 UTC (rev 138725)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.35
+pkgver=2.6.9.36
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('835850d1f72726ad1211325cbd5e86aa')
+md5sums=('fc131963fd1339ee173d74a95939de5a')
 
 package() {
   depends=(firefox)


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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:10:35
  Author: spupykin
Revision: 138728

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 138727, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 138727, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 138727, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 138727, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 138727, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 138727, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 138727, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 138727, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 138727, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 138727, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |   94 
 /openvswitch.install  |   28 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 -
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 -
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 13:10:14 UTC (rev 138727)
+++ community-i686/PKGBUILD 2015-08-24 13:10:35 UTC (rev 138728)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco net 0x01b dgbaley27
-
-pkgname=openvswitch
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=Production Quality, Multilayer Open Virtual Switch
-url=http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('5a5739ed82f1accac1c2d8d7553dc88f'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
-   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
-   install -dm0755 $pkgdir/etc/openvswitch
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 138727, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-24 13:10:35 UTC (rev 138728)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: 

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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:10:11
  Author: spupykin
Revision: 138726

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 138725, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-24 13:10:01 UTC (rev 138725)
+++ PKGBUILD2015-08-24 13:10:11 UTC (rev 138726)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.35
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('835850d1f72726ad1211325cbd5e86aa')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 138725, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-24 13:10:11 UTC (rev 138726)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.36
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('fc131963fd1339ee173d74a95939de5a')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:10:14
  Author: spupykin
Revision: 138727

upgpkg: openvswitch 2.4.0-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 13:10:11 UTC (rev 138726)
+++ PKGBUILD2015-08-24 13:10:14 UTC (rev 138727)
@@ -4,7 +4,7 @@
 # Contributor: Matt Monaco net 0x01b dgbaley27
 
 pkgname=openvswitch
-pkgver=2.3.2
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2')
 optdepends=('python2')
-md5sums=('5a5739ed82f1accac1c2d8d7553dc88f'
+md5sums=('4ff52595855c1f9e4dd3e84295599f5f'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')


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

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 16:36:10
  Author: arojas
Revision: 244766

archrelease: copy trunk to extra-any

Added:
  kde-l10n/repos/extra-any/PKGBUILD
(from rev 244765, kde-l10n/trunk/PKGBUILD)
Deleted:
  kde-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  347 +++--
 1 file changed, 177 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-24 14:34:16 UTC (rev 244765)
+++ PKGBUILD2015-08-24 14:36:10 UTC (rev 244766)
@@ -1,170 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-l10n
-pkgver=15.08.0
-pkgrel=1
-arch=('any')
-url='http://www.kde.org/'
-license=('GPL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools')
-options=('docs')
-
-_languages=(
-  'ar Arabic'
-  'bg Bulgarian'
-  'bs Bosnian'
-  'ca Catalan'
-  'ca@valencia Catalan (Valencian)'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en_GB  British English'
-  'eo Esperanto'
-  'es Spanish'
-  'et Estonian'
-  'eu Basque'
-  'fa Farsi'
-  'fi Finnish'
-  'fr French'
-  'ga Irish'
-  'gl Galician'
-  'he Hebrew'
-  'hi Hindi'
-  'hr Croatian'
-  'hu Hungarian'
-  'ia Interlingua'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'ko Korean'
-  'lt Lithuanian'
-  'lv Latvian'
-  'mr Marathi'
-  'nb Norwegian Bokmal'
-  'ndsLow Saxon'
-  'nl Dutch'
-  'nn Norwegian Nynorsk'
-  'pa Panjabi/Punjabi'
-  'pl Polish'
-  'pt Portuguese'
-  'pt_BR  Brazilian Portuguese'
-  'ro Romanian'
-  'ru Russian'
-  'sk Slovak'
-  'sl Slovenian'
-  'sr Serbian'
-  'sv Swedish'
-  'tr Turkish'
-  'ug Uyghur'
-  'uk Ukrainian'
-  'wa Walloon'
-  'zh_CN  Chinese Simplified'
-  'zh_TW  Chinese Traditional'
-)
-
-pkgname=()
-source=()
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=(http://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-md5sums=('e5903849df90c741f61c8895839fd479'
- 'ea790426e1eef1b00551a40e6394974e'
- 'bd7a1c9fd4061530681a89625858003e'
- '10632a311223509960429297775a0244'
- '87fa2ae6c6dc589e3189d25600f63d53'
- '04bf34e488d8a7f1d2476d6165452d8c'
- 'adbe7d76603078ee5c3acb9e30d39dfc'
- '87ccbe1f1bd5360010b6871e0dae13af'
- '49154b26205cacb47b5bd2ce0906669b'
- '63ff5f0a958eb88dbadb46f82ae2bcd4'
- 'ee6e546c5b5099c64cac2729488d1f5f'
- 'a3a8e4f1125d83e2b5685802699a3aa8'
- '31224eefa7f5680198209adea717a114'
- 'b707a018dcf74a24c286b0eadeddc2fd'
- '774fb5cd6fb1b139c033cd997b913852'
- 'd2339de4ed3606f28746eb6c4c87a6a2'
- 'be09e9ba01127d9234cf26684cafc086'
- '9e9c23f87c2fd0f647847b20fe7eeced'
- '74a0407a12840464ef80f07fdbce1aa0'
- '52bd669f6c5f93b7aa798d674e0b6f8a'
- '85a3b888ed90b5021802d28db2fee2f1'
- 'f313d14afe62398665a5132c392a728f'
- '28d966ec6828a5dc8b4f334839075a5b'
- '51a9cfe23299f5b6a8420fe3989e5069'
- 'c03942522c5e36a9b22730d2b4b409e1'
- '11bc004c34463a96ae74db0931823a44'
- '1c35384ade467df3358df45ce803e069'
- '9f23c9224601b37cbb5e4d8e6d5c95f0'
- '396144d2cc1199701f73e1c4910db1bd'
- '1c1c1db31c90c7f7f04d65462a14b57d'
- 'cff23cae2bd3bc107d6fc07cb6ad044c'
- 'fd7786a6f51efe6141cbbd43d36c70e7'
- '543387991a0f727c3644baf8ece5548f'
- '86f99c4eb633a40d1ca69523dbc200ad'
- '904982e4c9f77b3be3573c07c3e295e0'
- 'fcede11d83121a26d6a0352b00958908'
- 'da44f5435848065d9aa9cc1618e184da'
- '1b732caf38af8cf696e28fb455a1ca31'
- 'fbbdcf8efd703f3cd883f2ea3ee0d5f8'
- '8be4f4e0216762db2fb38cf82e15e883'
- '87a040ba02e1517b03e35cf7c6543894'
- 'b3641ae90ec977dbc1bc10e20ed4780c'
- 'becb25e7b486ef7c12ea2e3d6376a9c0'
- '993a1f67ad78acf292067ba9d4634ef3'
- 'fc6d2c188eb8bb158aab76a8f524ff13'
- 'bdff92eb97cd423a6174381804fad523'
- '257c7bfd22c43975ad01a0d5d319deaa'
- 'de0529a9c4c6e1d6c1a476ab44e2ff99'
- '0e57b500a9049877edc181cc7553c631'
- '2b656ae23eb24afe89511728df60a75b'
- 'bb726aae5b7073cd15a76c4c137b457c'
- '576cb6ed392b4f2f9349b69ee20f3e7e'
- '567691cd44dfeeb8f4e45fd0d6e125c4'
- '61eb2f9672d36bc14a62350c607e1ce1')
-
-prepare() {
-  for _lang in ${_languages[@]}; 

[arch-commits] Commit in synergy/trunk (PKGBUILD fix-incompetence.patch)

2015-08-24 Thread Levente Polyak
Date: Monday, August 24, 2015 @ 17:17:11
  Author: anthraxx
Revision: 138729

upgpkg: synergy 1.7.4-1

upgpkg synergy 1.7.4-1

Modified:
  synergy/trunk/PKGBUILD
  synergy/trunk/fix-incompetence.patch

+
 PKGBUILD   |9 -
 fix-incompetence.patch |   29 -
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 13:10:35 UTC (rev 138728)
+++ PKGBUILD2015-08-24 15:17:11 UTC (rev 138729)
@@ -11,8 +11,8 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.7.3
-pkgrel=3
+pkgver=1.7.4
+pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
@@ -28,16 +28,15 @@
 synergys_at.service
 fix-incompetence.patch
 wrapper)
-sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
+sha512sums=('ad6139209a8635ed91e943e11a7709d96a037bdda45a949c9f63aa3e13211aecf02651794921d2dde30d9024930e256da7538f1cf104d300be1e6b7bc4732932'
 
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
 
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
+
'd598f05614d0db894781e85ecab9a1196da3df6967e3bd44f5b8246c7cba76859734cf953edddf0addf6464f62f88b99da52fb5674e8db4a58bf971d078da83a'
 
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
 
 prepare() {
   cd synergy-${pkgver}-stable
   patch -p1  ${srcdir}/fix-incompetence.patch
-
   (cd ext
 unzip gmock-1.6.0.zip -d gmock-1.6.0
 unzip gtest-1.6.0.zip -d gtest-1.6.0

Modified: fix-incompetence.patch
===
--- fix-incompetence.patch  2015-08-24 13:10:35 UTC (rev 138728)
+++ fix-incompetence.patch  2015-08-24 15:17:11 UTC (rev 138729)
@@ -1,32 +1,3 @@
-From 03fc9b5fa72fd3197ca1e496f2c22e640304a602 Mon Sep 17 00:00:00 2001
-From: Maxim Doucet maxim.dou...@gmail.com
-Date: Wed, 27 May 2015 18:34:47 +0200
-Subject: [PATCH] Fix issue synergy/synergy#4720
-

- src/gui/src/PluginManager.cpp | 8 +---
- 1 file changed, 1 insertion(+), 7 deletions(-)
-
-diff --git a/src/gui/src/PluginManager.cpp b/src/gui/src/PluginManager.cpp
-index fd3a24e..d1dc876 100644
 a/src/gui/src/PluginManager.cpp
-+++ b/src/gui/src/PluginManager.cpp
-@@ -194,13 +194,7 @@ QString PluginManager::getPluginUrl(const QString 
pluginName)
-   process.start(program, args);
-   bool success = process.waitForStarted();
- 
--  if (!success || !process.waitForFinished())
--  {
--  emit error(tr(Could not get Linux package type.));
--  return ;
--  }
--
--  bool isDeb = (process.exitCode() == 0);
-+  bool isDeb = (success  process.waitForFinished()  
(process.exitCode() == 0));
- 
-   int arch = getProcessorArch();
-   if (arch == kProcessorArchLinux32) {
--- 
 From 5080bf0c679711f60ca14eb5979d92f181749bb7 Mon Sep 17 00:00:00 2001
 From: Manuel Frischknecht manuel.frischkne...@bfh.ch
 Date: Mon, 20 Jul 2015 17:55:02 +0200


[arch-commits] Commit in pfff/repos/community-x86_64 (4 files)

2015-08-24 Thread Jürgen Hötzel
Date: Monday, August 24, 2015 @ 17:41:08
  Author: juergen
Revision: 138732

archrelease: copy trunk to community-x86_64

Added:
  pfff/repos/community-x86_64/PKGBUILD
(from rev 138731, pfff/trunk/PKGBUILD)
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 138731, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 138731, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
Deleted:
  pfff/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   78 ++
 lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch |   80 +++
 lang_js-analyze-utils_js.mli.patch |   30 
 3 files changed, 154 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-24 15:35:14 UTC (rev 138731)
+++ PKGBUILD2015-08-24 15:41:08 UTC (rev 138732)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: David Stelter david.stel...@gmail.com
-# Contributor: Francisco Lopes chico.lo...@gmail.com
-
-pkgname='pfff'
-pkgver=0.29
-pkgrel=1
-
-pkgdesc='Tools and APIs for code analysis, visualization and transformation'
-arch=('i686' 'x86_64')
-url='https://github.com/facebook/pfff'
-license=('LGPL2.1')
-depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
-optdepends=('gtk2: required by codegraph and codemap')
-options=(!makeflags staticlibs) # parallel build fails, need *.a files
-source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;)
-sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make clean
-   make depend
-   make
-   make opt
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -dm755 $pkgdir/usr/lib/ocaml
-   make OCAMLFIND_LDCONF=$pkgdir/tmp/ld.conf 
OCAMLFIND_DESTDIR=$pkgdir/usr/lib/ocaml install-findlib
-}

Copied: pfff/repos/community-x86_64/PKGBUILD (from rev 138731, 
pfff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-24 15:41:08 UTC (rev 138732)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: David Stelter david.stel...@gmail.com
+# Contributor: Francisco Lopes chico.lo...@gmail.com
+
+pkgname='pfff'
+pkgver=0.29
+pkgrel=2
+
+pkgdesc='Tools and APIs for code analysis, visualization and transformation'
+arch=('i686' 'x86_64')
+url='https://github.com/facebook/pfff'
+license=('LGPL2.1')
+depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
+optdepends=('gtk2: required by codegraph and codemap')
+options=(!makeflags staticlibs) # parallel build fails, need *.a files
+source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
+lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+lang_js-analyze-utils_js.mli.patch)
+sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1'
+'28b220807087b9378e0fcab1187163cdeb8d3da80f53f00ec9af434467ace57f'
+'bb10f6b25afe0cd0df5084d9e3624f43cbf7489b148c67d99479d11cf90999b7')
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+   patch -Np1 -i ../lang_js-analyze-utils_js.mli.patch
+   patch -Np1 -i 
../lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make clean
+   make depend
+   make
+   make opt
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -dm755 $pkgdir/usr/lib/ocaml
+   make OCAMLFIND_LDCONF=$pkgdir/tmp/ld.conf 
OCAMLFIND_DESTDIR=$pkgdir/usr/lib/ocaml install-findlib
+}

Copied: 
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 (from rev 138731, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
===
--- lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
(rev 0)
+++ lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  2015-08-24 
15:41:08 UTC (rev 138732)
@@ -0,0 +1,80 @@
+From 90424f6a206b32c0995e043fe404e694c884b5d3 Mon Sep 17 00:00:00 2001
+From: Juergen Hoetzel juer...@archlinux.org
+Date: Mon, 24 Aug 2015 13:55:44 +0200
+Subject: [PATCH] * lang_js/analyze/module_js.ml: Fix invalid documentation
+ comments. Refs #130
+
+See: http://caml.inria.fr/mantis/view.php?id=6916
+---
+ lang_js/analyze/module_js.ml | 22 +++---
+ 1 file 

[arch-commits] Commit in pfff/repos/community-i686 (4 files)

2015-08-24 Thread Jürgen Hötzel
Date: Monday, August 24, 2015 @ 17:35:14
  Author: juergen
Revision: 138731

archrelease: copy trunk to community-i686

Added:
  pfff/repos/community-i686/PKGBUILD
(from rev 138730, pfff/trunk/PKGBUILD)
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 138730, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
(from rev 138730, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
Deleted:
  pfff/repos/community-i686/PKGBUILD

+
 PKGBUILD   |   78 ++
 lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch |   80 +++
 lang_js-analyze-utils_js.mli.patch |   30 
 3 files changed, 154 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-24 15:17:23 UTC (rev 138730)
+++ PKGBUILD2015-08-24 15:35:14 UTC (rev 138731)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: David Stelter david.stel...@gmail.com
-# Contributor: Francisco Lopes chico.lo...@gmail.com
-
-pkgname='pfff'
-pkgver=0.29
-pkgrel=1
-
-pkgdesc='Tools and APIs for code analysis, visualization and transformation'
-arch=('i686' 'x86_64')
-url='https://github.com/facebook/pfff'
-license=('LGPL2.1')
-depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
-optdepends=('gtk2: required by codegraph and codemap')
-options=(!makeflags staticlibs) # parallel build fails, need *.a files
-source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;)
-sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make clean
-   make depend
-   make
-   make opt
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -dm755 $pkgdir/usr/lib/ocaml
-   make OCAMLFIND_LDCONF=$pkgdir/tmp/ld.conf 
OCAMLFIND_DESTDIR=$pkgdir/usr/lib/ocaml install-findlib
-}

Copied: pfff/repos/community-i686/PKGBUILD (from rev 138730, 
pfff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-24 15:35:14 UTC (rev 138731)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: David Stelter david.stel...@gmail.com
+# Contributor: Francisco Lopes chico.lo...@gmail.com
+
+pkgname='pfff'
+pkgver=0.29
+pkgrel=2
+
+pkgdesc='Tools and APIs for code analysis, visualization and transformation'
+arch=('i686' 'x86_64')
+url='https://github.com/facebook/pfff'
+license=('LGPL2.1')
+depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
+optdepends=('gtk2: required by codegraph and codemap')
+options=(!makeflags staticlibs) # parallel build fails, need *.a files
+source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
+lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+lang_js-analyze-utils_js.mli.patch)
+sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1'
+'28b220807087b9378e0fcab1187163cdeb8d3da80f53f00ec9af434467ace57f'
+'bb10f6b25afe0cd0df5084d9e3624f43cbf7489b148c67d99479d11cf90999b7')
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+   patch -Np1 -i ../lang_js-analyze-utils_js.mli.patch
+   patch -Np1 -i 
../lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make clean
+   make depend
+   make
+   make opt
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -dm755 $pkgdir/usr/lib/ocaml
+   make OCAMLFIND_LDCONF=$pkgdir/tmp/ld.conf 
OCAMLFIND_DESTDIR=$pkgdir/usr/lib/ocaml install-findlib
+}

Copied: 
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 (from rev 138730, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
===
--- lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
(rev 0)
+++ lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  2015-08-24 
15:35:14 UTC (rev 138731)
@@ -0,0 +1,80 @@
+From 90424f6a206b32c0995e043fe404e694c884b5d3 Mon Sep 17 00:00:00 2001
+From: Juergen Hoetzel juer...@archlinux.org
+Date: Mon, 24 Aug 2015 13:55:44 +0200
+Subject: [PATCH] * lang_js/analyze/module_js.ml: Fix invalid documentation
+ comments. Refs #130
+
+See: http://caml.inria.fr/mantis/view.php?id=6916
+---
+ lang_js/analyze/module_js.ml | 22 +++---
+ 1 file changed, 11 

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

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 16:34:16
  Author: arojas
Revision: 244765

Provide KDE4 kdepim translations (FS#46091)

Modified:
  kde-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 11:32:48 UTC (rev 244764)
+++ PKGBUILD2015-08-24 14:34:16 UTC (rev 244765)
@@ -5,7 +5,7 @@
 
 pkgbase=kde-l10n
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.kde.org/'
 license=('GPL')
@@ -145,7 +145,15 @@
 # Remove kde-runtime and kde-workspace docs, conflicts with plasma-desktop
   sed -e '/kde-runtime/d' -e '/kde-workspace/d' -i 
$pkgbase-$_locale-$pkgver/4/$_locale/docs/CMakeLists.txt || true
 
+# Provide KDE4 PIM translations TODO: Remove in 15.12
+  for _m in kdepim kdepim-runtime kdepimlibs ; do
+if [[ -d $pkgbase-$_locale-$pkgver/5/$_locale/messages/$_m ]] ; then
+  cp -r $pkgbase-$_locale-$pkgver/{5,4}/$_locale/messages/$_m
+  cp 
$pkgbase-$_locale-$pkgver/4/$_locale/messages/{kdelibs,$_m}/CMakeLists.txt
+  echo add_subdirectory($_m)  
$pkgbase-$_locale-$pkgver/4/$_locale/messages/CMakeLists.txt
+fi
   done
+  done
 }
 
 build() {
@@ -167,4 +175,3 @@
   cd build/$1
   make DESTDIR=$pkgdir install
 }
-


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

2015-08-24 Thread Levente Polyak
Date: Monday, August 24, 2015 @ 17:17:23
  Author: anthraxx
Revision: 138730

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 138729, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 138729, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 138729, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 138729, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/wrapper
(from rev 138729, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 138729, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 138729, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 138729, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 138729, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 138729, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/wrapper
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/wrapper

-+
 /PKGBUILD   |  210 ++
 /fix-incompetence.patch |   46 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 /wrapper|8 +
 community-i686/PKGBUILD |  106 ---
 community-i686/fix-incompetence.patch   |   52 ---
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |  106 ---
 community-x86_64/fix-incompetence.patch |   52 ---
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 15 files changed, 304 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 15:17:11 UTC (rev 138729)
+++ community-i686/PKGBUILD 2015-08-24 15:17:23 UTC (rev 138730)
@@ -1,106 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.3
-pkgrel=3
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch
-wrapper)
-sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
-
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
-
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
-
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
-
-prepare() {
-  cd synergy-${pkgver}-stable
-  patch -p1  ${srcdir}/fix-incompetence.patch
-
-  (cd ext
-unzip gmock-1.6.0.zip -d gmock-1.6.0
-unzip gtest-1.6.0.zip -d gtest-1.6.0
-  )
-}
-
-build() 

[arch-commits] Commit in (python-systemd python2-systemd)

2015-08-24 Thread Daniel Wallace
Date: Monday, August 24, 2015 @ 18:40:42
  Author: dwallace
Revision: 138734

python-systemd is in extras

Deleted:
  python-systemd/
  python2-systemd/


[arch-commits] Commit in (4 files)

2015-08-24 Thread Daniel Wallace
Date: Monday, August 24, 2015 @ 18:33:33
  Author: dwallace
Revision: 138733

use new python-systemd package

Added:
  python-systemd/
  python-systemd/repos/
  python-systemd/trunk/
  python-systemd/trunk/PKGBUILD

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

Added: python-systemd/trunk/PKGBUILD
===
--- python-systemd/trunk/PKGBUILD   (rev 0)
+++ python-systemd/trunk/PKGBUILD   2015-08-24 16:33:33 UTC (rev 138733)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=230
+pkgrel=1
+pkgdesc=Python bindings for systemd
+arch=('x86_64' 'i686')
+url=https://github.com/systemd/python-systemd;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' systemd)
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('6902e5588397c796c85febc8334d434b')
+
+prepare() {
+sed -i 's:include/:include:' $pkgname-$pkgver/Makefile
+cp -a $pkgname-$pkgver python2-systemd-$pkgver
+}
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+make systemd/id128-constants.h
+python3 setup.py build
+cd $srcdir/python2-systemd-$pkgver
+make systemd/id128-constants.h
+python2 setup.py build
+}
+
+package_python2-systemd(){
+depends+=(python2 systemd)
+cd $srcdir/$pkgname-$pkgver
+python2 setup.py install --root=$pkgdir
+}
+
+package_python-systemd(){
+depends+=(python systemd)
+cd $srcdir/python2-systemd-$pkgver
+python3 setup.py install --root=$pkgdir
+}


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


[arch-commits] Commit in kwallet/trunk (PKGBUILD no-migration-wizard.patch)

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 19:48:51
  Author: arojas
Revision: 244767

Add upstream suggested patch to prevent kwallet-pam from opening a migration 
dialog at login

Added:
  kwallet/trunk/no-migration-wizard.patch
Modified:
  kwallet/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 no-migration-wizard.patch |  144 
 2 files changed, 152 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 14:36:10 UTC (rev 244766)
+++ PKGBUILD2015-08-24 17:48:51 UTC (rev 244767)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
@@ -12,11 +12,16 @@
 depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('df67412fef04c891c98facf870ec370f')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
+md5sums=('df67412fef04c891c98facf870ec370f'
+ '8d5ad74a46e345d2bd5c537353d48298')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't show migration wizard
+  patch -p1 -i ../no-migration-wizard.patch
 }
 
 build() {

Added: no-migration-wizard.patch
===
--- no-migration-wizard.patch   (rev 0)
+++ no-migration-wizard.patch   2015-08-24 17:48:51 UTC (rev 244767)
@@ -0,0 +1,144 @@
+From: Valentin Rusu k...@rusu.info
+Date: Fri, 07 Aug 2015 16:59:04 +
+Subject: Stop showing the migration wizard by default
+X-Git-Url: 
http://quickgit.kde.org/?p=kwallet.gita=commitdiffh=127efedd1668b546d0ac8c83655a2056d0439f29
+---
+Stop showing the migration wizard by default
+
+BUG:351056
+
+If the migration wizard is needed, then add this to kwalletrc
+[Migration]
+showMigrationWizard=true
+
+On systems having kwallet-pam the migration agent would also merge all the old
+wallets into the default LocalWallet, as a side effect. This would avoid
+wallet creation prompts, though.
+---
+
+
+--- a/src/runtime/kwalletd/main.cpp
 b/src/runtime/kwalletd/main.cpp
+@@ -186,7 +186,7 @@
+ aboutdata.addAuthor(i18n(Thiago Maceira), i18n(D-Bus Interface), 
thi...@kde.org);
+ 
+ KWalletD walletd;
+-MigrationAgent migrationAgent(walletd);
++MigrationAgent migrationAgent(walletd, hash);
+ KDBusService dbusUniqueInstance(KDBusService::Unique | 
KDBusService::NoExitOnFailure);
+ 
+ // NOTE: the command should be parsed only after KDBusService 
instantiation
+
+--- a/src/runtime/kwalletd/migrationagent.cpp
 b/src/runtime/kwalletd/migrationagent.cpp
+@@ -34,10 +34,12 @@
+ 
+ #define SERVICE_KWALLETD4 org.kde.kwalletd
+ #define ENTRY_ALREADY_MIGRATED alreadyMigrated
+-
+-MigrationAgent::MigrationAgent(KWalletD* kd) :
++#define ENTRY_SHOW_MIGRATION_WIZARD showMigrationWizard
++
++MigrationAgent::MigrationAgent(KWalletD* kd, const char *hash) :
+   _kf5_daemon(kd)
+   , _kde4_daemon(0)
++  , _pam_hash(hash)
+ {
+   QTimer::singleShot(100, this, SLOT(migrateWallets()));
+ }
+@@ -118,11 +120,27 @@
+ {
+ bool ok = false;
+ 
+-MigrationWizard *wizard = new MigrationWizard(this);
+-int result = wizard-exec();
+-if (QDialog::Accepted == result) {
+-// the user either migrated the wallets, or choose not to be prompted 
again
+-ok = true;
++// The migration wizard would no longer been shown by default.
++// see BUG 351056
++// NOTE if user wants to show the migration wizard, then he should add the
++// following setting to the kwalletrc:
++// [Migration]
++// showMigrationWizard=true
++KConfig kwalletrc(kwalletrc);
++KConfigGroup cfg(kwalletrc, Migration);
++bool showMigrationWizard = 
cfg.readEntrybool(ENTRY_SHOW_MIGRATION_WIZARD, false);
++
++if (showMigrationWizard) {
++MigrationWizard *wizard = new MigrationWizard(this);
++int result = wizard-exec();
++if (QDialog::Accepted == result) {
++// the user either migrated the wallets, or choose not to be 
prompted again
++ok = true;
++}
++} else {
++if (performMigration(0, true)) {
++qDebug()  Migration failed.;
++}
+ }
+ 
+ return ok;
+@@ -162,7 +180,7 @@
+ return wallets.length() == 0;
+ }
+ 
+-bool MigrationAgent::performMigration(WId wid)
++bool MigrationAgent::performMigration(WId wid, bool withoutWizard)
+ {
+ auto appId = i18n(KDE Wallet Migration Agent);
+ try {
+@@ -174,7 +192,15 @@
+ emit progressMessage(i18n(Migrating wallet: %1, wallet));
+ emit progressMessage(i18n(* Creating KF5 

[arch-commits] Commit in umbrello/trunk (PKGBUILD qwindowtitle.patch)

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 19:57:38
  Author: arojas
Revision: 244769

Use new patch

Modified:
  umbrello/trunk/PKGBUILD
  umbrello/trunk/qwindowtitle.patch

+
 PKGBUILD   |3 ++-
 qwindowtitle.patch |   39 ---
 2 files changed, 26 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 17:49:28 UTC (rev 244768)
+++ PKGBUILD2015-08-24 17:57:38 UTC (rev 244769)
@@ -16,7 +16,8 @@
 groups=(kde-applications kdesdk)
 
source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qwindowtitle.patch')
 install=$pkgname.install
-md5sums=('8eab51485322ddbc69543e0b9ab0624f')
+md5sums=('8eab51485322ddbc69543e0b9ab0624f'
+ '60ba68da3e335751d761033a2ef5a091')
 
 prepare() {
   mkdir -p build

Modified: qwindowtitle.patch
===
--- qwindowtitle.patch  2015-08-24 17:49:28 UTC (rev 244768)
+++ qwindowtitle.patch  2015-08-24 17:57:38 UTC (rev 244769)
@@ -1,23 +1,32 @@
 From: Ralf Habacker ralf.habac...@freenet.de
-Date: Sun, 23 Aug 2015 08:48:27 +
-Subject: Fix 'KF5 version can't be launched from the menu'.
-X-Git-Url: 
http://quickgit.kde.org/?p=umbrello.gita=commitdiffh=947d7f4651a8b2478435796795036fa3ec8f0b7f
+Date: Sun, 23 Aug 2015 19:13:20 +
+Subject: Fix 'KF5 version can't be launched from the menu' in a frameworks 
independent way.
+X-Git-Url: 
http://quickgit.kde.org/?p=umbrello.gita=commitdiffh=2968078e03c9fa330a97bdeca0219e45d8dad2d8
 ---
-Fix 'KF5 version can't be launched from the menu'.
+Fix 'KF5 version can't be launched from the menu' in a frameworks independent 
way.
 
+FIXED-IN:2.17.1 (KDE Applications 15.08.1)
 BUG:351621
+(cherry picked from commit d31cae83987600e16aa14c48e071a56fcd9c580e)
+
+Conflicts:
+umbrello/CMakeLists.txt
 ---
 
 
 a/umbrello/umbrello.desktop
-+++ b/umbrello/umbrello.desktop
-@@ -1,7 +1,7 @@
- # KDE Config File
- [Desktop Entry]
- Type=Application
--Exec=umbrello %u -caption %c
-+Exec=umbrello %u -qwindowtitle %c
- Icon=umbrello
- X-DocPath=umbrello/index.html
- Terminal=false
+--- a/umbrello/CMakeLists.txt
 b/umbrello/CMakeLists.txt
+@@ -556,7 +556,11 @@
+ umbrelloui.rc
+ DESTINATION ${DATA_INSTALL_DIR}/umbrello )
+ else()
+-install( PROGRAMS umbrello.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} 
RENAME org.kde.umbrello.desktop)
++file(READ umbrello.desktop UMBRELLO_DESKTOP)
++string(REPLACE -caption -qwindowtitle UMBRELLO_DESKTOP_OUT 
${UMBRELLO_DESKTOP})
++file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/umbrello.desktop 
${UMBRELLO_DESKTOP_OUT})
++install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/umbrello.desktop  
DESTINATION  ${XDG_APPS_INSTALL_DIR} RENAME org.kde.umbrello.desktop)
++install( FILES org.kde.umbrello.appdata.xml  DESTINATION  
${CMAKE_INSTALL_METAINFODIR})
+ install( FILES
+ umbrelloui.rc
+ DESTINATION ${KXMLGUI_INSTALL_DIR}/umbrello )
 


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

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 19:49:28
  Author: arojas
Revision: 244768

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

Added:
  kwallet/repos/extra-i686/PKGBUILD
(from rev 244767, kwallet/trunk/PKGBUILD)
  kwallet/repos/extra-i686/no-migration-wizard.patch
(from rev 244767, kwallet/trunk/no-migration-wizard.patch)
  kwallet/repos/extra-x86_64/PKGBUILD
(from rev 244767, kwallet/trunk/PKGBUILD)
  kwallet/repos/extra-x86_64/no-migration-wizard.patch
(from rev 244767, kwallet/trunk/no-migration-wizard.patch)
Deleted:
  kwallet/repos/extra-i686/PKGBUILD
  kwallet/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   82 +
 extra-i686/PKGBUILD|   36 ---
 extra-i686/no-migration-wizard.patch   |  144 +++
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/no-migration-wizard.patch |  144 +++
 5 files changed, 370 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-24 17:48:51 UTC (rev 244767)
+++ extra-i686/PKGBUILD 2015-08-24 17:49:28 UTC (rev 244768)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwallet
-pkgver=5.13.0
-pkgrel=3
-pkgdesc='Secure and unified container for user passwords'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kwallet'
-license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('df67412fef04c891c98facf870ec370f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwallet/repos/extra-i686/PKGBUILD (from rev 244767, 
kwallet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-24 17:49:28 UTC (rev 244768)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwallet
+pkgver=5.13.0
+pkgrel=4
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwallet'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
+md5sums=('df67412fef04c891c98facf870ec370f'
+ '8d5ad74a46e345d2bd5c537353d48298')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't show migration wizard
+  patch -p1 -i ../no-migration-wizard.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwallet/repos/extra-i686/no-migration-wizard.patch (from rev 244767, 
kwallet/trunk/no-migration-wizard.patch)
===
--- extra-i686/no-migration-wizard.patch(rev 0)
+++ extra-i686/no-migration-wizard.patch2015-08-24 17:49:28 UTC (rev 
244768)
@@ -0,0 +1,144 @@
+From: Valentin Rusu k...@rusu.info
+Date: Fri, 07 Aug 2015 16:59:04 +
+Subject: Stop showing the migration wizard by default
+X-Git-Url: 
http://quickgit.kde.org/?p=kwallet.gita=commitdiffh=127efedd1668b546d0ac8c83655a2056d0439f29
+---
+Stop showing the migration wizard by default
+
+BUG:351056
+
+If the migration wizard is needed, then add this to kwalletrc
+[Migration]
+showMigrationWizard=true
+
+On systems having kwallet-pam the migration agent would also merge all the old
+wallets into the default LocalWallet, as a side effect. This would avoid
+wallet creation prompts, though.
+---
+
+
+--- a/src/runtime/kwalletd/main.cpp
 b/src/runtime/kwalletd/main.cpp
+@@ -186,7 +186,7 @@
+ aboutdata.addAuthor(i18n(Thiago Maceira), i18n(D-Bus Interface), 
thi...@kde.org);
+ 
+ KWalletD walletd;
+-MigrationAgent migrationAgent(walletd);
++MigrationAgent migrationAgent(walletd, hash);
+ KDBusService dbusUniqueInstance(KDBusService::Unique | 

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

2015-08-24 Thread Christian Hesse
Date: Monday, August 24, 2015 @ 08:49:04
  Author: eworm
Revision: 138715

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

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

---+
 /PKGBUILD |  126 
 /librecad.install |   26 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/librecad.install   |   13 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/librecad.install |   13 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 06:29:12 UTC (rev 138714)
+++ community-i686/PKGBUILD 2015-08-24 06:49:04 UTC (rev 138715)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse m...@eworm.de
-# Contributor: mickele mimocciola at yahoo dot com (librecad-git PKGBUILD)
-# Contributor: Ilmari Repo ilmari at gmail dot com (librecad-svn PKGBUILD)
-# Contributor: GazJ Gary James garyjames82 at gmail dot com (CADuntu 
PKGBUILD)
-
-pkgname=librecad
-pkgver=2.0.8
-pkgrel=1
-pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
-arch=('i686' 'x86_64')
-url='http://www.librecad.org/'
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
-makedepends=('boost' 'imagemagick' 'librsvg')
-conflicts=('librecad-git')
-replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
-install=librecad.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/v${pkgver}.tar.gz;)
-sha256sums=('03b3a989c4fe54063049431019a05d38a72e55c2679dd0accbb37870d5d7c530')
-
-build() {
-   cd ${srcdir}/LibreCAD-${pkgver}
-
-   # fix version string
-   sed -i /^SCMREVISION/c SCMREVISION=\${pkgver}\ librecad/src/src.pro
-
-   export CPPFLAGS=-std=c++0x
-   qmake-qt5 librecad.pro
-   make
-}
-
-package() {
-   cd ${srcdir}/LibreCAD-${pkgver}
-
-   # executables
-   install -D -m0755 unix/librecad ${pkgdir}/usr/bin/librecad
-   install -D -m0755 unix/ttf2lff ${pkgdir}/usr/bin/ttf2lff
-
-   # desktop file and man pages
-   install -D -m0644 desktop/librecad.desktop 
${pkgdir}/usr/share/applications/librecad.desktop
-   install -D -m0644 desktop/librecad.1 
${pkgdir}/usr/share/man/man1/librecad.1
-
-   # documentation
-   install -D -m0644 librecad/support/doc/README 
${pkgdir}/usr/share/doc/librecad/index.README
-   install -D -m0644 librecad/support/doc/index.html 
${pkgdir}/usr/share/doc/librecad/index.html
-   install -D -m0644 librecad/support/doc/style.css 
${pkgdir}/usr/share/doc/librecad/style.css
-   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png
-
-   # icons
-   for SIZE in 16 24 32 48 64 96 128; do
-   convert -scale ${SIZE} \
-   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
-   ${srcdir}/librecad.png
-   install -D -m0644 ${srcdir}/librecad.png 
${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png
-   done
-   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg
-
-   # resources
-   mkdir -p ${pkgdir}/usr/share/librecad/
-   cp -r unix/resources/{library,patterns,fonts,qm} 
${pkgdir}/usr/share/librecad/
-}
-

Copied: librecad/repos/community-i686/PKGBUILD (from rev 138714, 
librecad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-24 06:49:04 UTC (rev 138715)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: mickele mimocciola at yahoo dot com (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo ilmari at gmail dot com (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James garyjames82 at gmail dot com (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.8
+pkgrel=2
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')

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

2015-08-24 Thread Massimiliano Torromeo
Date: Monday, August 24, 2015 @ 10:00:14
  Author: mtorromeo
Revision: 138717

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

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

-+
 /PKGBUILD   |   82 ++
 /sysdig.install |   42 +++
 community-i686/PKGBUILD |   41 ---
 community-i686/sysdig.install   |   21 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/sysdig.install |   21 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 07:59:46 UTC (rev 138716)
+++ community-i686/PKGBUILD 2015-08-24 08:00:14 UTC (rev 138717)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
-# Contribuitor: Christian Babeux christian.bab...@0x80.ca
-
-pkgname=sysdig
-pkgver=0.1.102
-pkgrel=1
-pkgdesc=Open source system-level exploration and troubleshooting tool
-arch=('i686' 'x86_64')
-url=http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit')
-makedepends=('cmake')
-source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e0bac2262f075ec75cc2c01a002b6d47bb5ee5c80b47925b44152db639093f57')
-install=$pkgname.install
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_LUAJIT=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_ZLIB=OFF \
--DUSE_BUNDLED_NCURSES=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  cd build
-  make install DESTDIR=$pkgdir
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 138716, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-24 08:00:14 UTC (rev 138717)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
+# Contribuitor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=sysdig
+pkgver=0.1.103
+pkgrel=1
+pkgdesc=Open source system-level exploration and troubleshooting tool
+arch=('i686' 'x86_64')
+url=http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('65f272b20ad1858534b6b4a6f5e07012a3d0ae46d2bb9db36bf7821cc8230949')
+install=$pkgname.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  cd build
+  make install DESTDIR=$pkgdir
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2015-08-24 07:59:46 UTC (rev 138716)
+++ community-i686/sysdig.install   2015-08-24 08:00:14 UTC (rev 138717)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat  EOF
-== To build and install the necessary module run: dkms install sysdig/${1%%-*}
-== To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove $2
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-[ -n ${1%-*} ]  dkms remove sysdig/${1%%-*} --all /dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 138716, 
sysdig/trunk/sysdig.install)
===
--- community-i686/sysdig.install   (rev 0)
+++ community-i686/sysdig.install   2015-08-24 

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

2015-08-24 Thread Massimiliano Torromeo
Date: Monday, August 24, 2015 @ 09:59:46
  Author: mtorromeo
Revision: 138716

upgpkg: sysdig 0.1.103-1

Updated to 0.1.103

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 06:49:04 UTC (rev 138715)
+++ PKGBUILD2015-08-24 07:59:46 UTC (rev 138716)
@@ -4,7 +4,7 @@
 # Contribuitor: Christian Babeux christian.bab...@0x80.ca
 
 pkgname=sysdig
-pkgver=0.1.102
+pkgver=0.1.103
 pkgrel=1
 pkgdesc=Open source system-level exploration and troubleshooting tool
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('dkms' 'jsoncpp' 'luajit')
 makedepends=('cmake')
 
source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e0bac2262f075ec75cc2c01a002b6d47bb5ee5c80b47925b44152db639093f57')
+sha256sums=('65f272b20ad1858534b6b4a6f5e07012a3d0ae46d2bb9db36bf7821cc8230949')
 install=$pkgname.install
 
 build() {


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

2015-08-24 Thread Jürgen Hötzel
Date: Monday, August 24, 2015 @ 12:19:26
  Author: juergen
Revision: 138722

add OCaml 4.02.3 build fixes

Added:
  pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/trunk/lang_js-analyze-utils_js.mli.patch
Modified:
  pfff/trunk/PKGBUILD

+
 PKGBUILD   |   16 +-
 lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch |   80 +++
 lang_js-analyze-utils_js.mli.patch |   30 
 3 files changed, 123 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 10:03:37 UTC (rev 138721)
+++ PKGBUILD2015-08-24 10:19:26 UTC (rev 138722)
@@ -5,7 +5,7 @@
 
 pkgname='pfff'
 pkgver=0.29
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Tools and APIs for code analysis, visualization and transformation'
 arch=('i686' 'x86_64')
@@ -14,9 +14,19 @@
 depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
 optdepends=('gtk2: required by codegraph and codemap')
 options=(!makeflags staticlibs) # parallel build fails, need *.a files
-source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;)
-sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1')
+source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
+lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+lang_js-analyze-utils_js.mli.patch)
+sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1'
+'28b220807087b9378e0fcab1187163cdeb8d3da80f53f00ec9af434467ace57f'
+'bb10f6b25afe0cd0df5084d9e3624f43cbf7489b148c67d99479d11cf90999b7')
 
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+   patch -Np1 -i ../lang_js-analyze-utils_js.mli.patch
+   patch -Np1 -i 
../lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+}
+
 build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr

Added: lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
===
--- lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
(rev 0)
+++ lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  2015-08-24 
10:19:26 UTC (rev 138722)
@@ -0,0 +1,80 @@
+From 90424f6a206b32c0995e043fe404e694c884b5d3 Mon Sep 17 00:00:00 2001
+From: Juergen Hoetzel juer...@archlinux.org
+Date: Mon, 24 Aug 2015 13:55:44 +0200
+Subject: [PATCH] * lang_js/analyze/module_js.ml: Fix invalid documentation
+ comments. Refs #130
+
+See: http://caml.inria.fr/mantis/view.php?id=6916
+---
+ lang_js/analyze/module_js.ml | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/lang_js/analyze/module_js.ml b/lang_js/analyze/module_js.ml
+index 1433bf0..3bf63b3 100644
+--- a/lang_js/analyze/module_js.ml
 b/lang_js/analyze/module_js.ml
+@@ -48,50 +48,50 @@ type shape =
+   | LiteralShape
+   | ArrayShape
+ 
+-  (** _((id,container,maps) ref) **)
++  (* _((id,container,maps) ref) *)
+   (* this is a ref to allow extensible representations *)
+   (* id is unique, and is used to prune infinite recursion *)
+   (* maps is an ObjectShape list *)
+   | ObjectShape of (int * shape smap * shape list) ref
+ 
+-  (** _(block,constructor) **)
++  (* _(block,constructor) *)
+   (* block is an ObjectShape *)
+   (* constructor is a ClassShape *)
+ | FunctionShape of shape Common.smap ref * shape
+ 
+-  (** _(module) **)
++  (* _(module) *)
+   | RequireShape of module_
+ 
+-  (** _(reason) **)
++  (* _(reason) *)
+   | UnknownShape of string
+ 
+-  (** _(instance, static) **)
++  (* _(instance, static) *)
+   (* instance is a ObjectShape *)
+   (* static is a ObjectShape where static.prototype is a ObjectShape *)
+   | ClassShape of shape * shape
+ 
+-  (** _(class) **)
++  (* _(class) *)
+   (* class is a ClassShape *)
+   (* returns an ObjectShape *)
+   | NewShape of shape
+ 
+-  (** _(maps) **)
++  (* _(maps) *)
+   (* maps is an ObjectShape *)
+   (* returns a ClassShape *)
+   | MixinShape of shape
+ 
+-  (** _(class,mixin) **)
++  (* _(class,mixin) *)
+   (* class is a ClassShape, mixin is a ClassShape *)
+   (* returns a ClassShape *)
+   | ClassWithMixinShape of shape * shape
+ 
+-  (** _(object,prop) **)
++  (* _(object,prop) *)
+   | PropertyShape of shape * string
+ 
+-  (** _(function) **)
++  (* _(function) *)
+   | ApplyShape of shape
+ 
+-  (** _(array) **)
++  (* _(array) *)
+   | ElementShape of shape
+ 
+ let fresh_id =
+-- 
+2.5.0
+

Added: lang_js-analyze-utils_js.mli.patch
===
--- lang_js-analyze-utils_js.mli.patch  

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

2015-08-24 Thread Christian Hesse
Date: Monday, August 24, 2015 @ 08:29:12
  Author: eworm
Revision: 138714

upgpkg: librecad 2.0.8-2

upstream tag update

Modified:
  librecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 03:46:56 UTC (rev 138713)
+++ PKGBUILD2015-08-24 06:29:12 UTC (rev 138714)
@@ -6,7 +6,7 @@
 
 pkgname=librecad
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
 arch=('i686' 'x86_64')
 url='http://www.librecad.org/'
@@ -17,7 +17,7 @@
 replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
 install=librecad.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/v${pkgver}.tar.gz;)
-sha256sums=('03b3a989c4fe54063049431019a05d38a72e55c2679dd0accbb37870d5d7c530')
+sha256sums=('3359af849046977b460c76a76fd895a47e57f772cd2673e2d6769fc8cf407ee2')
 
 build() {
cd ${srcdir}/LibreCAD-${pkgver}


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

2015-08-24 Thread Massimiliano Torromeo
Date: Monday, August 24, 2015 @ 10:04:47
  Author: mtorromeo
Revision: 138719

archrelease: copy trunk to community-any

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

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

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

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


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

2015-08-24 Thread Massimiliano Torromeo
Date: Monday, August 24, 2015 @ 10:04:38
  Author: mtorromeo
Revision: 138718

upgpkg: python-oauthlib 1.0.3-1

Updated to 1.0.3

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 08:00:14 UTC (rev 138717)
+++ PKGBUILD2015-08-24 08:04:38 UTC (rev 138718)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=1.0.1
+pkgver=1.0.3
 pkgrel=1
 _libname=oauthlib
 pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
@@ -45,4 +45,4 @@
chmod -R a+r $pkgdir/usr/lib
 }
 
-sha256sums=('2f1999a7c11f8714a1545de033b0950da77f651ff64f271d7dd9df15dc72049b')
+sha256sums=('ef4bfe4663ca3b97a995860c0173b967ebd98033d02f38c9e1b2cbb6c191d9ad')


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

2015-08-24 Thread Felix Yan
Date: Monday, August 24, 2015 @ 12:03:37
  Author: fyan
Revision: 138721

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 138720, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 138720, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 138720, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 138720, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 138720, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 138720, 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 |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-08-24 10:02:53 UTC (rev 138720)
+++ LICENSE 2015-08-24 10:03:37 UTC (rev 138721)
@@ -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 138720, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-24 10:03:37 UTC (rev 138721)
@@ -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
===
--- PKGBUILD2015-08-24 10:02:53 UTC (rev 138720)
+++ PKGBUILD2015-08-24 10:03:37 UTC (rev 138721)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.625
-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')

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

2015-08-24 Thread Felix Yan
Date: Monday, August 24, 2015 @ 12:02:53
  Author: fyan
Revision: 138720

upgpkg: jenkins 1.626-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 08:04:47 UTC (rev 138719)
+++ PKGBUILD2015-08-24 10:02:53 UTC (rev 138720)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.625
+pkgver=1.626
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('e593ef09e2b0bc943c2512c2389f55a2260a2f34f40c7c8787a26c8c5624381547918d971ca780fd1e60e3c884c4d387a2fb6335055faea2fd2ac148f1cf5c56'
+sha512sums=('7ca6c358d520f84380db74606e433db33bf2dad777e4386ca31bb22ae327aec209308d74214a391d9b1466ab01fca4eae1c93243212deefa4a5ca1d6dc3d718d'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in llvm/repos/extra-i686 (10 files)

2015-08-24 Thread Jürgen Hötzel
Date: Monday, August 24, 2015 @ 10:49:52
  Author: juergen
Revision: 244763

archrelease: copy trunk to extra-i686

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 244762, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 244762, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 244762, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 244762, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-i686/llvm-ocaml-ctypes-0.4.patch
(from rev 244762, llvm/trunk/llvm-ocaml-ctypes-0.4.patch)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-i686/llvm-ocaml-ctypes-0.4.patch

-+
 PKGBUILD|  654 +-
 llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   60 +-
 llvm-Config-config.h|   18 
 llvm-Config-llvm-config.h   |   18 
 llvm-ocaml-ctypes-0.4.patch |  150 ++---
 5 files changed, 450 insertions(+), 450 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-24 06:52:20 UTC (rev 244762)
+++ PKGBUILD2015-08-24 08:49:52 UTC (rev 244763)
@@ -1,327 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
- 'clang-tools-extra')
-pkgver=3.6.2
-pkgrel=2
-_ocaml_ver=4.02.1
-arch=('i686' 'x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' ocaml=$_ocaml_ver 'python-sphinx' 'chrpath'
- 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
-# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
-makedepends_x86_64=('gcc-multilib')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig}
-llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
-llvm-ocaml-ctypes-0.4.patch
-llvm-Config-config.h
-llvm-Config-llvm-config.h)
-sha256sums=('f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94'
-'SKIP'
-'ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3'
-'SKIP'
-'6a0ec627d398f501ddf347060f7a2ccea4802b2494f1d4fd7bda3e0442d04feb'
-'SKIP'
-'0f2ff37d80a64575fecd8cf0d5c50f7ac1f837ddf700d1855412bb7547431d87'
-'SKIP'
-'940dc96b64919b7dbf32c37e0e1d1fc88cc18e1d4b3acf1e7dfe5a46eb6523a9'
-'SKIP'
-'7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283'
-'0e45ad131908a121f628d1575d32b7ad522b3a7039b517dfef4aac25243f3e7f'
-'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
-
-prepare() {
-  cd $srcdir/llvm-$pkgver.src
-
-  # At the present, clang must reside inside the LLVM source code tree to build
-  # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv $srcdir/cfe-$pkgver.src tools/clang
-
-  mv $srcdir/clang-tools-extra-$pkgver.src tools/clang/tools/extra
-
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
-
-  mv $srcdir/lldb-$pkgver.src tools/lldb
-
-  # Fix docs installation directory
-  sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-
-  # Fix definition of LLVM_CMAKE_DIR in LLVMConfig.cmake
-  sed -i 
'/@LLVM_CONFIG_CMAKE_DIR@/s:$(PROJ_cmake):$(PROJ_prefix)/share/llvm/cmake:' \
-cmake/modules/Makefile
-
-  # Use Python 2
-  find tools/lldb -name Makefile -exec sed -i 
's/python-config/python2-config/' {} +
-  sed -i 's|/usr/bin/env python|2|' \
-tools/lldb/scripts/Python/{build-swig-Python,finish-swig-Python-LLDB}.sh
-
-  # Fix docs/Makefile to use 

[arch-commits] Commit in ocaml-ctypes/repos (community-x86_64)

2015-08-24 Thread Florian Pritz
Date: Monday, August 24, 2015 @ 13:32:48
  Author: bluewind
Revision: 244764

remove wrong repo

Deleted:
  ocaml-ctypes/repos/community-x86_64/


[arch-commits] Commit in (178 files)

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 21:32:59
  Author: arojas
Revision: 244770

Merge kde-unstable

Added:
  bluedevil/trunk/
  bluedevil/trunk/PKGBUILD
(from rev 244450, bluedevil/kde-unstable/PKGBUILD)
  breeze/trunk/
  breeze/trunk/PKGBUILD
(from rev 244450, breeze/kde-unstable/PKGBUILD)
  kde-cli-tools/trunk/
  kde-cli-tools/trunk/PKGBUILD
(from rev 244450, kde-cli-tools/kde-unstable/PKGBUILD)
  kde-gtk-config/trunk/
  kde-gtk-config/trunk/PKGBUILD
(from rev 244450, kde-gtk-config/kde-unstable/PKGBUILD)
  kdecoration/trunk/
  kdecoration/trunk/PKGBUILD
(from rev 244450, kdecoration/kde-unstable/PKGBUILD)
  kdeplasma-addons/trunk/
  kdeplasma-addons/trunk/PKGBUILD
(from rev 244450, kdeplasma-addons/kde-unstable/PKGBUILD)
  kgamma5/trunk/
  kgamma5/trunk/PKGBUILD
(from rev 244450, kgamma5/kde-unstable/PKGBUILD)
  khelpcenter/trunk/
  khelpcenter/trunk/PKGBUILD
(from rev 244450, khelpcenter/kde-unstable/PKGBUILD)
  khotkeys/trunk/
  khotkeys/trunk/PKGBUILD
(from rev 244450, khotkeys/kde-unstable/PKGBUILD)
  kinfocenter/trunk/
  kinfocenter/trunk/PKGBUILD
(from rev 244450, kinfocenter/kde-unstable/PKGBUILD)
  kmenuedit/trunk/
  kmenuedit/trunk/PKGBUILD
(from rev 244450, kmenuedit/kde-unstable/PKGBUILD)
  kscreen/trunk/
  kscreen/trunk/PKGBUILD
(from rev 244450, kscreen/kde-unstable/PKGBUILD)
  ksshaskpass/trunk/
  ksshaskpass/trunk/PKGBUILD
(from rev 244450, ksshaskpass/kde-unstable/PKGBUILD)
  ksysguard/trunk/
  ksysguard/trunk/PKGBUILD
(from rev 244450, ksysguard/kde-unstable/PKGBUILD)
  kwallet-pam/trunk/
  kwallet-pam/trunk/PKGBUILD
(from rev 244453, kwallet-pam/kde-unstable/PKGBUILD)
  kwayland-integration/trunk/
  kwayland-integration/trunk/PKGBUILD
(from rev 244450, kwayland-integration/kde-unstable/PKGBUILD)
  kwayland/trunk/
  kwayland/trunk/PKGBUILD
(from rev 244450, kwayland/kde-unstable/PKGBUILD)
  kwin/trunk/
  kwin/trunk/PKGBUILD
(from rev 244466, kwin/kde-unstable/PKGBUILD)
  kwrited/trunk/
  kwrited/trunk/PKGBUILD
(from rev 244450, kwrited/kde-unstable/PKGBUILD)
  libkscreen/trunk/
  libkscreen/trunk/PKGBUILD
(from rev 244450, libkscreen/kde-unstable/PKGBUILD)
  libksysguard/trunk/
  libksysguard/trunk/PKGBUILD
(from rev 244450, libksysguard/kde-unstable/PKGBUILD)
  milou/trunk/
  milou/trunk/PKGBUILD
(from rev 244450, milou/kde-unstable/PKGBUILD)
  oxygen/trunk/
  oxygen/trunk/PKGBUILD
(from rev 244450, oxygen/kde-unstable/PKGBUILD)
  plasma-desktop/trunk/
  plasma-desktop/trunk/PKGBUILD
(from rev 244469, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-mediacenter/trunk/
  plasma-mediacenter/trunk/PKGBUILD
(from rev 244450, plasma-mediacenter/kde-unstable/PKGBUILD)
  plasma-nm/trunk/
  plasma-nm/trunk/PKGBUILD
(from rev 244450, plasma-nm/kde-unstable/PKGBUILD)
  plasma-pa/trunk/
  plasma-pa/trunk/PKGBUILD
(from rev 244450, plasma-pa/kde-unstable/PKGBUILD)
  plasma-sdk/trunk/
  plasma-sdk/trunk/PKGBUILD
(from rev 244450, plasma-sdk/kde-unstable/PKGBUILD)
  plasma-workspace-wallpapers/trunk/
  plasma-workspace-wallpapers/trunk/PKGBUILD
(from rev 244450, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)
  plasma-workspace/trunk/
  plasma-workspace/trunk/PKGBUILD
(from rev 244495, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/trunk/kde.pam
(from rev 244456, plasma-workspace/kde-unstable/kde.pam)
  polkit-kde-agent/trunk/
  polkit-kde-agent/trunk/PKGBUILD
(from rev 244450, polkit-kde-agent/kde-unstable/PKGBUILD)
  powerdevil/trunk/
  powerdevil/trunk/PKGBUILD
(from rev 244450, powerdevil/kde-unstable/PKGBUILD)
  sddm-kcm/trunk/
  sddm-kcm/trunk/PKGBUILD
(from rev 244450, sddm-kcm/kde-unstable/PKGBUILD)
  systemsettings/trunk/
  systemsettings/trunk/PKGBUILD
(from rev 244450, systemsettings/kde-unstable/PKGBUILD)
  ttf-oxygen/trunk/
  ttf-oxygen/trunk/PKGBUILD
(from rev 244450, ttf-oxygen/kde-unstable/PKGBUILD)
  user-manager/trunk/
  user-manager/trunk/PKGBUILD
(from rev 244450, user-manager/kde-unstable/PKGBUILD)
Deleted:
  bluedevil/kde-unstable/
  bluedevil/trunk/
  bluedevil/trunk/PKGBUILD
  breeze/kde-unstable/
  breeze/trunk/
  breeze/trunk/PKGBUILD
  kde-cli-tools/kde-unstable/
  kde-cli-tools/trunk/
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/kde-unstable/
  kde-gtk-config/trunk/
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/kde-unstable/
  kdecoration/trunk/
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/kde-unstable/
  kdeplasma-addons/trunk/
  kdeplasma-addons/trunk/PKGBUILD
  kgamma5/kde-unstable/
  kgamma5/trunk/PKGBUILD
  khelpcenter/kde-unstable/
  khelpcenter/trunk/
  khelpcenter/trunk/PKGBUILD
  khotkeys/kde-unstable/
  khotkeys/trunk/
  khotkeys/trunk/PKGBUILD
  kinfocenter/kde-unstable/
  kinfocenter/trunk/
  kinfocenter/trunk/PKGBUILD
  kmenuedit/kde-unstable/
  kmenuedit/trunk/
  kmenuedit/trunk/PKGBUILD
  kscreen/kde-unstable/
  kscreen/trunk/
  kscreen/trunk/PKGBUILD
  ksshaskpass/kde-unstable/
  

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

2015-08-24 Thread Florian Pritz
Date: Tuesday, August 25, 2015 @ 00:56:17
  Author: bluewind
Revision: 138736

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 22:56:12 UTC (rev 138735)
+++ community-i686/PKGBUILD 2015-08-24 22:56:17 UTC (rev 138736)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.12.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('7c5f3b8acd52777bab164ddae6b2f784')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 138735, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-24 22:56:17 UTC (rev 138736)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.13.1
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('48e1e32813cfda37ec4688336fed7408')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-08-24 22:56:12 UTC (rev 138735)
+++ community-i686/filezilla.install2015-08-24 22:56:17 UTC (rev 138736)
@@ -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: filezilla/repos/community-i686/filezilla.install (from rev 138735, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-08-24 22:56:17 UTC (rev 138736)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-24 22:56:12 UTC (rev 138735)
+++ community-x86_64/PKGBUILD   2015-08-24 22:56:17 UTC (rev 138736)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.12.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP 

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

2015-08-24 Thread Gaetan Bisson
Date: Tuesday, August 25, 2015 @ 03:38:03
  Author: bisson
Revision: 138738

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

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
(from rev 138737, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-i686/qt55.patch
(from rev 138737, subsurface-marble/trunk/qt55.patch)
  subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 138737, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-x86_64/qt55.patch
(from rev 138737, subsurface-marble/trunk/qt55.patch)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  106 ++
 community-i686/PKGBUILD |   44 --
 community-i686/qt55.patch   |  298 ++
 community-x86_64/PKGBUILD   |   44 --
 community-x86_64/qt55.patch |  298 ++
 5 files changed, 702 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 01:37:28 UTC (rev 138737)
+++ community-i686/PKGBUILD 2015-08-25 01:38:03 UTC (rev 138738)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne fboulogne at april dot org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=subsurface-marble
-_pkgname=marble
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('git' 'cmake')
-depends=('qt5-'{script,svg,tools,webkit})
-source=('git://git.subsurface-divelog.org/marble#commit=aa18d0af6951debf3a3a90916f3f772784dbf326')
-sha1sums=('SKIP')
-
-build() {
-   cd ${srcdir}/${_pkgname}
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT5BUILD=ON \
-   -DQTONLY=ON \
-   -DBUILD_MARBLE_APPS=OFF \
-   -DBUILD_MARBLE_EXAMPLES=OFF \
-   -DBUILD_MARBLE_TESTS=OFF \
-   -DBUILD_MARBLE_TOOLS=OFF \
-   -DBUILD_TESTING=OFF \
-   -DWITH_DESIGNER_PLUGIN=OFF \
-   -DBUILD_WITH_DBUS=OFF \
-   .
-}
-
-package() {
-   cd ${srcdir}/${_pkgname}
-   make DESTDIR=${pkgdir} install
-
-   cd ${pkgdir}/usr
-   mv include subsurface
-   install -d include
-   mv subsurface include
-rm -fr share/{appdata,icons}
-}

Copied: subsurface-marble/repos/community-i686/PKGBUILD (from rev 138737, 
subsurface-marble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 01:38:03 UTC (rev 138738)
@@ -0,0 +1,53 @@
+# $Id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=subsurface-marble
+pkgver=4.4.1
+pkgrel=2
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=(http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz;
+'qt55.patch')
+sha1sums=('4867a8219cd2dcf478414ad91ff4479ad2afc1a3'
+  'ae862f9a740b4ccffb7a20f7c3711798e90cec14')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   patch -p1 -i ../qt55.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+
+   cd ${pkgdir}/usr
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm -fr share/marble/data
+}

Copied: subsurface-marble/repos/community-i686/qt55.patch (from rev 138737, 
subsurface-marble/trunk/qt55.patch)
===
--- community-i686/qt55.patch   (rev 0)
+++ community-i686/qt55.patch   2015-08-25 01:38:03 UTC (rev 138738)
@@ -0,0 +1,298 @@
+From: Anke Boersma d...@kaosx.us
+Date: Sun, 28 Jun 2015 15:46:06 + (+0200)
+Subject: Fix compilation with Qt 5.5
+X-Git-Url: 

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

2015-08-24 Thread Gaetan Bisson
Date: Tuesday, August 25, 2015 @ 04:24:30
  Author: bisson
Revision: 138740

fix cmake file conflict with marble

Modified:
  subsurface-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 02:23:53 UTC (rev 138739)
+++ PKGBUILD2015-08-25 02:24:30 UTC (rev 138740)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-marble
 pkgver=4.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Virtual Globe'
 url='http://git.subsurface-divelog.org/'
 license=('GPL' 'LGPL' 'FDL')
@@ -49,5 +49,6 @@
 rm -fr share/{appdata,icons}
 
# Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
rm -fr share/marble/data
 }


[arch-commits] Commit in (4 files)

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:23:53
  Author: fyan
Revision: 138739

addpkg: python-future 0.15.0-2

Added:
  python-future/
  python-future/repos/
  python-future/trunk/
  python-future/trunk/PKGBUILD

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

Added: python-future/trunk/PKGBUILD
===
--- python-future/trunk/PKGBUILD(rev 0)
+++ python-future/trunk/PKGBUILD2015-08-25 02:23:53 UTC (rev 138739)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Christopher Arndt aur -at- chrisarndt -dot- de
+# Contributor: Gaute Hope e...@gaute.vetsj.com
+# Contributor: Melissa Padilla mpadilla2 at hotmail dot com
+
+pkgbase=python-future
+pkgname=(python-future python2-future)
+pkgver=0.15.0
+pkgrel=2
+pkgdesc=Clean single-source support for Python 3 and 2
+url=http://python-future.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(https://pypi.python.org/packages/source/f/future/future-$pkgver.tar.gz;)
+md5sums=('cf1ee211567cc0b1021de5839064fe7b')
+sha256sums=('7f8ad46e287ac32e3dae78be41098c83d690b364142e0a5f11958c2b549420b0')
+
+prepare() {
+  cp -a future-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/future-$pkgver
+  python setup.py build
+
+  cd $srcdir/future-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/future-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python setup.py test
+
+  cd $srcdir/future-${pkgver}-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 setup.py test
+}
+
+package_python-future() {
+  depends=('python')
+  optdepends=('python-setuptools: futurize and pasteurize scripts')
+  provides=('futurize' 'pasteurize')
+
+  cd $srcdir/future-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-future() {
+  depends=('python2')
+  optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
+
+  cd $srcdir/future-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/futurize{,2}
+  mv $pkgdir/usr/bin/pasteurize{,2}
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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


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

2015-08-24 Thread Florian Pritz
Date: Tuesday, August 25, 2015 @ 00:56:12
  Author: bluewind
Revision: 138735

upgpkg: filezilla 3.13.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 16:40:42 UTC (rev 138734)
+++ PKGBUILD2015-08-24 22:56:12 UTC (rev 138735)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.12.0.2
+pkgver=3.13.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 --disable-manualupdatecheck \
 --disable-autoupdatecheck \
 --disable-static \
---with-tinyxml=builtin
+--with-pugixml=builtin
 
   make
 }
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('7c5f3b8acd52777bab164ddae6b2f784')
+md5sums=('48e1e32813cfda37ec4688336fed7408')


[arch-commits] Commit in subsurface-marble/trunk (PKGBUILD qt55.patch)

2015-08-24 Thread Gaetan Bisson
Date: Tuesday, August 25, 2015 @ 03:37:28
  Author: bisson
Revision: 138737

fix build with qt-5.5, fix FS#46098

Added:
  subsurface-marble/trunk/qt55.patch
Modified:
  subsurface-marble/trunk/PKGBUILD

+
 PKGBUILD   |   18 ++-
 qt55.patch |  298 +++
 2 files changed, 312 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 22:56:17 UTC (rev 138736)
+++ PKGBUILD2015-08-25 01:37:28 UTC (rev 138737)
@@ -4,16 +4,23 @@
 
 pkgname=subsurface-marble
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Virtual Globe'
 url='http://git.subsurface-divelog.org/'
 license=('GPL' 'LGPL' 'FDL')
 arch=('i686' 'x86_64')
 makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit})
-source=(http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz;)
-sha1sums=('4867a8219cd2dcf478414ad91ff4479ad2afc1a3')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=(http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz;
+'qt55.patch')
+sha1sums=('4867a8219cd2dcf478414ad91ff4479ad2afc1a3'
+  'ae862f9a740b4ccffb7a20f7c3711798e90cec14')
 
+prepare() {
+   cd ${srcdir}/${pkgname}
+   patch -p1 -i ../qt55.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}
cmake \
@@ -40,4 +47,7 @@
install -d include
mv subsurface include
 rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm -fr share/marble/data
 }

Added: qt55.patch
===
--- qt55.patch  (rev 0)
+++ qt55.patch  2015-08-25 01:37:28 UTC (rev 138737)
@@ -0,0 +1,298 @@
+From: Anke Boersma d...@kaosx.us
+Date: Sun, 28 Jun 2015 15:46:06 + (+0200)
+Subject: Fix compilation with Qt 5.5
+X-Git-Url: 
http://git.subsurface-divelog.org/?p=marble.git;a=commitdiff_plain;h=11c7e96e96c11ae24a485ce34f95925365acc4f4
+
+Fix compilation with Qt 5.5
+
+(cherry picked from commit 92748d6ad115879b38fc3034a0c244b594ca3ba9)
+---
+
+diff --git a/src/lib/marble/DiscCache.cpp b/src/lib/marble/DiscCache.cpp
+index d6199e6..c7bcc0d 100644
+--- a/src/lib/marble/DiscCache.cpp
 b/src/lib/marble/DiscCache.cpp
+@@ -16,6 +16,7 @@
+ #include QtGlobal
+ #include QFile
+ #include QDirIterator
++#include QDataStream
+ 
+ using namespace Marble;
+ 
+diff --git a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp 
b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp
+index 94cda07..d1616fe 100644
+--- a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp
 b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp
+@@ -23,6 +23,7 @@
+ #include QStringList
+ #include QCoreApplication
+ #include QAtomicInt
++#include QDataStream
+ 
+ #include MarbleGlobal.h
+ #include MarbleDebug.h
+diff --git a/src/lib/marble/geodata/data/GeoDataGeometry.cpp 
b/src/lib/marble/geodata/data/GeoDataGeometry.cpp
+index d0206ee..527ba4f 100644
+--- a/src/lib/marble/geodata/data/GeoDataGeometry.cpp
 b/src/lib/marble/geodata/data/GeoDataGeometry.cpp
+@@ -21,6 +21,8 @@
+ 
+ #include MarbleDebug.h
+ 
++#include QDataStream
++
+ 
+ namespace Marble
+ {
+diff --git a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp 
b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp
+index 1ec0c78..eb96091 100644
+--- a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp
 b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp
+@@ -12,6 +12,7 @@
+ #include GeoDataLabelStyle.h
+ 
+ #include QFont
++#include QDataStream
+ 
+ #include GeoDataTypes.h
+ 
+diff --git a/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp 
b/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp
+index f0bbe6b..54a25bc 100644
+--- a/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp
 b/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp
+@@ -18,6 +18,8 @@
+ 
+ #include GeoDataTypes.h
+ 
++#include QDataStream
++
+ namespace Marble
+ {
+ 
+diff --git a/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp 
b/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp
+index 5dd7834..ac2c635 100644
+--- a/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp
 b/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp
+@@ -18,6 +18,8 @@
+ 
+ #include GeoDataTypes.h
+ 
++#include QDataStream
++
+ namespace Marble
+ {
+ 
+diff --git a/src/lib/marble/geodata/data/GeoDataLineString.cpp 
b/src/lib/marble/geodata/data/GeoDataLineString.cpp
+index 8864518..e210f60 100644
+--- a/src/lib/marble/geodata/data/GeoDataLineString.cpp
 b/src/lib/marble/geodata/data/GeoDataLineString.cpp
+@@ -18,6 +18,8 @@
+ #include Quaternion.h
+ #include MarbleDebug.h
+ 
++#include QDataStream
++
+ 
+ namespace Marble
+ {
+diff --git a/src/lib/marble/geodata/data/GeoDataLineStyle.cpp 
b/src/lib/marble/geodata/data/GeoDataLineStyle.cpp
+index 2e54493..e2817d2 100644
+--- a/src/lib/marble/geodata/data/GeoDataLineStyle.cpp
 

[arch-commits] Commit in perl-proc-processtable/repos (4 files)

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:26:43
  Author: fyan
Revision: 138744

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

Added:
  perl-proc-processtable/repos/community-i686/PKGBUILD
(from rev 138743, perl-proc-processtable/trunk/PKGBUILD)
  perl-proc-processtable/repos/community-x86_64/PKGBUILD
(from rev 138743, perl-proc-processtable/trunk/PKGBUILD)
Deleted:
  perl-proc-processtable/repos/community-i686/PKGBUILD
  perl-proc-processtable/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 02:26:01 UTC (rev 138743)
+++ community-i686/PKGBUILD 2015-08-25 02:26:43 UTC (rev 138744)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-proc-processtable
-pkgver=0.52
-pkgrel=1
-pkgdesc=Provides a consistent interface to process table information.
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Proc-ProcessTable/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-md5sums=('463700011cf3765df58a26ad6faafcc8')
-
-build() {
-  cd $srcdir/Proc-ProcessTable-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/Proc-ProcessTable-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/Proc-ProcessTable-$pkgver
-
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-proc-processtable/repos/community-i686/PKGBUILD (from rev 138743, 
perl-proc-processtable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 02:26:43 UTC (rev 138744)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-proc-processtable
+pkgver=0.53
+pkgrel=1
+pkgdesc=Provides a consistent interface to process table information.
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Proc-ProcessTable/;
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
+md5sums=('8cb894f18ba49558683860ae9082ca4a')
+
+build() {
+  cd $srcdir/Proc-ProcessTable-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Proc-ProcessTable-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/Proc-ProcessTable-$pkgver
+
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 02:26:01 UTC (rev 138743)
+++ community-x86_64/PKGBUILD   2015-08-25 02:26:43 UTC (rev 138744)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-proc-processtable
-pkgver=0.52
-pkgrel=1
-pkgdesc=Provides a consistent interface to process table information.
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Proc-ProcessTable/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-md5sums=('463700011cf3765df58a26ad6faafcc8')
-
-build() {
-  cd $srcdir/Proc-ProcessTable-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/Proc-ProcessTable-$pkgver
-  make test
-}
-
-package() {
-  cd 

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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:30:20
  Author: fyan
Revision: 138747

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 138746, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 02:29:56 UTC (rev 138746)
+++ PKGBUILD2015-08-25 02:30:20 UTC (rev 138747)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=2.7
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 138746, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 02:30:20 UTC (rev 138747)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=2.8
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  LC_CTYPE=en_US.utf8 PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-24 Thread Gaetan Bisson
Date: Tuesday, August 25, 2015 @ 04:42:52
  Author: bisson
Revision: 138748

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

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
(from rev 138747, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-i686/qt55.patch
(from rev 138747, subsurface-marble/trunk/qt55.patch)
  subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 138747, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-x86_64/qt55.patch
(from rev 138747, subsurface-marble/trunk/qt55.patch)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-i686/qt55.patch
  subsurface-marble/repos/community-x86_64/PKGBUILD
  subsurface-marble/repos/community-x86_64/qt55.patch

-+
 /PKGBUILD   |  108 +++
 /qt55.patch |  596 ++
 community-i686/PKGBUILD |   54 ---
 community-i686/qt55.patch   |  298 -
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/qt55.patch |  298 -
 6 files changed, 704 insertions(+), 704 deletions(-)

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


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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:26:01
  Author: fyan
Revision: 138743

archrelease: copy trunk to community-any

Added:
  python-future/repos/community-any/
  python-future/repos/community-any/PKGBUILD
(from rev 138742, python-future/trunk/PKGBUILD)

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

Copied: python-future/repos/community-any/PKGBUILD (from rev 138742, 
python-future/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-25 02:26:01 UTC (rev 138743)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Christopher Arndt aur -at- chrisarndt -dot- de
+# Contributor: Gaute Hope e...@gaute.vetsj.com
+# Contributor: Melissa Padilla mpadilla2 at hotmail dot com
+
+pkgbase=python-future
+pkgname=(python-future python2-future)
+pkgver=0.15.0
+pkgrel=2
+pkgdesc=Clean single-source support for Python 3 and 2
+url=http://python-future.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(https://pypi.python.org/packages/source/f/future/future-$pkgver.tar.gz;)
+md5sums=('cf1ee211567cc0b1021de5839064fe7b')
+sha256sums=('7f8ad46e287ac32e3dae78be41098c83d690b364142e0a5f11958c2b549420b0')
+
+prepare() {
+  cp -a future-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/future-$pkgver
+  python setup.py build
+
+  cd $srcdir/future-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/future-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python setup.py test
+
+  cd $srcdir/future-${pkgver}-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 setup.py test
+}
+
+package_python-future() {
+  depends=('python')
+  optdepends=('python-setuptools: futurize and pasteurize scripts')
+  provides=('futurize' 'pasteurize')
+
+  cd $srcdir/future-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-future() {
+  depends=('python2')
+  optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
+
+  cd $srcdir/future-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/futurize{,2}
+  mv $pkgdir/usr/bin/pasteurize{,2}
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:28:29
  Author: fyan
Revision: 138745

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 138744, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 138744, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 138744, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 138744, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 138744, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 138744, 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 |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-08-25 02:26:43 UTC (rev 138744)
+++ LICENSE 2015-08-25 02:28:29 UTC (rev 138745)
@@ -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 138744, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-25 02:28:29 UTC (rev 138745)
@@ -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
===
--- PKGBUILD2015-08-25 02:26:43 UTC (rev 138744)
+++ PKGBUILD2015-08-25 02:28:29 UTC (rev 138745)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.626
-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')

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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:29:56
  Author: fyan
Revision: 138746

upgpkg: thefuck 2.8-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 02:28:29 UTC (rev 138745)
+++ PKGBUILD2015-08-25 02:29:56 UTC (rev 138746)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -21,7 +21,7 @@
 
 check() {
   cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+  LC_CTYPE=en_US.utf8 PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 }
 
 package() {


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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:25:19
  Author: fyan
Revision: 138742

upgpkg: perl-proc-processtable 0.53-1

Modified:
  perl-proc-processtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 02:25:06 UTC (rev 138741)
+++ PKGBUILD2015-08-25 02:25:19 UTC (rev 138742)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-proc-processtable
-pkgver=0.52
+pkgver=0.53
 pkgrel=1
 pkgdesc=Provides a consistent interface to process table information.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-md5sums=('463700011cf3765df58a26ad6faafcc8')
+md5sums=('8cb894f18ba49558683860ae9082ca4a')
 
 build() {
   cd $srcdir/Proc-ProcessTable-$pkgver


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

2015-08-24 Thread Gaetan Bisson
Date: Tuesday, August 25, 2015 @ 04:25:06
  Author: bisson
Revision: 138741

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

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
(from rev 138740, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-i686/qt55.patch
(from rev 138740, subsurface-marble/trunk/qt55.patch)
  subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 138740, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-x86_64/qt55.patch
(from rev 138740, subsurface-marble/trunk/qt55.patch)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-i686/qt55.patch
  subsurface-marble/repos/community-x86_64/PKGBUILD
  subsurface-marble/repos/community-x86_64/qt55.patch

-+
 /PKGBUILD   |  108 +++
 /qt55.patch |  596 ++
 community-i686/PKGBUILD |   53 ---
 community-i686/qt55.patch   |  298 -
 community-x86_64/PKGBUILD   |   53 ---
 community-x86_64/qt55.patch |  298 -
 6 files changed, 704 insertions(+), 702 deletions(-)

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