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

2015-09-08 Thread Bartłomiej Piotrowski
Date: Wednesday, September 9, 2015 @ 07:34:49
  Author: bpiotrowski
Revision: 245615

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-09 05:34:31 UTC (rev 245614)
+++ extra-i686/PKGBUILD 2015-09-09 05:34:49 UTC (rev 245615)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Maxime Gauduin 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.7.2
-pkgrel=3
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
-  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
-  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
-)
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('7eb2140bab9f0a8669b65b50c8e4cfb5'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 245614, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-09 05:34:49 UTC (rev 245615)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Maxime Gauduin 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
+  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
+  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+

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

2015-09-08 Thread Bartłomiej Piotrowski
Date: Wednesday, September 9, 2015 @ 07:34:31
  Author: bpiotrowski
Revision: 245614

upgpkg: ffmpeg 1:2.8-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-09 05:18:11 UTC (rev 245613)
+++ PKGBUILD2015-09-09 05:34:31 UTC (rev 245614)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.7.2
-pkgrel=3
+pkgver=2.8
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 )
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('7eb2140bab9f0a8669b65b50c8e4cfb5'
+md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2'
  'SKIP')
 
 build() {


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

2015-09-08 Thread Tobias Powalowski
Date: Wednesday, September 9, 2015 @ 07:18:11
  Author: tpowa
Revision: 245613

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

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

---+
 /0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |  138 ++
 /PKGBUILD |  514 
++
 /nmbd.service |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch|  120 ++
 /samba.conf   |4 
 /samba.conf.d |   36 
 /samba.install|   28 
 /samba.logrotate  |   18 
 /samba.pam|6 
 /samba.service|   28 
 /smbd.service |   24 
 /smbd.socket   

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

2015-09-08 Thread Tobias Powalowski
Date: Wednesday, September 9, 2015 @ 07:17:42
  Author: tpowa
Revision: 245612

upgpkg: samba 4.3.0-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 23:25:33 UTC (rev 245611)
+++ PKGBUILD2015-09-09 05:17:42 UTC (rev 245612)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.2.3
+pkgver=4.3.0
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.2.3
-pkgrel=3
+_realver=4.3.0
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
 license=('GPL3')
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('aeaa6ccee87727b7d01df7b6d0864c74'
+md5sums=('8f6452eca69f8b38f97bb8d8a738180a'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:38:59
  Author: fyan
Revision: 139656

archrelease: copy trunk to community-any

Added:
  python-jmespath/repos/community-any/
  python-jmespath/repos/community-any/PKGBUILD
(from rev 139655, python-jmespath/trunk/PKGBUILD)

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

Copied: python-jmespath/repos/community-any/PKGBUILD (from rev 139655, 
python-jmespath/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-09 03:38:59 UTC (rev 139656)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Chris Fordham  aka 
flaccid
+# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
+
+pkgbase=python-jmespath
+pkgname=(python-jmespath python2-jmespath)
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A query language for JSON'
+arch=('any')
+url="https://github.com/jmespath/jmespath";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
+source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a jmespath.py{,-py2}
+}
+
+build() {
+  cd "$srcdir/jmespath.py"
+  python setup.py build
+
+  cd "$srcdir/jmespath.py-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/jmespath.py"
+  LC_CTYPE=en_US.utf8 nosetests3
+
+  cd "$srcdir/jmespath.py-py2"
+  LC_CTYPE=en_US.utf8 nosetests2
+}
+
+package_python-jmespath() {
+  depends=('python')
+
+  cd $srcdir/jmespath.py
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jmespath() {
+  depends=('python2')
+
+  cd $srcdir/jmespath.py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jp{,2}.py
+}


[arch-commits] Commit in (4 files)

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:38:31
  Author: fyan
Revision: 139655

addpkg: python-jmespath 0.7.1-1

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

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

Added: python-jmespath/trunk/PKGBUILD
===
--- python-jmespath/trunk/PKGBUILD  (rev 0)
+++ python-jmespath/trunk/PKGBUILD  2015-09-09 03:38:31 UTC (rev 139655)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Chris Fordham  aka 
flaccid
+# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
+
+pkgbase=python-jmespath
+pkgname=(python-jmespath python2-jmespath)
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A query language for JSON'
+arch=('any')
+url="https://github.com/jmespath/jmespath";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
+source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a jmespath.py{,-py2}
+}
+
+build() {
+  cd "$srcdir/jmespath.py"
+  python setup.py build
+
+  cd "$srcdir/jmespath.py-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/jmespath.py"
+  LC_CTYPE=en_US.utf8 nosetests3
+
+  cd "$srcdir/jmespath.py-py2"
+  LC_CTYPE=en_US.utf8 nosetests2
+}
+
+package_python-jmespath() {
+  depends=('python')
+
+  cd $srcdir/jmespath.py
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jmespath() {
+  depends=('python2')
+
+  cd $srcdir/jmespath.py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jp{,2}.py
+}


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


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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:21:07
  Author: fyan
Revision: 139654

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 139653, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 139653, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-09 03:12:36 UTC (rev 139653)
+++ community-i686/PKGBUILD 2015-09-09 03:21:07 UTC (rev 139654)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('e6c8d08813723e867ecacf756d7d13591052e325')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 139653, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-09 03:21:07 UTC (rev 139654)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.3
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-09 03:12:36 UTC (rev 139653)
+++ community-x86_64/PKGBUILD   2015-09-09 03:21:07 UTC (rev 139654)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.3
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 139653, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-09 03:21:07 UTC (rev 139654)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.3
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir

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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:12:36
  Author: fyan
Revision: 139653

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 139652, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-09 03:12:13 UTC (rev 139652)
+++ PKGBUILD2015-09-09 03:12:36 UTC (rev 139653)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('e6c8d08813723e867ecacf756d7d13591052e325')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 139652, 
ruby-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-09 03:12:36 UTC (rev 139653)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.3
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:12:13
  Author: fyan
Revision: 139652

upgpkg: ruby-cairo 1.14.3-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-09 03:01:01 UTC (rev 139651)
+++ PKGBUILD2015-09-09 03:12:13 UTC (rev 139652)
@@ -3,7 +3,7 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('e6c8d08813723e867ecacf756d7d13591052e325')
+sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:01:01
  Author: fyan
Revision: 139651

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 139650, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 139650, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  154 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-09-09 03:00:38 UTC (rev 139650)
+++ LICENSE 2015-09-09 03:01:01 UTC (rev 139651)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and 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: python-pycuda/repos/community-x86_64/LICENSE (from rev 139650, 
python-pycuda/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-09-09 03:01:01 UTC (rev 139651)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and 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-09-09 03:00:38 UTC (rev 139650)
+++ PKGBUILD2015-09-09 03:01:01 UTC (rev 139651)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.3
-pkgrel=1
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('x86_64')
-url="http://mathema.tician.de/software/pycuda";
-license=('MIT' 'Apache')
-source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('7730738024c1db49097bdf59f8cdcf98cbd14e8d143b31d023e0b83f720270df3010d756fe52ee430d19fd2850b120d137617e2e9b4462b45e9dffd9e107eedb'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
-
-build() {
-   cd "${srcdir}"
-  
-   _arch=''
-   [[ "$CARCH" = "x86_64" ]] && _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \

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

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:00:38
  Author: fyan
Revision: 139650

upgpkg: python-pycuda 2015.1.3-2

rebuild with cuda 7.5

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 21:02:53 UTC (rev 139649)
+++ PKGBUILD2015-09-09 03:00:38 UTC (rev 139650)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda";


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

2015-09-08 Thread Gaetan Bisson
Date: Wednesday, September 9, 2015 @ 01:25:33
  Author: bisson
Revision: 245611

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 245610, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 245610, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|  104 +
 core-i686/PKGBUILD   |   51 
 core-x86_64/PKGBUILD |   51 
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-08 19:40:35 UTC (rev 245610)
+++ core-i686/PKGBUILD  2015-09-08 23:25:33 UTC (rev 245611)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.4
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
-sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   LIBEXECDIR=/usr/lib \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 245610, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-08 23:25:33 UTC (rev 245611)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
+sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-09-08 19:40:35 UTC (rev 245610)
+++ core-x86_64/PKGBUILD2015-09-08 23:25:33 UTC (rev 245611)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.4
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/co

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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 23:02:53
  Author: arojas
Revision: 139649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 21:01:51 UTC (rev 139648)
+++ community-i686/PKGBUILD 2015-09-08 21:02:53 UTC (rev 139649)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/";
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 139648, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 21:02:53 UTC (rev 139649)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/";
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
+md5sums=('131f5f089d7fa1b18f8d03c90d9c88df')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 21:01:51 UTC (rev 139648)
+++ community-x86_64/PKGBUILD   2015-09-08 21:02:53 UTC (rev 139649)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/";
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatc

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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 23:01:51
  Author: arojas
Revision: 139648

Update to 2.6.3

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:53:01 UTC (rev 139647)
+++ PKGBUILD2015-09-08 21:01:51 UTC (rev 139648)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-md5sums=('e057dff11ffe42351ceeb65375dbfc9b')
+md5sums=('131f5f089d7fa1b18f8d03c90d9c88df')
 
 prepare() {
   cd rpy2-$pkgver


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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 21:53:01
  Author: arojas
Revision: 139647

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('db1d96bb017cb559c167b25bef231748')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../muon-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: muon/repos/community-i686/PKGBUILD (from rev 139646, 
muon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('9e9b2c7f015f34de92d2b712a288b073')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/muon.install
===
--- community-i686/muon.install 2015-09-08 19:52:06 UTC (rev 139646)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: muon/repos/community-i686/muon.install (from rev 139646, 
muon/trunk/muon.install)
===
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-09-08 19:53:01 UTC (rev 139647)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 19:52:06 UTC (rev 139646)
+++ community-x86_64/PKGBUILD   2015-09-08 19:53:01 UTC (rev 139647)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/plasma/$pkgver/

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

2015-09-08 Thread Antonio Rojas
Date: Tuesday, September 8, 2015 @ 21:52:06
  Author: arojas
Revision: 139646

Update to 5.4.1

Modified:
  muon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
+++ PKGBUILD2015-09-08 19:52:06 UTC (rev 139646)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=muon
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules python)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
 install=$pkgname.install
-md5sums=('db1d96bb017cb559c167b25bef231748')
+md5sums=('9e9b2c7f015f34de92d2b712a288b073')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:39:56
  Author: anatolik
Revision: 245609

upgpkg: libsoxr 0.1.2-1

Modified:
  libsoxr/trunk/PKGBUILD
Deleted:
  libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch

-+
 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch |   26 
--
 PKGBUILD|   15 +
 2 files changed, 4 insertions(+), 37 deletions(-)

Deleted: 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch
===
--- 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 
2015-09-08 19:35:29 UTC (rev 245608)
+++ 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 
2015-09-08 19:39:56 UTC (rev 245609)
@@ -1,26 +0,0 @@
-From fb8657b4469f864f9722d28bbb86c9b8a53446ac Mon Sep 17 00:00:00 2001
-From: Rob Sykes 
-Date: Sun, 7 Apr 2013 07:39:36 +0100
-Subject: [PATCH 1/1] fix ineffectual SOXR_MINIMUM_PHASE and
- SOXR_INTERMEDIATE_PHASE in soxr_quality_spec recipe
-

- src/soxr.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/soxr.c b/src/soxr.c
-index 93dd9c1..36b0251 100644
 a/src/soxr.c
-+++ b/src/soxr.c
-@@ -85,7 +85,7 @@ soxr_quality_spec_t soxr_quality_spec(unsigned long recipe, 
unsigned long flags)
- quality = 6;
-   else if (quality > 10)
- quality = 0;
--  p->phase_response = "\62\31\144"[(recipe & 0x30)>>8];
-+  p->phase_response = "\62\31\144"[(recipe & 0x30) >> 4];
-   p->stopband_begin = 1;
-   p->precision = !quality? 0: quality < 3? 16 : quality < 8? 4 + quality * 4 
: 55 - quality * 4;
-   rej = p->precision * linear_to_dB(2.);
--- 
-2.3.5
-

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 19:35:29 UTC (rev 245608)
+++ PKGBUILD2015-09-08 19:39:56 UTC (rev 245609)
@@ -4,8 +4,8 @@
 # Contributor: Triode 
 
 pkgname=libsoxr
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
 pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
 arch=(i686 x86_64) 
 url='http://sourceforge.net/p/soxr/wiki/Home/'
@@ -13,16 +13,9 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 options=(!emptydirs)
-source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz
-0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch)
-sha1sums=('f5d90e375db3914a522fef477898bde8c70243e7'
-  '73e6a3418001ce01aa16c3d8e29e2535d0158111')
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
 
-prepare() {
-  cd soxr-$pkgver-Source
-  patch -p1 < 
"$srcdir"/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch
-}
-
 build() {
   cd soxr-$pkgver-Source
   cmake \


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:40:35
  Author: anatolik
Revision: 245610

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

Added:
  libsoxr/repos/testing-i686/
  libsoxr/repos/testing-i686/PKGBUILD
(from rev 245609, libsoxr/trunk/PKGBUILD)
  libsoxr/repos/testing-x86_64/
  libsoxr/repos/testing-x86_64/PKGBUILD
(from rev 245609, libsoxr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: libsoxr/repos/testing-i686/PKGBUILD (from rev 245609, 
libsoxr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 19:40:35 UTC (rev 245610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: JSpaces 
+# Contributor: Triode 
+
+pkgname=libsoxr
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
+arch=(i686 x86_64) 
+url='http://sourceforge.net/p/soxr/wiki/Home/'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake)
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
+
+build() {
+  cd soxr-$pkgver-Source
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DVISIBILITY_HIDDENL=ON \
+-DWITH_AVFFT=ON \
+-DWITH_DOUBLE_PRECISION=ON \
+-DWITH_LSR_BINDINGS=ON \
+-DWITH_OPENMP=ON \
+-DWITH_PFFFT=ON \
+-DWITH_SIMD=ON \
+.
+  make
+}
+
+check() {
+  cd soxr-$pkgver-Source
+  make test
+}
+
+package() {
+  cd soxr-$pkgver-Source
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/
+}

Copied: libsoxr/repos/testing-x86_64/PKGBUILD (from rev 245609, 
libsoxr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 19:40:35 UTC (rev 245610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: JSpaces 
+# Contributor: Triode 
+
+pkgname=libsoxr
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
+arch=(i686 x86_64) 
+url='http://sourceforge.net/p/soxr/wiki/Home/'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake)
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz)
+sha1sums=('3b990f91dc8dc08e70626cd5fb90deda0239c211')
+
+build() {
+  cd soxr-$pkgver-Source
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DVISIBILITY_HIDDENL=ON \
+-DWITH_AVFFT=ON \
+-DWITH_DOUBLE_PRECISION=ON \
+-DWITH_LSR_BINDINGS=ON \
+-DWITH_OPENMP=ON \
+-DWITH_PFFFT=ON \
+-DWITH_SIMD=ON \
+.
+  make
+}
+
+check() {
+  cd soxr-$pkgver-Source
+  make test
+}
+
+package() {
+  cd soxr-$pkgver-Source
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/
+}


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 21:35:29
  Author: anatolik
Revision: 245608

Return pkgrel back to 1 as we are not going to bump lua for now

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:28:59 UTC (rev 245607)
+++ PKGBUILD2015-09-08 19:35:29 UTC (rev 245608)
@@ -6,7 +6,7 @@
 pkgname=lua
 pkgver=5.3.1
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'


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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 21:02:56
  Author: guillaume
Revision: 139645

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   80 +--
 terminator.install |   24 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 19:01:45 UTC (rev 139644)
+++ PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=0.97
-pkgrel=2
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='http://gnometerminator.blogspot.fr/p/introduction.html'
-license=('GPL2')
-# Note: the package named 'vte3' is actually vte for GTK 3
-# and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
-makedepends=('desktop-file-utils' 'gettext' 'intltool')
-install=terminator.install
-source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}"
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 139644, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 19:02:56 UTC (rev 139645)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=0.98
+pkgrel=1
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='http://gnometerminator.blogspot.fr/p/introduction.html'
+license=('GPL2')
+# Note: the package named 'vte3' is actually vte for GTK 3
+# and terminator seems to require vte for GTK 2
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
+makedepends=('desktop-file-utils' 'gettext' 'intltool')
+install=terminator.install
+source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# python2 fix
+for file in terminatorlib/{,plugins/}*.py; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+python2 setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+python2 setup.py install --skip-build --root="${pkgdir}"
+
+rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
+}

Deleted: terminator.install
===
--- terminator.install  2015-09-08 19:01:45 UTC (rev 139644)
+++ terminator.install  2015-09-08 19:02:56 UTC (rev 139645)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-

Copied: terminator/repos/community-any/terminator.install (from rev 139644, 
terminator/trunk/terminator.install)
===
--- terminator.install  (rev 0)
+++ terminator.install  2015-09-08 19:02:56 UTC (rev 139645)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}
+


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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 21:01:45
  Author: guillaume
Revision: 139644

Upstream release 0.98

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:56:17 UTC (rev 139643)
+++ PKGBUILD2015-09-08 19:01:45 UTC (rev 139644)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=terminator
-pkgver=0.97
-pkgrel=2
+pkgver=0.98
+pkgrel=1
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='http://gnometerminator.blogspot.fr/p/introduction.html'
@@ -17,7 +17,7 @@
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
 install=terminator.install
 
source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7')
+sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-08 Thread Guillaume Alaux
Date: Tuesday, September 8, 2015 @ 20:56:17
  Author: guillaume
Revision: 139643

Fix FS#42669

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:55:00 UTC (rev 139642)
+++ PKGBUILD2015-09-08 18:56:17 UTC (rev 139643)
@@ -13,7 +13,7 @@
 license=('GPL2')
 # Note: the package named 'vte3' is actually vte for GTK 3
 # and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
 install=terminator.install
 
source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)


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

2015-09-08 Thread Levente Polyak
Date: Tuesday, September 8, 2015 @ 20:55:00
  Author: anthraxx
Revision: 139642

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
(from rev 139641, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 18:54:54 UTC (rev 139641)
+++ PKGBUILD2015-09-08 18:55:00 UTC (rev 139642)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Joris Steyn 
-# Contributor: fnord0 
-
-pkgname=zaproxy
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
-url="https://www.owasp.org/index.php/ZAP";
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat > ${pkgname} <
+# Contributor: Joris Steyn 
+# Contributor: fnord0 
+
+pkgname=zaproxy
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
+url="https://www.owasp.org/index.php/ZAP";
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat > ${pkgname} <

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

2015-09-08 Thread Levente Polyak
Date: Tuesday, September 8, 2015 @ 20:54:54
  Author: anthraxx
Revision: 139641

upgpkg: zaproxy 2.4.2-1

upgpkg: zaproxy 2.4.2-1

Modified:
  zaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:37:13 UTC (rev 139640)
+++ PKGBUILD2015-09-08 18:54:54 UTC (rev 139641)
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=zaproxy
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
 url="https://www.owasp.org/index.php/ZAP";
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('java-runtime' 'ttf-font')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
+sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
 
 prepare() {
   cd ZAP_${pkgver}


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

2015-09-08 Thread Jan Steffens
Date: Tuesday, September 8, 2015 @ 20:28:59
  Author: heftig
Revision: 245607

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/PKGBUILD
(from rev 245606, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 245606, dbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-x86_64/PKGBUILD |   63 ++
 2 files changed, 126 insertions(+)

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 245606, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 18:28:59 UTC (rev 245607)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.0
+pkgrel=3
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('5af6297348107a906c8449817a728b3b'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('libsystemd')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 245606, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 18:28:59 UTC (rev 245607)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.0
+pkgrel=3
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('5af6297348107a906c8449817a728b3b'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('libsystemd')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}


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

2015-09-08 Thread Dave Reisner
Date: Tuesday, September 8, 2015 @ 20:11:07
  Author: dreisner
Revision: 245606

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 245605, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 245605, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 245605, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 245605, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 245605, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 245605, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 245605, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 245605, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 245605, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 245605, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 245605, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 245605, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 245605, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 245605, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 245605, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 245605, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  177 +
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  177 +
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1220 insertions(+)

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


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

2015-09-08 Thread Dave Reisner
Date: Tuesday, September 8, 2015 @ 20:10:14
  Author: dreisner
Revision: 245605

upgpkg: systemd 226-1

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 18:03:05 UTC (rev 245604)
+++ PKGBUILD2015-09-08 18:10:14 UTC (rev 245605)
@@ -3,7 +3,7 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=225
+pkgver=226
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";


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

2015-09-08 Thread Andreas Radke
Date: Tuesday, September 8, 2015 @ 20:03:05
  Author: andyrtr
Revision: 245604

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

Added:
  libgcrypt/repos/testing-i686/
  libgcrypt/repos/testing-i686/PKGBUILD
(from rev 245603, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-i686/libgcrypt.install
(from rev 245603, libgcrypt/trunk/libgcrypt.install)
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 245603, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-x86_64/libgcrypt.install
(from rev 245603, libgcrypt/trunk/libgcrypt.install)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/libgcrypt.install   |   20 
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/libgcrypt.install |   20 
 4 files changed, 130 insertions(+)

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 245603, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 18:03:05 UTC (rev 245604)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!emptydirs')
+install=$pkgname.install
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 245603, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-i686/libgcrypt.install  (rev 0)
+++ testing-i686/libgcrypt.install  2015-09-08 18:03:05 UTC (rev 245604)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 245603, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 18:03:05 UTC (rev 245604)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!emptydirs')
+install=$pkgname.install
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 245603, 
libgcrypt/trunk/libgcrypt.install)
=

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

2015-09-08 Thread Andreas Radke
Date: Tuesday, September 8, 2015 @ 20:02:53
  Author: andyrtr
Revision: 245603

upgpkg: libgcrypt 1.6.4-1

upstream update 1.6.4

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:25:30 UTC (rev 245602)
+++ PKGBUILD2015-09-08 18:02:53 UTC (rev 245603)
@@ -6,8 +6,8 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG"
 arch=(i686 x86_64)
 url="http://www.gnupg.org";
@@ -15,10 +15,12 @@
 depends=('libgpg-error>=1.10-2')
 options=('!emptydirs')
 install=$pkgname.install
+# https://www.gnupg.org/download/integrity_check.html
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('9456e7b64db9df8360a1407a38c8c958da80bbf1'
+sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
   'SKIP')
-validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06') # "NIIBE Yutaka 
(GnuPG Release Key) "
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 #prepare() {
 #  cd ${pkgname}-${pkgver}


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:37:13
  Author: dwallace
Revision: 139640

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

Added:
  perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD
(from rev 139639, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
(from rev 139639, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD
(from rev 139639, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-x86_64/termcap-bad-ncurses-good.patch
(from rev 139639, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD
  
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD
  
perl-term-readline-gnu/repos/community-staging-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |  108 ++
 /termcap-bad-ncurses-good.patch |   36 
 community-staging-i686/PKGBUILD |   54 ---
 community-staging-i686/termcap-bad-ncurses-good.patch   |   18 --
 community-staging-x86_64/PKGBUILD   |   54 ---
 community-staging-x86_64/termcap-bad-ncurses-good.patch |   18 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-09-08 17:36:42 UTC (rev 139639)
+++ community-staging-i686/PKGBUILD 2015-09-08 17:37:13 UTC (rev 139640)
@@ -1,54 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace 
-# Contributor: jason ryan 
-# Contributor: AUR Perl 
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.26
-pkgrel=3
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
-'termcap-bad-ncurses-good.patch')
-md5sums=('0792d93dc22608132c94928121d51482'
- 'a000706b89792f822b5ec20baa370910')
-
-build() {
-   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-}
-
-package() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  make pure_install PERL_INSTALL_ROOT="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -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-term-readline-gnu/repos/community-staging-i686/PKGBUILD (from rev 
139639, perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 17:37:13 UTC (rev 139640)
@@ -0,0 +1,54 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.27
+pkgrel=1
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
+'termcap-bad-ncurses-good.patch')
+md5sums=('2c1a0acf42b2aeac11362906929a81db'
+ 'a000706b89792f822b5ec20baa370910')
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+patch --f

[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:36:42
  Author: dwallace
Revision: 139639

upgpkg: perl-term-readline-gnu 1.27-1

upgpkg: perl-term-readline-gnu 1.27

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:31:55 UTC (rev 139638)
+++ PKGBUILD2015-09-08 17:36:42 UTC (rev 139639)
@@ -6,8 +6,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.26
-pkgrel=3
+pkgver=1.27
+pkgrel=1
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
 'termcap-bad-ncurses-good.patch')
-md5sums=('0792d93dc22608132c94928121d51482'
+md5sums=('2c1a0acf42b2aeac11362906929a81db'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:31:55
  Author: dwallace
Revision: 139638

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 139637, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:30:12 UTC (rev 139637)
+++ PKGBUILD2015-09-08 17:31:55 UTC (rev 139638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver";
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
-md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
-}
-
-build(){
-  cd "$srcdir/$_pythonname-$pkgver"
-  python setup.py build
-  cd "$srcdir/$_pythonname-$pkgver-2"
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python)
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-package_python2-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python2)
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 139637, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:31:55 UTC (rev 139638)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver";
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
+md5sums=('d46e98ba78d83c982c4beb55212a3048')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
+}
+
+build(){
+  cd "$srcdir/$_pythonname-$pkgver"
+  python setup.py build
+  cd "$srcdir/$_pythonname-$pkgver-2"
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python)
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+package_python2-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python2)
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:30:12
  Author: dwallace
Revision: 139637

upgpkg: python-oslo-config 2.4.0-1

upgpkg: python-oslo-config 2.4.0

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
+++ PKGBUILD2015-09-08 17:30:12 UTC (rev 139637)
@@ -3,7 +3,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.12.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
-md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
+md5sums=('d46e98ba78d83c982c4beb55212a3048')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:29:41
  Author: dwallace
Revision: 139635

upgpkg: python-beautifulsoup4 4.4.0-1

upgpkg: beautifulsoup4 4.4.0

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:27:50 UTC (rev 139634)
+++ PKGBUILD2015-09-08 17:29:41 UTC (rev 139635)
@@ -4,8 +4,8 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html";
@@ -12,7 +12,7 @@
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
+md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
 
 build() {
   cd "${srcdir}"


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:30:02
  Author: dwallace
Revision: 139636

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:29:41 UTC (rev 139635)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=3
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html";
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 139635, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html";
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
+md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:27:50
  Author: dwallace
Revision: 139634

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 139633, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 139633, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 139633, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 139633, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   48 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 17:27:10 UTC (rev 139633)
+++ community-i686/PKGBUILD 2015-09-08 17:27:50 UTC (rev 139634)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.29
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="https://01.org/connman";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-'allow_group_network.diff')
-md5sums=('5283884504860f5fba2e6f489f517293'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 139633, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 17:27:50 UTC (rev 139634)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.30
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="https://01.org/connman";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'allow_group_network.diff')
+md5sums=('4a3efdbd6796922db9c6f66da57887fa'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2015-09-08 17:27:10 UTC (rev 
139633)
+++ community-i686/allow_

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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:27:10
  Author: dwallace
Revision: 139633

upgpkg: connman 1.30-1

upgpkg: connman 1.30

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
+++ PKGBUILD2015-09-08 17:27:10 UTC (rev 139633)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="https://01.org/connman";
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'allow_group_network.diff')
-md5sums=('5283884504860f5fba2e6f489f517293'
+md5sums=('4a3efdbd6796922db9c6f66da57887fa'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 19:25:30
  Author: anatolik
Revision: 245602

FS#46220: Add versioned symlinks to current Lua version

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:12:27 UTC (rev 245601)
+++ PKGBUILD2015-09-08 17:25:30 UTC (rev 245602)
@@ -5,7 +5,8 @@
 
 pkgname=lua
 pkgver=5.3.1
-pkgrel=1
+_majorver=${pkgver%.*}
+pkgrel=2
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'
@@ -25,7 +26,7 @@
   cd lua-$pkgver
   patch -p1 -i ../liblua.so.patch
 
-  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
 }
 
 build() {
@@ -39,11 +40,14 @@
   cd lua-$pkgver
 
   make \
-TO_LIB="liblua.a liblua.so liblua.so.5.3 liblua.so.$pkgver" \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
 INSTALL_DATA='cp -d' \
 INSTALL_TOP="$pkgdir"/usr \
 INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
 install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac "$pkgdir"/usr/bin/luac$_majorver
+
   install -Dm644 lua.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
 
   install -d "$pkgdir"/usr/share/doc/$pkgname


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:20:56
  Author: dwallace
Revision: 139632

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 139631, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:20:17 UTC (rev 139631)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer";
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 139631, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -0,0 +1,42 @@
+#$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer";
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd "$srcdir/$pkgname-$pkgver/"
+
+make test
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:20:17
  Author: dwallace
Revision: 139631

upgpkg: youtube-viewer 1:3.1.9-1

upgpkg: youtube-viewer 3.1.9

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
+++ PKGBUILD2015-09-08 17:20:17 UTC (rev 139631)
@@ -3,16 +3,15 @@
 # Contributor: Trizen 
 
 pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.1.7
+pkgver=3.1.9
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
 url="https://github.com/trizen/youtube-viewer";
 license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
 
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
 optdepends=('vlc: for playing videos'
@@ -24,20 +23,19 @@
 
 
 build() {
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
-perl Build.PL
 perl Makefile.PL INSTALLDIRS=vendor
 }
 
 check(){
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
-./Build test
+make test
 }
 
 package() {
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
 make install DESTDIR=$pkgdir
 rm -r "$pkgdir/usr/lib/"


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:06:30
  Author: dwallace
Revision: 139630

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 139629, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:06:03 UTC (rev 139629)
+++ PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace 
-# Contributor: Byron Clark 
-pkgname=udiskie
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie";
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon'
-'udisks2: experimental use on the command line with -2'
-'notification-daemon: for notifications')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LC_ALL=en_US.utf8
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  make -C doc
-  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 139629, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: Byron Clark 
+pkgname=udiskie
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie";
+license=('MIT')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks: optional for use with old backend'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  make -C doc
+  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:06:03
  Author: dwallace
Revision: 139629

upgpkg: udiskie 1.3.0-1

upgpkg: udiskie 1.3.0

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:36:04 UTC (rev 139628)
+++ PKGBUILD2015-09-08 17:06:03 UTC (rev 139629)
@@ -2,21 +2,21 @@
 # Maintainer: Daniel Wallace 
 # Contributor: Byron Clark 
 pkgname=udiskie
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=('any')
 url="https://pypi.python.org/pypi/udiskie";
 license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
 makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption'
 'pygtk: for tray icon'
-'udisks2: experimental use on the command line with -2'
+'udisks: optional for use with old backend'
 'notification-daemon: for notifications')
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 18:36:04
  Author: anatolik
Revision: 139628

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

Added:
  mldonkey/repos/community-staging-i686/
  mldonkey/repos/community-staging-i686/PKGBUILD
(from rev 139627, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-staging-i686/fix_upnpDiscover.patch
(from rev 139627, mldonkey/trunk/fix_upnpDiscover.patch)
  mldonkey/repos/community-staging-i686/mldonkey.conf
(from rev 139627, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-staging-i686/mldonkey.install
(from rev 139627, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-staging-i686/mldonkey.service
(from rev 139627, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-staging-i686/mldonkey.tmpfiles
(from rev 139627, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/community-staging-x86_64/
  mldonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 139627, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-staging-x86_64/fix_upnpDiscover.patch
(from rev 139627, mldonkey/trunk/fix_upnpDiscover.patch)
  mldonkey/repos/community-staging-x86_64/mldonkey.conf
(from rev 139627, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-staging-x86_64/mldonkey.install
(from rev 139627, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-staging-x86_64/mldonkey.service
(from rev 139627, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-staging-x86_64/mldonkey.tmpfiles
(from rev 139627, mldonkey/trunk/mldonkey.tmpfiles)

-+
 community-staging-i686/PKGBUILD |   55 ++
 community-staging-i686/fix_upnpDiscover.patch   |   13 +
 community-staging-i686/mldonkey.conf|2 
 community-staging-i686/mldonkey.install |   29 +++
 community-staging-i686/mldonkey.service |   10 
 community-staging-i686/mldonkey.tmpfiles|1 
 community-staging-x86_64/PKGBUILD   |   55 ++
 community-staging-x86_64/fix_upnpDiscover.patch |   13 +
 community-staging-x86_64/mldonkey.conf  |2 
 community-staging-x86_64/mldonkey.install   |   29 +++
 community-staging-x86_64/mldonkey.service   |   10 
 community-staging-x86_64/mldonkey.tmpfiles  |1 
 12 files changed, 220 insertions(+)

Copied: mldonkey/repos/community-staging-i686/PKGBUILD (from rev 139627, 
mldonkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 16:36:04 UTC (rev 139628)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=mldonkey
+pkgver=3.1.5
+pkgrel=4
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(file gd miniupnpc libnatpmp)
+makedepends=(gtk2 librsvg) # we build our own version of ocaml and lablgtk2
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
+https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz
+   fix_upnpDiscover.patch)
+sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb'
+'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
+'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
+'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
+'d964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b'
+'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba'
+'d304bb2eca218dcfbcf7c420bc7375fa2316d5c360325a4e9b48d78d7cf1b7c7')
+
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p1 < ../fix_upnpDiscover.patch
+}
+
+build() {
+  cd mldonkey-$pkgver
+  # mldonkey hardcodes its dependencies to some specific version
+  ln -s "$srcdir"/ocaml-3.12.0.tar.gz "$srcdir"/lablgtk-2.14.2.tar.gz patches/
+  ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp 
--enable-batch
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
"$pkgdir"/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
"$pkgdir"/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 "$srcdir"/mldonkey.conf "$pkgdir"/etc/conf.d/mldonkey
+  install -Dm644 "$srcdir"/mldonkey.service 
"$pkgdir"/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 "$srcdir"/mldonkey.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/mld

[arch-commits] Commit in mldonkey/trunk (PKGBUILD fix_upnpDiscover.patch)

2015-09-08 Thread Anatol Pomozov
Date: Tuesday, September 8, 2015 @ 18:35:02
  Author: anatolik
Revision: 139627

upgpkg: mldonkey 3.1.5-4

Rebuild for miniupnpc 1.9.20150730

Added:
  mldonkey/trunk/fix_upnpDiscover.patch
Modified:
  mldonkey/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 fix_upnpDiscover.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:14:28 UTC (rev 139626)
+++ PKGBUILD2015-09-08 16:35:02 UTC (rev 139627)
@@ -3,7 +3,7 @@
 
 pkgname=mldonkey
 pkgver=3.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'
@@ -19,14 +19,21 @@
 mldonkey.service
 mldonkey.tmpfiles
 http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
-https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz)
+https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz
+   fix_upnpDiscover.patch)
 sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb'
 'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
 '778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
 '45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
 'd964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b'
-'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba')
+'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba'
+'d304bb2eca218dcfbcf7c420bc7375fa2316d5c360325a4e9b48d78d7cf1b7c7')
 
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p1 < ../fix_upnpDiscover.patch
+}
+
 build() {
   cd mldonkey-$pkgver
   # mldonkey hardcodes its dependencies to some specific version

Added: fix_upnpDiscover.patch
===
--- fix_upnpDiscover.patch  (rev 0)
+++ fix_upnpDiscover.patch  2015-09-08 16:35:02 UTC (rev 139627)
@@ -0,0 +1,13 @@
+diff --git a/src/utils/net/upnp_stubs.c b/src/utils/net/upnp_stubs.c
+index 41942f3..272b0cb 100644
+--- a/src/utils/net/upnp_stubs.c
 b/src/utils/net/upnp_stubs.c
+@@ -640,7 +640,7 @@ upnpPulse( ml_upnpmp_t * map )
+ {
+ struct UPNPDev * devlist;
+ errno = 0;
+-devlist = upnpDiscover( 2000, NULL, NULL, 0, 0, 0 );
++devlist = upnpDiscover( 2000, NULL, NULL, 0, 0, 0, NULL );
+ if( devlist == NULL )
+ {
+ dbg_printf( "upnpDiscover failed (errno %d - %s)\n", errno,  
str_errno( errno ) );


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 18:10:07
  Author: tredaelli
Revision: 139624

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 16:09:55 UTC (rev 139623)
+++ community-i686/PKGBUILD 2015-09-08 16:10:07 UTC (rev 139624)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Rudy Matela 
-
-pkgname=packeth
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A Linux GUI packet generator tool for ethernet."
-depends=(gtk2)
-source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2";)
-url="http://packeth.sourceforge.net/";
-md5sums=('dab613ab413e959cb5c1ef6fd385a041')
-arch=('i686' 'x86_64')
-license=('GPL')
-
-build() {
-  cd "$srcdir"/packETH-$pkgver
-
-  sed -i 's/^LIBS=/LIBS+=/' Makefile.am
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/packETH-$pkgver
-  make install DESTDIR="$pkgdir/"
-}

Copied: packeth/repos/community-i686/PKGBUILD (from rev 139623, 
packeth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 16:10:07 UTC (rev 139624)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Rudy Matela 
+
+pkgname=packeth
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A Linux GUI packet generator tool for ethernet."
+depends=(gtk2)
+source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2";)
+url="http://packeth.sourceforge.net/";
+md5sums=('90a05c12df7f5c02ef4a3e5324149f40')
+arch=('i686' 'x86_64')
+license=('GPL')
+
+build() {
+  cd "$srcdir"/packETH-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/packETH-$pkgver
+  make install DESTDIR="$pkgdir/"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-08 16:09:55 UTC (rev 139623)
+++ community-x86_64/PKGBUILD   2015-09-08 16:10:07 UTC (rev 139624)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Rudy Matela 
-
-pkgname=packeth
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A Linux GUI packet generator tool for ethernet."
-depends=(gtk2)
-source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2";)
-url="http://packeth.sourceforge.net/";
-md5sums=('dab613ab413e959cb5c1ef6fd385a041')
-arch=('i686' 'x86_64')
-license=('GPL')
-
-build() {
-  cd "$srcdir"/packETH-$pkgver
-
-  sed -i 's/^LIBS=/LIBS+=/' Makefile.am
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/packETH-$pkgver
-  make install DESTDIR="$pkgdir/"
-}

Copied: packeth/repos/community-x86_64/PKGBUILD (from rev 139623, 
packeth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-08 16:10:07 UTC (rev 139624)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Rudy Matela 
+
+pkgname=packeth
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A Linux GUI packet generator tool for ethernet."
+depends=(gtk2)
+source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2";)
+url="http://packeth.sourceforge.net/";
+md5sums=('90a05c12df7f5c02ef4a3e5324149f40')
+arch=('i686' 'x86_64')
+license=('GPL')
+
+build() {
+  cd "$srcdir"/packETH-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/packETH-$pkgver
+  make install DESTDIR="$pkgdir/"
+}


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

2015-09-08 Thread Sven-Hendrik Haase
Date: Tuesday, September 8, 2015 @ 18:07:02
  Author: svenstaro
Revision: 139621

upgpkg: cuda 7.5.18-1

upstream release 7.5.18

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:38:56 UTC (rev 139620)
+++ PKGBUILD2015-09-08 16:07:02 UTC (rev 139621)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
 # Maintainer: Sven-Hendrik Haase 
 pkgname=cuda
-pkgver=7.0.28
-pkgrel=2
+pkgver=7.5.18
+pkgrel=1
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html";
@@ -13,10 +13,10 @@
 optdepends=('gdb: for cuda-gdb')
 options=(!strip staticlibs)
 install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
 cuda.sh
 cuda.conf)
-md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
+md5sums=('b22ef6bc073f7cf767f547a84fb0e3c2'
  '7e5990e03eea90075f5a500e91a0c3d3'
  'ffe1e6fb7f97b23da28fd94a5fd7356d')
 


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:09:51
  Author: fyan
Revision: 245595

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

Added:
  kwayland-integration/repos/testing-i686/
  kwayland-integration/repos/testing-i686/PKGBUILD
(from rev 245594, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/testing-x86_64/
  kwayland-integration/repos/testing-x86_64/PKGBUILD
(from rev 245594, kwayland-integration/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kwayland-integration/repos/testing-i686/PKGBUILD (from rev 245594, 
kwayland-integration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:09:51 UTC (rev 245595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('161710cb26d5fb123be4062656124934')
+
+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: kwayland-integration/repos/testing-x86_64/PKGBUILD (from rev 245594, 
kwayland-integration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:09:51 UTC (rev 245595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('161710cb26d5fb123be4062656124934')
+
+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
+}


[arch-commits] Commit in parallel/trunk (PKGBUILD fix-pod-numbers.patch)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 18:14:20
  Author: tredaelli
Revision: 139625

upgpkg: parallel 20150822-1

Modified:
  parallel/trunk/PKGBUILD
Deleted:
  parallel/trunk/fix-pod-numbers.patch

---+
 PKGBUILD  |9 +++--
 fix-pod-numbers.patch |   47 ---
 2 files changed, 3 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:10:07 UTC (rev 139624)
+++ PKGBUILD2015-09-08 16:14:20 UTC (rev 139625)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20150722
+pkgver=20150822
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('549d84033dc1c1ba123313c2237215f9'
+md5sums=('1984e556ca17dd99e64e50a82de36137'
  'SKIP')
-sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d'
+sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 
@@ -27,9 +27,6 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
-
-  # FIXME
-  ln -sf parallel "$pkgdir/usr/bin/sem"
 }
 
 # vim:set ts=2 sw=2 et:

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


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 18:14:28
  Author: tredaelli
Revision: 139626

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   67 ++--
 fix-pod-numbers.patch |   47 -
 2 files changed, 32 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 16:14:20 UTC (rev 139625)
+++ PKGBUILD2015-09-08 16:14:28 UTC (rev 139626)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20150722
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('549d84033dc1c1ba123313c2237215f9'
- 'SKIP')
-sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # FIXME
-  ln -sf parallel "$pkgdir/usr/bin/sem"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 139625, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 16:14:28 UTC (rev 139626)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20150822
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('1984e556ca17dd99e64e50a82de36137'
+ 'SKIP')
+sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

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


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:12:27
  Author: fyan
Revision: 245601

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

Added:
  kgamma5/repos/testing-i686/
  kgamma5/repos/testing-i686/PKGBUILD
(from rev 245600, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/testing-x86_64/
  kgamma5/repos/testing-x86_64/PKGBUILD
(from rev 245600, kgamma5/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kgamma5/repos/testing-i686/PKGBUILD (from rev 245600, 
kgamma5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:12:27 UTC (rev 245601)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('940fec6800707ed57fa3a60b861b7665')
+
+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: kgamma5/repos/testing-x86_64/PKGBUILD (from rev 245600, 
kgamma5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:12:27 UTC (rev 245601)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('940fec6800707ed57fa3a60b861b7665')
+
+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
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:12:02
  Author: fyan
Revision: 245600

upgpkg: kgamma5 5.4.1-1

Modified:
  kgamma5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:11:24 UTC (rev 245599)
+++ PKGBUILD2015-09-08 16:12:02 UTC (rev 245600)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kgamma5
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Adjust your monitor's gamma settings"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('ce414479294b1cbc1b7a8fdf61cbbf22')
+md5sums=('940fec6800707ed57fa3a60b861b7665')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:10:25
  Author: fyan
Revision: 245596

upgpkg: user-manager 5.4.1-1

Modified:
  user-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:09:51 UTC (rev 245595)
+++ PKGBUILD2015-09-08 16:10:25 UTC (rev 245596)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=user-manager
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='A simple system settings module to manage the users of your system'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('8b32fbfa6acb33a38ebe3a9188e0836d')
+md5sums=('3f31566c772d5bce10c3db7d7b97392e')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:10:50
  Author: fyan
Revision: 245597

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

Added:
  user-manager/repos/testing-i686/
  user-manager/repos/testing-i686/PKGBUILD
(from rev 245596, user-manager/trunk/PKGBUILD)
  user-manager/repos/testing-x86_64/
  user-manager/repos/testing-x86_64/PKGBUILD
(from rev 245596, user-manager/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: user-manager/repos/testing-i686/PKGBUILD (from rev 245596, 
user-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:10:50 UTC (rev 245597)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('3f31566c772d5bce10c3db7d7b97392e')
+
+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: user-manager/repos/testing-x86_64/PKGBUILD (from rev 245596, 
user-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:10:50 UTC (rev 245597)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('3f31566c772d5bce10c3db7d7b97392e')
+
+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
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:11:24
  Author: fyan
Revision: 245599

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

Added:
  kwallet-pam/repos/testing-i686/
  kwallet-pam/repos/testing-i686/PKGBUILD
(from rev 245598, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/testing-x86_64/
  kwallet-pam/repos/testing-x86_64/PKGBUILD
(from rev 245598, kwallet-pam/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: kwallet-pam/repos/testing-i686/PKGBUILD (from rev 245598, 
kwallet-pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:11:24 UTC (rev 245599)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('893378e2456881c59bc342ff3a0f5464')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Copied: kwallet-pam/repos/testing-x86_64/PKGBUILD (from rev 245598, 
kwallet-pam/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:11:24 UTC (rev 245599)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('893378e2456881c59bc342ff3a0f5464')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:10:59
  Author: fyan
Revision: 245598

upgpkg: kwallet-pam 5.4.1-1

Modified:
  kwallet-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:10:50 UTC (rev 245597)
+++ PKGBUILD2015-09-08 16:10:59 UTC (rev 245598)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kwallet-pam
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KWallet PAM integration'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('fa968c4eecb73f4bc1cbb032d112eda9')
+md5sums=('893378e2456881c59bc342ff3a0f5464')
 
 prepare() {
   mkdir -p build{,4}


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 18:09:55
  Author: tredaelli
Revision: 139623

upgpkg: packeth 1.8.1-1

Modified:
  packeth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:07:21 UTC (rev 139622)
+++ PKGBUILD2015-09-08 16:09:55 UTC (rev 139623)
@@ -3,13 +3,13 @@
 # Contributor: Rudy Matela 
 
 pkgname=packeth
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A Linux GUI packet generator tool for ethernet."
 depends=(gtk2)
 source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2";)
 url="http://packeth.sourceforge.net/";
-md5sums=('dab613ab413e959cb5c1ef6fd385a041')
+md5sums=('90a05c12df7f5c02ef4a3e5324149f40')
 arch=('i686' 'x86_64')
 license=('GPL')
 
@@ -16,8 +16,6 @@
 build() {
   cd "$srcdir"/packETH-$pkgver
 
-  sed -i 's/^LIBS=/LIBS+=/' Makefile.am
-  autoreconf
   ./configure --prefix=/usr
   make
 }


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:09:13
  Author: fyan
Revision: 245594

upgpkg: kwayland-integration 5.4.1-1

Modified:
  kwayland-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:08:52 UTC (rev 245593)
+++ PKGBUILD2015-09-08 16:09:13 UTC (rev 245594)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kwayland-integration
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('2eaabc6ddacb4142d1c068f1b5536455')
+md5sums=('161710cb26d5fb123be4062656124934')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:08:52
  Author: fyan
Revision: 245593

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

Added:
  plasma-sdk/repos/testing-i686/
  plasma-sdk/repos/testing-i686/PKGBUILD
(from rev 245592, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/testing-x86_64/
  plasma-sdk/repos/testing-x86_64/PKGBUILD
(from rev 245592, plasma-sdk/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: plasma-sdk/repos/testing-i686/PKGBUILD (from rev 245592, 
plasma-sdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:08:52 UTC (rev 245593)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('f1d61d7a858a33faacb46f8eeaf57f09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-sdk/repos/testing-x86_64/PKGBUILD (from rev 245592, 
plasma-sdk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:08:52 UTC (rev 245593)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('f1d61d7a858a33faacb46f8eeaf57f09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:08:28
  Author: fyan
Revision: 245592

upgpkg: plasma-sdk 5.4.1-1

Modified:
  plasma-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:07:14 UTC (rev 245591)
+++ PKGBUILD2015-09-08 16:08:28 UTC (rev 245592)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plasma-sdk
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Applications useful for Plasma development"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
 makedepends=(extra-cmake-modules)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('821ca5ab0ba0a1944f172db373b05623')
+md5sums=('f1d61d7a858a33faacb46f8eeaf57f09')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:07:14
  Author: fyan
Revision: 245591

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

Added:
  plasma-mediacenter/repos/testing-i686/
  plasma-mediacenter/repos/testing-i686/PKGBUILD
(from rev 245590, plasma-mediacenter/trunk/PKGBUILD)
  plasma-mediacenter/repos/testing-x86_64/
  plasma-mediacenter/repos/testing-x86_64/PKGBUILD
(from rev 245590, plasma-mediacenter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-mediacenter/repos/testing-i686/PKGBUILD (from rev 245590, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:07:14 UTC (rev 245591)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('1b1d6606792d4a348ba19e0cf1fca76f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-mediacenter/repos/testing-x86_64/PKGBUILD (from rev 245590, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:07:14 UTC (rev 245591)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('1b1d6606792d4a348ba19e0cf1fca76f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-09-08 Thread Sven-Hendrik Haase
Date: Tuesday, September 8, 2015 @ 18:07:21
  Author: svenstaro
Revision: 139622

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 139621, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 139621, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 139621, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 139621, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 16:07:02 UTC (rev 139621)
+++ PKGBUILD2015-09-08 16:07:21 UTC (rev 139622)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=7.0.28
-pkgrel=2
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html";
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 139621, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 16:07:21 UTC (rev 139622)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=1
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html";
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('b22ef6bc073f7cf767f547a84fb0e3c2'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
+  

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:06:49
  Author: fyan
Revision: 245590

upgpkg: plasma-mediacenter 5.4.1-1

Modified:
  plasma-mediacenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:05:03 UTC (rev 245589)
+++ PKGBUILD2015-09-08 16:06:49 UTC (rev 245590)
@@ -3,7 +3,7 @@
 # Contributor: Bhushan Shah 
 
 pkgname=plasma-mediacenter
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="A mediacenter user interface based on KDE Plasma components"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('fb90bf7cb22cae76aa3ebb8537e937a7')
+md5sums=('1b1d6606792d4a348ba19e0cf1fca76f')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:05:03
  Author: fyan
Revision: 245589

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

Added:
  sddm-kcm/repos/testing-i686/
  sddm-kcm/repos/testing-i686/PKGBUILD
(from rev 245588, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/testing-x86_64/
  sddm-kcm/repos/testing-x86_64/PKGBUILD
(from rev 245588, sddm-kcm/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: sddm-kcm/repos/testing-i686/PKGBUILD (from rev 245588, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:05:03 UTC (rev 245589)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('78a5267bd557505f6dfa0a873a537efb')
+
+prepare() {
+  mkdir 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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: sddm-kcm/repos/testing-x86_64/PKGBUILD (from rev 245588, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:05:03 UTC (rev 245589)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('78a5267bd557505f6dfa0a873a537efb')
+
+prepare() {
+  mkdir 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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:04:38
  Author: fyan
Revision: 245588

upgpkg: sddm-kcm 5.4.1-1

Modified:
  sddm-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:04:01 UTC (rev 245587)
+++ PKGBUILD2015-09-08 16:04:38 UTC (rev 245588)
@@ -4,7 +4,7 @@
 # Maintainer: Antonio Rojas
 
 pkgname=sddm-kcm
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KDE Config Module for SDDM'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('9483b80cb48a919328c682056c38ccba')
+md5sums=('78a5267bd557505f6dfa0a873a537efb')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:03:02
  Author: fyan
Revision: 245584

upgpkg: kscreen 5.4.1-1

Modified:
  kscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:00:59 UTC (rev 245583)
+++ PKGBUILD2015-09-08 16:03:02 UTC (rev 245584)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=kscreen
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="KDE's screen management software"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 groups=('plasma')
 install=$pkgname.install
 
source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";)
-md5sums=('6a6edc056e61779f17593c7d497087dd')
+md5sums=('2d656cd96b0910129890973c4ee01d01')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:04:01
  Author: fyan
Revision: 245587

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

Added:
  ksshaskpass/repos/testing-i686/
  ksshaskpass/repos/testing-i686/PKGBUILD
(from rev 245586, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-i686/ksshaskpass.sh
(from rev 245586, ksshaskpass/trunk/ksshaskpass.sh)
  ksshaskpass/repos/testing-x86_64/
  ksshaskpass/repos/testing-x86_64/PKGBUILD
(from rev 245586, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-x86_64/ksshaskpass.sh
(from rev 245586, ksshaskpass/trunk/ksshaskpass.sh)

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/ksshaskpass.sh   |1 
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/ksshaskpass.sh |1 
 4 files changed, 88 insertions(+)

Copied: ksshaskpass/repos/testing-i686/PKGBUILD (from rev 245586, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:04:01 UTC (rev 245587)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+"$pkgname.sh")
+md5sums=('c4921201f3813e5dd1986166f131'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm755 "$srcdir"/ksshaskpass.sh \
+"${pkgdir}"/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/testing-i686/ksshaskpass.sh (from rev 245586, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- testing-i686/ksshaskpass.sh (rev 0)
+++ testing-i686/ksshaskpass.sh 2015-09-08 16:04:01 UTC (rev 245587)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 245586, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:04:01 UTC (rev 245587)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+"$pkgname.sh")
+md5sums=('c4921201f3813e5dd1986166f131'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm755 "$srcdir"/ksshaskpass.sh \
+"${pkgdir}"/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.sh (from rev 245586, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- testing-x86_64/ksshaskpass.sh   (rev 0)
+++ testing-x86_64/ksshaskpass.sh   2015-09-08 16:04:01 UTC (rev 245587)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:03:27
  Author: fyan
Revision: 245585

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

Added:
  kscreen/repos/testing-i686/
  kscreen/repos/testing-i686/PKGBUILD
(from rev 245584, kscreen/trunk/PKGBUILD)
  kscreen/repos/testing-i686/kscreen.install
(from rev 245584, kscreen/trunk/kscreen.install)
  kscreen/repos/testing-x86_64/
  kscreen/repos/testing-x86_64/PKGBUILD
(from rev 245584, kscreen/trunk/PKGBUILD)
  kscreen/repos/testing-x86_64/kscreen.install
(from rev 245584, kscreen/trunk/kscreen.install)

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/kscreen.install   |   11 ++
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/kscreen.install |   11 ++
 4 files changed, 102 insertions(+)

Copied: kscreen/repos/testing-i686/PKGBUILD (from rev 245584, 
kscreen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:03:27 UTC (rev 245585)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";)
+md5sums=('2d656cd96b0910129890973c4ee01d01')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${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: kscreen/repos/testing-i686/kscreen.install (from rev 245584, 
kscreen/trunk/kscreen.install)
===
--- testing-i686/kscreen.install(rev 0)
+++ testing-i686/kscreen.install2015-09-08 16:03:27 UTC (rev 245585)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kscreen/repos/testing-x86_64/PKGBUILD (from rev 245584, 
kscreen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:03:27 UTC (rev 245585)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";)
+md5sums=('2d656cd96b0910129890973c4ee01d01')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${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: kscreen/repos/testing-x86_64/kscreen.install (from rev 245584, 
kscreen/trunk/kscreen.install)
===
--- testing-x86_64/kscreen.install  (rev 0)
+++ testing-x86_64/kscreen.install  2015-09-08 16:03:27 UTC (rev 245585)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:57:14
  Author: fyan
Revision: 245579

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

Added:
  kdeplasma-addons/repos/testing-i686/
  kdeplasma-addons/repos/testing-i686/PKGBUILD
(from rev 245578, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install
(from rev 245578, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/testing-x86_64/
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
(from rev 245578, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install
(from rev 245578, kdeplasma-addons/trunk/kdeplasma-addons.install)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/kdeplasma-addons.install   |   11 +++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/kdeplasma-addons.install |   11 +++
 4 files changed, 106 insertions(+)

Copied: kdeplasma-addons/repos/testing-i686/PKGBUILD (from rev 245578, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:57:14 UTC (rev 245579)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross' 'purpose')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('d91c7633eca6bad228003a168d6789b1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install (from rev 
245578, kdeplasma-addons/trunk/kdeplasma-addons.install)
===
--- testing-i686/kdeplasma-addons.install   (rev 0)
+++ testing-i686/kdeplasma-addons.install   2015-09-08 15:57:14 UTC (rev 
245579)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeplasma-addons/repos/testing-x86_64/PKGBUILD (from rev 245578, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:57:14 UTC (rev 245579)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross' 'purpose')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('d91c7633eca6bad228003a168d6789b1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install (from 
rev 245578, kdeplasma-addons/trunk/kdeplasma-addons.install)
===
--- testing-x86_64/kdeplasma-addons.install (rev 0)
+++ testing-x86_64/kdeplasma-addons.install 2015-09-08 15:57:14 UTC (rev 
245579)

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:56:48
  Author: fyan
Revision: 245578

upgpkg: kdeplasma-addons 5.4.1-1

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:54:11 UTC (rev 245577)
+++ PKGBUILD2015-09-08 15:56:48 UTC (rev 245578)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdeplasma-addons
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='All kind of addons to improve your Plasma experience'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('kdeplasma-addons-frameworks')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('d9876ebbd99cd3285b86fe6205857eea')
+md5sums=('d91c7633eca6bad228003a168d6789b1')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:03:36
  Author: fyan
Revision: 245586

upgpkg: ksshaskpass 5.4.1-1

Modified:
  ksshaskpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:03:27 UTC (rev 245585)
+++ PKGBUILD2015-09-08 16:03:36 UTC (rev 245586)
@@ -4,7 +4,7 @@
 # Contributor: schuay 
 
 pkgname=ksshaskpass
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
 url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
@@ -18,7 +18,7 @@
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";
 "$pkgname.sh")
-md5sums=('977d67b867ecfe35dc9932f243d6d0f1'
+md5sums=('c4921201f3813e5dd1986166f131'
  '70396ba019ae05cc91502456f548caff')
 
 prepare() {


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:00:59
  Author: fyan
Revision: 245583

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

Added:
  kde-gtk-config/repos/testing-i686/
  kde-gtk-config/repos/testing-i686/PKGBUILD
(from rev 245582, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-i686/kde-gtk-config.install
(from rev 245582, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/testing-x86_64/
  kde-gtk-config/repos/testing-x86_64/PKGBUILD
(from rev 245582, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install
(from rev 245582, kde-gtk-config/trunk/kde-gtk-config.install)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/kde-gtk-config.install   |   12 
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/testing-i686/PKGBUILD (from rev 245582, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('9ea14c8cc5a64ce0d9f0eeb3fccac830')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/testing-i686/kde-gtk-config.install (from rev 
245582, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-i686/kde-gtk-config.install (rev 0)
+++ testing-i686/kde-gtk-config.install 2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/testing-x86_64/PKGBUILD (from rev 245582, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 16:00:59 UTC (rev 245583)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('9ea14c8cc5a64ce0d9f0eeb3fccac830')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/testing-x86_64/kde-gtk-config.install (from rev 
245582, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- testing-x86_64/kde-gtk-config.install   (rev 0)
+++ testing-x86_64/kde-gtk-config.install   2015-09-08 16:00:59 UTC (rev 
245583)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+p

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 18:00:34
  Author: fyan
Revision: 245582

upgpkg: kde-gtk-config 5.4.1-1

Modified:
  kde-gtk-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:59:08 UTC (rev 245581)
+++ PKGBUILD2015-09-08 16:00:34 UTC (rev 245582)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=kde-gtk-config
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='GTK2 and GTK3 Configurator for KDE'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('plasma')
 install=$pkgname.install
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('31f6c449cd683937a4cc5ba2447bbf0d')
+md5sums=('9ea14c8cc5a64ce0d9f0eeb3fccac830')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:58:43
  Author: fyan
Revision: 245580

upgpkg: bluedevil 1:5.4.1-1

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:57:14 UTC (rev 245579)
+++ PKGBUILD2015-09-08 15:58:43 UTC (rev 245580)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bluedevil
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -18,7 +18,7 @@
 install="$pkgname.install"
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('fbe40c558185fec6cba4087e42d3f8e8')
+md5sums=('33eb66bcec1c7f27b1a6a7629042de8e')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:59:08
  Author: fyan
Revision: 245581

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

Added:
  bluedevil/repos/testing-i686/
  bluedevil/repos/testing-i686/PKGBUILD
(from rev 245580, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-i686/bluedevil.install
(from rev 245580, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/testing-x86_64/
  bluedevil/repos/testing-x86_64/PKGBUILD
(from rev 245580, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-x86_64/bluedevil.install
(from rev 245580, bluedevil/trunk/bluedevil.install)

--+
 testing-i686/PKGBUILD|   42 +
 testing-i686/bluedevil.install   |   12 ++
 testing-x86_64/PKGBUILD  |   42 +
 testing-x86_64/bluedevil.install |   12 ++
 4 files changed, 108 insertions(+)

Copied: bluedevil/repos/testing-i686/PKGBUILD (from rev 245580, 
bluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:59:08 UTC (rev 245581)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('33eb66bcec1c7f27b1a6a7629042de8e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/testing-i686/bluedevil.install (from rev 245580, 
bluedevil/trunk/bluedevil.install)
===
--- testing-i686/bluedevil.install  (rev 0)
+++ testing-i686/bluedevil.install  2015-09-08 15:59:08 UTC (rev 245581)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/testing-x86_64/PKGBUILD (from rev 245580, 
bluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:59:08 UTC (rev 245581)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('33eb66bcec1c7f27b1a6a7629042de8e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/testing-x86_64/bluedevil.install (from rev 245580, 
bluedevil/trunk/bluedevil.install)
===
--- testing-x86_64/bluedevil.install(rev 0)
+++ testing-x86_64/bluedevil.install2015-09-08 15:59:08 UTC (rev 245581)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:54:11
  Author: fyan
Revision: 245577

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

Added:
  khelpcenter/repos/testing-i686/
  khelpcenter/repos/testing-i686/PKGBUILD
(from rev 245576, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/testing-x86_64/
  khelpcenter/repos/testing-x86_64/PKGBUILD
(from rev 245576, khelpcenter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: khelpcenter/repos/testing-i686/PKGBUILD (from rev 245576, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:54:11 UTC (rev 245577)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khelpcenter/repos/testing-x86_64/PKGBUILD (from rev 245576, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:54:11 UTC (rev 245577)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:53:46
  Author: fyan
Revision: 245576

upgpkg: khelpcenter 5.4.1-1

Modified:
  khelpcenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:52:25 UTC (rev 245575)
+++ PKGBUILD2015-09-08 15:53:46 UTC (rev 245576)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khelpcenter
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Application to show KDE Applications' documentation"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
 makedepends=('extra-cmake-modules')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('5d2194b24c9800698c85a1f17d438d3f')
+md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:52:25
  Author: fyan
Revision: 245575

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

Added:
  kwrited/repos/testing-i686/
  kwrited/repos/testing-i686/PKGBUILD
(from rev 245574, kwrited/trunk/PKGBUILD)
  kwrited/repos/testing-x86_64/
  kwrited/repos/testing-x86_64/PKGBUILD
(from rev 245574, kwrited/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kwrited/repos/testing-i686/PKGBUILD (from rev 245574, 
kwrited/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:52:25 UTC (rev 245575)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('6064bd41f2a7cdbe97a5be84e1a87fe3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwrited/repos/testing-x86_64/PKGBUILD (from rev 245574, 
kwrited/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:52:25 UTC (rev 245575)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('6064bd41f2a7cdbe97a5be84e1a87fe3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:52:01
  Author: fyan
Revision: 245574

upgpkg: kwrited 5.4.1-1

Modified:
  kwrited/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:51:31 UTC (rev 245573)
+++ PKGBUILD2015-09-08 15:52:01 UTC (rev 245574)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kwrited
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KDE daemon listening for wall and write messages'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('e92be5b0b77e23368559d00b7a465dd4')
+md5sums=('6064bd41f2a7cdbe97a5be84e1a87fe3')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:51:31
  Author: fyan
Revision: 245573

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

Added:
  plasma-pa/repos/testing-i686/
  plasma-pa/repos/testing-i686/PKGBUILD
(from rev 245572, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/testing-x86_64/
  plasma-pa/repos/testing-x86_64/PKGBUILD
(from rev 245572, plasma-pa/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-pa/repos/testing-i686/PKGBUILD (from rev 245572, 
plasma-pa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:51:31 UTC (rev 245573)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('6793e0a36f3237d1f1581874b4297da8')
+
+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: plasma-pa/repos/testing-x86_64/PKGBUILD (from rev 245572, 
plasma-pa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:51:31 UTC (rev 245573)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('6793e0a36f3237d1f1581874b4297da8')
+
+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
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:51:06
  Author: fyan
Revision: 245572

upgpkg: plasma-pa 5.4.1-1

Modified:
  plasma-pa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:49:34 UTC (rev 245571)
+++ PKGBUILD2015-09-08 15:51:06 UTC (rev 245572)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=plasma-pa
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Plasma applet for audio volume management using PulseAudio'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('e2ba1b42e86942c5eb6b4e965c29b8ac')
+md5sums=('6793e0a36f3237d1f1581874b4297da8')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:49:34
  Author: fyan
Revision: 245571

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

Added:
  plasma-nm/repos/testing-i686/
  plasma-nm/repos/testing-i686/PKGBUILD
(from rev 245570, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/testing-x86_64/
  plasma-nm/repos/testing-x86_64/PKGBUILD
(from rev 245570, plasma-nm/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: plasma-nm/repos/testing-i686/PKGBUILD (from rev 245570, 
plasma-nm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:49:34 UTC (rev 245571)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('528b5d70f64450a7d6e31f55dde2b155')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-nm/repos/testing-x86_64/PKGBUILD (from rev 245570, 
plasma-nm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:49:34 UTC (rev 245571)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('528b5d70f64450a7d6e31f55dde2b155')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:49:10
  Author: fyan
Revision: 245570

upgpkg: plasma-nm 5.4.1-1

Modified:
  plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:47:33 UTC (rev 245569)
+++ PKGBUILD2015-09-08 15:49:10 UTC (rev 245570)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-nm
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Plasma applet written in QML for managing network connections'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'openconnect: Cisco AnyConnect VPN plugin')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('240a66490c4604fcf343319ef4ea4bac')
+md5sums=('528b5d70f64450a7d6e31f55dde2b155')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:47:33
  Author: fyan
Revision: 245569

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

Added:
  plasma-desktop/repos/testing-i686/
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 245568, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-i686/plasma-desktop.install
(from rev 245568, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/testing-x86_64/
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 245568, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-x86_64/plasma-desktop.install
(from rev 245568, plasma-desktop/trunk/plasma-desktop.install)

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/plasma-desktop.install   |   12 
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/plasma-desktop.install |   12 
 4 files changed, 110 insertions(+)

Copied: plasma-desktop/repos/testing-i686/PKGBUILD (from rev 245568, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:47:33 UTC (rev 245569)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('823180ad53fafca7a6be56ab3f9ec2df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-desktop/repos/testing-i686/plasma-desktop.install (from rev 
245568, plasma-desktop/trunk/plasma-desktop.install)
===
--- testing-i686/plasma-desktop.install (rev 0)
+++ testing-i686/plasma-desktop.install 2015-09-08 15:47:33 UTC (rev 245569)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: plasma-desktop/repos/testing-x86_64/PKGBUILD (from rev 245568, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:47:33 UTC (rev 245569)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('823180ad53fafca7a6be56ab3f9ec2df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-desktop/repos/testing-x86_64/plasma-desktop.install (from rev 
245568, plasma-desktop/trunk/plasma-desktop.install)
===
--- testing-x86_64/plasma-desktop.install   (rev 0)
+++ testing-x86_64/plasm

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:47:09
  Author: fyan
Revision: 245568

upgpkg: plasma-desktop 5.4.1-1

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:38:19 UTC (rev 245567)
+++ PKGBUILD2015-09-08 15:47:09 UTC (rev 245568)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install="${pkgname}.install"
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('105aa6d93f32ad99b7afa0c7674aa795')
+md5sums=('823180ad53fafca7a6be56ab3f9ec2df')
 
 prepare() {
   mkdir -p build


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 17:38:56
  Author: tredaelli
Revision: 139620

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

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

-+
 community-staging-i686/PKGBUILD |   87 ++
 community-staging-i686/bitcoin-qt.install   |   11 +++
 community-staging-x86_64/PKGBUILD   |   87 ++
 community-staging-x86_64/bitcoin-qt.install |   11 +++
 4 files changed, 196 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 139619, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 15:38:56 UTC (rev 139620)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
+pkgver=0.11.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5
+   
https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch)
+sha256sums=('51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'7b9001258d0781b8ae6fba31b7fb99d8009af8cda5a005f4854aa8b20f55b214'
+'829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
+'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957'
+'0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
+  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
+  install=bitcoin-qt.install
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: bitcoin/repos/community-staging-i686/bitcoin-qt.install (from rev 
139619, bitcoin/trunk/bitcoin-qt.install)
===
--- community-staging-i686/bitco

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:34:03
  Author: fyan
Revision: 245560

upgpkg: kmenuedit 5.4.1-1

Modified:
  kmenuedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:32:40 UTC (rev 245559)
+++ PKGBUILD2015-09-08 15:34:03 UTC (rev 245560)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kmenuedit
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('kdebase-workspace')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('31b8ae1e86994814e1b5fd72c88ce096')
+md5sums=('5533875aea1883ce0d59cd72f1b05c24')
 
 prepare() {
   mkdir build


[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:37:51
  Author: fyan
Revision: 245565

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

Added:
  polkit-kde-agent/repos/testing-i686/
  polkit-kde-agent/repos/testing-i686/PKGBUILD
(from rev 245564, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/testing-x86_64/
  polkit-kde-agent/repos/testing-x86_64/PKGBUILD
(from rev 245564, polkit-kde-agent/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: polkit-kde-agent/repos/testing-i686/PKGBUILD (from rev 245564, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:37:51 UTC (rev 245565)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";)
+md5sums=('0e27d8c01b108aa709a130466bc56a9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: polkit-kde-agent/repos/testing-x86_64/PKGBUILD (from rev 245564, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:37:51 UTC (rev 245565)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";)
+md5sums=('0e27d8c01b108aa709a130466bc56a9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 17:38:47
  Author: tredaelli
Revision: 139619

upgpkg: bitcoin 0.11.0-2

Rebuild with miniupnpc

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:59:47 UTC (rev 139618)
+++ PKGBUILD2015-09-08 15:38:47 UTC (rev 139619)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
@@ -15,13 +15,15 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5
+   
https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch)
 sha256sums=('51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 '7b9001258d0781b8ae6fba31b7fb99d8009af8cda5a005f4854aa8b20f55b214'
 '829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957')
+'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957'
+'0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
 
 # Upstream should be more coherent!
 case "$pkgver" in
@@ -33,9 +35,14 @@
   ;;
 esac
 
+prepare() {
+  cd "$pkgbase-$pkgver"
+  patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
+}
+
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
-  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1"
+  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
   ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
   make
 }


[arch-commits] Commit in plasma-workspace-wallpapers/trunk (PKGBUILD)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:38:03
  Author: fyan
Revision: 245566

upgpkg: plasma-workspace-wallpapers 5.4.1-1

Modified:
  plasma-workspace-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:37:51 UTC (rev 245565)
+++ PKGBUILD2015-09-08 15:38:03 UTC (rev 245566)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Additional wallpapers for the Plasma Workspace'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('8ad2e9423bd01f7302652fe3a79d2484')
+md5sums=('ff82dd9fdbaaf96a25f6a23f96bce5f7')
 
 prepare() {
   mkdir build


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:38:19
  Author: fyan
Revision: 245567

archrelease: copy trunk to testing-any

Added:
  plasma-workspace-wallpapers/repos/testing-any/
  plasma-workspace-wallpapers/repos/testing-any/PKGBUILD
(from rev 245566, plasma-workspace-wallpapers/trunk/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/testing-any/PKGBUILD (from rev 
245566, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-08 15:38:19 UTC (rev 245567)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('ff82dd9fdbaaf96a25f6a23f96bce5f7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:32:40
  Author: fyan
Revision: 245559

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

Added:
  systemsettings/repos/testing-i686/
  systemsettings/repos/testing-i686/PKGBUILD
(from rev 245558, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/testing-x86_64/
  systemsettings/repos/testing-x86_64/PKGBUILD
(from rev 245558, systemsettings/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: systemsettings/repos/testing-i686/PKGBUILD (from rev 245558, 
systemsettings/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:32:40 UTC (rev 245559)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('2701f56228b6b45155b35a98a4a25df7')
+
+prepare() {
+  mkdir 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: systemsettings/repos/testing-x86_64/PKGBUILD (from rev 245558, 
systemsettings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:32:40 UTC (rev 245559)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('2701f56228b6b45155b35a98a4a25df7')
+
+prepare() {
+  mkdir 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
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:37:26
  Author: fyan
Revision: 245564

upgpkg: polkit-kde-agent 5.4.1-1

Modified:
  polkit-kde-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:36:44 UTC (rev 245563)
+++ PKGBUILD2015-09-08 15:37:26 UTC (rev 245564)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=polkit-kde-agent
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('polkit-kde-frameworks')
 replaces=('polkit-kde-frameworks')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";)
-md5sums=('8db1823fbdca081fbc0e9b3d9d0281dc')
+md5sums=('0e27d8c01b108aa709a130466bc56a9a')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:36:44
  Author: fyan
Revision: 245563

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

Added:
  powerdevil/repos/testing-i686/
  powerdevil/repos/testing-i686/PKGBUILD
(from rev 245562, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/testing-x86_64/
  powerdevil/repos/testing-x86_64/PKGBUILD
(from rev 245562, powerdevil/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: powerdevil/repos/testing-i686/PKGBUILD (from rev 245562, 
powerdevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:36:44 UTC (rev 245563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('cb6b2663a3fdac63561b87a340aa91df')
+
+prepare() {
+  mkdir 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: powerdevil/repos/testing-x86_64/PKGBUILD (from rev 245562, 
powerdevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:36:44 UTC (rev 245563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('cb6b2663a3fdac63561b87a340aa91df')
+
+prepare() {
+  mkdir 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
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:36:20
  Author: fyan
Revision: 245562

upgpkg: powerdevil 5.4.1-1

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:34:28 UTC (rev 245561)
+++ PKGBUILD2015-09-08 15:36:20 UTC (rev 245562)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=powerdevil
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('d75f08371f19a1f890da03349f1ba60c')
+md5sums=('cb6b2663a3fdac63561b87a340aa91df')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:34:28
  Author: fyan
Revision: 245561

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

Added:
  kmenuedit/repos/testing-i686/
  kmenuedit/repos/testing-i686/PKGBUILD
(from rev 245560, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/testing-i686/kmenuedit.install
(from rev 245560, kmenuedit/trunk/kmenuedit.install)
  kmenuedit/repos/testing-x86_64/
  kmenuedit/repos/testing-x86_64/PKGBUILD
(from rev 245560, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/testing-x86_64/kmenuedit.install
(from rev 245560, kmenuedit/trunk/kmenuedit.install)

--+
 testing-i686/PKGBUILD|   39 +
 testing-i686/kmenuedit.install   |   12 +++
 testing-x86_64/PKGBUILD  |   39 +
 testing-x86_64/kmenuedit.install |   12 +++
 4 files changed, 102 insertions(+)

Copied: kmenuedit/repos/testing-i686/PKGBUILD (from rev 245560, 
kmenuedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:34:28 UTC (rev 245561)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('5533875aea1883ce0d59cd72f1b05c24')
+
+prepare() {
+  mkdir 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: kmenuedit/repos/testing-i686/kmenuedit.install (from rev 245560, 
kmenuedit/trunk/kmenuedit.install)
===
--- testing-i686/kmenuedit.install  (rev 0)
+++ testing-i686/kmenuedit.install  2015-09-08 15:34:28 UTC (rev 245561)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kmenuedit/repos/testing-x86_64/PKGBUILD (from rev 245560, 
kmenuedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:34:28 UTC (rev 245561)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('5533875aea1883ce0d59cd72f1b05c24')
+
+prepare() {
+  mkdir 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: kmenuedit/repos/testing-x86_64/kmenuedit.install (from rev 245560, 
kmenuedit/trunk/kmenuedit.install)
===
--- testing-x86_64/kmenuedit.install(rev 0)
+++ testing-x86_64/kmenuedit.install2015-09-08 15:34:28 UTC (rev 245561)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:32:15
  Author: fyan
Revision: 245558

upgpkg: systemsettings 5.4.1-1

Modified:
  systemsettings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:31:18 UTC (rev 245557)
+++ PKGBUILD2015-09-08 15:32:15 UTC (rev 245558)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=systemsettings
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='KDE system settings'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('f9ecb5f57ff0675b6ed332d7a88be3fd')
+md5sums=('2701f56228b6b45155b35a98a4a25df7')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:31:18
  Author: fyan
Revision: 245557

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

Added:
  ksysguard/repos/testing-i686/
  ksysguard/repos/testing-i686/PKGBUILD
(from rev 245556, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-i686/ksysguard.install
(from rev 245556, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/testing-x86_64/
  ksysguard/repos/testing-x86_64/PKGBUILD
(from rev 245556, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-x86_64/ksysguard.install
(from rev 245556, ksysguard/trunk/ksysguard.install)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/ksysguard.install   |   12 +++
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/testing-i686/PKGBUILD (from rev 245556, 
ksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('68a6ffc478a63002cb183e64d1630d80')
+
+prepare() {
+  mkdir 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: ksysguard/repos/testing-i686/ksysguard.install (from rev 245556, 
ksysguard/trunk/ksysguard.install)
===
--- testing-i686/ksysguard.install  (rev 0)
+++ testing-i686/ksysguard.install  2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/testing-x86_64/PKGBUILD (from rev 245556, 
ksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('68a6ffc478a63002cb183e64d1630d80')
+
+prepare() {
+  mkdir 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: ksysguard/repos/testing-x86_64/ksysguard.install (from rev 245556, 
ksysguard/trunk/ksysguard.install)
===
--- testing-x86_64/ksysguard.install(rev 0)
+++ testing-x86_64/ksysguard.install2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:30:53
  Author: fyan
Revision: 245556

upgpkg: ksysguard 5.4.1-1

Modified:
  ksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:29:19 UTC (rev 24)
+++ PKGBUILD2015-09-08 15:30:53 UTC (rev 245556)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=ksysguard
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Track and control the processes running in your system'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 groups=('plasma')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('2f0da746f57f124ccb7d2fba1087be01')
+md5sums=('68a6ffc478a63002cb183e64d1630d80')
 
 prepare() {
   mkdir build


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:29:19
  Author: fyan
Revision: 24

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

Added:
  kinfocenter/repos/testing-i686/
  kinfocenter/repos/testing-i686/PKGBUILD
(from rev 245554, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/testing-i686/kcm-about-distrorc
(from rev 245554, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/testing-x86_64/
  kinfocenter/repos/testing-x86_64/PKGBUILD
(from rev 245554, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/testing-x86_64/kcm-about-distrorc
(from rev 245554, kinfocenter/trunk/kcm-about-distrorc)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/kcm-about-distrorc   |2 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/kcm-about-distrorc |2 +
 4 files changed, 94 insertions(+)

Copied: kinfocenter/repos/testing-i686/PKGBUILD (from rev 245554, 
kinfocenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+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
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/testing-i686/kcm-about-distrorc (from rev 245554, 
kinfocenter/trunk/kcm-about-distrorc)
===
--- testing-i686/kcm-about-distrorc (rev 0)
+++ testing-i686/kcm-about-distrorc 2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/testing-x86_64/PKGBUILD (from rev 245554, 
kinfocenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:29:19 UTC (rev 24)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+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
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/testing-x86_64/kcm-about-distrorc (from rev 245554, 
kinfocenter/trunk/kcm-about-distrorc)
==

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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:28:55
  Author: fyan
Revision: 245554

upgpkg: kinfocenter 5.4.1-1

Modified:
  kinfocenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 15:27:15 UTC (rev 245553)
+++ PKGBUILD2015-09-08 15:28:55 UTC (rev 245554)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
 
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-md5sums=('1e14ae65b6ef0b069c56585fd76083be'
+md5sums=('2aab5a329f2b4b196cd3e130bdf00bc6'
  '518881f04ca9d4bd8526008767e40ba7'
  '4b4e2496ea1de3a09de501b5d508f666')
 


  1   2   >