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

2015-04-27 Thread Eric Bélanger
Date: Tuesday, April 28, 2015 @ 05:31:00
  Author: eric
Revision: 132364

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 03:29:31 UTC (rev 132363)
+++ PKGBUILD2015-04-28 03:31:00 UTC (rev 132364)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.04.26
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 132363, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 03:31:00 UTC (rev 132364)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.04.26
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-04-27 Thread Eric Bélanger
Date: Tuesday, April 28, 2015 @ 05:29:31
  Author: eric
Revision: 132363

upgpkg: youtube-dl 2015.04.26-1

Upstream update, Add zsh completion (close FS#44722)

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 02:39:53 UTC (rev 132362)
+++ PKGBUILD2015-04-28 03:29:31 UTC (rev 132363)
@@ -27,6 +27,7 @@
   cd ${pkgname}
   python setup.py install --root="${pkgdir}/" --optimize=1
   mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2015-04-27 Thread Gaetan Bisson
Date: Tuesday, April 28, 2015 @ 05:28:58
  Author: bisson
Revision: 238078

upstream update

Modified:
  npth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 03:27:33 UTC (rev 238077)
+++ PKGBUILD2015-04-28 03:28:58 UTC (rev 238078)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=npth
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc='New portable threads library'
 url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
@@ -9,8 +9,9 @@
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('597ce74402e5790553a6273130b214d7ddd0b05d')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3bfa2a2d7521d6481850e8a611efe5bf5ed75200' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-04-27 Thread Gaetan Bisson
Date: Tuesday, April 28, 2015 @ 05:29:20
  Author: bisson
Revision: 238079

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

Added:
  npth/repos/testing-i686/
  npth/repos/testing-i686/PKGBUILD
(from rev 238078, npth/trunk/PKGBUILD)
  npth/repos/testing-x86_64/
  npth/repos/testing-x86_64/PKGBUILD
(from rev 238078, npth/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: npth/repos/testing-i686/PKGBUILD (from rev 238078, npth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 03:29:20 UTC (rev 238079)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=npth
+pkgver=1.2
+pkgrel=1
+pkgdesc='New portable threads library'
+url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3bfa2a2d7521d6481850e8a611efe5bf5ed75200' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-maintainer-mode
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: npth/repos/testing-x86_64/PKGBUILD (from rev 238078, 
npth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 03:29:20 UTC (rev 238079)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=npth
+pkgver=1.2
+pkgrel=1
+pkgdesc='New portable threads library'
+url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3bfa2a2d7521d6481850e8a611efe5bf5ed75200' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-maintainer-mode
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2015-04-27 Thread Gaetan Bisson
Date: Tuesday, April 28, 2015 @ 05:27:33
  Author: bisson
Revision: 238077

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

Added:
  libedit/repos/testing-i686/
  libedit/repos/testing-i686/PKGBUILD
(from rev 238076, libedit/trunk/PKGBUILD)
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 238076, libedit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libedit/repos/testing-i686/PKGBUILD (from rev 238076, 
libedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 03:27:33 UTC (rev 238077)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20150325-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
+sha1sums=('c5bf50b433ea35f9fc883400cde674556c44af30')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
+   make prefix="${pkgdir}"/usr install
+
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 238076, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 03:27:33 UTC (rev 238077)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20150325-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
+sha1sums=('c5bf50b433ea35f9fc883400cde674556c44af30')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
+   make prefix="${pkgdir}"/usr install
+
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}


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

2015-04-27 Thread Gaetan Bisson
Date: Tuesday, April 28, 2015 @ 05:27:07
  Author: bisson
Revision: 238076

upstream update

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 22:42:58 UTC (rev 238075)
+++ PKGBUILD2015-04-28 03:27:07 UTC (rev 238076)
@@ -4,8 +4,8 @@
 # Contributor: Roman Cheplyaka 
 
 pkgname=libedit
-pkgver=20141030_3.1
-_pkgver=20141029-3.1
+_pkgver=20150325-3.1
+pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
-sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
+sha1sums=('c5bf50b433ea35f9fc883400cde674556c44af30')
 
 build() {
cd "${srcdir}/${pkgname}-${_pkgver/_/-}"


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

2015-04-27 Thread Eric Bélanger
Date: Tuesday, April 28, 2015 @ 04:39:53
  Author: eric
Revision: 132362

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 02:37:42 UTC (rev 132361)
+++ PKGBUILD2015-04-28 02:39:53 UTC (rev 132362)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.04.17
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ae22e3d0a0b58d621d42ba6ed5cb1a198fe6b7f2'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 132361, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 02:39:53 UTC (rev 132362)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.04.26
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-04-27 Thread Eric Bélanger
Date: Tuesday, April 28, 2015 @ 04:37:42
  Author: eric
Revision: 132361

upgpkg: youtube-dl 2015.04.26-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 00:36:00 UTC (rev 132360)
+++ PKGBUILD2015-04-28 02:37:42 UTC (rev 132361)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.04.17
+pkgver=2015.04.26
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ae22e3d0a0b58d621d42ba6ed5cb1a198fe6b7f2'
+sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-04-27 Thread Sven-Hendrik Haase
Date: Tuesday, April 28, 2015 @ 02:36:00
  Author: svenstaro
Revision: 132360

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 132359, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/mopidy.conf
(from rev 132359, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 132359, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  132 +++
 mopidy.conf|   18 +++
 mopidy.install |8 +--
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 00:35:52 UTC (rev 132359)
+++ PKGBUILD2015-04-28 00:36:00 UTC (rev 132360)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Mopidy is a music server which can play music both from multiple 
sources, like your local hard drive, radio streams, and from Spotify and 
SoundCloud."
-arch=('any')
-url="http://www.mopidy.com";
-license=('APACHE')
-depends=('python2'
- 'python2-pykka>=1.1'
- 'python2-setuptools'
- 'gstreamer0.10-python'
- 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins'
- 'gstreamer0.10-ugly-plugins'
- 'python2-tornado>=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-MPRIS: MPRIS frontend'
-'mopidy-alsamixer: ALSA volume control')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
-'mopidy.conf'
-'mopidy.install')
-md5sums=('aabd684df59f9e1a8403c83cd9b7aa5a'
- '5ec754e9f5aba08ee29527cb9a1a270b'
- 'bd513aa0e4e83c117340a55f53215cf2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz" 
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 "${pkgdir}/etc/mopidy/extensions.d"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 132359, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 00:36:00 UTC (rev 132360)
@@ -0,0 +1,66 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Mopidy is a music server which can play music both from multiple 
sources, like your local hard drive, radio streams, and from Spotify and 
SoundCloud."
+arch=('any')
+url="http://www.mopidy.com";
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka>=1.1'
+ 'python2-setuptools'
+ 'gstreamer0.10-python'
+ 'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins'
+ 'gstreamer0.10-ugly-plugins'
+ 'python2-tornado>=2.3')
+optdepends=('mopidy-spotify: Spotify backend'
+'mopidy-scrobbler: Last.FM scrobbler'
+'mopidy-MPRIS: MPRIS frontend'
+'mopidy-alsamixer: ALSA volume control')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
+'mopidy.conf'
+'mopidy.install')
+md5sums=('54b582d2c24a8d645d3e4452cfd4a799'
+ '5ec754e9f5aba08ee29527cb9a1a270b'
+ 'bd513aa0e4e83c117340a55f53215cf2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make -C docs SPHINXBUILD=sphinx-build2 man
+  make -C docs SPHINXBUILD=sphinx-build2 html
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"

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

2015-04-27 Thread Sven-Hendrik Haase
Date: Tuesday, April 28, 2015 @ 02:35:52
  Author: svenstaro
Revision: 132359

upgpkg: mopidy 1.0.3-1

upstream release 1.0.3

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 21:39:50 UTC (rev 132358)
+++ PKGBUILD2015-04-28 00:35:52 UTC (rev 132359)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Petitjean 
 
 pkgname=mopidy
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="Mopidy is a music server which can play music both from multiple 
sources, like your local hard drive, radio streams, and from Spotify and 
SoundCloud."
 arch=('any')
@@ -26,7 +26,7 @@
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
 'mopidy.conf'
 'mopidy.install')
-md5sums=('aabd684df59f9e1a8403c83cd9b7aa5a'
+md5sums=('54b582d2c24a8d645d3e4452cfd4a799'
  '5ec754e9f5aba08ee29527cb9a1a270b'
  'bd513aa0e4e83c117340a55f53215cf2')
 


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

2015-04-27 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 00:42:58
  Author: arojas
Revision: 238075

Plasma 5.3

Added:
  plasma-meta/trunk/
Modified:
  plasma-meta/trunk/PKGBUILD
Deleted:
  plasma-meta/trunk/

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

Modified: trunk/PKGBUILD
===
--- kde-unstable/PKGBUILD   2015-04-13 18:52:52 UTC (rev 236384)
+++ trunk/PKGBUILD  2015-04-27 22:42:58 UTC (rev 238075)
@@ -3,7 +3,7 @@
 
 pkgname=plasma-meta
 pkgver=5.3
-pkgrel=0.1
+pkgrel=1
 pkgdesc='Meta package to install KDE Plasma'
 arch=('any')
 url='https://www.archlinux.org/'
@@ -19,7 +19,6 @@
 'kscreen'
 'ksshaskpass'
 'kwrited'
-'milou'
 'oxygen'
 'oxygen-cursors'
 'plasma-desktop'
@@ -27,3 +26,4 @@
 'plasma-workspace-wallpapers'
'plasma-mediacenter'
 )
+


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

2015-04-27 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 00:22:32
  Author: arojas
Revision: 238074

Update description

Modified:
  kwrited/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 22:21:58 UTC (rev 238073)
+++ PKGBUILD2015-04-27 22:22:32 UTC (rev 238074)
@@ -6,7 +6,7 @@
 pkgname=kwrited
 pkgver=5.3.0
 pkgrel=1
-pkgdesc='Kwrited'
+pkgdesc='KDE daemon listening for wall and write messages'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwrited'
 license=('LGPL')


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

2015-04-27 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 00:21:58
  Author: arojas
Revision: 238073

Update URL and description, use SVG logo

Modified:
  kinfocenter/trunk/PKGBUILD
  kinfocenter/trunk/kcm-about-distrorc

+
 PKGBUILD   |   12 ++--
 kcm-about-distrorc |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 22:12:48 UTC (rev 238072)
+++ PKGBUILD2015-04-27 22:21:58 UTC (rev 238073)
@@ -6,9 +6,9 @@
 pkgname=kinfocenter
 pkgver=5.3.0
 pkgrel=1
-pkgdesc='KInfocenter'
+pkgdesc='A utility that provides information about a computer system'
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kinfocenter'
+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')
@@ -15,10 +15,10 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
-'archlinux-logo.png::https://d11xdyzr0div58.cloudfront.net/static/logos/archlinux-logo-dark-90dpi.ebdee92a15b3.png'
 'kcm-about-distrorc')
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
 md5sums=('69c3b7d22f80994aaa603ee7563bd63b'
- 'ebdee92a15b3b0ebf9ff68d6503476bd'
- 'd79fe510ddc2b06c42cd1b81761f182b')
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
 
 prepare() {
   mkdir build
@@ -40,6 +40,6 @@
   make DESTDIR="${pkgdir}" install
 
 # Install Arch logo
-  install -Dm644 "$srcdir"/archlinux-logo.png 
"$pkgdir"/usr/share/about-distro/archlinux-logo.png
+  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
 }

Modified: kcm-about-distrorc
===
--- kcm-about-distrorc  2015-04-27 22:12:48 UTC (rev 238072)
+++ kcm-about-distrorc  2015-04-27 22:21:58 UTC (rev 238073)
@@ -1,2 +1,2 @@
 [General]
-LogoPath=/usr/share/about-distro/archlinux-logo.png
+LogoPath=/usr/share/about-distro/archlinux-logo.svg


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

2015-04-27 Thread Anatol Pomozov
Date: Tuesday, April 28, 2015 @ 00:12:48
  Author: anatolik
Revision: 238072

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

Added:
  talloc/repos/testing-i686/
  talloc/repos/testing-i686/PKGBUILD
(from rev 238071, talloc/trunk/PKGBUILD)
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
(from rev 238071, talloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: talloc/repos/testing-i686/PKGBUILD (from rev 238071, 
talloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-27 22:12:48 UTC (rev 238072)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/";
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc})
+sha1sums=('a02ffe90c3dd31fbe14ecaa79912437bdf7295c1'
+  'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 238071, 
talloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-27 22:12:48 UTC (rev 238072)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/";
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc})
+sha1sums=('a02ffe90c3dd31fbe14ecaa79912437bdf7295c1'
+  'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2015-04-27 Thread Anatol Pomozov
Date: Tuesday, April 28, 2015 @ 00:12:13
  Author: anatolik
Revision: 238071

upgpkg: talloc 2.1.2-1

Modified:
  talloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 21:28:48 UTC (rev 238070)
+++ PKGBUILD2015-04-27 22:12:13 UTC (rev 238071)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('i686' 'x86_64')
@@ -12,7 +12,10 @@
 depends=('glibc')
 makedepends=('python2' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc})
+sha1sums=('a02ffe90c3dd31fbe14ecaa79912437bdf7295c1'
+  'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,8 +33,12 @@
make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 }
-md5sums=('5dffb86414218a91864ed4453ba9be07')


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

2015-04-27 Thread Daniel Micay
Date: Monday, April 27, 2015 @ 23:39:50
  Author: thestinger
Revision: 132358

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 132357, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 132357, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 132357, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 132357, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 132357, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 132357, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 132357, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 132357, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 132357, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 132357, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 132357, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 132357, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|14886 +++
 /config.x86_64 |14306 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7443 ---
 community-i686/config.x86_64   | 7153 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7443 ---
 community-x86_64/config.x86_64 | 7153 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29966 insertions(+), 29966 deletions(-)

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


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

2015-04-27 Thread Daniel Micay
Date: Monday, April 27, 2015 @ 23:35:03
  Author: thestinger
Revision: 132357

upgpkg: linux-grsec 3.19.5.201504270827-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:44:44 UTC (rev 132356)
+++ PKGBUILD2015-04-27 21:35:03 UTC (rev 132357)
@@ -9,7 +9,7 @@
 _srcname=linux-3.19
 _pkgver=3.19.5
 _grsecver=3.1
-_timestamp=201504190814
+_timestamp=201504270827
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '2c39c7129208c8ea46b24bce71ab7bd29286630d74a65983f60d3f71657e04eb'
 'SKIP'
-'e05f098b2f7dc7bc58481b306617523eb00a75ac2304084358816858635f4972'
+'80feeea885f86270c36694cd530ad147e492ad21126bf6865cac310f81f93e1b'
 'SKIP'
 '565eb62808216b0ea6fbf16647ffd907810b1d34e445b82d093134bb26c46b7b'
 '3861d6d5ac87d64209971d2f5e389246a1f10833bcd4519c05007a01ab881631'


[arch-commits] Commit in josm/trunk (josm.changelog)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:44:44
  Author: jlichtblau
Revision: 132356

r8279 added to changelog

Modified:
  josm/trunk/josm.changelog

+
 josm.changelog |3 +++
 1 file changed, 3 insertions(+)

Modified: josm.changelog
===
--- josm.changelog  2015-04-27 19:41:42 UTC (rev 132355)
+++ josm.changelog  2015-04-27 19:44:44 UTC (rev 132356)
@@ -1,3 +1,6 @@
+2015-04-27 Jaroslav Lichtblau 
+   * josm 8279-1
+
 2015-04-18 Jaroslav Lichtblau 
* josm 8159-1
 


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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:41:42
  Author: jlichtblau
Revision: 132355

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 132354, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 132354, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 132354, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 132354, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 
 josm.changelog |  300 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:41:12 UTC (rev 132354)
+++ PKGBUILD2015-04-27 19:41:42 UTC (rev 132355)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=8159
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/";
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-sha256sums=('7bdc9570a965ba16822321d2af5cb195714970d9b614ab69793ab32615ee0492'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 132354, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:41:42 UTC (rev 132355)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=8279
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/";
+license=('GPL')
+depends=('java-runtime' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar
+$pkgname.desktop
+$pkgname.conf.d)
+sha256sums=('ce71a1a296b0967b8c486c2fc5bf5c24bba5fbe9fa429e7d4f8558788d02cc6c'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2015-04-27 19:41:12 UTC (rev 132354)
+++ josm.changelog  2015-04-27 19:41:42 UTC (rev 132355)
@@ -1,150 +0,0 @@
-2015-04-18 Jaroslav Lichtblau 
-   * josm 8159-1
-
-2015-03-03 Jaroslav Lichtblau 
-   * josm 8109-1
-
-2015-02-04 Jaroslav Lichtblau 
-   * josm 7995-1
-
-2014-12-29 Jaroslav Lichtblau 
-   * josm 7906-1
-
-2014-12-10 Jaroslav Lichtbla

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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:41:12
  Author: jlichtblau
Revision: 132354

upgpkg: josm 8279-1

Modified:
  josm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:30:34 UTC (rev 132353)
+++ PKGBUILD2015-04-27 19:41:12 UTC (rev 132354)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=8159
+pkgver=8279
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar
 $pkgname.desktop
 $pkgname.conf.d)
-sha256sums=('7bdc9570a965ba16822321d2af5cb195714970d9b614ab69793ab32615ee0492'
+sha256sums=('ce71a1a296b0967b8c486c2fc5bf5c24bba5fbe9fa429e7d4f8558788d02cc6c'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 


[arch-commits] Commit in rhino/repos/extra-any (14 files)

2015-04-27 Thread Guillaume Alaux
Date: Monday, April 27, 2015 @ 21:32:19
  Author: guillaume
Revision: 238069

archrelease: copy trunk to extra-any

Added:
  rhino/repos/extra-any/PKGBUILD
(from rev 238068, rhino/trunk/PKGBUILD)
  rhino/repos/extra-any/rhino
(from rev 238068, rhino/trunk/rhino)
  rhino/repos/extra-any/rhino-debugger
(from rev 238068, rhino/trunk/rhino-debugger)
  rhino/repos/extra-any/rhino-debugger.1
(from rev 238068, rhino/trunk/rhino-debugger.1)
  rhino/repos/extra-any/rhino-jsc
(from rev 238068, rhino/trunk/rhino-jsc)
  rhino/repos/extra-any/rhino-jsc.1
(from rev 238068, rhino/trunk/rhino-jsc.1)
  rhino/repos/extra-any/rhino.1
(from rev 238068, rhino/trunk/rhino.1)
Deleted:
  rhino/repos/extra-any/PKGBUILD
  rhino/repos/extra-any/rhino
  rhino/repos/extra-any/rhino-debugger
  rhino/repos/extra-any/rhino-debugger.1
  rhino/repos/extra-any/rhino-jsc
  rhino/repos/extra-any/rhino-jsc.1
  rhino/repos/extra-any/rhino.1

--+
 PKGBUILD |  143 +---
 rhino|   16 ++--
 rhino-debugger   |   16 ++--
 rhino-debugger.1 |  120 +-
 rhino-jsc|   16 ++--
 rhino-jsc.1  |  134 +++---
 rhino.1  |  186 ++---
 7 files changed, 318 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:30:51 UTC (rev 238068)
+++ PKGBUILD2015-04-27 19:32:19 UTC (rev 238069)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jan de Groot 
-
-pkgbase=rhino
-pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
-pkgver=1.7R4
-pkgrel=2
-arch=('any')
-url="http://www.mozilla.org/rhino/";
-license=('MPL')
-makedepends=('apache-ant')
-source=(https://github.com/downloads/mozilla/rhino/${pkgbase}${pkgver/./_}.zip
-http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
-rhino
-rhino.1
-rhino-debugger
-rhino-debugger.1
-rhino-jsc
-rhino-jsc.1)
-md5sums=('ad67a3dff135e3a70f0c3528a2d6edf2'
- '982e8e3d36aa5f7839f7675adc2b0c53'
- '2006b1ac37d162597b959acd685a4bee'
- '9c6bfda92befa45d484c88f9c7a2403b'
- '08d1ab306f0e07bc9a93afead55d54e8'
- '6c86e6746df7a327b46196a2c4942e0f'
- 'dad268ba00bb4182045507d4017d9815'
- 'af86e6abdf97ee68958ece356a9a7bc1')
-
-build() {
-  cd ${srcdir}/${pkgbase}${pkgver/./_}
-  ant \
--Dxbean.jar=${srcdir}/xmlbeans-2.5.0/lib/xbean.jar \
--Djsr173.jar=${srcdir}/xmlbeans-2.5.0/lib/jsr173_1.0_api.jar \
-jar \
-javadoc
-}
-
-# As explained on the build.xml, tests are difficult to run from CLI. We skip 
them.
-
-package_java-rhino() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
JAR"
-  depends=('java-runtime-headless')
-
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
-  install -Dm644 js.jar ${pkgdir}/usr/share/java/js-${pkgver}.jar
-  ln -s js-${pkgver}.jar ${pkgdir}/usr/share/java/js.jar
-}
-
-package_rhino() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java"
-  depends=('java-rhino' 'java-jline')
-
-  cd ${srcdir}
-
-  install -dm755 ${pkgdir}/usr/bin
-  install -m755 rhino rhino-debugger rhino-jsc ${pkgdir}/usr/bin/
-  install -dm755 ${pkgdir}/usr/share/man/man1
-  install -m755 rhino.1 rhino-debugger.1 rhino-jsc.1 
${pkgdir}/usr/share/man/man1/
-}
-
-package_rhino-javadoc() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
Javadoc"
-
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
-  install -m755 -d ${pkgdir}/usr/share/${pkgbase}
-  cp -r javadoc ${pkgdir}/usr/share/${pkgbase}
-}

Copied: rhino/repos/extra-any/PKGBUILD (from rev 238068, rhino/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:32:19 UTC (rev 238069)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Jan de Groot 
+
+pkgbase=rhino
+pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
+pkgver=1.7.6
+_pkgver=${pkgver//\./_}
+pkgrel=1
+arch=('any')
+url="http://www.mozilla.org/rhino/";
+license=('MPL')
+makedepends=('apache-ant')
+source=(https://github.com/mozilla/${pkgbase}/releases/download/Rhino${_pkgver}_RELEASE/${pkgbase}${pkgver}.zip
+http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
+rhino
+rhino.1
+rhino-debugger
+rhino-debugger.1
+rhino-jsc
+rhino-jsc.1)
+sha256sums=('45f4431699887a72a7f383ef927ef1b2e79d1fe597260af8df11ea93255b10f5'
+'497b0031e6c998f724f4b462185e85a20c441f7d678b99f42030e9f96be315d3'
+'4c8bea243b86dc7b3f186a255fedd5d7c13b2aa9f24b81db4f7dd2ed7582e724'
+   

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

2015-04-27 Thread Guillaume Alaux
Date: Monday, April 27, 2015 @ 21:30:51
  Author: guillaume
Revision: 238068

Upstream release 1.7.6

Modified:
  rhino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:03:02 UTC (rev 238067)
+++ PKGBUILD2015-04-27 19:30:51 UTC (rev 238068)
@@ -5,13 +5,14 @@
 
 pkgbase=rhino
 pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
-pkgver=1.7R4
-pkgrel=2
+pkgver=1.7.6
+_pkgver=${pkgver//\./_}
+pkgrel=1
 arch=('any')
 url="http://www.mozilla.org/rhino/";
 license=('MPL')
 makedepends=('apache-ant')
-source=(https://github.com/downloads/mozilla/rhino/${pkgbase}${pkgver/./_}.zip
+source=(https://github.com/mozilla/${pkgbase}/releases/download/Rhino${_pkgver}_RELEASE/${pkgbase}${pkgver}.zip
 http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
 rhino
 rhino.1
@@ -19,17 +20,17 @@
 rhino-debugger.1
 rhino-jsc
 rhino-jsc.1)
-md5sums=('ad67a3dff135e3a70f0c3528a2d6edf2'
- '982e8e3d36aa5f7839f7675adc2b0c53'
- '2006b1ac37d162597b959acd685a4bee'
- '9c6bfda92befa45d484c88f9c7a2403b'
- '08d1ab306f0e07bc9a93afead55d54e8'
- '6c86e6746df7a327b46196a2c4942e0f'
- 'dad268ba00bb4182045507d4017d9815'
- 'af86e6abdf97ee68958ece356a9a7bc1')
+sha256sums=('45f4431699887a72a7f383ef927ef1b2e79d1fe597260af8df11ea93255b10f5'
+'497b0031e6c998f724f4b462185e85a20c441f7d678b99f42030e9f96be315d3'
+'4c8bea243b86dc7b3f186a255fedd5d7c13b2aa9f24b81db4f7dd2ed7582e724'
+'b3ae7bfc673e999d644d277b317a68289c41c650c49e7614b2e14b4094119388'
+'9ce7073e0c40bf5f600ed948d6f6abcded6ebebc5e78bc2bdd35ce70bd7611f5'
+'afad5dd37f0157138077f5e070b0434491f5e0389bb6bccc5a9cfde275e5c4d8'
+'5115144b0c025b4cac09d9a5f3bd5e7aeaba6ce3b2055f2f3b659ea0c13e4f2a'
+'15bb5da739c5d27634aae479ff5c94f685967de0d59cf7dc53b595d94a0b6860')
 
 build() {
-  cd ${srcdir}/${pkgbase}${pkgver/./_}
+  cd "${srcdir}/${pkgbase}${pkgver}"
   ant \
 -Dxbean.jar=${srcdir}/xmlbeans-2.5.0/lib/xbean.jar \
 -Djsr173.jar=${srcdir}/xmlbeans-2.5.0/lib/jsr173_1.0_api.jar \
@@ -37,13 +38,17 @@
 javadoc
 }
 
-# As explained on the build.xml, tests are difficult to run from CLI. We skip 
them.
+check() {
+  cd "${srcdir}/${pkgbase}${pkgver}"
+  ant \
+junit
+}
 
 package_java-rhino() {
   pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
JAR"
   depends=('java-runtime-headless')
 
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
+  cd ${srcdir}/${pkgbase}${pkgver}/build/${pkgbase}${pkgver}
   install -Dm644 js.jar ${pkgdir}/usr/share/java/js-${pkgver}.jar
   ln -s js-${pkgver}.jar ${pkgdir}/usr/share/java/js.jar
 }
@@ -63,7 +68,7 @@
 package_rhino-javadoc() {
   pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
Javadoc"
 
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
+  cd ${srcdir}/${pkgbase}${pkgver}/build/${pkgbase}${pkgver}
   install -m755 -d ${pkgdir}/usr/share/${pkgbase}
   cp -r javadoc ${pkgdir}/usr/share/${pkgbase}
 }


[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:30:34
  Author: jlichtblau
Revision: 132353

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 132352, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 132352, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 132352, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   96 ++-
 qmmp.changelog |  267 +++
 qmmp.install   |   24 ++--
 3 files changed, 198 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:12:56 UTC (rev 132352)
+++ PKGBUILD2015-04-27 19:30:34 UTC (rev 132353)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms'
- 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 
'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aef9f7685b5b5d79949bf501ac5420883ad2bceeeb6f57f9a7632a7f7d4fa6d1')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 132352, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:30:34 UTC (rev 132353)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aef9f7685b5b5d79949bf501ac5420883ad2bceeeb6f57f9a7632a7f7d4fa6d1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2015-04-27 19:12:56 UTC (rev 132352)
+++ qmmp.changelog  2015-04-27 19:30:34 UTC (rev 132353)
@@ -1,132 +0,0 @@
-2015-04-18 Jaroslav Lichtblau 
-   * qmmp 0.8.4-1
-
-2015-01-09 Jarosla

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:56
  Author: spupykin
Revision: 132352

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 19:12:43 UTC (rev 132351)
+++ community-i686/PKGBUILD 2015-04-27 19:12:56 UTC (rev 132352)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=1.13
-pkgrel=1
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/";
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('6bf81e670d8ec17cf365da2d2acf981e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-i686/PKGBUILD (from rev 132351, 
vnstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 19:12:56 UTC (rev 132352)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=1.14
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/";
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+md5sums=('1df5dccff4d84f2995f840db4cac2ed0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-27 19:12:43 UTC (rev 132351)
+++ community-x86_64/PKGBUILD   2015-04-27 19:12:56 UTC (rev 132352)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=1.13
-pkgrel=1
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/";
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('6bf81e670d8ec17cf365da2d2acf981e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 132351, 
vnstat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-27 19:12:56 UTC (rev 132352)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=1.14
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/";
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+md5sums=('1df5dccff4d84f2995f840db4cac2ed0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+  install -

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:39
  Author: spupykin
Revision: 132350

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

Added:
  
pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
(from rev 132349, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-i686/PKGBUILD
(from rev 132349, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3.install
(from rev 132349, pgadmin3/trunk/pgadmin3.install)
  
pgadmin3/repos/community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
(from rev 132349, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-x86_64/PKGBUILD
(from rev 132349, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3.install
(from rev 132349, pgadmin3/trunk/pgadmin3.install)
Deleted:
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3.install
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3.install

---+
 /PKGBUILD |  
108 ++
 /pgadmin3.install |   
24 ++
 community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch   |   
31 ++
 community-i686/PKGBUILD   |   
46 
 community-i686/pgadmin3.install   |   
12 -
 community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch |   
31 ++
 community-x86_64/PKGBUILD |   
46 
 community-x86_64/pgadmin3.install |   
12 -
 8 files changed, 194 insertions(+), 116 deletions(-)

Copied: 
pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
 (from rev 132349, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
===
--- community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
(rev 0)
+++ community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
2015-04-27 19:12:39 UTC (rev 132350)
@@ -0,0 +1,31 @@
+From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
+From: Wander Nauta 
+Date: Sun, 19 Apr 2015 16:37:41 +0200
+Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
+
+The current implementation would unlock the mutex, even if it didn't own
+it.
+---
+ pgadmin/frm/events.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
+index 4baaf42..f2ad570 100644
+--- a/pgadmin/frm/events.cpp
 b/pgadmin/frm/events.cpp
+@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
+   //
+   s_currentObjectMutex.Lock();
+   currentObject = browser->GetObject(item);
++  s_currentObjectMutex.Unlock();
+   }
+ 
+   if (currentObject)
+   doPopup(browser, event.GetPoint(), currentObject);
+-  s_currentObjectMutex.Unlock();
+ }
+ 
+ 
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 19:12:24 UTC (rev 132349)
+++ community-i686/PKGBUILD 2015-04-27 19:12:39 UTC (rev 132350)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Benjamin Andresen 
-# Contributor: bekks 
-
-pkgname=pgadmin3
-pkgver=1.20.0
-pkgrel=4
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org";
-license=('custom')
-depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('3ca39fb598d0866eca90d30b85d5d5c4')
-
-build() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.8/' configure
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
-  make
-}
-
-package() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
-  install -Dm644 "$srcdir/pgAdmin3-3.png" 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:13
  Author: spupykin
Revision: 132347

upgpkg: owncloud 8.0.3-2

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:12:10 UTC (rev 132346)
+++ PKGBUILD2015-04-27 19:12:13 UTC (rev 132347)
@@ -5,7 +5,7 @@
 
 pkgname=owncloud
 pkgver=8.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
 url="http://owncloud.org/";
@@ -30,13 +30,17 @@
 validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
 
#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
+   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz";
'apache.example.conf')
 md5sums=('db1827324136469067191ea31c167da5'
+ '3cf86b2a131e42ebd7e324228be1920a'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {
   cd $srcdir/core-$pkgver
   sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
+  rm -rf $srcdir/core-$pkgver/3rdparty
+  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
 }
 
 package() {


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:21
  Author: spupykin
Revision: 132348

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 132347, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 132347, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  136 +-
 apache.example.conf |   36 ++---
 2 files changed, 88 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:12:13 UTC (rev 132347)
+++ PKGBUILD2015-04-27 19:12:21 UTC (rev 132348)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.0.3
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
-   'apache.example.conf')
-md5sums=('db1827324136469067191ea31c167da5'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-  chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-  find ${pkgdir}/usr/share/webapps/owncloud -type f -exec chmod 0644 {} \;
-  find ${pkgdir}/usr/share/webapps/owncloud -type d -exec chmod 0755 {} \;
-#  find ${pkgdir}/etc/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
-#  find ${pkgdir}/etc/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 132347, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:12:21 UTC (rev 132348)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=8.0.3
+pkgrel=2
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
+#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
+   
"$pkgname-3rdparty-$pkgver.tar.gz::https://githu

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:24
  Author: spupykin
Revision: 132349

upgpkg: pgadmin3 1.20.0-5

upd

Added:
  pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
Modified:
  pgadmin3/trunk/PKGBUILD

--+
 0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch |   31 +
 PKGBUILD |   16 +-
 2 files changed, 43 insertions(+), 4 deletions(-)

Added: 0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
===
--- 0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
(rev 0)
+++ 0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch2015-04-27 
19:12:24 UTC (rev 132349)
@@ -0,0 +1,31 @@
+From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
+From: Wander Nauta 
+Date: Sun, 19 Apr 2015 16:37:41 +0200
+Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
+
+The current implementation would unlock the mutex, even if it didn't own
+it.
+---
+ pgadmin/frm/events.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
+index 4baaf42..f2ad570 100644
+--- a/pgadmin/frm/events.cpp
 b/pgadmin/frm/events.cpp
+@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
+   //
+   s_currentObjectMutex.Lock();
+   currentObject = browser->GetObject(item);
++  s_currentObjectMutex.Unlock();
+   }
+ 
+   if (currentObject)
+   doPopup(browser, event.GetPoint(), currentObject);
+-  s_currentObjectMutex.Unlock();
+ }
+ 
+ 
+-- 
+2.3.5
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:12:21 UTC (rev 132348)
+++ PKGBUILD2015-04-27 19:12:24 UTC (rev 132349)
@@ -6,7 +6,7 @@
 
 pkgname=pgadmin3
 pkgver=1.20.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Comprehensive design and management interface for PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://www.pgadmin.org";
@@ -14,10 +14,12 @@
 depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
 makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
 install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('3ca39fb598d0866eca90d30b85d5d5c4')
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz
+   0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
+md5sums=('3ca39fb598d0866eca90d30b85d5d5c4'
+ '69fbfdfe1bac75d7d1cdfeacd322cf5d')
 
-build() {
+prepare() {
   cd "$srcdir"
   convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
 
@@ -24,6 +26,12 @@
   cd "pgadmin3-${pkgver}"
   sed -i 's/wx-config/wx-config-2.8/' configure
   sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+
+  patch -p1 <$srcdir/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
+}
+
+build() {
+  cd "$srcdir"/pgadmin3-${pkgver}
   [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
   make
 }


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:10
  Author: spupykin
Revision: 132346

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 132345, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 132345, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 132345, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 132345, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 132345, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 132345, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  106 ++
 /chrony.install |   64 ++
 /service|   24 
 community-i686/PKGBUILD |   57 
 community-i686/chrony.install   |   32 ---
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/chrony.install |   32 ---
 community-x86_64/service|   12 
 9 files changed, 194 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-i686/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=1.31.1
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/";
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 132345, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=2.0
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/";
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-docs
+
+  

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:12:43
  Author: spupykin
Revision: 132351

upgpkg: vnstat 1.14-1

upd

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:12:39 UTC (rev 132350)
+++ PKGBUILD2015-04-27 19:12:43 UTC (rev 132351)
@@ -4,7 +4,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=vnstat
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc="A console-based network traffic monitor"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('6bf81e670d8ec17cf365da2d2acf981e')
+md5sums=('1df5dccff4d84f2995f840db4cac2ed0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 21:11:55
  Author: spupykin
Revision: 132345

upgpkg: chrony 2.0-1

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:08:10 UTC (rev 132344)
+++ PKGBUILD2015-04-27 19:11:55 UTC (rev 132345)
@@ -8,7 +8,7 @@
 # Contributor: Elisamuel Resto 
 
 pkgname=chrony
-pkgver=1.31.1
+pkgver=2.0
 pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
@@ -20,16 +20,12 @@
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
 install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
 }
 
 build() {
@@ -42,7 +38,7 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install install-docs
 
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example1" 
"$pkgdir/etc/chrony.conf"
 
   echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
 


[arch-commits] Commit in quassel/repos/community-i686 (12 files)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:08:10
  Author: jlichtblau
Revision: 132344

archrelease: copy trunk to community-i686

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 132343, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel-client.install
(from rev 132343, quassel/trunk/quassel-client.install)
  quassel/repos/community-i686/quassel-monolithic.install
(from rev 132343, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-i686/quassel.conf
(from rev 132343, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 132343, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 132343, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel-monolithic.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service

+
 PKGBUILD   |  226 +--
 quassel-client.install |   18 +--
 quassel-monolithic.install |   18 +--
 quassel.conf   |4 
 quassel.install|   42 +++
 quassel.service|   28 ++---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:07:01 UTC (rev 132343)
+++ PKGBUILD2015-04-27 19:08:10 UTC (rev 132344)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Next-generation distributed IRC client"
-arch=('i686' 'x86_64')
-url="http://quassel-irc.org/";
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  [[ ! -d build-client ]] && mkdir build-client
-  [[ ! -d build-mono ]] && mkdir build-mono
-
-  # Core
-  cd "${srcdir}"/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd "${srcdir}"/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd "${srcdir}"/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc="Next-generation distributed IRC client - core only"
-depends=('icu' 'qca-qt5')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-
-  # Remove unneeded pixmap icons
-  rm -r "${pkgdir}"/usr/share
-
-  install -Dm644 "${srcdir}"/$pkgbase.service \
-"${pkgdir}"/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 "${srcdir}"/$pkgbase.conf \
-"${pkgdir}"/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc="Next-generation distributed IRC client - client only"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
-conflicts=('quassel-monolithic')
-install=quassel-client.install
-  cd "${srcdir}"/build-client
-
-  make DESTDIR="${pkgdir}" install
-}
-
-package_quassel-monolithic() {
-pkgdesc="Next-generation distributed IRC client - monolithic"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
-conflicts=('quassel-client')
-install=quassel-monolithic.install
-  cd "${srcdir}"/build-mono
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: quassel/repos/community-i686/PKGBUILD (from rev 132343, 
quassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:08:10 UTC (rev 132344)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Maintainer: J

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

2015-04-27 Thread Sven-Hendrik Haase
Date: Monday, April 27, 2015 @ 21:07:01
  Author: svenstaro
Revision: 132343

archrelease: copy trunk to community-any

Added:
  vdrift-data/repos/community-any/PKGBUILD
(from rev 132342, vdrift-data/trunk/PKGBUILD)
  vdrift-data/repos/community-any/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 132342, vdrift-data/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
Deleted:
  vdrift-data/repos/community-any/PKGBUILD
  vdrift-data/repos/community-any/vdrift-2012-07-22c_bullet281_patch.diff

-+
 PKGBUILD|   80 -
 vdrift-2012-07-22c_bullet281_patch.diff | 1796 +++---
 2 files changed, 936 insertions(+), 940 deletions(-)

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


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

2015-04-27 Thread Sven-Hendrik Haase
Date: Monday, April 27, 2015 @ 21:06:53
  Author: svenstaro
Revision: 132342

upgpkg: vdrift-data 2:2014.10.20-1

upstream release 2014.10.20

Modified:
  vdrift-data/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:06:47 UTC (rev 132341)
+++ PKGBUILD2015-04-27 19:06:53 UTC (rev 132342)
@@ -3,25 +3,21 @@
 
 pkgname=vdrift-data
 _pkgname=vdrift
-pkgver=2012.07.22
-pkgrel=2
+pkgver=2014.10.20
+pkgrel=1
 epoch=2
 pkgdesc="An open source driving simulation made with drift racing in mind 
(data files)"
 arch=('any')
 url="http://vdrift.net/";
 license=('GPL')
-depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis')
+depends=('bullet' 'curl' 'sdl2_gfx' 'sdl2_image' 'glew' 'libvorbis')
 makedepends=('scons' 'boost' 'asio' 'mesa')
-source=(http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver//./-}.tar.bz2
-vdrift-2012-07-22c_bullet281_patch.diff)
-md5sums=('fcfd6b65724d32dfe383df216d7afb74'
- '67ff3037575c3aa74393971d1475ef54')
+source=(http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver//./-}.tar.bz2)
+md5sums=('524751fab341b36f59d0747ea52f0c41')
 
 build() {
-  cd "$srcdir"/VDrift
+  cd vdrift
 
-  patch -Np0 < "$srcdir"/vdrift-2012-07-22c_bullet281_patch.diff
-
   # build and install
   scons $MAKEFLAGS \
 "destdir"="$pkgdir" \
@@ -33,7 +29,7 @@
 }
 
 package() {
-  cd "$srcdir"/VDrift
+  cd vdrift
 
   scons install
 


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

2015-04-27 Thread Sven-Hendrik Haase
Date: Monday, April 27, 2015 @ 21:06:36
  Author: svenstaro
Revision: 132340

upgpkg: vdrift 2014.10.20-1

upstream release 2014.10.20

Modified:
  vdrift/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 19:05:26 UTC (rev 132339)
+++ PKGBUILD2015-04-27 19:06:36 UTC (rev 132340)
@@ -4,26 +4,22 @@
 # Contributor: Lone_Wolf lonew...@xs4all.nl
 
 pkgname=vdrift
-pkgver=2012.07.22
-pkgrel=9
+pkgver=2014.10.20
+pkgrel=1
 pkgdesc="Open source driving simulation made with drift racing in mind"
 arch=('i686' 'x86_64')
 url="http://vdrift.net/";
 license=('GPL')
-depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 
"vdrift-data=2:$pkgver"
+depends=('bullet' 'curl' 'sdl2_gfx' 'sdl2_image' 'glew' 'libvorbis' 
'vdrift-data'
  'gtk-update-icon-cache' 'hicolor-icon-theme' 'libarchive')
 makedepends=('scons' 'boost' 'asio' 'mesa')
 install=vdrift.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2
-vdrift-2012-07-22c_bullet281_patch.diff)
-md5sums=('fcfd6b65724d32dfe383df216d7afb74'
- '67ff3037575c3aa74393971d1475ef54')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2)
+md5sums=('524751fab341b36f59d0747ea52f0c41')
 
 build() {
-  cd VDrift
+  cd vdrift
 
-  patch -Np0 < "$srcdir"/vdrift-2012-07-22c_bullet281_patch.diff
-
   # build and install
   scons $MAKEFLAGS \
 "destdir"="$pkgdir" \
@@ -35,7 +31,7 @@
 }
 
 package() {
-  cd VDrift
+  cd vdrift
 
   scons install
 


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

2015-04-27 Thread Sven-Hendrik Haase
Date: Monday, April 27, 2015 @ 21:06:47
  Author: svenstaro
Revision: 132341

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

Added:
  vdrift/repos/community-i686/PKGBUILD
(from rev 132340, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-i686/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 132340, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-i686/vdrift.install
(from rev 132340, vdrift/trunk/vdrift.install)
  vdrift/repos/community-x86_64/PKGBUILD
(from rev 132340, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-x86_64/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 132340, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-x86_64/vdrift.install
(from rev 132340, vdrift/trunk/vdrift.install)
Deleted:
  vdrift/repos/community-i686/PKGBUILD
  vdrift/repos/community-i686/vdrift-2012-07-22c_bullet281_patch.diff
  vdrift/repos/community-i686/vdrift.install
  vdrift/repos/community-x86_64/PKGBUILD
  vdrift/repos/community-x86_64/vdrift-2012-07-22c_bullet281_patch.diff
  vdrift/repos/community-x86_64/vdrift.install

--+
 /PKGBUILD|  100 
 /vdrift-2012-07-22c_bullet281_patch.diff | 1796 +
 /vdrift.install  |   22 
 community-i686/PKGBUILD  |   54 
 community-i686/vdrift-2012-07-22c_bullet281_patch.diff   |  898 --
 community-i686/vdrift.install|   11 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/vdrift-2012-07-22c_bullet281_patch.diff |  898 --
 community-x86_64/vdrift.install  |   11 
 9 files changed, 1918 insertions(+), 1926 deletions(-)

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


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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:05:26
  Author: jlichtblau
Revision: 132339

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 132338, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 132338, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 132338, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   96 ++-
 qmmp.changelog |  267 +++
 qmmp.install   |   24 ++--
 3 files changed, 198 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 19:04:21 UTC (rev 132338)
+++ PKGBUILD2015-04-27 19:05:26 UTC (rev 132339)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms'
- 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 
'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aef9f7685b5b5d79949bf501ac5420883ad2bceeeb6f57f9a7632a7f7d4fa6d1')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 132338, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 19:05:26 UTC (rev 132339)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aef9f7685b5b5d79949bf501ac5420883ad2bceeeb6f57f9a7632a7f7d4fa6d1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2015-04-27 19:04:21 UTC (rev 132338)
+++ qmmp.changelog  2015-04-27 19:05:26 UTC (rev 132339)
@@ -1,132 +0,0 @@
-2015-04-18 Jaroslav Lichtblau 
-   * qmmp 0.8.4-1
-
-20

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 21:04:21
  Author: jlichtblau
Revision: 132338

upgpkg: qmmp 0.8.4-2

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |   14 ++
 qmmp.changelog |3 +++
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 18:41:50 UTC (rev 132337)
+++ PKGBUILD2015-04-27 19:04:21 UTC (rev 132338)
@@ -3,14 +3,14 @@
 
 pkgname=qmmp
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt4 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/";
 license=('GPL')
 depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms'
- 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 
'mesa')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
 optdepends=('flac: native FLAC support'
 'jack: JACK sound output'
 'libmpcdec: Musepack support'
@@ -21,6 +21,11 @@
 'libmodplug: MOD playing library'
 'libsndfile: sampled sound support'
 'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
 'ffmpeg' 'libsamplerate' 'wavpack')
 install=$pkgname.install
 changelog=$pkgname.changelog
@@ -31,7 +36,8 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
   make
 }
 

Modified: qmmp.changelog
===
--- qmmp.changelog  2015-04-27 18:41:50 UTC (rev 132337)
+++ qmmp.changelog  2015-04-27 19:04:21 UTC (rev 132338)
@@ -1,3 +1,6 @@
+2015-04-27 Jaroslav Lichtblau 
+   * qmmp 0.8.4-2 FS#44558 implemented
+
 2015-04-18 Jaroslav Lichtblau 
* qmmp 0.8.4-1
 


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

2015-04-27 Thread Andreas Radke
Date: Monday, April 27, 2015 @ 21:03:02
  Author: andyrtr
Revision: 238067

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

Added:
  rpcbind/repos/testing-i686/
  rpcbind/repos/testing-i686/PKGBUILD
(from rev 238066, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
(from rev 238066, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-i686/rpcbind.conf
(from rev 238066, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-i686/rpcbind.install
(from rev 238066, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-i686/rpcbind.service
(from rev 238066, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/testing-i686/rpcbind.socket
(from rev 238066, rpcbind/trunk/rpcbind.socket)
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 238066, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 238066, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.conf
(from rev 238066, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-x86_64/rpcbind.install
(from rev 238066, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-x86_64/rpcbind.service
(from rev 238066, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/testing-x86_64/rpcbind.socket
(from rev 238066, rpcbind/trunk/rpcbind.socket)

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-i686/rpcbind-sunrpc.patch   |   11 ++
 testing-i686/rpcbind.conf   |3 +
 testing-i686/rpcbind.install|8 
 testing-i686/rpcbind.service|   11 ++
 testing-i686/rpcbind.socket |8 
 testing-x86_64/PKGBUILD |   59 ++
 testing-x86_64/rpcbind-sunrpc.patch |   11 ++
 testing-x86_64/rpcbind.conf |3 +
 testing-x86_64/rpcbind.install  |8 
 testing-x86_64/rpcbind.service  |   11 ++
 testing-x86_64/rpcbind.socket   |8 
 12 files changed, 200 insertions(+)

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 238066, 
rpcbind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-27 19:03:02 UTC (rev 238067)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net";
+license=('custom')
+replaces=('portmap')
+# see also http://git.infradead.org/users/steved/rpcbind.git
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.service
+rpcbind.socket
+rpcbind.conf)
+install=rpcbind.install
+sha1sums=('e79974a99d09b6d6fff9d86bf00225dc33723ce2'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '3534c7bcdecebda90182fe2328a16137353cb1ad'
+  'c52f8396cd05181b788fbdf74898730343c03c9a'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file # FS#20273
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-rpcuser=rpc \
+--enable-warmstarts \
+--with-statedir=/var/lib/rpcbind
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install system socket activation
+  install -D -m644 $srcdir/rpcbind.socket 
$pkgdir/usr/lib/systemd/system/rpcbind.socket
+  # add state directory
+  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-i686/rpcbind-sunrpc.patch (from rev 238066, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-i686/rpcbind-sunrpc.patch   (rev 0)
+++ testing-i686/rpcbind-sunrpc.patch   2015-04-27 19:03:02 UTC (rev 238067)
@@ -0,0 +1,11 @@
+--- rpcbind-0.2.3/src/rpcbind.c2015-04-27 16:07:43.0 +0200
 rpcbind-0.2.3/src/rpcbind.c.new2015-04-27 19:48:44.518124944 +0200
+@@ -132,7 +132,7 @@
+ char *udp_uaddr;  /* Universal UDP address */
+ char *tcp_uaddr;  /* Universal 

[arch-commits] Commit in rpcbind/trunk (PKGBUILD rpcbind-sunrpc.patch)

2015-04-27 Thread Andreas Radke
Date: Monday, April 27, 2015 @ 21:02:43
  Author: andyrtr
Revision: 238066

upgpkg: rpcbind 0.2.3-1

upstream update 0.2.3

Modified:
  rpcbind/trunk/PKGBUILD
  rpcbind/trunk/rpcbind-sunrpc.patch

--+
 PKGBUILD |   14 +++---
 rpcbind-sunrpc.patch |   17 +++--
 2 files changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 18:45:55 UTC (rev 238065)
+++ PKGBUILD2015-04-27 19:02:43 UTC (rev 238066)
@@ -3,8 +3,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=rpcbind
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -20,11 +20,11 @@
 rpcbind.socket
 rpcbind.conf)
 install=rpcbind.install
-md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
- 'c02ac36a98baac70b8a26190524b7b73'
- '0f493a590c250267034e230e7bf1f894'
- 'e5a205cd7402fedaf74a744b2a22f0ad'
- 'd4c74d1be9f98344af138a15ad3b6f8c')
+sha1sums=('e79974a99d09b6d6fff9d86bf00225dc33723ce2'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '3534c7bcdecebda90182fe2328a16137353cb1ad'
+  'c52f8396cd05181b788fbdf74898730343c03c9a'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: rpcbind-sunrpc.patch
===
--- rpcbind-sunrpc.patch2015-04-27 18:45:55 UTC (rev 238065)
+++ rpcbind-sunrpc.patch2015-04-27 19:02:43 UTC (rev 238066)
@@ -1,6 +1,6 @@
 rpcbind-0.1.7/src/rpcbind.c.orig   2008-11-19 14:17:34.0 +0100
-+++ rpcbind-0.1.7/src/rpcbind.c2010-01-07 13:03:37.416632894 +0100
-@@ -114,7 +114,7 @@
+--- rpcbind-0.2.3/src/rpcbind.c2015-04-27 16:07:43.0 +0200
 rpcbind-0.2.3/src/rpcbind.c.new2015-04-27 19:48:44.518124944 +0200
+@@ -132,7 +132,7 @@
  char *udp_uaddr;  /* Universal UDP address */
  char *tcp_uaddr;  /* Universal TCP address */
  #endif
@@ -9,14 +9,3 @@
  static char superuser[] = "superuser";
  
  int main __P((int, char *[]));
 rpcbind-0.1.7/src/rpcinfo.c~   2010-01-08 16:14:24.592156602 +
-+++ rpcbind-0.1.7/src/rpcinfo.c2010-01-08 16:14:31.578838609 +
-@@ -633,7 +633,7 @@
-   {
- memset (&hints, 0, sizeof hints);
- hints.ai_family = AF_INET;
--if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
-+if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
-   (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
-   {
- fprintf (stderr, "rpcinfo: %s: %s\n",


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

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 20:45:55
  Author: arojas
Revision: 238065

archrelease: copy trunk to testing-any

Added:
  calligra-l10n/repos/testing-any/
  calligra-l10n/repos/testing-any/PKGBUILD
(from rev 238064, calligra-l10n/trunk/PKGBUILD)

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

Copied: calligra-l10n/repos/testing-any/PKGBUILD (from rev 238064, 
calligra-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-27 18:45:55 UTC (rev 238065)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=calligra-l10n
+pkgver=2.9.3
+pkgrel=1
+pkgdesc="Localization for Calligra"
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+
+_languages=(
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'ca@valencia "Catalan (Valencian)"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en_GB  "British English"'
+  'es "Spanish"'
+  'et "Estonian"'
+  'fi "Finnish"'
+  'fr "French"'
+  'gl "Galician"'
+  'hu "Hungarian"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'nb "Norwegian Bokmal"'
+  'nl "Dutch"'
+  'pl "Polish"'
+  'pt "Portuguese"'
+  'pt_BR  "Brazilian Portuguese"'
+  'ru "Russian"'
+  'sk "Slovak"'
+  'sv "Swedish"'
+  'uk "Ukrainian"'
+  'zh_CN  "Chinese Simplified"'
+  'zh_TW  "Chinese Traditional"'
+)
+
+pkgname=()
+source=()
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=calligra-l10n-${_locale,,}
+  
+  pkgname+=($_pkgname)
+  
source+=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-$_locale-${pkgver}.tar.xz";)
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+md5sums=('3c7627839f77d3400c0a30ac37d3f3f0'
+ 'd08b198e0067bd5cdeb3427156b78f31'
+ '38f6412f07d1f7a6c3a2b673b08ce877'
+ 'fa6dcaa9d1383bdf1dd0d1dcc357fb73'
+ '7b4978bcab76f255afd240e00b1e7422'
+ 'f6e970a14a33bbe8df680e4f00404ba0'
+ 'c09cdbc712c4752e6351b3130d7f09a0'
+ '4d6387b9b48909021716edd8428e1cd2'
+ '19adb03876480cd46cfa08631ab0c714'
+ 'f129516d83a89f757ca0bea5d8807ea0'
+ '9c711e6d6e1b4059cb19ebc3ffb094b2'
+ 'af6bd3d2a17d36be13fa0e25720d228b'
+ '7a0411791618f6861f195f34d69b0300'
+ '13e308e690006beba5cfef14807efbee'
+ '1f6fa2b85a28c27504dde1419f21a6f6'
+ '601acb26f8c6bf718f22ada6a5483cf5'
+ '38b7bde1b22b7897b934dc94e7b2f612'
+ 'c0e9deb4b4d143782ac7b55b47a3f9dc'
+ '1259cc3ba2927ca7d64c216f51e55f59'
+ '320d6cae2c91b571575a9d9495d71a58'
+ 'd74825e82ac8ead660ca48b17c9ef787'
+ 'd7b4da7fa722575334529c91bd4e7b14'
+ '47de04130b223a2c726bc9ece98d1f98'
+ '78334532879a20035b72d5eac58b397c'
+ 'c39e73261ebaa1b22ebc82a52073fc2c'
+ 'dc660171238fd9221201f73d0c622281'
+ '4df00fe1c254a63d4fcd2cbb5e0700e8'
+ '923edb520f9252a01df937bd1b974f6a')
+
+build() {
+  for _lang in "${_languages[@]}"; do
+_locale=${_lang%% *}
+
+mkdir -p build/$_locale
+cd build/$_locale
+cmake $srcdir/$pkgbase-$_locale-$pkgver \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr
+make
+cd ../..
+  done
+}
+
+_package() {
+  pkgdesc="$2 localization for Calligra"
+  cd build/$1
+  make DESTDIR="$pkgdir" install
+}


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 20:41:50
  Author: spupykin
Revision: 132337

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 18:40:59 UTC (rev 132336)
+++ PKGBUILD2015-04-27 18:41:50 UTC (rev 132337)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org";
 license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
 makedepends=('autoconf-archive' 'git')
 install=couchdb.install
 backup=('etc/couchdb/local.ini'


[arch-commits] Commit in quassel/repos/community-x86_64 (12 files)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 20:40:59
  Author: jlichtblau
Revision: 132336

archrelease: copy trunk to community-x86_64

Added:
  quassel/repos/community-x86_64/PKGBUILD
(from rev 132335, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 132335, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel-monolithic.install
(from rev 132335, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 132335, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 132335, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 132335, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel-monolithic.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

+
 PKGBUILD   |  226 +--
 quassel-client.install |   18 +--
 quassel-monolithic.install |   18 +--
 quassel.conf   |4 
 quassel.install|   42 +++
 quassel.service|   28 ++---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 18:40:41 UTC (rev 132335)
+++ PKGBUILD2015-04-27 18:40:59 UTC (rev 132336)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Next-generation distributed IRC client"
-arch=('i686' 'x86_64')
-url="http://quassel-irc.org/";
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  [[ ! -d build-client ]] && mkdir build-client
-  [[ ! -d build-mono ]] && mkdir build-mono
-
-  # Core
-  cd "${srcdir}"/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd "${srcdir}"/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd "${srcdir}"/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc="Next-generation distributed IRC client - core only"
-depends=('icu' 'qca-qt5')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-
-  # Remove unneeded pixmap icons
-  rm -r "${pkgdir}"/usr/share
-
-  install -Dm644 "${srcdir}"/$pkgbase.service \
-"${pkgdir}"/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 "${srcdir}"/$pkgbase.conf \
-"${pkgdir}"/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc="Next-generation distributed IRC client - client only"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
-conflicts=('quassel-monolithic')
-install=quassel-client.install
-  cd "${srcdir}"/build-client
-
-  make DESTDIR="${pkgdir}" install
-}
-
-package_quassel-monolithic() {
-pkgdesc="Next-generation distributed IRC client - monolithic"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
-conflicts=('quassel-client')
-install=quassel-monolithic.install
-  cd "${srcdir}"/build-mono
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: quassel/repos/community-x86_64/PKGBUILD (from rev 132335, 
quassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 18:40:59 UTC (rev 132336)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Vesa K

[arch-commits] Commit in calligra/repos (60 files)

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 20:40:21
  Author: arojas
Revision: 238064

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

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 238063, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 238063, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-extras.install
(from rev 238063, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 238063, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 238063, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-gemini.install
(from rev 238063, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 238063, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 238063, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 238063, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 238063, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 238063, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 238063, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 238063, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 238063, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 238063, calligra/trunk/calligra.install)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 238063, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 238063, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-extras.install
(from rev 238063, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 238063, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 238063, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-gemini.install
(from rev 238063, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 238063, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 238063, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 238063, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 238063, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 238063, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 238063, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 238063, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 238063, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 238063, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-i686/calligra-braindump.install
  calligra/repos/testing-i686/calligra-extras.install
  calligra/repos/testing-i686/calligra-filters.install
  calligra/repos/testing-i686/calligra-flow.install
  calligra/repos/testing-i686/calligra-gemini.install
  calligra/repos/testing-i686/calligra-karbon.install
  calligra/repos/testing-i686/calligra-kexi.install
  calligra/repos/testing-i686/calligra-krita.install
  calligra/repos/testing-i686/calligra-plan.install
  calligra/repos/testing-i686/calligra-plugins.install
  calligra/repos/testing-i686/calligra-sheets.install
  calligra/repos/testing-i686/calligra-stage.install
  calligra/repos/testing-i686/calligra-words.install
  calligra/repos/testing-i686/calligra.install
  calligra/repos/testing-x86_64/PKGBUILD
  calligra/repos/testing-x86_64/calligra-braindump.install
  calligra/repos/testing-x86_64/calligra-extras.install
  calligra/repos/testing-x86_64/calligra-filters.install
  calligra/repos/testing-x86_64/calligra-flow.install
  calligra/repos/testing-x86_64/calligra-gemini.install
  calligra/repos/testing-x86_64/calligra-karbon.install
  calligra/repos/testing-x86_64/calligra-kexi.install
  calligra/repos/testing-x86_64/calligra-krita.install
  calligra/repos/testing-x86_64/calligra-plan.install
  calligra/repos/testing-x86_64/calligra-plugins.install
  calligra/repos/testing-x86_64/calligra-sheets.install
  

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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 20:40:41
  Author: jlichtblau
Revision: 132335

upgpkg: quassel 0.12.0-2

Modified:
  quassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 17:24:57 UTC (rev 132334)
+++ PKGBUILD2015-04-27 18:40:41 UTC (rev 132335)
@@ -5,7 +5,7 @@
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation distributed IRC client"
 arch=('i686' 'x86_64')
 url="http://quassel-irc.org/";
@@ -94,7 +94,7 @@
 
 package_quassel-client() {
 pkgdesc="Next-generation distributed IRC client - client only"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
+depends=('qt5-base' 'knotifyconfig')
 conflicts=('quassel-monolithic')
 install=quassel-client.install
   cd "${srcdir}"/build-client
@@ -104,7 +104,7 @@
 
 package_quassel-monolithic() {
 pkgdesc="Next-generation distributed IRC client - monolithic"
-depends=('qt5-base' 'kdebase-runtime' 'knotifyconfig')
+depends=('qt5-base' 'knotifyconfig')
 conflicts=('quassel-client')
 install=quassel-monolithic.install
   cd "${srcdir}"/build-mono


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

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 20:38:48
  Author: arojas
Revision: 238063

Update to 2.9.3, git plugin doesn't compile

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 18:38:22 UTC (rev 238062)
+++ PKGBUILD2015-04-27 18:38:48 UTC (rev 238063)
@@ -20,8 +20,8 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.9.2
-pkgrel=4
+pkgver=2.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -29,10 +29,10 @@
  'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
  'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw' 'libodfgen'
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio'
- 'libetonyek' 'libpqxx' 'libspnav' 'postgresql')
+ 'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('a293d85b288468c14c8638ad0dc37947')
+md5sums=('9242b44eeeb7f13f72aeafb8e9365c07')
 
 prepare() {
   mkdir build
@@ -252,6 +252,7 @@
 package_calligra-gemini() {
   pkgdesc="QML interface for Calligra Words and Stage"
   depends=('calligra-words' 'calligra-stage')
+#  optdepends=('libqgit2: GIT plugin')
   install=calligra-gemini.install
 
   cd build/qtquick


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

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 20:38:22
  Author: arojas
Revision: 238062

Update to 2.9.3

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 17:25:25 UTC (rev 238061)
+++ PKGBUILD2015-04-27 18:38:22 UTC (rev 238062)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=calligra-l10n
-pkgver=2.9.2
-pkgrel=2
+pkgver=2.9.3
+pkgrel=1
 pkgdesc="Localization for Calligra"
 arch=('any')
 url='http://www.calligra-suite.org/'
@@ -38,7 +38,6 @@
   'ru "Russian"'
   'sk "Slovak"'
   'sv "Swedish"'
-  'tr "Turkish"'
   'uk "Ukrainian"'
   'zh_CN  "Chinese Simplified"'
   'zh_TW  "Chinese Traditional"'
@@ -58,35 +57,34 @@
   }"
 done
 
-md5sums=('46abda11730b2855396da5c49be8118d'
- '5dfd8a63a543ccc031d6691300fc14d9'
- '12d6a77988ec5776d935c0278c464f6f'
- '8be7e15d3c49ce2f1a23f98215e76fe0'
- '6343ff6c408f89fb8a54fb284c0f6653'
- 'b732a3c8a46268b02c393f7da6983651'
- 'd08e35dedf029b2ad6343697a227db33'
- 'da5f5eaaa8c0e4694a7d5620349300ca'
- 'e5b63067ab038df231197a7ebed6ce68'
- '1e72fb67933711140d822af999b3a483'
- '77ae0624ee424f99b1248c429ce1d8af'
- 'effa0b3806dcb230294ca9e9e5d64c42'
- '3c77bf246bb7e4663e260d714a8d4920'
- '48059f6475940f96e89554ed3a5fa4ce'
- 'f9240d55cb05a1af64f50bcabc2d6866'
- '7a4dc57842926e644cdaf462a3b8bddf'
- '0df375c87b322eaf59bc463c741d4fc6'
- '4be303ea33737e8bb082bc55cf481b06'
- '5a53ebae95d6dd082f606489c4073467'
- '0034bffa695f030a54ead482e651b934'
- 'f86648ecee94c2c6ed006a3dbd8a88f8'
- 'b3ce8fc10b4be2d7ccad9205522b69c3'
- '2070b40dfd4ecf860a761a327f3463fc'
- 'fa9b7fb496b948845462d87b82c12362'
- '04fc1e7c595e34dc12d008ad5b70bda6'
- '71749e6c0d1e2c8262bd1e871fdab090'
- '7d8475a9a1d1ab4469089902f4460534'
- 'e66bdc04698f29d074bd874ba2ac713b'
- '2626d400c350627494b4d5937765ccb5')
+md5sums=('3c7627839f77d3400c0a30ac37d3f3f0'
+ 'd08b198e0067bd5cdeb3427156b78f31'
+ '38f6412f07d1f7a6c3a2b673b08ce877'
+ 'fa6dcaa9d1383bdf1dd0d1dcc357fb73'
+ '7b4978bcab76f255afd240e00b1e7422'
+ 'f6e970a14a33bbe8df680e4f00404ba0'
+ 'c09cdbc712c4752e6351b3130d7f09a0'
+ '4d6387b9b48909021716edd8428e1cd2'
+ '19adb03876480cd46cfa08631ab0c714'
+ 'f129516d83a89f757ca0bea5d8807ea0'
+ '9c711e6d6e1b4059cb19ebc3ffb094b2'
+ 'af6bd3d2a17d36be13fa0e25720d228b'
+ '7a0411791618f6861f195f34d69b0300'
+ '13e308e690006beba5cfef14807efbee'
+ '1f6fa2b85a28c27504dde1419f21a6f6'
+ '601acb26f8c6bf718f22ada6a5483cf5'
+ '38b7bde1b22b7897b934dc94e7b2f612'
+ 'c0e9deb4b4d143782ac7b55b47a3f9dc'
+ '1259cc3ba2927ca7d64c216f51e55f59'
+ '320d6cae2c91b571575a9d9495d71a58'
+ 'd74825e82ac8ead660ca48b17c9ef787'
+ 'd7b4da7fa722575334529c91bd4e7b14'
+ '47de04130b223a2c726bc9ece98d1f98'
+ '78334532879a20035b72d5eac58b397c'
+ 'c39e73261ebaa1b22ebc82a52073fc2c'
+ 'dc660171238fd9221201f73d0c622281'
+ '4df00fe1c254a63d4fcd2cbb5e0700e8'
+ '923edb520f9252a01df937bd1b974f6a')
 
 build() {
   for _lang in "${_languages[@]}"; do


[arch-commits] Commit in syncthing/repos/community-i686 (6 files)

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 19:24:57
  Author: jlichtblau
Revision: 132334

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 132333, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 132333, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 132333, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install

---+
 PKGBUILD  |  102 ++--
 syncthing.1   |  188 ++--
 syncthing.install |   29 +---
 3 files changed, 165 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 17:21:31 UTC (rev 132333)
+++ PKGBUILD2015-04-27 17:24:57 UTC (rev 132334)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-  cd "${srcdir}"
-  mkdir -p "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  go run build.go -no-upgrade build
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-  install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 132333, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 17:24:57 UTC (rev 132334)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+  cd "${srcdir}"
+  mkdir -p "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  go run build.go -no-upgrade build
+}
+
+check() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  #go run build.go -no-upgrade test
+}
+
+package() {
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+  install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+
+# license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-04-27 17:21:31 UTC (rev 132333)
+++ syncthing.1 2015-04-27 17:24:57 UTC (rev 132334)
@@ -1,94 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "SYNCTHING" "" "May 2014" "" "syncthing

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

2015-04-27 Thread Andreas Radke
Date: Monday, April 27, 2015 @ 19:25:06
  Author: andyrtr
Revision: 238060

upgpkg: libevdev 1.4.2-1

upstream update 1.4.2

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 09:58:13 UTC (rev 238059)
+++ PKGBUILD2015-04-27 17:25:06 UTC (rev 238060)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5179d3c9a71dd764b4ab9df21edcdb5b61832cbc48ad90b75a52ac79cf8fae85'
+sha256sums=('7c77b213f075706d428a2af54b66bf86b03a68e9fb390e7ec48cf55065970643'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-04-27 Thread Andreas Radke
Date: Monday, April 27, 2015 @ 19:25:25
  Author: andyrtr
Revision: 238061

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-27 17:25:06 UTC (rev 238060)
+++ extra-i686/PKGBUILD 2015-04-27 17:25:25 UTC (rev 238061)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5179d3c9a71dd764b4ab9df21edcdb5b61832cbc48ad90b75a52ac79cf8fae85'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 238060, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-27 17:25:25 UTC (rev 238061)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/";
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('7c77b213f075706d428a2af54b66bf86b03a68e9fb390e7ec48cf55065970643'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-27 17:25:06 UTC (rev 238060)
+++ extra-x86_64/PKGBUILD   2015-04-27 17:25:25 UTC (rev 238061)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5179d3c9a71dd764b4ab9df21edcdb5b61832cbc48ad90b75a52ac79cf8fae85'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 238060, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-27 17:25:25 UTC (rev 238061)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i6

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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 19:21:31
  Author: jlichtblau
Revision: 132333

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 132332, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 132332, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 132332, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

---+
 PKGBUILD  |  102 ++--
 syncthing.1   |  188 ++--
 syncthing.install |   29 +---
 3 files changed, 165 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 17:19:55 UTC (rev 132332)
+++ PKGBUILD2015-04-27 17:21:31 UTC (rev 132333)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-  cd "${srcdir}"
-  mkdir -p "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  go run build.go -no-upgrade build
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-  install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 132332, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 17:21:31 UTC (rev 132333)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+  cd "${srcdir}"
+  mkdir -p "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  go run build.go -no-upgrade build
+}
+
+check() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  #go run build.go -no-upgrade test
+}
+
+package() {
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+  install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+
+# license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-04-27 17:19:55 UTC (rev 132332)
+++ syncthing.1 2015-04-27 17:21:31 UTC (rev 132333)
@@ -1,94 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "SYNCTHING" "" "May 201

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

2015-04-27 Thread Jaroslav Lichtblau
Date: Monday, April 27, 2015 @ 19:19:55
  Author: jlichtblau
Revision: 132332

upgpkg: syncthing 0.11.1-2

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

---+
 PKGBUILD  |2 +-
 syncthing.install |   11 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 17:08:06 UTC (rev 132331)
+++ PKGBUILD2015-04-27 17:19:55 UTC (rev 132332)
@@ -7,7 +7,7 @@
 
 pkgname=syncthing
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";
 license=('MPLv2')

Modified: syncthing.install
===
--- syncthing.install   2015-04-27 17:08:06 UTC (rev 132331)
+++ syncthing.install   2015-04-27 17:19:55 UTC (rev 132332)
@@ -7,3 +7,14 @@
 systemctl enable syncthing@user
 EOF
 }
+
+post_upgrade() {
+cat << EOF
+  Syncthing v0.11 does not support synchronizing with older versions (v0.10 or 
older).
+  Syncthing v0.11 will rehash all files on first startup.
+  Syncthing v0.11 requires updates to other programs it integrates with.
+  For details see the project release notes page at:
+  https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426
+
+EOF
+}


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

2015-04-27 Thread Alexander Rødseth
Date: Monday, April 27, 2015 @ 18:55:24
  Author: arodseth
Revision: 132328

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 16:54:15 UTC (rev 132327)
+++ PKGBUILD2015-04-27 16:55:24 UTC (rev 132328)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.12
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('68c07510d6078a25eaec50092fc2f624d98a652472cd01b2403dff679b0fcd53')
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

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


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

2015-04-27 Thread Alexander Rødseth
Date: Monday, April 27, 2015 @ 18:54:15
  Author: arodseth
Revision: 132327

upgpkg: nuitka 0.5.12.2-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 14:26:59 UTC (rev 132326)
+++ PKGBUILD2015-04-27 16:54:15 UTC (rev 132327)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.12
+pkgver=0.5.12.2
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('68c07510d6078a25eaec50092fc2f624d98a652472cd01b2403dff679b0fcd53')
+sha256sums=('c704453f8ab05797aaed3f8e6f8744ed6a94dd6ec2fc9d7140cfafadbe17c9fb')
 
 package() {
   cd "Nuitka-$pkgver"


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

2015-04-27 Thread Alexander Rødseth
Date: Monday, April 27, 2015 @ 16:26:59
  Author: arodseth
Revision: 132326

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

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

---+
 /PKGBUILD |  100 
 /rust.install |   26 ++
 community-i686/PKGBUILD   |   48 ---
 community-i686/rust.install   |   13 -
 community-x86_64/PKGBUILD |   48 ---
 community-x86_64/rust.install |   13 -
 6 files changed, 126 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 14:25:23 UTC (rev 132325)
+++ community-i686/PKGBUILD 2015-04-27 14:26:59 UTC (rev 132326)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=rust
-_pkgver=1.0.0-alpha.2
-pkgver=1.0.0.alpha.2
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc='A safe, concurrent, practical language'
-url='http://www.rust-lang.org/'
-license=(MIT Apache)
-depends=(gcc)
-makedepends=(libffi perl python2 curl)
-checkdepends=(git valgrind)
-source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
-sha256sums=('a931b945e98f409df68fdff23e98b688024461c28901106896e73708381956c8'
-'SKIP')
-install=rust.install
-options=(staticlibs)
-validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) 
-
-build() {
-  cd rustc-$_pkgver
-
-  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
-
-  # avoid python makedepend (force fallback to python2)
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-
-  make
-}
-
-check() {
-  cd rustc-$_pkgver
-  #make check
-}
-
-package() {
-  cd rustc-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE-APACHE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -D -m644 LICENSE-MIT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 132325, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 14:26:59 UTC (rev 132326)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=rust
+pkgver=1.0.0.beta.3
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Safe, concurrent and practical programming language from Mozilla'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl')
+checkdepends=('git' 'valgrind')
+source=("http://static.rust-lang.org/dist/rustc-${pkgver/.b/-b}-src.tar.gz"{,.asc})
+sha256sums=('e751bc8a8ad236c8865697f866b2863e224af56b0194ddf9f3edd71f9ff6545f'
+'SKIP')
+install="$pkgname.install"
+options=('staticlibs')
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+build() {
+  cd "rustc-${pkgver/.b/-b}"
+
+  ./configure --prefix=/usr --disable-debug --disable-docs
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+#check() {
+#  cd "rustc-${pkgver/.b/-b}"
+#  make check
+#}
+
+package() {
+  cd "rustc-${pkgver/.b/-b}"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2015-04-27 14:25:23 UTC (rev 132325)
+++ community-i686/rust.install 2015-04-27 14:26:59 UTC (rev 132326)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rust/repos/community-i6

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

2015-04-27 Thread Alexander Rødseth
Date: Monday, April 27, 2015 @ 16:25:23
  Author: arodseth
Revision: 132325

upgpkg: rust 1.0.0.beta.3-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 12:38:28 UTC (rev 132324)
+++ PKGBUILD2015-04-27 14:25:23 UTC (rev 132325)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay 
 
 pkgname=rust
-pkgver=1.0.0.beta.2
+pkgver=1.0.0.beta.3
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Safe, concurrent and practical programming language from Mozilla'
@@ -11,7 +11,7 @@
 makedepends=('libffi' 'perl' 'python2' 'curl')
 checkdepends=('git' 'valgrind')
 
source=("http://static.rust-lang.org/dist/rustc-${pkgver/.b/-b}-src.tar.gz"{,.asc})
-sha256sums=('969f20bfec588456af8ab81c9b00ef46df075bf9ac9955e42a87b1f39cb99771'
+sha256sums=('e751bc8a8ad236c8865697f866b2863e224af56b0194ddf9f3edd71f9ff6545f'
 'SKIP')
 install="$pkgname.install"
 options=('staticlibs')


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

2015-04-27 Thread Massimiliano Torromeo
Date: Monday, April 27, 2015 @ 14:38:01
  Author: mtorromeo
Revision: 132323

upgpkg: elasticsearch 1.5.2-1

Updated to 1.5.2

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 12:18:18 UTC (rev 132322)
+++ PKGBUILD2015-04-27 12:38:01 UTC (rev 132323)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('6f047b21395fba80a84235d417c77ff3f0a8b41d09189ef17bedca83b17c445e'
+sha256sums=('efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2015-04-27 Thread Massimiliano Torromeo
Date: Monday, April 27, 2015 @ 14:38:28
  Author: mtorromeo
Revision: 132324

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 132323, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch-user.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 132323, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 132323, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 132323, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 132323, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 132323, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 132323, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 132323, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 132323, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 132323, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 132323, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch-user.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  168 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   16 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   84 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|8 -
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |8 -
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 12:38:01 UTC (rev 132323)
+++ community-i686/PKGBUILD 2015-04-27 12:38:28 UTC (rev 132324)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 

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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 14:18:08
  Author: spupykin
Revision: 132321

upgpkg: devede 4.0-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 11:02:06 UTC (rev 132320)
+++ PKGBUILD2015-04-27 12:18:08 UTC (rev 132321)
@@ -5,30 +5,18 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=3.23.0
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html";
 license=('GPL3')
 depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu' 'dbus-python')
-source=(http://www.rastersoft.com/descargas/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c6c012630bb2492b1c9146c727681963')
+'cdrkit' 'pygtk' 'ttf-dejavu' 'python-dbus')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('8707e935f16d029387fbc8743a75')
 
-build() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  # python2 fix
-  for file in devede *.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
 package() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  ./install.sh --DESTDIR=${pkgdir} \
-   --prefix=/usr \
-   --unistall=no \
-   --targeted=yes
-  install -D -m644 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
 }


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 14:18:18
  Author: spupykin
Revision: 132322

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 132321, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 12:18:08 UTC (rev 132321)
+++ PKGBUILD2015-04-27 12:18:18 UTC (rev 132322)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=3.23.0
-pkgrel=2
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html";
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu' 'dbus-python')
-source=(http://www.rastersoft.com/descargas/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c6c012630bb2492b1c9146c727681963')
-
-build() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  # python2 fix
-  for file in devede *.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  ./install.sh --DESTDIR=${pkgdir} \
-   --prefix=/usr \
-   --unistall=no \
-   --targeted=yes
-  install -D -m644 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 132321, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 12:18:18 UTC (rev 132322)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.0
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html";
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'pygtk' 'ttf-dejavu' 'python-dbus')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('8707e935f16d029387fbc8743a75')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 13:01:53
  Author: spupykin
Revision: 132318

Modified:
  etl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:53:29 UTC (rev 132317)
+++ PKGBUILD2015-04-27 11:01:53 UTC (rev 132318)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella 
 
 pkgname=etl
-pkgver=0.04.17
+pkgver=0.04.18
 pkgrel=1
 pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
 arch=(any)
@@ -12,16 +12,16 @@
 depends=()
 conflicts=('synfig-etl')
 replaces=('synfig-etl')
-source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
-md5sums=('5be6549e9c419db2661d16b1f3cd2952')
+source=(http://downloads.sourceforge.net/project/synfig/releases/1.0/source/ETL-$pkgver.tar.gz)
+md5sums=('56da92ff1547b4dc072cc52164c03d1c')
 
 build() {
-  cd $srcdir/ETL-$pkgver
+  cd $srcdir/ETL-$pkgver-RC5
   [ -f Makefile ] || ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/ETL-$pkgver
+  cd $srcdir/ETL-$pkgver-RC5
   make DESTDIR=$pkgdir install
 }


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 13:02:00
  Author: spupykin
Revision: 132319

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 11:01:53 UTC (rev 132318)
+++ PKGBUILD2015-04-27 11:02:00 UTC (rev 132319)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella 
 
 pkgname=synfig
-pkgver=0.64.3
+pkgver=1.0
 pkgrel=3
 pkgdesc="Professional vector animation program (CLI renderer only)"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 
source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
build-fix.patch
ffmpeg-0.8.patch)
-md5sums=('294904f9b976c62d7b5473134dbb9dfa'
+md5sums=('b691108c2870505b5babf83340fd0eba'
  'b5568b06fae1a7ee465b5380b1139b83'
  'ebf41046097cfd778dee9a9854561dae')
 


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 13:02:06
  Author: spupykin
Revision: 132320

Modified:
  synfigstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 11:02:00 UTC (rev 132319)
+++ PKGBUILD2015-04-27 11:02:06 UTC (rev 132320)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella 
 
 pkgname=synfigstudio
-pkgver=0.64.3
+pkgver=1.0
 pkgrel=1
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 install=synfigstudio.install
 
source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
bug699.patch)
-md5sums=('f154acdb8d9dd25b509e21bd812e800a'
+md5sums=('73f5bf6bac4183512858de4856b9572c'
  'd1b095606377430e68c80797dcf87ced')
 
 prepare() {


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:53:29
  Author: spupykin
Revision: 132317

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 132316, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:53:20 UTC (rev 132316)
+++ PKGBUILD2015-04-27 10:53:29 UTC (rev 132317)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.4.3
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('f0f19ef9f20a2e75fa056667b0d0c2eb')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 132316, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:53:29 UTC (rev 132317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.4.4
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('32af1cdddf9e8ad1ed83b73590a164a0')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:53:20
  Author: spupykin
Revision: 132316

upgpkg: phpmyadmin 4.4.4-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:48:10 UTC (rev 132315)
+++ PKGBUILD2015-04-27 10:53:20 UTC (rev 132316)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.4.3
+pkgver=4.4.4
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('f0f19ef9f20a2e75fa056667b0d0c2eb')
+md5sums=('32af1cdddf9e8ad1ed83b73590a164a0')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:48:10
  Author: spupykin
Revision: 132315

archrelease: copy trunk to community-any

Added:
  owncloud-app-documents/repos/community-any/PKGBUILD
(from rev 132314, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:48:01 UTC (rev 132314)
+++ PKGBUILD2015-04-27 10:48:10 UTC (rev 132315)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";)
-md5sums=('a58e36187be4f81fd11866dead33a8a9')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 132314, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:48:10 UTC (rev 132315)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";)
+md5sums=('aa06679ec073d12492753f1e6fa47bca')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:48:01
  Author: spupykin
Revision: 132314

upgpkg: owncloud-app-documents 8.0.3-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:58 UTC (rev 132313)
+++ PKGBUILD2015-04-27 10:48:01 UTC (rev 132314)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-documents
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc="Documents app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";)
-md5sums=('a58e36187be4f81fd11866dead33a8a9')
+md5sums=('aa06679ec073d12492753f1e6fa47bca')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:58
  Author: spupykin
Revision: 132313

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 132312, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:50 UTC (rev 132312)
+++ PKGBUILD2015-04-27 10:47:58 UTC (rev 132313)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz";)
-md5sums=('6b1f334c9620780ca18fc6fd865a519d')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 132312, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:47:58 UTC (rev 132313)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz";)
+md5sums=('0684e652641b52232a357698cbd4cead')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:22
  Author: spupykin
Revision: 132307

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 132306, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 132306, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  131 +-
 apache.example.conf |   36 ++---
 2 files changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:15 UTC (rev 132306)
+++ PKGBUILD2015-04-27 10:47:22 UTC (rev 132307)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-   'apache.example.conf')
-md5sums=('9b10eb45b7923fcb46b89cf0ad149097'
- 'SKIP'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/owncloud
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-  chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-  find ${pkgdir}/usr/share/webapps/owncloud -type f -exec chmod 0644 {} \;
-  find ${pkgdir}/usr/share/webapps/owncloud -type d -exec chmod 0755 {} \;
-#  find ${pkgdir}/etc/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
-#  find ${pkgdir}/etc/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 132306, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:47:22 UTC (rev 132307)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
+#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
+   'apache.example.conf')
+md5sums=('db1827324136469067191ea31c167da5'
+ '64c6edf88bcbb37d063e4bf77b39237f')
+
+prepare() {
+  cd $srcdir/core-$pkgver
+  sed -i "s|'appstoreenabled'.*|'app

[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:39
  Author: spupykin
Revision: 132310

upgpkg: owncloud-app-calendar 8.0.3-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:36 UTC (rev 132309)
+++ PKGBUILD2015-04-27 10:47:39 UTC (rev 132310)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-calendar
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc="Calendar app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz";)
-md5sums=('5f47c217963ba2892d0aafe38c79c6e1')
+md5sums=('20525ed981b77d7bdc68da2a86499050')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:36
  Author: spupykin
Revision: 132309

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 132308, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:27 UTC (rev 132308)
+++ PKGBUILD2015-04-27 10:47:36 UTC (rev 132309)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";)
-md5sums=('a0fdfa6a750694dc82084f18398efbe0')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 132308, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:47:36 UTC (rev 132309)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";)
+md5sums=('3a610163c495d9de42d168321acffb79')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:27
  Author: spupykin
Revision: 132308

upgpkg: owncloud-app-bookmarks 8.0.3-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:22 UTC (rev 132307)
+++ PKGBUILD2015-04-27 10:47:27 UTC (rev 132308)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";)
-md5sums=('a0fdfa6a750694dc82084f18398efbe0')
+md5sums=('3a610163c495d9de42d168321acffb79')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:47
  Author: spupykin
Revision: 132311

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 132310, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:39 UTC (rev 132310)
+++ PKGBUILD2015-04-27 10:47:47 UTC (rev 132311)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-calendar
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="Calendar app for owncloud"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz";)
-md5sums=('5f47c217963ba2892d0aafe38c79c6e1')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 132310, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 10:47:47 UTC (rev 132311)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-calendar
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="Calendar app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz";)
+md5sums=('20525ed981b77d7bdc68da2a86499050')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:50
  Author: spupykin
Revision: 132312

upgpkg: owncloud-app-contacts 8.0.3-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 10:47:47 UTC (rev 132311)
+++ PKGBUILD2015-04-27 10:47:50 UTC (rev 132312)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-contacts
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc="Contacts app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz";)
-md5sums=('6b1f334c9620780ca18fc6fd865a519d')
+md5sums=('0684e652641b52232a357698cbd4cead')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2015-04-27 Thread Sergej Pupykin
Date: Monday, April 27, 2015 @ 12:47:15
  Author: spupykin
Revision: 132306

upgpkg: owncloud 8.0.3-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 09:03:11 UTC (rev 132305)
+++ PKGBUILD2015-04-27 10:47:15 UTC (rev 132306)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -28,14 +28,14 @@
 options=('!strip')
 backup=('etc/webapps/owncloud/apache.example.conf')
 validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
'apache.example.conf')
-md5sums=('9b10eb45b7923fcb46b89cf0ad149097'
- 'SKIP'
+md5sums=('db1827324136469067191ea31c167da5'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {
-  cd $srcdir/owncloud
+  cd $srcdir/core-$pkgver
   sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
 }
 
@@ -42,11 +42,12 @@
 package() {
   # install license
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
 
   # install project
   install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
+  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
 
   # install apache config file
   install -d  ${pkgdir}/etc/webapps/${pkgname}


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

2015-04-27 Thread Evangelos Foutras
Date: Monday, April 27, 2015 @ 11:58:13
  Author: foutrelis
Revision: 238059

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

Added:
  
thunar/repos/extra-i686/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
(from rev 238058, 
thunar/trunk/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch)
  
thunar/repos/extra-i686/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch
(from rev 238058, 
thunar/trunk/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch)
  thunar/repos/extra-i686/PKGBUILD
(from rev 238058, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/thunar.install
(from rev 238058, thunar/trunk/thunar.install)
  
thunar/repos/extra-x86_64/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
(from rev 238058, 
thunar/trunk/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch)
  
thunar/repos/extra-x86_64/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch
(from rev 238058, 
thunar/trunk/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 238058, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar.install
(from rev 238058, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar.install
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/thunar.install

--+
 /PKGBUILD| 
 138 ++
 /thunar.install  | 
  28 ++
 extra-i686/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch   | 
  31 ++
 extra-i686/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch   | 
  29 ++
 extra-i686/PKGBUILD  | 
  59 
 extra-i686/thunar.install| 
  14 -
 extra-x86_64/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch | 
  31 ++
 extra-x86_64/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch | 
  29 ++
 extra-x86_64/PKGBUILD| 
  59 
 extra-x86_64/thunar.install  | 
  14 -
 10 files changed, 286 insertions(+), 146 deletions(-)

Copied: 
thunar/repos/extra-i686/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
 (from rev 238058, 
thunar/trunk/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch)
===
--- extra-i686/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch  
(rev 0)
+++ extra-i686/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch  
2015-04-27 09:58:13 UTC (rev 238059)
@@ -0,0 +1,31 @@
+From ea00375c7d041105033678d5515b651a34e1804d Mon Sep 17 00:00:00 2001
+From: Harald Judt 
+Date: Thu, 23 Apr 2015 21:41:45 +0200
+Subject: [PATCH] Do not perform the complete folder reload in idle (bug
+ #11849)
+
+This can cause an infinite loop as described in the bug report.
+---
+ thunar/thunar-folder.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/thunar/thunar-folder.c b/thunar/thunar-folder.c
+index 9e6fc17..2d70f52 100644
+--- a/thunar/thunar-folder.c
 b/thunar/thunar-folder.c
+@@ -551,10 +551,10 @@ thunar_folder_finished (ExoJob   *job,
+   if (folder->reload_info)
+ {
+   for (lp = folder->files; lp != NULL; lp = lp->next)
+-thunar_file_reload_idle (lp->data);
++thunar_file_reload (lp->data);
+ 
+   /* reload folder information too */
+-  thunar_file_reload_idle (folder->corresponding_file);
++  thunar_file_reload (folder->corresponding_file);
+ 
+   folder->reload_info = FALSE;
+ }
+-- 
+2.3.6
+

Copied: 
thunar/repos/extra-i686/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch
 (from rev 238058, 
thunar/trunk/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch)
===
--- extra-i686/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch  
(rev 0)
+++ extra-i686/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch  
2015-04-27 09:58:13 UTC (rev 238059)
@@ -0,0 +1,29 @@
+From fa3d7d32ec8b1614d4fc4afe733112b29c5c7593 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Mon, 27 Apr 2015 11:55:12 +0300
+Subject: [PATCH] Update F5 binding for new ThunarWindow::reload signal
+
+In commit b839b29d6dfa57aab9c3cec97eca7624a483a45e (Extend reload
+functions to allow a full reload) an extra parameter was added to
+reload functions that specifies whether file information should be
+reloaded as well.
+---
+ thunar/thunar-window.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 dele

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

2015-04-27 Thread Evangelos Foutras
Date: Monday, April 27, 2015 @ 11:57:54
  Author: foutrelis
Revision: 238058

upgpkg: thunar 1.6.7-2

Pull a couple of fixes from upstream git.

Added:
  thunar/trunk/0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
  thunar/trunk/0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch
Modified:
  thunar/trunk/PKGBUILD

-+
 0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch |   31 
++
 0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch |   29 
+
 PKGBUILD|   16 -
 3 files changed, 73 insertions(+), 3 deletions(-)

Added: 0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
===
--- 0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch 
(rev 0)
+++ 0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch 
2015-04-27 09:57:54 UTC (rev 238058)
@@ -0,0 +1,31 @@
+From ea00375c7d041105033678d5515b651a34e1804d Mon Sep 17 00:00:00 2001
+From: Harald Judt 
+Date: Thu, 23 Apr 2015 21:41:45 +0200
+Subject: [PATCH] Do not perform the complete folder reload in idle (bug
+ #11849)
+
+This can cause an infinite loop as described in the bug report.
+---
+ thunar/thunar-folder.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/thunar/thunar-folder.c b/thunar/thunar-folder.c
+index 9e6fc17..2d70f52 100644
+--- a/thunar/thunar-folder.c
 b/thunar/thunar-folder.c
+@@ -551,10 +551,10 @@ thunar_folder_finished (ExoJob   *job,
+   if (folder->reload_info)
+ {
+   for (lp = folder->files; lp != NULL; lp = lp->next)
+-thunar_file_reload_idle (lp->data);
++thunar_file_reload (lp->data);
+ 
+   /* reload folder information too */
+-  thunar_file_reload_idle (folder->corresponding_file);
++  thunar_file_reload (folder->corresponding_file);
+ 
+   folder->reload_info = FALSE;
+ }
+-- 
+2.3.6
+

Added: 0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch
===
--- 0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch 
(rev 0)
+++ 0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch 
2015-04-27 09:57:54 UTC (rev 238058)
@@ -0,0 +1,29 @@
+From fa3d7d32ec8b1614d4fc4afe733112b29c5c7593 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Mon, 27 Apr 2015 11:55:12 +0300
+Subject: [PATCH] Update F5 binding for new ThunarWindow::reload signal
+
+In commit b839b29d6dfa57aab9c3cec97eca7624a483a45e (Extend reload
+functions to allow a full reload) an extra parameter was added to
+reload functions that specifies whether file information should be
+reloaded as well.
+---
+ thunar/thunar-window.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
+index bc51b5e..e8b8b9d 100644
+--- a/thunar/thunar-window.c
 b/thunar/thunar-window.c
+@@ -623,7 +623,7 @@ thunar_window_class_init (ThunarWindowClass *klass)
+   /* setup the key bindings for the windows */
+   binding_set = gtk_binding_set_by_class (klass);
+   gtk_binding_entry_add_signal (binding_set, GDK_BackSpace, 0, "back", 0);
+-  gtk_binding_entry_add_signal (binding_set, GDK_F5, 0, "reload", 0);
++  gtk_binding_entry_add_signal (binding_set, GDK_F5, 0, "reload", 1, 
G_TYPE_BOOLEAN, TRUE);
+   gtk_binding_entry_add_signal (binding_set, GDK_F9, 0, "toggle-sidepane", 0);
+   gtk_binding_entry_add_signal (binding_set, GDK_F10, 0, "toggle-menubar", 0);
+   gtk_binding_entry_add_signal (binding_set, GDK_KP_Add, GDK_CONTROL_MASK, 
"zoom-in", 0);
+-- 
+2.3.6
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 08:10:17 UTC (rev 238057)
+++ PKGBUILD2015-04-27 09:57:54 UTC (rev 238058)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org";
@@ -20,11 +20,21 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('e35f05d5413ffd26bfe866f47b1d199045e3b42912da47c831d3689e12336ee5')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
+0001-Do-not-perform-the-complete-folder-reload-in-idle-bu.patch
+0001-Update-F5-binding-for-new-ThunarWindow-reload-signal.patch)
+sha256sums=('e35f05d5413ffd26bfe866f47b1d199045e3b42912da47c831d3689e12336ee5'
+'08b0c01412b00c5d9011c8c3d03d436e57484538800179990e5742d49da2e43b'
+'5b7d66872b4bab7ee4ef6ef439280f7b2bbef83190f2a8f624713065f2038a49')
 
 

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

2015-04-27 Thread Михаил Страшун
Date: Monday, April 27, 2015 @ 11:03:11
  Author: dicebot
Revision: 132305

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

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

---+
 /PKGBUILD |  190 
 community-i686/PKGBUILD   |   96 --
 community-x86_64/PKGBUILD |   96 --
 3 files changed, 190 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 08:58:06 UTC (rev 132304)
+++ community-i686/PKGBUILD 2015-04-27 09:03:11 UTC (rev 132305)
@@ -1,96 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.067.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.dlang.org";
-makedepends=('git' 'gcc' 'make')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver";
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver";
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver";)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic -L-lcurl" > $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-depends=("curl")
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmd/repos/community-i686/PKGBUILD (from rev 132304, dmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 09:03:11 UTC (rev 132305)
@@ -0,0 +1,95 @@
+# Maintainer: Mihails Strasunse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+#

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

2015-04-27 Thread Михаил Страшун
Date: Monday, April 27, 2015 @ 10:58:06
  Author: dicebot
Revision: 132304

upgpkg: dmd 2.067.1-2

Remove experimental -L-lcurl from dmd.conf

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 08:20:01 UTC (rev 132303)
+++ PKGBUILD2015-04-27 08:58:06 UTC (rev 132304)
@@ -9,7 +9,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.067.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.dlang.org";
 makedepends=('git' 'gcc' 'make')
@@ -49,7 +49,7 @@
 install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
 
 mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic -L-lcurl" > $pkgdir/etc/dmd.conf
+echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic" > $pkgdir/etc/dmd.conf
 
 mkdir -p $pkgdir/usr/share/man/man1
 mkdir -p $pkgdir/usr/share/man/man5
@@ -68,7 +68,6 @@
 
 package_libphobos-devel() {
 pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-depends=("curl")
 options=("staticlibs")
 provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
 license=("custom")


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

2015-04-27 Thread Felix Yan
Date: Monday, April 27, 2015 @ 10:20:01
  Author: fyan
Revision: 132303

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 132302, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 132302, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 132302, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 132302, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   64 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   31 ---
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   31 ---
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 08:19:24 UTC (rev 132302)
+++ community-i686/PKGBUILD 2015-04-27 08:20:01 UTC (rev 132303)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=a0fa8bfe45308b5fc165ff7df6abf91c634904bd'
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 132302, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 08:20:01 UTC (rev 132303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
+pkgrel=1
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+options=('debug')
+install=$pkgname.install
+source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2015-04-27 08:19:24 UTC (rev 132302)
+++ community-i686/pidgin-lwqq.install  2015-04-27 08:20:01 UTC (rev 132303)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 132302, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2015-04-27 08:20:01 UTC (rev 132303)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-27 08:19:24 UTC (rev 132302)
+++ community-x86_64/PKGBUILD   2015-04-27 08:20:01 UTC (rev 132303)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=a0fa8bfe45308b5fc165ff7df6abf91c634904bd'
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://gith

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

2015-04-27 Thread Felix Yan
Date: Monday, April 27, 2015 @ 10:19:24
  Author: fyan
Revision: 132302

upgpkg: pidgin-lwqq 0.5.0-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 08:17:33 UTC (rev 132301)
+++ PKGBUILD2015-04-27 08:19:24 UTC (rev 132302)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=pidgin-lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=a0fa8bfe45308b5fc165ff7df6abf91c634904bd'
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
 pkgrel=1
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
 arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@
 optdepends=('pidgin: Multi-protocol instant messaging client'
 'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
+options=('debug')
 install=$pkgname.install
 source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver")
 sha512sums=('SKIP')


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

2015-04-27 Thread Felix Yan
Date: Monday, April 27, 2015 @ 10:17:33
  Author: fyan
Revision: 132301

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-27 08:01:56 UTC (rev 132300)
+++ community-i686/PKGBUILD 2015-04-27 08:17:33 UTC (rev 132301)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
-pkgrel=1
-pkgdesc="A library for webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/lwqq";
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 132300, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 08:17:33 UTC (rev 132301)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lwqq
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq";
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-27 08:01:56 UTC (rev 132300)
+++ community-x86_64/PKGBUILD   2015-04-27 08:17:33 UTC (rev 132301)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lwqq
-pkgver=0.5.0
-#_gitver="tag=v$pkgver"
-_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
-pkgrel=1
-pkgdesc="A library for webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/lwqq";
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-options=('debug')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 132300, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-27 08:17:33 UTC (rev 132301)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lwqq
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq";
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libqgit2 (5 files)

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 10:10:17
  Author: arojas
Revision: 238057

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

Added:
  libqgit2/repos/
  libqgit2/repos/extra-i686/
  libqgit2/repos/extra-i686/PKGBUILD
(from rev 238056, libqgit2/trunk/PKGBUILD)
  libqgit2/repos/extra-x86_64/
  libqgit2/repos/extra-x86_64/PKGBUILD
(from rev 238056, libqgit2/trunk/PKGBUILD)

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

Copied: libqgit2/repos/extra-i686/PKGBUILD (from rev 238056, 
libqgit2/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-04-27 08:10:17 UTC (rev 238057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=libqgit2
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="A Qt wrapper library around the libgit2 git access library"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/playground/libs/libqgit2'
+license=(LGPL)
+depends=(qt4 libgit2)
+makedepends=(cmake automoc4)
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=libqgit2.git&a=snapshot&h=ae2d198606b722d378c42d3d1a607be159cb3a8b&fmt=tgz";)
+sha1sums=('40d5def1b2c6b64a017b09af0d372b2b4b7e3012')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libqgit2/repos/extra-x86_64/PKGBUILD (from rev 238056, 
libqgit2/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-04-27 08:10:17 UTC (rev 238057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=libqgit2
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="A Qt wrapper library around the libgit2 git access library"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/playground/libs/libqgit2'
+license=(LGPL)
+depends=(qt4 libgit2)
+makedepends=(cmake automoc4)
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=libqgit2.git&a=snapshot&h=ae2d198606b722d378c42d3d1a607be159cb3a8b&fmt=tgz";)
+sha1sums=('40d5def1b2c6b64a017b09af0d372b2b4b7e3012')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-04-27 Thread Antonio Rojas
Date: Monday, April 27, 2015 @ 10:09:16
  Author: arojas
Revision: 238056

New calligra dependency

Added:
  libqgit2/
  libqgit2/trunk/
  libqgit2/trunk/PKGBUILD

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

Added: libqgit2/trunk/PKGBUILD
===
--- libqgit2/trunk/PKGBUILD (rev 0)
+++ libqgit2/trunk/PKGBUILD 2015-04-27 08:09:16 UTC (rev 238056)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=libqgit2
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="A Qt wrapper library around the libgit2 git access library"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/playground/libs/libqgit2'
+license=(LGPL)
+depends=(qt4 libgit2)
+makedepends=(cmake automoc4)
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=libqgit2.git&a=snapshot&h=ae2d198606b722d378c42d3d1a607be159cb3a8b&fmt=tgz";)
+sha1sums=('40d5def1b2c6b64a017b09af0d372b2b4b7e3012')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


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

2015-04-27 Thread Felix Yan
Date: Monday, April 27, 2015 @ 10:01:34
  Author: fyan
Revision: 132299

upgpkg: lwqq 0.5.0-1

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-27 06:57:41 UTC (rev 132298)
+++ PKGBUILD2015-04-27 08:01:34 UTC (rev 132299)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
 pkgrel=1
 pkgdesc="A library for webqq protocol"
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 license=('GPL3')
 depends=('curl' 'libev' 'js17' 'sqlite')
 makedepends=('git' 'cmake')
+options=('debug')
 source=("git://github.com/xiehuc/lwqq.git#$_gitver")
 sha512sums=('SKIP')
 


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

2015-04-27 Thread Felix Yan
Date: Monday, April 27, 2015 @ 10:01:56
  Author: fyan
Revision: 132300

archrelease: copy trunk to community-x86_64

Added:
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 132299, lwqq/trunk/PKGBUILD)
Deleted:
  lwqq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-27 08:01:34 UTC (rev 132299)
+++ PKGBUILD2015-04-27 08:01:56 UTC (rev 132300)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lwqq
-pkgver=0.4.3
-_gitver="tag=v$pkgver"
-#_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
-pkgrel=1
-pkgdesc="A library for webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/lwqq";
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 132299, 
lwqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-27 08:01:56 UTC (rev 132300)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lwqq
+pkgver=0.5.0
+#_gitver="tag=v$pkgver"
+_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq";
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}