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

2016-08-23 Thread Kyle Keen
Date: Wednesday, August 24, 2016 @ 04:48:39
  Author: kkeen
Revision: 187443

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 187442, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 187442, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 187442, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 187442, openscad/trunk/PKGBUILD)

+
 community-staging-i686/CHANGELOG   |  111 +++
 community-staging-i686/PKGBUILD|   54 +
 community-staging-x86_64/CHANGELOG |  111 +++
 community-staging-x86_64/PKGBUILD  |   54 +
 4 files changed, 330 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 187442, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2016-08-24 04:48:39 UTC (rev 187443)
@@ -0,0 +1,111 @@
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 187442, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-24 04:48:39 UTC (rev 187443)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Chirantan Ekbote 
+# Contributor: Eric Anderson 
+# Contributor: Pierre DOUCET 
+pkgname=openscad
+pkgver=2015.03.03
+_ver=2015.03-3  # hopefully -X is temporary
+pkgrel=5
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+changelog=CHANGELOG
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need imagemagick and an X11 or framebuffer session
+checkdepends=('cmake' 

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

2016-08-23 Thread Kyle Keen
Date: Wednesday, August 24, 2016 @ 04:48:18
  Author: kkeen
Revision: 187442

upgpkg: openscad 2015.03.03-5 boost rebuild

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |   12 
 PKGBUILD  |2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: CHANGELOG
===
--- CHANGELOG   2016-08-24 04:47:53 UTC (rev 187441)
+++ CHANGELOG   2016-08-24 04:48:18 UTC (rev 187442)
@@ -1,3 +1,15 @@
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
 2016-04-28 Kyle Keen 
* 2015.03.03-2
- Rebuild for install hooks

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 04:47:53 UTC (rev 187441)
+++ PKGBUILD2016-08-24 04:48:18 UTC (rev 187442)
@@ -6,7 +6,7 @@
 pkgname=openscad
 pkgver=2015.03.03
 _ver=2015.03-3  # hopefully -X is temporary
-pkgrel=4
+pkgrel=5
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (4 files)

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 04:47:53
  Author: felixonmars
Revision: 187441

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 187440, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 187440, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
187440, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-24 04:46:41 UTC (rev 187440)
+++ PKGBUILD2016-08-24 04:47:53 UTC (rev 187441)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('f80755c3d090ff8b14994ff477e19440c72edc5c'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 04:46:41
  Author: felixonmars
Revision: 187440

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 187439, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 187439, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
187439, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-24 04:46:26 UTC (rev 187439)
+++ PKGBUILD2016-08-24 04:46:41 UTC (rev 187440)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('f80755c3d090ff8b14994ff477e19440c72edc5c'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 04:46:26
  Author: felixonmars
Revision: 187439

upgpkg: wine-staging 1.9.17-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 03:55:34 UTC (rev 187438)
+++ PKGBUILD2016-08-24 04:46:26 UTC (rev 187439)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.16
+pkgver=1.9.17
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('f80755c3d090ff8b14994ff477e19440c72edc5c'
+sha1sums=('1f397549b36769635c57fe87583f18850d695b6b'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:55:10
  Author: felixonmars
Revision: 187437

upgpkg: python-pytest 3.0.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 03:52:07 UTC (rev 187436)
+++ PKGBUILD2016-08-24 03:55:10 UTC (rev 187437)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:55:34
  Author: felixonmars
Revision: 187438

archrelease: copy trunk to community-testing-any

Added:
  python-pytest/repos/community-testing-any/PKGBUILD
(from rev 187437, python-pytest/trunk/PKGBUILD)
Deleted:
  python-pytest/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-24 03:55:10 UTC (rev 187437)
+++ PKGBUILD2016-08-24 03:55:34 UTC (rev 187438)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
-  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
-
-  cp -a pytest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest
-  python setup.py build
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py build
-}
-
-# Tests hang as of 3.0.0
-check_disabled() {
-  cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
-
-  cd pytest
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/bin/pytest
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
-
-  cd pytest-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  rm "$pkgdir"/usr/bin/pytest
-}

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 187437, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-24 03:55:34 UTC (rev 187438)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
+  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+# Tests hang as of 3.0.0
+check_disabled() {
+  cd "$srcdir"/pytest
+  # 1 xdist-related failure
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-py2
+  # 1 xdist-related failure
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/bin/pytest
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 

[arch-commits] Commit in perl-sub-exporter-progressive/repos/community-any (2 files)

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:52:07
  Author: felixonmars
Revision: 187436

archrelease: copy trunk to community-any

Added:
  perl-sub-exporter-progressive/repos/community-any/PKGBUILD
(from rev 187435, perl-sub-exporter-progressive/trunk/PKGBUILD)
Deleted:
  perl-sub-exporter-progressive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-24 03:51:31 UTC (rev 187435)
+++ PKGBUILD2016-08-24 03:52:07 UTC (rev 187436)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Alan Young 
-
-pkgname=perl-sub-exporter-progressive
-_pkgname=Sub-Exporter-Progressive
-pkgver=0.001011
-pkgrel=1
-pkgdesc="Only use Sub::Exporter if you need it"
-arch=('any')
-url="http://search.cpan.org/dist/Sub-Exporter-Progressive;
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
-md5sums=('bb50b3ba1538902b197c04818a84230a')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
-  PERL_AUTOINSTALL="--skipdeps"   \
-  PERL_MM_OPT="INSTALLDIRS=vendor"\
-  PERL_MB_OPT="--installdirs vendor"  \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir"/$_pkgname-$pkgver
-
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-sub-exporter-progressive/repos/community-any/PKGBUILD (from rev 
187435, perl-sub-exporter-progressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-24 03:52:07 UTC (rev 187436)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Alan Young 
+
+pkgname=perl-sub-exporter-progressive
+_pkgname=Sub-Exporter-Progressive
+pkgver=0.001012
+pkgrel=1
+pkgdesc="Only use Sub::Exporter if you need it"
+arch=('any')
+url="http://search.cpan.org/dist/Sub-Exporter-Progressive;
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
+md5sums=('a6be2bcef9a9f5c5f2709060dae521a2')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL="--skipdeps"   \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir"/$_pkgname-$pkgver
+
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}


[arch-commits] Commit in perl-sub-exporter-progressive/trunk (PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:51:31
  Author: felixonmars
Revision: 187435

upgpkg: perl-sub-exporter-progressive 0.001012-1

Modified:
  perl-sub-exporter-progressive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 03:31:50 UTC (rev 187434)
+++ PKGBUILD2016-08-24 03:51:31 UTC (rev 187435)
@@ -4,7 +4,7 @@
 
 pkgname=perl-sub-exporter-progressive
 _pkgname=Sub-Exporter-Progressive
-pkgver=0.001011
+pkgver=0.001012
 pkgrel=1
 pkgdesc="Only use Sub::Exporter if you need it"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
-md5sums=('bb50b3ba1538902b197c04818a84230a')
+md5sums=('a6be2bcef9a9f5c5f2709060dae521a2')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \


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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:31:50
  Author: felixonmars
Revision: 187434

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-24 03:24:45 UTC (rev 187433)
+++ PKGBUILD2016-08-24 03:31:50 UTC (rev 187434)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.11.1
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
-  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
-  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
-  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
-  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
-  'python2-pycodestyle')
-source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keystoneauth
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/keystoneauth-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
-  optdepends=('python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 187433, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-24 03:31:50 UTC (rev 187434)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
+  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
+  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
+  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
+  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
+  

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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:24:45
  Author: felixonmars
Revision: 187433

upgpkg: python-keystoneauth1 2.12.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 22:07:57 UTC (rev 187432)
+++ PKGBUILD2016-08-24 03:24:45 UTC (rev 187433)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.11.1
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')


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

2016-08-23 Thread Levente Polyak
Date: Wednesday, August 24, 2016 @ 00:02:33
  Author: anthraxx
Revision: 274619

upgpkg: nvidia-settings 370.23-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 20:05:42 UTC (rev 274618)
+++ PKGBUILD2016-08-24 00:02:33 UTC (rev 274619)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Felix Yan 
 # Maintainer: Levente Polyak 
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=367.35
+pkgver=370.23
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Levente Polyak
Date: Wednesday, August 24, 2016 @ 00:02:46
  Author: anthraxx
Revision: 274620

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

Added:
  nvidia-settings/repos/extra-i686/PKGBUILD
(from rev 274619, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
(from rev 274619, nvidia-settings/trunk/libxnvctrl_so.patch)
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 274619, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 274619, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-i686/PKGBUILD
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

--+
 /PKGBUILD|  122 +
 /libxnvctrl_so.patch |  134 +
 extra-i686/PKGBUILD  |   62 -
 extra-i686/libxnvctrl_so.patch   |   67 --
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/libxnvctrl_so.patch |   67 --
 6 files changed, 256 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-24 00:02:33 UTC (rev 274619)
+++ extra-i686/PKGBUILD 2016-08-24 00:02:46 UTC (rev 274620)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 271918 2016-07-15 19:08:20Z anthraxx $
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=367.35
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;
-libxnvctrl_so.patch)
-sha1sums=('SKIP'
-  '16619a01e92e565c79ad344be87ad11244ac1762')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  cd ${pkgbase}
-  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-
-  cd ${pkgbase}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
-  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
-  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
-  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-i686/PKGBUILD (from rev 274619, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-24 00:02:46 UTC (rev 274620)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=370.23
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;
+libxnvctrl_so.patch)
+sha1sums=('SKIP'
+  '16619a01e92e565c79ad344be87ad11244ac1762')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}
+  make DESTDIR="${pkgdir}" 

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 22:07:35
  Author: anthraxx
Revision: 187431

upgpkg: veracrypt 1.18-1

- upstream release
- remove upstream patches
- fix no-exec-stack patch (line endings)

Deleted:
  veracrypt/trunk/fix-invalid-characters.patch
  veracrypt/trunk/gcc6.patch
  veracrypt/trunk/truecrypt-arch-detection.patch

+
 fix-invalid-characters.patch   |   54 --
 gcc6.patch |   61 ---
 truecrypt-arch-detection.patch |   15 -
 3 files changed, 130 deletions(-)

Deleted: fix-invalid-characters.patch
===
--- fix-invalid-characters.patch2016-08-23 22:06:36 UTC (rev 187430)
+++ fix-invalid-characters.patch2016-08-23 22:07:35 UTC (rev 187431)
@@ -1,54 +0,0 @@
-From 646679da4d79bf7f8af22c44c7ae8498086a88a6 Mon Sep 17 00:00:00 2001
-From: Mounir IDRASSI 
-Date: Fri, 18 Mar 2016 16:25:48 +0100
-Subject: [PATCH] Linux: Completely fix gcc-5 "Invalid characters encountered"
- issue on mount. It was caused by an issue of gcc-5 STL implementation that is
- causing char* pointers retrieved from std::string using c_str method to
- become invalid in the child of a child process (after two fork calls). The
- workaround is to first copy the std:string values in the child before calling
- the second fork.
-

- src/Platform/Unix/Process.cpp | 24 ++--
- 1 file changed, 22 insertions(+), 2 deletions(-)
-
-diff --git a/src/Platform/Unix/Process.cpp b/src/Platform/Unix/Process.cpp
-index 388bda6..0770364 100644
 a/src/Platform/Unix/Process.cpp
-+++ b/src/Platform/Unix/Process.cpp
-@@ -53,13 +53,33 @@ namespace VeraCrypt
-   try
-   {
-   int argIndex = 0;
-+  /* Workaround for gcc 5.X issue related 
to the use of STL (string and list) with muliple fork calls. 
-+   * 
-+   * The char* pointers retrieved from 
the elements of parameter "arguments" are no longer valid after
-+   * a second fork is called. "arguments" 
was created in the parent of the current child process.
-+   * 
-+   * The only solution is to copy the 
elements of "arguments" parameter in a local string array on this 
-+   * child process and then use char* 
pointers retrieved from this local copies before calling fork. 
-+   * 
-+   * gcc 4.x doesn't suffer from this 
issue.
-+   * 
-+   */
-+  string argsCopy[array_capacity (args)];
-   if (!execFunctor)
--  args[argIndex++] = const_cast 
 (processName.c_str());
-+  {
-+  argsCopy[argIndex++] = 
processName;
-+  }
- 
-   foreach (const string , arguments)
-   {
--  args[argIndex++] = const_cast 
 (arg.c_str());
-+  argsCopy[argIndex++] = arg;
-   }
-+  
-+  for (int i = 0; i < argIndex; i++)
-+  {
-+  args[i] = const_cast  
(argsCopy[i].c_str());
-+  }
-+
-   args[argIndex] = nullptr;
- 
-   if (inputData)

Deleted: gcc6.patch
===
--- gcc6.patch  2016-08-23 22:06:36 UTC (rev 187430)
+++ gcc6.patch  2016-08-23 22:07:35 UTC (rev 187431)
@@ -1,61 +0,0 @@
 Main/Resources.cpp 2016-05-16 16:47:35.846462041 +0200
-+++ Main/Resources.cpp 2016-05-16 17:12:21.838202520 +0200
-@@ -45,13 +45,13 @@
-   strBuf.CopyFrom (res);
-   return string (reinterpret_cast  (strBuf.Ptr()));
- #else
--  static const char LanguageXml[] =
-+  static byte LanguageXml[] =
-   {
- # include "Common/Language.xml.h"
-   , 0
-   };
- 
--  return string (LanguageXml);
-+  return string ((const char*) LanguageXml);
- #endif
-   }
- 
-@@ -64,13 +64,13 @@
-   strBuf.CopyFrom (res);
-

[arch-commits] Commit in veracrypt/repos (22 files)

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 22:07:57
  Author: anthraxx
Revision: 187432

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

Added:
  veracrypt/repos/community-i686/PKGBUILD
(from rev 187431, veracrypt/trunk/PKGBUILD)
  veracrypt/repos/community-i686/no-exec-stack.patch
(from rev 187431, veracrypt/trunk/no-exec-stack.patch)
  veracrypt/repos/community-i686/no-makeself.patch
(from rev 187431, veracrypt/trunk/no-makeself.patch)
  veracrypt/repos/community-i686/veracrypt.desktop
(from rev 187431, veracrypt/trunk/veracrypt.desktop)
  veracrypt/repos/community-x86_64/PKGBUILD
(from rev 187431, veracrypt/trunk/PKGBUILD)
  veracrypt/repos/community-x86_64/no-exec-stack.patch
(from rev 187431, veracrypt/trunk/no-exec-stack.patch)
  veracrypt/repos/community-x86_64/no-makeself.patch
(from rev 187431, veracrypt/trunk/no-makeself.patch)
  veracrypt/repos/community-x86_64/veracrypt.desktop
(from rev 187431, veracrypt/trunk/veracrypt.desktop)
Deleted:
  veracrypt/repos/community-i686/PKGBUILD
  veracrypt/repos/community-i686/fix-invalid-characters.patch
  veracrypt/repos/community-i686/gcc6.patch
  veracrypt/repos/community-i686/no-exec-stack.patch
  veracrypt/repos/community-i686/no-makeself.patch
  veracrypt/repos/community-i686/truecrypt-arch-detection.patch
  veracrypt/repos/community-i686/veracrypt.desktop
  veracrypt/repos/community-x86_64/PKGBUILD
  veracrypt/repos/community-x86_64/fix-invalid-characters.patch
  veracrypt/repos/community-x86_64/gcc6.patch
  veracrypt/repos/community-x86_64/no-exec-stack.patch
  veracrypt/repos/community-x86_64/no-makeself.patch
  veracrypt/repos/community-x86_64/truecrypt-arch-detection.patch
  veracrypt/repos/community-x86_64/veracrypt.desktop

-+
 /PKGBUILD   |  104 +++
 /no-exec-stack.patch|  120 ++
 /no-makeself.patch  |   22 
 /veracrypt.desktop  |   18 +++
 community-i686/PKGBUILD |   59 --
 community-i686/fix-invalid-characters.patch |   54 -
 community-i686/gcc6.patch   |   61 ---
 community-i686/no-exec-stack.patch  |   60 ---
 community-i686/no-makeself.patch|   11 --
 community-i686/truecrypt-arch-detection.patch   |   15 --
 community-i686/veracrypt.desktop|9 -
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/fix-invalid-characters.patch   |   54 -
 community-x86_64/gcc6.patch |   61 ---
 community-x86_64/no-exec-stack.patch|   60 ---
 community-x86_64/no-makeself.patch  |   11 --
 community-x86_64/truecrypt-arch-detection.patch |   15 --
 community-x86_64/veracrypt.desktop  |9 -
 18 files changed, 264 insertions(+), 538 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 22:07:35 UTC (rev 187431)
+++ community-i686/PKGBUILD 2016-08-23 22:07:57 UTC (rev 187432)
@@ -1,59 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sebastian Lau 
-# Contributor: Eric Ozwigh 
-
-pkgname=veracrypt
-_pkgname=VeraCrypt
-pkgver=1.17
-pkgrel=5
-pkgdesc='Disk encryption with strong security based on TrueCrypt'
-url='http://veracrypt.codeplex.com/'
-arch=('i686' 'x86_64')
-license=('custom:TrueCrypt')
-depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper')
-optdepends=('sudo: mounting encrypted volumes as nonroot users')
-makedepends=('nasm')
-source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2/download"
-
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2.sig/download"
-no-makeself.patch
-truecrypt-arch-detection.patch
-gcc6.patch
-fix-invalid-characters.patch
-no-exec-stack.patch
-veracrypt.desktop)
-sha512sums=('a26c28513030b43390942f5363c3e501ef36ac8277a9f10cf8339a0ba487fea4d0db853c96f7f2540b0b2ff417e182525b1ad193f4ef6e5078224bc466236ee9'
-
'82e09ff9132b20dff75d509be3da43a9aa1b23d14e52f35d248d1e578360f6bb191a328332cd503c324a01fe739ef301b4c532dc7398861d2b094c6a7fc76825'
-
'e3972fd239fd83807c5ea9dd9268a0e962b0bd9cb9cf8f6251ac51a44a94f3c57f0b1e6857b42e4296cff531030c8278c543b386ebf463d4e19fe9a536acbcf9'
-
'fac6963c65720f0b13486ff22bdcc2e31e78c39ede2b9561b2c4037ef2c0375f04c4d51dc6067c37aaeb664c3ed70e5747488389737c41807680750c26a8f084'
-

[arch-commits] Commit in veracrypt/trunk (PKGBUILD no-exec-stack.patch)

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 22:06:36
  Author: anthraxx
Revision: 187430

upgpkg: veracrypt 1.18-1

Modified:
  veracrypt/trunk/PKGBUILD
  veracrypt/trunk/no-exec-stack.patch

-+
 PKGBUILD|   33 +
 no-exec-stack.patch |   22 +++---
 2 files changed, 24 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 20:47:38 UTC (rev 187429)
+++ PKGBUILD2016-08-23 22:06:36 UTC (rev 187430)
@@ -4,30 +4,25 @@
 
 pkgname=veracrypt
 _pkgname=VeraCrypt
-pkgver=1.17
-pkgrel=5
+pkgver=1.18
+pkgrel=1
 pkgdesc='Disk encryption with strong security based on TrueCrypt'
 url='http://veracrypt.codeplex.com/'
 arch=('i686' 'x86_64')
 license=('custom:TrueCrypt')
 depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper')
-optdepends=('sudo: mounting encrypted volumes as nonroot users')
-makedepends=('nasm')
-source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2/download"
-
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2.sig/download"
+optdepends=('sudo: mounting encrypted volumes as nonroot users'
+'desktop-file-utils: update desktop database')
+makedepends=('nasm' 'pkg-config')
+source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2/download"
+
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2.sig/download"
 no-makeself.patch
-truecrypt-arch-detection.patch
-gcc6.patch
-fix-invalid-characters.patch
 no-exec-stack.patch
 veracrypt.desktop)
-sha512sums=('a26c28513030b43390942f5363c3e501ef36ac8277a9f10cf8339a0ba487fea4d0db853c96f7f2540b0b2ff417e182525b1ad193f4ef6e5078224bc466236ee9'
-
'82e09ff9132b20dff75d509be3da43a9aa1b23d14e52f35d248d1e578360f6bb191a328332cd503c324a01fe739ef301b4c532dc7398861d2b094c6a7fc76825'
+sha512sums=('cf2140253179c8d130b890a00d4ef448695b726abcad5099bce84b1721eec833c84dc72995d54f48317f5ecd8e517e75462c809b65606f15be988d4d41a2234e'
+
'ca246c8725d47a880266c0cdb7ada26bf50a159bc78581b32c1ac181787a195a93fdb8e61e975028cebf8be27e535ab3ca28fa9c03c1cf5bf91f762d9ff9'
 
'e3972fd239fd83807c5ea9dd9268a0e962b0bd9cb9cf8f6251ac51a44a94f3c57f0b1e6857b42e4296cff531030c8278c543b386ebf463d4e19fe9a536acbcf9'
-
'fac6963c65720f0b13486ff22bdcc2e31e78c39ede2b9561b2c4037ef2c0375f04c4d51dc6067c37aaeb664c3ed70e5747488389737c41807680750c26a8f084'
-
'84175a3677f20b2b03ab29b017b9deecb517a58a640cf667b503cc9375c104b9c0a5d5ea4b3537ba7f12530054a456b466df0afdd935714cd43034b8e6cb2b7c'
-
'd52826572178a471bb608fd4991766f4f9fa7c5cbf3659922372feb9fdfcbab596d5f1360e30f66613681619672d0be6c5457f5617f5fb1f84061de779831f96'
-
'c64f9255303a521b4e531ebea574befe80a9f193c9aa42fd9cb552e56d087815ca161b50b593e7c3ede10a65c67dc36d0447dbffb0f4d4614f181a95759c2f79'
+
'94f1b0bd00a84a8294c8efa72058dba71acbe5c846c9761874faa36ba9c3f1ac3d8a7d3b7452c62e2baf770efa4eecf2d989fc6d2181b3b3e11808e5cd6eb726'
 
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
 validpgpkeys=('993B7D7E8E413809828F0F29EB559C7C54DDD393') # VeraCrypt Team 

 
@@ -34,16 +29,14 @@
 prepare() {
   cd src
   patch -p1 < "${srcdir}/no-makeself.patch"
-  patch -p1 < "${srcdir}/truecrypt-arch-detection.patch"
-  patch -p0 < "${srcdir}/gcc6.patch"
-  patch -p2 < "${srcdir}/fix-invalid-characters.patch"
   patch -p0 < "${srcdir}/no-exec-stack.patch"
 }
 
 build() {
   cd src
-  export WX_CONFIG=/usr/bin/wx-config
-  make TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
+  make PKG_CONFIG_PATH=/usr/lib/pkgconfig \
+WX_CONFIG=/usr/bin/wx-config \
+TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
 TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
 TC_EXTRA_CFLAGS="${CFLAGS}"
 }

Modified: no-exec-stack.patch
===
--- no-exec-stack.patch 2016-08-23 20:47:38 UTC (rev 187429)
+++ no-exec-stack.patch 2016-08-23 22:06:36 UTC (rev 187430)
@@ -1,9 +1,9 @@
 --- Crypto/Aes_hw_cpu.asm.old  2011-06-01 17:12:53.07801 -0400
 +++ Crypto/Aes_hw_cpu.asm  2011-06-01 17:12:53.08002 -0400
 @@ -328,3 +328,12 @@
- 
- 
- %endif; __BITS__ != 16
+ 
+ 
+ %endif; __BITS__ != 16
 +  %ifidn __OUTPUT_FORMAT__,elf
 +  section .note.GNU-stack noalloc noexec nowrite progbits
 +  %endif
@@ -17,8 +17,8 @@
 +++ Crypto/AesSmall_x86.asm2011-06-01 17:12:53.08602 -0400
 @@ -1442,3 +1442,12 @@

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 20:47:38
  Author: anthraxx
Revision: 187429

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

Added:
  john/repos/community-i686/PKGBUILD
(from rev 187428, john/trunk/PKGBUILD)
  john/repos/community-i686/fix-32bit.patch
(from rev 187428, john/trunk/fix-32bit.patch)
  john/repos/community-i686/fix-i686-openmp.patch
(from rev 187428, john/trunk/fix-i686-openmp.patch)
  john/repos/community-i686/gcc5.patch
(from rev 187428, john/trunk/gcc5.patch)
  john/repos/community-i686/john.install
(from rev 187428, john/trunk/john.install)
  john/repos/community-i686/params.h.patch
(from rev 187428, john/trunk/params.h.patch)
  john/repos/community-x86_64/PKGBUILD
(from rev 187428, john/trunk/PKGBUILD)
  john/repos/community-x86_64/fix-32bit.patch
(from rev 187428, john/trunk/fix-32bit.patch)
  john/repos/community-x86_64/fix-i686-openmp.patch
(from rev 187428, john/trunk/fix-i686-openmp.patch)
  john/repos/community-x86_64/gcc5.patch
(from rev 187428, john/trunk/gcc5.patch)
  john/repos/community-x86_64/john.install
(from rev 187428, john/trunk/john.install)
  john/repos/community-x86_64/params.h.patch
(from rev 187428, john/trunk/params.h.patch)
Deleted:
  john/repos/community-i686/PKGBUILD
  john/repos/community-i686/fix-32bit.patch
  john/repos/community-i686/fix-i686-openmp.patch
  john/repos/community-i686/gcc5.patch
  john/repos/community-i686/john.install
  john/repos/community-i686/params.h.patch
  john/repos/community-x86_64/PKGBUILD
  john/repos/community-x86_64/fix-32bit.patch
  john/repos/community-x86_64/fix-i686-openmp.patch
  john/repos/community-x86_64/gcc5.patch
  john/repos/community-x86_64/john.install
  john/repos/community-x86_64/params.h.patch

+
 /PKGBUILD  |  276 +++
 /fix-32bit.patch   |   48 +
 /fix-i686-openmp.patch |  138 +++
 /gcc5.patch|  126 ++
 /john.install  |   18 ++
 /params.h.patch|   34 +++
 community-i686/PKGBUILD|  136 ---
 community-i686/fix-32bit.patch |   24 --
 community-i686/fix-i686-openmp.patch   |   69 ---
 community-i686/gcc5.patch  |   63 ---
 community-i686/john.install|9 -
 community-i686/params.h.patch  |   17 -
 community-x86_64/PKGBUILD  |  136 ---
 community-x86_64/fix-32bit.patch   |   24 --
 community-x86_64/fix-i686-openmp.patch |   69 ---
 community-x86_64/gcc5.patch|   63 ---
 community-x86_64/john.install  |9 -
 community-x86_64/params.h.patch|   17 -
 18 files changed, 640 insertions(+), 636 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 20:47:17 UTC (rev 187428)
+++ community-i686/PKGBUILD 2016-08-23 20:47:38 UTC (rev 187429)
@@ -1,136 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Thorsten Töpper 
-# Contributor: Andrea Scarpino 
-# Contributor: Dale Blount 
-# Contributor: Tom Newsom 
-# Contributor: Michal Krenek 
-
-pkgname=john
-_jumbover=1
-_johnver=1.8.0
-pkgver=${_johnver}.jumbo${_jumbover}
-pkgrel=1
-pkgdesc='John the Ripper password cracker'
-url='http://www.openwall.com/john'
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('openssl' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 'libcl')
-optdepends=(
-  'bash-completion: completion for bash'
-  'perl: perl based john scripts'
-  'ruby: ruby based john scripts'
-  'python: python based john scripts'
-  'opencl-nvidia:  OpenCL implemention for NVIDIA'
-  'opencl-mesa:OpenCL support for AMD/ATI Radeon mesa drivers'
-)
-makedepends=('pkg-config' 'opencl-headers')
-backup=('etc/john/john.conf')
-install=john.install
-source=(http://www.openwall.com/john/j/john-${_johnver}-jumbo-${_jumbover}.tar.xz
-params.h.patch
-gcc5.patch
-fix-32bit.patch
-fix-i686-openmp.patch)
-sha512sums=('163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e'
-
'4e7c530bf75d0c56409018097a2fee4a991c8332b25f985b16d91ffb631079d46870fa0c54eb519c8d60c7425c62c616e24617e0ebbad4193ccef8d001c08893'
-
'941a8fbe435d24287be158648d3083062806de639ce822645d949a171b2e662249bb13d9f5903017792cc979c7ff89615681adaed2afbf0d9c6ca5fe825e135a'
-
'824497e6fa67b1ff17a4b87544dedf5361e5ba07617ffb9e7718f2e90152b0bc2f39cd80a1badd84de0ef1e3442783bda3df1332d990b722a29d04b8b7449590'
-

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 20:47:17
  Author: anthraxx
Revision: 187428

upgpkg: john 1.8.0.jumbo1-2 (FS#50332)

distribute special scripts to /usr/lib/john and optdepend
on python2

Modified:
  john/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 19:52:41 UTC (rev 187427)
+++ PKGBUILD2016-08-23 20:47:17 UTC (rev 187428)
@@ -9,7 +9,7 @@
 _jumbover=1
 _johnver=1.8.0
 pkgver=${_johnver}.jumbo${_jumbover}
-pkgrel=1
+pkgrel=2
 pkgdesc='John the Ripper password cracker'
 url='http://www.openwall.com/john'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
   'bash-completion: completion for bash'
   'perl: perl based john scripts'
   'ruby: ruby based john scripts'
-  'python: python based john scripts'
+  'python2: python based john scripts'
   'opencl-nvidia: OpenCL implemention for NVIDIA'
   'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers'
 )
@@ -43,6 +43,8 @@
   patch -p1 < "${srcdir}/gcc5.patch"
   patch -p1 < "${srcdir}/fix-32bit.patch"
   patch -Rp1 < "${srcdir}/fix-i686-openmp.patch"
+  sed 's|env python|env python2|' -i run/*.py
+  sed 's|/usr/bin/python|/usr/bin/python2|' -i run/*.py
 }
 
 build() {
@@ -115,7 +117,7 @@
   done
 
   # scripts
-  install -Dm 755 run/*.py run/*.pl run/*.rb run/{mailer,benchmark-unify} -t 
"${pkgdir}/usr/share/john"
+  install -Dm 755 run/*.py run/*.pl run/*.rb run/{mailer,benchmark-unify} -t 
"${pkgdir}/usr/lib/john"
 
   # data
   install -Dm 644 run/*.chr run/*.lst run/dictionary* run/stats -t 
"${pkgdir}/usr/share/john"


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

2016-08-23 Thread Andreas Radke
Date: Tuesday, August 23, 2016 @ 20:05:12
  Author: andyrtr
Revision: 274617

upgpkg: libreoffice-still 5.1.5-3

disable dconf - FS#50289

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 17:29:51 UTC (rev 274616)
+++ PKGBUILD2016-08-23 20:05:12 UTC (rev 274617)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=5.1.5.2
 pkgver=5.1.5
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -225,6 +225,7 @@
--enable-scripting-beanshell \
--enable-scripting-javascript \
--disable-telepathy \
+   --disable-dconf \
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver \
--without-fonts\


[arch-commits] Commit in libreoffice-still/repos (36 files)

2016-08-23 Thread Andreas Radke
Date: Tuesday, August 23, 2016 @ 20:05:42
  Author: andyrtr
Revision: 274618

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

Added:
  libreoffice-still/repos/extra-i686/PKGBUILD
(from rev 274617, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-i686/buildfix.diff
(from rev 274617, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/extra-i686/gcc6_buildfix.diff
(from rev 274617, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/extra-i686/liborcus-0.11.2.diff
(from rev 274617, libreoffice-still/trunk/liborcus-0.11.2.diff)
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
(from rev 274617, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
(from rev 274617, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 274617, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 274617, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/extra-i686/update_liborcus_to_0.11.0.diff
(from rev 274617, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 274617, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/buildfix.diff
(from rev 274617, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/extra-x86_64/gcc6_buildfix.diff
(from rev 274617, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/extra-x86_64/liborcus-0.11.2.diff
(from rev 274617, libreoffice-still/trunk/liborcus-0.11.2.diff)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 274617, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 274617, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 274617, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 274617, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/extra-x86_64/update_liborcus_to_0.11.0.diff
(from rev 274617, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
Deleted:
  libreoffice-still/repos/extra-i686/PKGBUILD
  libreoffice-still/repos/extra-i686/buildfix.diff
  libreoffice-still/repos/extra-i686/gcc6_buildfix.diff
  libreoffice-still/repos/extra-i686/liborcus-0.11.2.diff
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-still/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-still/repos/extra-i686/update_liborcus_to_0.11.0.diff
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/buildfix.diff
  libreoffice-still/repos/extra-x86_64/gcc6_buildfix.diff
  libreoffice-still/repos/extra-x86_64/liborcus-0.11.2.diff
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-still/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-still/repos/extra-x86_64/update_liborcus_to_0.11.0.diff

--+
 /PKGBUILD|  
792 +
 /buildfix.diff   |   
54 
 /gcc6_buildfix.diff  |   
24 
 /liborcus-0.11.2.diff|  
236 
 /libreoffice-still.csh   |   
12 
 /libreoffice-still.sh|   
12 
 /make-pyuno-work-with-system-wide-module-install.diff|   
88 
 /remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
248 
 /update_liborcus_to_0.11.0.diff  | 
3966 ++
 extra-i686/PKGBUILD  |  
395 
 extra-i686/buildfix.diff |   
27 
 extra-i686/gcc6_buildfix.diff|   
12 
 extra-i686/liborcus-0.11.2.diff  

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:52:32
  Author: anthraxx
Revision: 187426

upgpkg: strip-nondeterminism 0.023-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 19:15:18 UTC (rev 187425)
+++ PKGBUILD2016-08-23 19:52:32 UTC (rev 187426)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.022
+pkgver=0.023
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:52:41
  Author: anthraxx
Revision: 187427

archrelease: copy trunk to community-any

Added:
  strip-nondeterminism/repos/community-any/PKGBUILD
(from rev 187426, strip-nondeterminism/trunk/PKGBUILD)
Deleted:
  strip-nondeterminism/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 19:52:32 UTC (rev 187426)
+++ PKGBUILD2016-08-23 19:52:41 UTC (rev 187427)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=0.022
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

-
-prepare() {
-  cd ${pkgname}
-  git tag --verify ${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  make -C ${pkgname} test
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 187426, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 19:52:41 UTC (rev 187427)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=0.023
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+prepare() {
+  cd ${pkgname}
+  git tag --verify ${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  make -C ${pkgname} test
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:15:18
  Author: anthraxx
Revision: 187425

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

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

---+
 /LICENSE  |   84 
 /PKGBUILD |   78 
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   39 
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   39 
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-08-23 19:15:05 UTC (rev 187424)
+++ community-i686/LICENSE  2016-08-23 19:15:18 UTC (rev 187425)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 187424, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-08-23 19:15:18 UTC (rev 187425)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:15:05
  Author: anthraxx
Revision: 187424

upgpkg: pngcrush 1.8.5-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 19:10:17 UTC (rev 187423)
+++ PKGBUILD2016-08-23 19:15:05 UTC (rev 187424)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -13,7 +13,7 @@
 depends=('libpng')
 
source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz{,.asc}
 LICENSE)
-sha512sums=('f246a62727d5ecfda72e4be544c857ff4e67673cc54ac80ba60db5b1b2bea68c22780dd3999d76ee0ccfde5b8ca001c828ee22f46431e1b22e972b37f88f3192'
+sha512sums=('f76144e4b570cd0329243984404fdf34ea0959c4fa667808d773d1b7596e1c2e2d8c9cef4176d6cf609f17fcd8a8876a719da1bee5a0673bfe2533c7b4113a26'
 'SKIP'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (pngcrush) 


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:10:17
  Author: anthraxx
Revision: 187423

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 19:10:03 UTC (rev 187422)
+++ community-i686/PKGBUILD 2016-08-23 19:10:17 UTC (rev 187423)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.4
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8bec8eaeaeb28059023571a5747d199d2b5ab38a4156b2eb7d375c48426b5410ade2749c0b64531a231d6b8d36c6f1d3a88aa42eeffa269eb73c4acc91482de5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-i686/PKGBUILD (from rev 187422, 
radare2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 19:10:17 UTC (rev 187423)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.5
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b76f802b9f68eef3851f0dbc239141d3ecd9269870f8e7d963eec9d39038f4ab4bd37459af47792e73e23fb4206cdae0aa186decf6fcda99209d61d09b987098')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 19:10:03 UTC (rev 187422)
+++ community-x86_64/PKGBUILD   2016-08-23 19:10:17 UTC (rev 187423)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.4
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8bec8eaeaeb28059023571a5747d199d2b5ab38a4156b2eb7d375c48426b5410ade2749c0b64531a231d6b8d36c6f1d3a88aa42eeffa269eb73c4acc91482de5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 187422, 
radare2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 19:10:17 UTC (rev 187423)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.5
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 19:10:03
  Author: anthraxx
Revision: 187422

upgpkg: radare2 0.10.5-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 18:49:03 UTC (rev 187421)
+++ PKGBUILD2016-08-23 19:10:03 UTC (rev 187422)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='http://radare.org'
@@ -11,7 +11,7 @@
 depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8bec8eaeaeb28059023571a5747d199d2b5ab38a4156b2eb7d375c48426b5410ade2749c0b64531a231d6b8d36c6f1d3a88aa42eeffa269eb73c4acc91482de5')
+sha512sums=('b76f802b9f68eef3851f0dbc239141d3ecd9269870f8e7d963eec9d39038f4ab4bd37459af47792e73e23fb4206cdae0aa186decf6fcda99209d61d09b987098')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 18:49:03
  Author: anthraxx
Revision: 187421

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 187420, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 18:48:55 UTC (rev 187420)
+++ PKGBUILD2016-08-23 18:49:03 UTC (rev 187421)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer 
-
-pkgname=lynis
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh' 'awk')
-optdepends=('net-tools: networking tests'
-'bind-tools: nameserver tests'
-'iptables: firewall tests'
-'bash-completion: completion for bash')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('aa687dcd3d2701040e6765085c83d01b58d2356847c316defdc79f8d70b022cac1d0be1a2635bc2bb47e813ceccc4bc37334397ba5acf3dd45b749adc94f05b4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # binary
-  install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # profile
-  install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
-
-  # plugins, include, db
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
-
-  # doc files
-  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} \
--t "${pkgdir}/usr/share/bash-completion/completions"
-
-  # systemd
-  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
--t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 187420, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 18:49:03 UTC (rev 187421)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer 
+
+pkgname=lynis
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+'bind-tools: nameserver tests'
+'iptables: firewall tests'
+'bash-completion: completion for bash')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('3c97620339abb55419596ad8e207e4b7c53e59dc9e24ba24bf459b564a3c124cb41439cc852b589f95e21f2feada9709be4389ff846830ae1999a24a19cf0a15')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # binary
+  install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # profile
+  install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
+
+  # plugins, include, db
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+  # doc files
+  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} \
+-t "${pkgdir}/usr/share/bash-completion/completions"
+
+  # systemd
+  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+-t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 18:48:55
  Author: anthraxx
Revision: 187420

upgpkg: lynis 2.3.3-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 17:58:51 UTC (rev 187419)
+++ PKGBUILD2016-08-23 18:48:55 UTC (rev 187420)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=lynis
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -15,7 +15,7 @@
 'iptables: firewall tests'
 'bash-completion: completion for bash')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('aa687dcd3d2701040e6765085c83d01b58d2356847c316defdc79f8d70b022cac1d0be1a2635bc2bb47e813ceccc4bc37334397ba5acf3dd45b749adc94f05b4')
+sha512sums=('3c97620339abb55419596ad8e207e4b7c53e59dc9e24ba24bf459b564a3c124cb41439cc852b589f95e21f2feada9709be4389ff846830ae1999a24a19cf0a15')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-08-23 Thread Lukas Fleischer
Date: Tuesday, August 23, 2016 @ 17:58:51
  Author: lfleischer
Revision: 187419

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 187418, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 187418, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 187418, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 187418, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   36 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   18 ---
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 17:58:41 UTC (rev 187418)
+++ community-i686/PKGBUILD 2016-08-23 17:58:51 UTC (rev 187419)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
-borg.coveragerc)
-sha256sums=('b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7'
-'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 187418, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 17:58:51 UTC (rev 187419)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Deleted: community-i686/borg.coveragerc

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

2016-08-23 Thread Lukas Fleischer
Date: Tuesday, August 23, 2016 @ 17:58:41
  Author: lfleischer
Revision: 187418

upgpkg: borg 1.0.7-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 17:33:51 UTC (rev 187417)
+++ PKGBUILD2016-08-23 17:58:41 UTC (rev 187418)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7'
+sha256sums=('203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 17:33:40
  Author: anthraxx
Revision: 187416

upgpkg: afl 2.32b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:56:50 UTC (rev 187415)
+++ PKGBUILD2016-08-23 17:33:40 UTC (rev 187416)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.30b
+pkgver=2.32b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
+sha512sums=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,7 +29,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 17:33:51
  Author: anthraxx
Revision: 187417

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 17:33:40 UTC (rev 187416)
+++ community-i686/PKGBUILD 2016-08-23 17:33:51 UTC (rev 187417)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.30b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 187416, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 17:33:51 UTC (rev 187417)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.32b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 17:33:40 UTC (rev 187416)
+++ community-x86_64/PKGBUILD   2016-08-23 17:33:51 UTC (rev 187417)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.30b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)

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

2016-08-23 Thread Andreas Radke
Date: Tuesday, August 23, 2016 @ 17:29:51
  Author: andyrtr
Revision: 274616

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 274615, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/buildfix.diff
(from rev 274615, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 274615, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 274615, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 274615, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 274615, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/extra-i686/update_liborcus_to_0.11.0.diff
(from rev 274615, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 274615, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/buildfix.diff
(from rev 274615, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 274615, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 274615, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 274615, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 274615, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/extra-x86_64/update_liborcus_to_0.11.0.diff
(from rev 274615, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/buildfix.diff
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/extra-i686/update_liborcus_to_0.11.0.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/buildfix.diff
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/extra-x86_64/update_liborcus_to_0.11.0.diff

--+
 /PKGBUILD|  
718 +
 /buildfix.diff   |   
54 
 /libreoffice-fresh.csh   |   
12 
 /libreoffice-fresh.sh|   
12 
 /make-pyuno-work-with-system-wide-module-install.diff|   
88 
 /remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
248 
 /update_liborcus_to_0.11.0.diff  | 
3966 ++
 extra-i686/PKGBUILD  |  
358 
 extra-i686/buildfix.diff |   
27 
 extra-i686/libreoffice-fresh.csh |
6 
 extra-i686/libreoffice-fresh.sh  |
6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 extra-i686/update_liborcus_to_0.11.0.diff| 
1983 -
 extra-x86_64/PKGBUILD|  
358 
 extra-x86_64/buildfix.diff   |   
27 
 extra-x86_64/libreoffice-fresh.csh   |
6 
 extra-x86_64/libreoffice-fresh.sh|
6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 extra-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 -
 21 files 

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

2016-08-23 Thread Andreas Radke
Date: Tuesday, August 23, 2016 @ 17:29:26
  Author: andyrtr
Revision: 274615

upgpkg: libreoffice-fresh 5.2.0-3

disable dconf - FS#50289

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 15:45:38 UTC (rev 274614)
+++ PKGBUILD2016-08-23 17:29:26 UTC (rev 274615)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.2.0.4
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -196,6 +196,7 @@
--enable-scripting-beanshell \
--enable-scripting-javascript \
--disable-telepathy \
+   --disable-dconf \
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver \
--without-fonts\


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:56:50
  Author: anthraxx
Revision: 187415

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

Added:
  powerdns/repos/community-staging-i686/
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 187414, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/powerdns.install
(from rev 187414, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-i686/powerdns.service
(from rev 187414, powerdns/trunk/powerdns.service)
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 187414, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/powerdns.install
(from rev 187414, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-x86_64/powerdns.service
(from rev 187414, powerdns/trunk/powerdns.service)

---+
 community-staging-i686/PKGBUILD   |   83 
 community-staging-i686/powerdns.install   |   14 
 community-staging-i686/powerdns.service   |   12 
 community-staging-x86_64/PKGBUILD |   83 
 community-staging-x86_64/powerdns.install |   14 
 community-staging-x86_64/powerdns.service |   12 
 6 files changed, 218 insertions(+)

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 187414, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-23 16:56:50 UTC (rev 187415)
@@ -0,0 +1,83 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.9
+pkgrel=2
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
+ 'libldap' 'sqlite')
+optdepends=('libmariadbclient: MariaDB/MySQL backend'
+'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
+install="$pkgname.install"
+backup=('etc/powerdns/pdns.conf')
+source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2{,.asc}
+"$pkgname.service")
+sha256sums=('2b1124db2d937ed525b9fc60a5dd55cb82f4cae58116cb986de53faa5dff'
+'SKIP'
+'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

+
+prepare() {
+  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
+
+  # Make changes to pdns.conf, while basing it on pdns.conf-dist
+  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
+
+  # Default settings
+  for keyvalue in \
+allow-recursion=127.0.0.1 \
+cache-ttl=6 \
+chroot=/var/empty \
+config-dir=/etc \
+daemon=yes \
+distributor-threads=3 \
+guardian=yes \
+local-port=53 \
+loglevel=3 \
+module-dir=/usr/lib/powerdns \
+negquery-cache-ttl=60 \
+setgid=nobody \
+setuid=nobody \
+socket-dir=/var/run \
+webserver=no
+  do
+# Future versions of setconf may be able to comment out options as well.
+setconf -a pdns.conf "$keyvalue"
+  done
+}
+
+build() {
+  cd "pdns-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--with-modules='' \
+--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
+--docdir=/usr/share/doc/powerdns \
+--sbindir=/usr/bin \
+--bindir=/usr/bin
+  make
+}
+
+package() {
+  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
+  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
+  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/powerdns.install (from rev 
187414, powerdns/trunk/powerdns.install)
===
--- community-staging-i686/powerdns.install (rev 0)
+++ community-staging-i686/powerdns.install 2016-08-23 16:56:50 UTC (rev 
187415)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  echo
+  echo 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
+  echo 'information about changes when upgrading.'
+  echo
+  echo 'If upgrading from an older version, you may also need to:'
+  echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
+  echo
+  

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:56:29
  Author: anthraxx
Revision: 187414

upgpkg: powerdns 3.4.9-2 (boost rebuild)

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:39:03 UTC (rev 187413)
+++ PKGBUILD2016-08-23 16:56:29 UTC (rev 187414)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns
 pkgver=3.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'


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

2016-08-23 Thread Laurent Carlier
Date: Tuesday, August 23, 2016 @ 16:38:53
  Author: lcarlier
Revision: 187412

upgpkg: pingus 0.7.6-18

boost 1.61 rebuild

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:29:58 UTC (rev 187411)
+++ PKGBUILD2016-08-23 16:38:53 UTC (rev 187412)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=17
+pkgrel=18
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('i686' 'x86_64')
 url="http://pingus.seul.org;


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

2016-08-23 Thread Laurent Carlier
Date: Tuesday, August 23, 2016 @ 16:39:03
  Author: lcarlier
Revision: 187413

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

Added:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-i686/ChangeLog
(from rev 187412, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-i686/PKGBUILD
(from rev 187412, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 187412, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-i686/pingus.desktop
(from rev 187412, pingus/trunk/pingus.desktop)
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 187412, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 187412, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 187412, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 187412, pingus/trunk/pingus.desktop)

+
 community-staging-i686/ChangeLog   |   21 
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 
 community-staging-x86_64/PKGBUILD  |   38 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 
 community-staging-x86_64/pingus.desktop|9 +++
 8 files changed, 180 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 187412, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-08-23 16:39:03 UTC (rev 187413)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 187412, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-23 16:39:03 UTC (rev 187413)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=18
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" 
"${pkgdir}/usr/share/applications/pingus.desktop"
+}

Copied: pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 187412, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===
--- community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-staging-i686/pingus-0.7.6-gcc470-udl.patch2016-08-23 
16:39:03 UTC (rev 187413)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~2011-12-24 15:46:47.0 -0600
 src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = "Welcome to Pingus "VERSION;
++  std::string greeting = "Welcome to Pingus " VERSION;
+   greeting += "!";
+   std::cout <<  greeting << std::endl;
+   for (unsigned int i = 0; i < 

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

2016-08-23 Thread Laurent Carlier
Date: Tuesday, August 23, 2016 @ 16:29:58
  Author: lcarlier
Revision: 187411

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

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 187410, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 187410, performous/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 187410, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-23 16:29:58 UTC (rev 187411)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=4
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 187410, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-23 16:29:58 UTC (rev 187411)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=4
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-23 Thread Laurent Carlier
Date: Tuesday, August 23, 2016 @ 16:29:50
  Author: lcarlier
Revision: 187410

upgpkg: performous 1.1-4

boost 1.61 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:23:43 UTC (rev 187409)
+++ PKGBUILD2016-08-23 16:29:50 UTC (rev 187410)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/;


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:23:43
  Author: anthraxx
Revision: 187409

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

Added:
  ncmpcpp/repos/community-staging-i686/
  ncmpcpp/repos/community-staging-i686/PKGBUILD
(from rev 187408, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 187408, ncmpcpp/trunk/PKGBUILD)

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

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 187408, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-23 16:23:43 UTC (rev 187409)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 187408, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-23 16:23:43 UTC (rev 187409)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:23:27
  Author: anthraxx
Revision: 187408

upgpkg: ncmpcpp 0.7.5-2 (boost rebuild)

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:13:17 UTC (rev 187407)
+++ PKGBUILD2016-08-23 16:23:27 UTC (rev 187408)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:13:17
  Author: anthraxx
Revision: 187407

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 16:13:06 UTC (rev 187406)
+++ community-i686/PKGBUILD 2016-08-23 16:13:17 UTC (rev 187407)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.7.4
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 187406, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 16:13:17 UTC (rev 187407)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 16:13:06 UTC (rev 187406)
+++ community-x86_64/PKGBUILD   2016-08-23 16:13:17 UTC (rev 187407)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.7.4
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
-

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

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 16:13:06
  Author: anthraxx
Revision: 187406

upgpkg: ncmpcpp 0.7.5-1

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:05:28 UTC (rev 187405)
+++ PKGBUILD2016-08-23 16:13:06 UTC (rev 187406)
@@ -5,8 +5,8 @@
 # Contributor: Army 
 
 pkgname=ncmpcpp
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918')
+sha512sums=('5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-08-23 Thread Jaroslav Lichtblau
Date: Tuesday, August 23, 2016 @ 16:05:28
  Author: jlichtblau
Revision: 187405

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 187404, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.install
(from rev 187404, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 187404, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 187404, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 187404, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 187404, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 187404, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
(from rev 187404, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 187404, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 187404, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 187404, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 187404, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.install
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  182 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   24 +++
 community-i686/PKGBUILD  |   91 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |   12 -
 community-x86_64/PKGBUILD|   91 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |   12 -
 18 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 16:04:59 UTC (rev 187404)
+++ community-i686/PKGBUILD 2016-08-23 16:05:28 UTC (rev 187405)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('3b6d32d61955fa3060624315a6e7d3d89b056207444bd9cc2b9b908a215f244a'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd 

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

2016-08-23 Thread Jaroslav Lichtblau
Date: Tuesday, August 23, 2016 @ 16:04:59
  Author: jlichtblau
Revision: 187404

upgpkg: syncthing 0.14.5-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 15:59:21 UTC (rev 187403)
+++ PKGBUILD2016-08-23 16:04:59 UTC (rev 187404)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.4
+pkgver=0.14.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('3b6d32d61955fa3060624315a6e7d3d89b056207444bd9cc2b9b908a215f244a'
+sha256sums=('15046e88d3fc7ac4d1ce18b59fba3e0a2409699661ca9bf350b622da838d094d'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in josm/repos (5 files)

2016-08-23 Thread Jaroslav Lichtblau
Date: Tuesday, August 23, 2016 @ 15:59:21
  Author: jlichtblau
Revision: 187403

archrelease: copy trunk to community-testing-any

Added:
  josm/repos/community-testing-any/
  josm/repos/community-testing-any/PKGBUILD
(from rev 187402, josm/trunk/PKGBUILD)
  josm/repos/community-testing-any/josm.changelog
(from rev 187402, josm/trunk/josm.changelog)
  josm/repos/community-testing-any/josm.conf.d
(from rev 187402, josm/trunk/josm.conf.d)
  josm/repos/community-testing-any/josm.install
(from rev 187402, josm/trunk/josm.install)

+
 PKGBUILD   |   53 +
 josm.changelog |  210 +++
 josm.conf.d|4 +
 josm.install   |   11 ++
 4 files changed, 278 insertions(+)

Copied: josm/repos/community-testing-any/PKGBUILD (from rev 187402, 
josm/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-08-23 15:59:21 UTC (rev 187403)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=10786
+pkgrel=3
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+install=$pkgname.install
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('f6cafd5be7689d00e4ecd1f528fe5079daa6f54eb7781ca1beb145c4ed188bb6'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.png
+}
+
+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-testing-any/josm.changelog (from rev 187402, 
josm/trunk/josm.changelog)
===
--- community-testing-any/josm.changelog(rev 0)
+++ community-testing-any/josm.changelog2016-08-23 15:59:21 UTC (rev 
187403)
@@ -0,0 +1,210 @@
+2016-08-23 Jaroslav Lichtblau 
+   * josm 10786-3 FS#50479 fix
+
+2016-08-20 Jaroslav Lichtblau 
+   * josm 10786-2 FS#50245 fix
+
+2016-08-12 Jaroslav Lichtblau 
+   * josm 10786-1
+
+2016-07-12 Jaroslav Lichtblau 
+   * josm 10526-1
+
+2016-06-06 Jaroslav Lichtblau 
+   * josm 10327-1
+
+2016-06-01 Jaroslav Lichtblau 
+   * josm 10301-1
+
+2016-05-08 Jaroslav Lichtblau 
+   * josm 10168-1
+
+2016-04-28 Jaroslav Lichtblau 
+   * josm 10161-1
+
+2016-03-24 Jaroslav Lichtblau 
+   * josm 9979-1
+
+2016-03-12 Jaroslav Lichtblau 
+   * josm 9963-1
+
+2016-03-01 Jaroslav Lichtblau 
+   * josm 9900-1
+
+2016-01-07 Jaroslav Lichtblau 
+   * josm 9329-1
+
+2016-01-01 Jaroslav Lichtblau 
+   * josm 9229-1
+
+2015-11-24 Jaroslav Lichtblau 
+   * josm 9060-1
+
+2015-10-30 Jaroslav Lichtblau 
+   * josm 8969-1
+
+2015-09-30 Jaroslav Lichtblau 
+   * josm 8800-1
+
+2015-08-23 Jaroslav Lichtblau 
+   * josm 8677-1
+
+2015-06-17 Jaroslav Lichtblau 
+   * josm 8491-1
+
+2015-05-14 Jaroslav Lichtblau 
+   * josm 8339-1
+
+2015-04-27 Jaroslav Lichtblau 
+ 

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

2016-08-23 Thread Jaroslav Lichtblau
Date: Tuesday, August 23, 2016 @ 15:59:10
  Author: jlichtblau
Revision: 187402

upgpkg: josm 10786-3 - FS#50479 fix

Added:
  josm/trunk/josm.install
Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |5 +++--
 josm.changelog |3 +++
 josm.install   |   11 +++
 3 files changed, 17 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 15:46:39 UTC (rev 187401)
+++ PKGBUILD2016-08-23 15:59:10 UTC (rev 187402)
@@ -4,12 +4,13 @@
 
 pkgname=josm
 pkgver=10786
-pkgrel=2
+pkgrel=3
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
 url="http://josm.openstreetmap.de/;
 license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+install=$pkgname.install
 changelog=$pkgname.changelog
 backup=('etc/conf.d/josm')
 source=(https://josm.openstreetmap.de/$pkgname-tested.jar

Modified: josm.changelog
===
--- josm.changelog  2016-08-23 15:46:39 UTC (rev 187401)
+++ josm.changelog  2016-08-23 15:59:10 UTC (rev 187402)
@@ -1,3 +1,6 @@
+2016-08-23 Jaroslav Lichtblau 
+   * josm 10786-3 FS#50479 fix
+
 2016-08-20 Jaroslav Lichtblau 
* josm 10786-2 FS#50245 fix
 

Added: josm.install
===
--- josm.install(rev 0)
+++ josm.install2016-08-23 15:59:10 UTC (rev 187402)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+
+See https://wiki.archlinux.org/index.php/Java#Switching_between_JVM to make 
Java 8 your default environment to get JOSM working.
+
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 15:46:15
  Author: felixonmars
Revision: 187400

upgpkg: python-openstacksdk 0.9.3-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 15:44:44 UTC (rev 187399)
+++ PKGBUILD2016-08-23 15:46:15 UTC (rev 187400)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-08-23 Thread Florian Pritz
Date: Tuesday, August 23, 2016 @ 15:45:38
  Author: bluewind
Revision: 274614

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 274613, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 274613, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 274613, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  890 +--
 upgpkg |8 
 3 files changed, 483 insertions(+), 477 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 15:45:33 UTC (rev 274613)
+++ PKGBUILD2016-08-23 15:45:38 UTC (rev 274614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20160802
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('4e431689816762189ba02b576c6acda0')
-sha256sums=('087b21efed044dde8c838701d72dce41c3bab1d30b3489e825ce732c5122cbae')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 274613, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 15:45:38 UTC (rev 274614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20160823
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('187a188d435ad0189e9771688cbf9173')
+sha256sums=('4f84986a171699738cdf82a79f76bfd43ae050df18ed733f97802d1f04e86776')

Deleted: mirrorlist
===
--- mirrorlist  2016-08-23 15:45:33 UTC (rev 274613)
+++ mirrorlist  2016-08-23 15:45:38 UTC (rev 274614)
@@ -1,442 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2016-08-02
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.lasca.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo

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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 15:46:39
  Author: felixonmars
Revision: 187401

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 15:46:15 UTC (rev 187400)
+++ PKGBUILD2016-08-23 15:46:39 UTC (rev 187401)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstacksdk{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 187400, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 15:46:39 UTC (rev 187401)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-23 Thread Florian Pritz
Date: Tuesday, August 23, 2016 @ 15:45:33
  Author: bluewind
Revision: 274613

upgpkg: pacman-mirrorlist 20160823-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   10 --
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 13:29:33 UTC (rev 274612)
+++ PKGBUILD2016-08-23 15:45:33 UTC (rev 274613)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160802
+pkgver=20160823
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('4e431689816762189ba02b576c6acda0')
-sha256sums=('087b21efed044dde8c838701d72dce41c3bab1d30b3489e825ce732c5122cbae')
+md5sums=('187a188d435ad0189e9771688cbf9173')
+sha256sums=('4f84986a171699738cdf82a79f76bfd43ae050df18ed733f97802d1f04e86776')

Modified: mirrorlist
===
--- mirrorlist  2016-08-23 13:29:33 UTC (rev 274612)
+++ mirrorlist  2016-08-23 15:45:33 UTC (rev 274613)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-08-02
+## Generated on 2016-08-23
 ##
 
 ## Worldwide
@@ -97,6 +97,7 @@
 
 ## Denmark
 #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
+#Server = https://mirrors.dotsrc.org/archlinux/$repo/os/$arch
 #Server = http://ftp.klid.dk/ftp/archlinux/$repo/os/$arch
 #Server = http://mirror.one.com/archlinux/$repo/os/$arch
 #Server = https://mirror.one.com/archlinux/$repo/os/$arch
@@ -116,7 +117,6 @@
 #Server = https://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mirror.armbrust.me/archlinux/$repo/os/$arch
 #Server = https://mirror.armbrust.me/archlinux/$repo/os/$arch
-#Server = http://mir.art-software.fr/arch/$repo/os/$arch
 #Server = http://fooo.biz/archlinux/$repo/os/$arch
 #Server = https://fooo.biz/archlinux/$repo/os/$arch
 #Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch
@@ -146,6 +146,7 @@
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
 #Server = http://mirror.compojoom.com/archlinux/$repo/os/$arch
+#Server = https://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = https://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = http://mirror.euserv.net/linux/archlinux/$repo/os/$arch
@@ -190,6 +191,8 @@
 #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
 #Server = http://mirror1.shellbot.com/archlinux/$repo/os/$arch
 #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
+#Server = http://archlinux.thaller.ws/$repo/os/$arch
+#Server = https://archlinux.thaller.ws/$repo/os/$arch
 #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
 #Server = https://ftp.tuxdroid.org/archlinux/$repo/os/$arch
@@ -331,6 +334,9 @@
 #Server = https://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch
 #Server = http://tux.rainside.sk/archlinux/$repo/os/$arch
 
+## Slovenia
+#Server = http://archimonde.ts.si/archlinux/$repo/os/$arch
+
 ## South Africa
 #Server = http://archlinux-za.mirror.host1plus.com/$repo/os/$arch
 #Server = http://ftp.wa.co.za/pub/archlinux/$repo/os/$arch


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

2016-08-23 Thread Florian Pritz
Date: Tuesday, August 23, 2016 @ 15:44:44
  Author: bluewind
Revision: 187399

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 15:44:36 UTC (rev 187398)
+++ community-i686/PKGBUILD 2016-08-23 15:44:44 UTC (rev 187399)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('7b30be0be0cd5ce6fbbb5b5f7a061e3b')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 187398, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 15:44:44 UTC (rev 187399)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.21.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('5b76b43fa061fea69fc039976d4bab3c')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 15:44:36 UTC (rev 187398)
+++ community-x86_64/PKGBUILD   2016-08-23 15:44:44 UTC (rev 187399)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('7b30be0be0cd5ce6fbbb5b5f7a061e3b')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 187398, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 15:44:44 UTC (rev 187399)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.21.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")

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

2016-08-23 Thread Florian Pritz
Date: Tuesday, August 23, 2016 @ 15:44:36
  Author: bluewind
Revision: 187398

upgpkg: filezilla 3.21.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 14:21:33 UTC (rev 187397)
+++ PKGBUILD2016-08-23 15:44:36 UTC (rev 187398)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.20.1
+pkgver=3.21.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('7b30be0be0cd5ce6fbbb5b5f7a061e3b')
+md5sums=('5b76b43fa061fea69fc039976d4bab3c')


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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:21:33
  Author: tredaelli
Revision: 187397

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 187396, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 14:21:29 UTC (rev 187396)
+++ PKGBUILD2016-08-23 14:21:33 UTC (rev 187397)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20160722
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('7c0462c43a93e717766dbe156cf7c24d'
- 'SKIP')
-sha1sums=('3b78b61ca4f638611aa4689f50a49731beb882bb'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

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


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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:21:29
  Author: tredaelli
Revision: 187396

upgpkg: parallel 20160822-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 14:19:58 UTC (rev 187395)
+++ PKGBUILD2016-08-23 14:21:29 UTC (rev 187396)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20160722
+pkgver=20160822
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('7c0462c43a93e717766dbe156cf7c24d'
+md5sums=('bf61c286c4de6d29b3adcbcbb7267385'
  'SKIP')
-sha1sums=('3b78b61ca4f638611aa4689f50a49731beb882bb'
+sha1sums=('eacae06b0e145559d9f9d2f027be5cfac28f76bf'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:19:52
  Author: tredaelli
Revision: 187394

upgpkg: purple-skypeweb 1.2.1-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 14:09:18 UTC (rev 187393)
+++ PKGBUILD2016-08-23 14:19:52 UTC (rev 187394)
@@ -5,7 +5,7 @@
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
-pkgver=1.2
+pkgver=1.2.1
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -15,8 +15,8 @@
 makedepends=('pkg-config')
 conflicts=('skype4pidgin')
 
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
-sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('e058aa80f11eaa1da06f343983c28d2a7cd97e719f4496570e19fac20d8eef71')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:19:58
  Author: tredaelli
Revision: 187395

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

Added:
  purple-skypeweb/repos/community-i686/PKGBUILD
(from rev 187394, purple-skypeweb/trunk/PKGBUILD)
  purple-skypeweb/repos/community-x86_64/PKGBUILD
(from rev 187394, purple-skypeweb/trunk/PKGBUILD)
Deleted:
  purple-skypeweb/repos/community-i686/PKGBUILD
  purple-skypeweb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 14:19:52 UTC (rev 187394)
+++ community-i686/PKGBUILD 2016-08-23 14:19:58 UTC (rev 187395)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.2
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
-sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-i686/PKGBUILD (from rev 187394, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 14:19:58 UTC (rev 187395)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2.1
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('e058aa80f11eaa1da06f343983c28d2a7cd97e719f4496570e19fac20d8eef71')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 14:19:52 UTC (rev 187394)
+++ community-x86_64/PKGBUILD   2016-08-23 14:19:58 UTC (rev 187395)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.2
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
-sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-x86_64/PKGBUILD (from rev 187394, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 14:19:58 UTC (rev 187395)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2.1
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('e058aa80f11eaa1da06f343983c28d2a7cd97e719f4496570e19fac20d8eef71')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+

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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:09:18
  Author: tredaelli
Revision: 187393

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 187392, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 187392, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 187392, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 187392, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 187392, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 187392, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 14:09:13 UTC (rev 187392)
+++ community-i686/PKGBUILD 2016-08-23 14:09:18 UTC (rev 187393)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-base' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('9d76a28ba4f7566bef1aefbb2868e1ddcb93e999'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm644 

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

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:09:13
  Author: tredaelli
Revision: 187392

upgpkg: wireshark 2.0.5-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:46:14 UTC (rev 187391)
+++ PKGBUILD2016-08-23 14:09:13 UTC (rev 187392)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 do_not_use_svn_version.patch)
-sha1sums=('9d76a28ba4f7566bef1aefbb2868e1ddcb93e999'
+sha1sums=('ab77c632d8babf731bf0ecac0876fe3ff2923d04'
   '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
 
 prepare() {


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

2016-08-23 Thread Gaëtan Bisson
Date: Tuesday, August 23, 2016 @ 13:29:33
  Author: bisson
Revision: 274612

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 274611, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 274611, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 274611, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 274611, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 274611, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 274611, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 274611, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 274611, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-23 13:25:19 UTC (rev 274611)
+++ extra-i686/PKGBUILD 2016-08-23 13:29:33 UTC (rev 274612)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.18
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('41065043589208db1100c5a3f3c15fbd3ac87669'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 274611, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-23 13:29:33 UTC (rev 274612)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.19
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-08-23 Thread Gaëtan Bisson
Date: Tuesday, August 23, 2016 @ 13:25:19
  Author: bisson
Revision: 274611

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:52:17 UTC (rev 274610)
+++ PKGBUILD2016-08-23 13:25:19 UTC (rev 274611)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.18
+pkgver=0.19.19
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('41065043589208db1100c5a3f3c15fbd3ac87669'
+sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'
   'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')


[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:52:17
  Author: felixonmars
Revision: 274610

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 274609, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 274609, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-23 09:51:52 UTC (rev 274609)
+++ extra-i686/PKGBUILD 2016-08-23 09:52:17 UTC (rev 274610)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.035
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/;
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('ac515fb4415c02cb6450fc2ff7f274fc')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 274609, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-23 09:52:17 UTC (rev 274610)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.036
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/;
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('fdee1d8dc4ae54bc6cb7cd5a3f3d3342')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-23 09:51:52 UTC (rev 274609)
+++ extra-x86_64/PKGBUILD   2016-08-23 09:52:17 UTC (rev 274610)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.035
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'

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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:51:52
  Author: felixonmars
Revision: 274609

upgpkg: perl-dbd-mysql 4.036-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:39:47 UTC (rev 274608)
+++ PKGBUILD2016-08-23 09:51:52 UTC (rev 274609)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.035
+pkgver=4.036
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('ac515fb4415c02cb6450fc2ff7f274fc')
+md5sums=('fdee1d8dc4ae54bc6cb7cd5a3f3d3342')
 
 build() {
   cd DBD-mysql-$pkgver


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:46:14
  Author: felixonmars
Revision: 187391

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 187390, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 187390, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:45:44 UTC (rev 187390)
+++ community-i686/PKGBUILD 2016-08-23 09:46:14 UTC (rev 187391)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 187390, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:46:14 UTC (rev 187391)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.16
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 09:45:44 UTC (rev 187390)
+++ community-x86_64/PKGBUILD   2016-08-23 09:46:14 UTC (rev 187391)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 187390, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 09:46:14 UTC (rev 187391)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.16
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'

[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:45:44
  Author: felixonmars
Revision: 187390

upgpkg: deepin-session-ui 3.0.16-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:44:49 UTC (rev 187389)
+++ PKGBUILD2016-08-23 09:45:44 UTC (rev 187390)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.15
+pkgver=3.0.16
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:44:49
  Author: felixonmars
Revision: 187389

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

Added:
  deepin-desktop/repos/community-i686/PKGBUILD
(from rev 187388, deepin-desktop/trunk/PKGBUILD)
  deepin-desktop/repos/community-x86_64/PKGBUILD
(from rev 187388, deepin-desktop/trunk/PKGBUILD)
Deleted:
  deepin-desktop/repos/community-i686/PKGBUILD
  deepin-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:44:20 UTC (rev 187388)
+++ community-i686/PKGBUILD 2016-08-23 09:44:49 UTC (rev 187389)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.12
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop;
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras')
-makedepends=('git' 'boost')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-i686/PKGBUILD (from rev 187388, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:44:49 UTC (rev 187389)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.13
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras')
+makedepends=('git' 'boost')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 09:44:20 UTC (rev 187388)
+++ community-x86_64/PKGBUILD   2016-08-23 09:44:49 UTC (rev 187389)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.12
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop;
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras')
-makedepends=('git' 'boost')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-x86_64/PKGBUILD (from rev 187388, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 09:44:49 UTC (rev 187389)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.13
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 

[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:44:13
  Author: felixonmars
Revision: 187387

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 187386, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 09:43:54 UTC (rev 187386)
+++ PKGBUILD2016-08-23 09:44:13 UTC (rev 187387)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.0.7
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
-conflicts=('dde-daemon<=2.92.1')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
-  # don't override GNOME defaults
-  rm overrides/x86/{org.gnome.desktop,other}.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 187386, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 09:44:13 UTC (rev 187387)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/x86/{org.gnome.desktop,other}.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:44:20
  Author: felixonmars
Revision: 187388

upgpkg: deepin-desktop 3.0.13-1

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:44:13 UTC (rev 187387)
+++ PKGBUILD2016-08-23 09:44:20 UTC (rev 187388)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:43:54
  Author: felixonmars
Revision: 187386

upgpkg: deepin-desktop-schemas 3.0.8-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:41:09 UTC (rev 187385)
+++ PKGBUILD2016-08-23 09:43:54 UTC (rev 187386)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -12,7 +12,6 @@
 license=('GPL3')
 depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
 makedepends=('git')
-conflicts=('dde-daemon<=2.92.1')
 replaces=('deepin-default-gsettings')
 groups=('deepin')
 source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver;)


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:40:38
  Author: felixonmars
Revision: 187384

upgpkg: deepin-dock 4.0.1-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:40:12 UTC (rev 187383)
+++ PKGBUILD2016-08-23 09:40:38 UTC (rev 187384)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:41:09
  Author: felixonmars
Revision: 187385

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

Added:
  deepin-dock/repos/community-i686/PKGBUILD
(from rev 187384, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 187384, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-i686/PKGBUILD
  deepin-dock/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 2016-08-23 09:40:38 UTC (rev 187384)
+++ community-i686/PKGBUILD 2016-08-23 09:41:09 UTC (rev 187385)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 187384, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:41:09 UTC (rev 187385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 09:40:38 UTC (rev 187384)
+++ community-x86_64/PKGBUILD   2016-08-23 09:41:09 UTC (rev 187385)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 187384, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 09:41:09 UTC (rev 187385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


[arch-commits] Commit in deepin-control-center/repos (4 files)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:40:12
  Author: felixonmars
Revision: 187383

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 187382, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 187382, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:39:41 UTC (rev 187382)
+++ community-i686/PKGBUILD 2016-08-23 09:40:12 UTC (rev 187383)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 187382, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:40:12 UTC (rev 187383)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.16
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 09:39:41 UTC (rev 187382)
+++ community-x86_64/PKGBUILD   2016-08-23 09:40:12 UTC (rev 187383)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 187382, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-08-23 Thread Jan Steffens
Date: Tuesday, August 23, 2016 @ 09:39:47
  Author: heftig
Revision: 274608

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 274607, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-gtk3-20.patch
(from rev 274607, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 274607, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox-symbolic.svg
(from rev 274607, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-i686/firefox.desktop
(from rev 274607, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/mozconfig
(from rev 274607, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/no-libnotify.patch
(from rev 274607, firefox/trunk/no-libnotify.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 274607, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 274607, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-gtk3-20.patch
(from rev 274607, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 274607, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 274607, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 274607, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/mozconfig
(from rev 274607, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/no-libnotify.patch
(from rev 274607, firefox/trunk/no-libnotify.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 274607, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-gtk3-20.patch
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox-symbolic.svg
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/no-libnotify.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-gtk3-20.patch
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/no-libnotify.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  264 +
 /firefox-gtk3-20.patch | 4666 +++
 /firefox-install-dir.patch |   24 
 /firefox-symbolic.svg  |   60 
 /firefox.desktop   |  618 
 /mozconfig |   72 
 /no-libnotify.patch|  102 
 /vendor.js |   18 
 extra-i686/PKGBUILD|  132 
 extra-i686/firefox-gtk3-20.patch   | 2333 ---
 extra-i686/firefox-install-dir.patch   |   12 
 extra-i686/firefox-symbolic.svg|   30 
 extra-i686/firefox.desktop |  352 --
 extra-i686/mozconfig   |   36 
 extra-i686/no-libnotify.patch  |   51 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  132 
 extra-x86_64/firefox-gtk3-20.patch | 2333 ---
 extra-x86_64/firefox-install-dir.patch |   12 
 extra-x86_64/firefox-symbolic.svg  |   30 
 extra-x86_64/firefox.desktop   |  352 --
 extra-x86_64/mozconfig |   36 
 extra-x86_64/no-libnotify.patch|   51 
 extra-x86_64/vendor.js |9 
 24 files changed, 5824 insertions(+), 5910 deletions(-)

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


[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:39:41
  Author: felixonmars
Revision: 187382

upgpkg: deepin-control-center 3.0.16-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:39:33 UTC (rev 187381)
+++ PKGBUILD2016-08-23 09:39:41 UTC (rev 187382)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.15
+pkgver=3.0.16
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:39:03
  Author: felixonmars
Revision: 187380

upgpkg: deepin-api 3.0.11-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:34:56 UTC (rev 187379)
+++ PKGBUILD2016-08-23 09:39:03 UTC (rev 187380)
@@ -4,11 +4,11 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.0.10
+pkgver=3.0.11
 _golibver=0.4.11
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
-pkgrel=4
+pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:39:33
  Author: felixonmars
Revision: 187381

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 187380, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 187380, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:39:03 UTC (rev 187380)
+++ community-i686/PKGBUILD 2016-08-23 09:39:33 UTC (rev 187381)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.10
-_golibver=0.4.11
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=4
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 187380, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:39:33 UTC (rev 187381)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.11
+_golibver=0.4.11
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Deleted: community-x86_64/PKGBUILD

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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:34:56
  Author: felixonmars
Revision: 187379

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:34:26 UTC (rev 187378)
+++ community-i686/PKGBUILD 2016-08-23 09:34:56 UTC (rev 187379)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.8
-_golibver=0.4.11
-_deepinapiver=3.0.10
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 187378, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:34:56 UTC (rev 187379)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.9
+_golibver=0.4.11
+_deepinapiver=3.0.11
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r 

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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:34:26
  Author: felixonmars
Revision: 187378

upgpkg: startdde 3.0.9-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:32:03 UTC (rev 187377)
+++ PKGBUILD2016-08-23 09:34:26 UTC (rev 187378)
@@ -4,9 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.8
+pkgver=3.0.9
 _golibver=0.4.11
-_deepinapiver=3.0.10
+_deepinapiver=3.0.11
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
 pkgrel=1


[arch-commits] Commit in deepin-file-manager-backend/repos (4 files)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:32:03
  Author: felixonmars
Revision: 187377

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

Added:
  deepin-file-manager-backend/repos/community-i686/PKGBUILD
(from rev 187376, deepin-file-manager-backend/trunk/PKGBUILD)
  deepin-file-manager-backend/repos/community-x86_64/PKGBUILD
(from rev 187376, deepin-file-manager-backend/trunk/PKGBUILD)
Deleted:
  deepin-file-manager-backend/repos/community-i686/PKGBUILD
  deepin-file-manager-backend/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 09:31:35 UTC (rev 187376)
+++ community-i686/PKGBUILD 2016-08-23 09:32:03 UTC (rev 187377)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager-backend
-pkgver=0.1.15
-_golibver=0.4.11
-_deepinapiver=3.0.10
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=2
-pkgdesc='deepin file manager backend'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-file-manager-backend;
-license=('GPL3')
-depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
-source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/$pkgname"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" do-install
-}

Copied: deepin-file-manager-backend/repos/community-i686/PKGBUILD (from rev 
187376, deepin-file-manager-backend/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 09:32:03 UTC (rev 187377)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager-backend
+pkgver=0.1.16
+_golibver=0.4.11
+_deepinapiver=3.0.11
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager-backend;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
+source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir 

[arch-commits] Commit in deepin-file-manager-backend/trunk (PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:31:35
  Author: felixonmars
Revision: 187376

upgpkg: deepin-file-manager-backend 0.1.16-1

Modified:
  deepin-file-manager-backend/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 09:23:20 UTC (rev 187375)
+++ PKGBUILD2016-08-23 09:31:35 UTC (rev 187376)
@@ -4,12 +4,12 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager-backend
-pkgver=0.1.15
+pkgver=0.1.16
 _golibver=0.4.11
-_deepinapiver=3.0.10
+_deepinapiver=3.0.11
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
-pkgrel=2
+pkgrel=1
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-file-manager-backend;


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:23:20
  Author: felixonmars
Revision: 187375

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 187374, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 09:23:04 UTC (rev 187374)
+++ PKGBUILD2016-08-23 09:23:20 UTC (rev 187375)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.30
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-depends=('flattr-icon-theme' 'faenza-icon-theme')
-makedepends=('git' 'inkscape')
-source=("git+https://cr.deepin.io/deepin-icon-theme.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  sed 's\flattr\Flattr\' -i deepin/index.theme
-
-  mkdir -p build
-}
-
-build() {
-  cd "${pkgname}"
-  python2 tools/convert.py deepin build
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 187374, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 09:23:20 UTC (rev 187375)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.31
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+depends=('flattr-icon-theme' 'faenza-icon-theme')
+makedepends=('git' 'inkscape')
+source=("git+https://cr.deepin.io/deepin-icon-theme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  sed 's\flattr\Flattr\' -i deepin/index.theme
+
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}"
+  python2 tools/convert.py deepin build
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 09:23:04
  Author: felixonmars
Revision: 187374

upgpkg: deepin-icon-theme 15.12.31-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 08:57:19 UTC (rev 187373)
+++ PKGBUILD2016-08-23 09:23:04 UTC (rev 187374)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.30
+pkgver=15.12.31
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:57:19
  Author: felixonmars
Revision: 187373

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 187372, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 187372, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 08:56:51 UTC (rev 187372)
+++ community-i686/PKGBUILD 2016-08-23 08:57:19 UTC (rev 187373)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 187372, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 08:57:19 UTC (rev 187373)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 08:56:51 UTC (rev 187372)
+++ community-x86_64/PKGBUILD   2016-08-23 08:57:19 UTC (rev 187373)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 187372, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 08:57:19 UTC (rev 187373)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:56:51
  Author: felixonmars
Revision: 187372

upgpkg: deepin-file-manager 1:1.1.2-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 08:40:30 UTC (rev 187371)
+++ PKGBUILD2016-08-23 08:56:51 UTC (rev 187372)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:39:50
  Author: felixonmars
Revision: 187370

upgpkg: blur-effect 1.0.4-1

Modified:
  blur-effect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 08:33:36 UTC (rev 187369)
+++ PKGBUILD2016-08-23 08:39:50 UTC (rev 187370)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=blur-effect
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
 arch=('i686' 'x86_64')


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:40:30
  Author: felixonmars
Revision: 187371

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

Added:
  blur-effect/repos/community-i686/PKGBUILD
(from rev 187370, blur-effect/trunk/PKGBUILD)
  blur-effect/repos/community-x86_64/PKGBUILD
(from rev 187370, blur-effect/trunk/PKGBUILD)
Deleted:
  blur-effect/repos/community-i686/PKGBUILD
  blur-effect/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 08:39:50 UTC (rev 187370)
+++ community-i686/PKGBUILD 2016-08-23 08:40:30 UTC (rev 187371)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blur-effect
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
-arch=('i686' 'x86_64')
-url="https://github.com/sonald/blur-effect;
-license=('GPL3')
-depends=('gdk-pixbuf2' 'glew' 'glfw')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: blur-effect/repos/community-i686/PKGBUILD (from rev 187370, 
blur-effect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 08:40:30 UTC (rev 187371)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect;
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 08:39:50 UTC (rev 187370)
+++ community-x86_64/PKGBUILD   2016-08-23 08:40:30 UTC (rev 187371)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blur-effect
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
-arch=('i686' 'x86_64')
-url="https://github.com/sonald/blur-effect;
-license=('GPL3')
-depends=('gdk-pixbuf2' 'glew' 'glfw')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: blur-effect/repos/community-x86_64/PKGBUILD (from rev 187370, 
blur-effect/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 08:40:30 UTC (rev 187371)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect;
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:33:36
  Author: felixonmars
Revision: 187369

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 187368, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 187368, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 08:29:30 UTC (rev 187368)
+++ community-i686/PKGBUILD 2016-08-23 08:33:36 UTC (rev 187369)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 187368, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 08:33:36 UTC (rev 187369)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 08:29:30 UTC (rev 187368)
+++ community-x86_64/PKGBUILD   2016-08-23 08:33:36 UTC (rev 187369)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 187368, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 08:33:36 UTC (rev 187369)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:29:30
  Author: felixonmars
Revision: 187368

upgpkg: deepin-file-manager 1:1.1.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 08:22:35 UTC (rev 187367)
+++ PKGBUILD2016-08-23 08:29:30 UTC (rev 187368)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


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

2016-08-23 Thread Christian Hesse
Date: Tuesday, August 23, 2016 @ 08:28:49
  Author: eworm
Revision: 274607

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

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-23 08:28:45 UTC (rev 274606)
+++ extra-i686/PKGBUILD 2016-08-23 08:28:49 UTC (rev 274607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 274606, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-23 08:28:49 UTC (rev 274607)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+  
'xfce4-notifyd-0001-fix-memory-leak.patch::https://git.xfce.org/apps/xfce4-notifyd/patch/?id=26e04bf1d493e3cc6cfa28a4b010d6d74e3176a8')
+sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100'
+  'eff6bbad188b39f19da678eaf3825ccc17daf0b0df5fdda25dddcb3370b0b348')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 < "$srcdir/xfce4-notifyd-0001-fix-memory-leak.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-23 08:28:45 UTC (rev 274606)
+++ extra-x86_64/PKGBUILD   2016-08-23 08:28:49 UTC (rev 274607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 274606, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-23 08:28:49 UTC (rev 274607)
@@ -0,0 +1,45 

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

2016-08-23 Thread Christian Hesse
Date: Tuesday, August 23, 2016 @ 08:28:45
  Author: eworm
Revision: 274606

upgpkg: xfce4-notifyd 0.3.0-2

fix memory leak (FS#50438)

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 08:22:35 UTC (rev 274605)
+++ PKGBUILD2016-08-23 08:28:45 UTC (rev 274606)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
@@ -13,9 +13,17 @@
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+  
'xfce4-notifyd-0001-fix-memory-leak.patch::https://git.xfce.org/apps/xfce4-notifyd/patch/?id=26e04bf1d493e3cc6cfa28a4b010d6d74e3176a8')
+sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100'
+  'eff6bbad188b39f19da678eaf3825ccc17daf0b0df5fdda25dddcb3370b0b348')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 < "$srcdir/xfce4-notifyd-0001-fix-memory-leak.patch"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


[arch-commits] Commit in deepin-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:22:35
  Author: felixonmars
Revision: 187367

archrelease: copy trunk to community-any

Added:
  deepin-gtk-theme/repos/community-any/PKGBUILD
(from rev 187366, deepin-gtk-theme/trunk/PKGBUILD)
Deleted:
  deepin-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 08:22:19 UTC (rev 187366)
+++ PKGBUILD2016-08-23 08:22:35 UTC (rev 187367)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gtk-theme
-pkgver=15.12.7
-pkgrel=1
-pkgdesc="Deepin GTK Theme"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-gtk-theme;
-license=('LGPL3')
-makedepends=('git')
-optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-package() {
-  cd deepin-gtk-theme
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gtk-theme/repos/community-any/PKGBUILD (from rev 187366, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 08:22:35 UTC (rev 187367)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=15.12.8
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-gtk-theme;
+license=('LGPL3')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+package() {
+  cd deepin-gtk-theme
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-23 Thread Christian Hesse
Date: Tuesday, August 23, 2016 @ 08:22:35
  Author: eworm
Revision: 274605

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

Added:
  mariadb/repos/testing-i686/
  
mariadb/repos/testing-i686/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
(from rev 274604, 
mariadb/trunk/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch)
  mariadb/repos/testing-i686/PKGBUILD
(from rev 274604, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-i686/mariadb-sysusers.conf
(from rev 274604, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
(from rev 274604, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-i686/mariadb.install
(from rev 274604, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-x86_64/
  
mariadb/repos/testing-x86_64/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
(from rev 274604, 
mariadb/trunk/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch)
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 274604, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb-sysusers.conf
(from rev 274604, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
(from rev 274604, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 274604, mariadb/trunk/mariadb.install)

+
 testing-i686/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch   
|   30 +
 testing-i686/PKGBUILD  
|  179 ++
 testing-i686/mariadb-sysusers.conf 
|1 
 testing-i686/mariadb-tmpfile.conf  
|1 
 testing-i686/mariadb.install   
|   41 ++
 testing-x86_64/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch 
|   30 +
 testing-x86_64/PKGBUILD
|  179 ++
 testing-x86_64/mariadb-sysusers.conf   
|1 
 testing-x86_64/mariadb-tmpfile.conf
|1 
 testing-x86_64/mariadb.install 
|   41 ++
 10 files changed, 504 insertions(+)

Copied: 
mariadb/repos/testing-i686/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
 (from rev 274604, 
mariadb/trunk/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch)
===
--- 
testing-i686/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
(rev 0)
+++ 
testing-i686/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
2016-08-23 08:22:35 UTC (rev 274605)
@@ -0,0 +1,30 @@
+From 82691c53c7d84f79116b3f94cbe5fd7d7006d5e4 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 23 Aug 2016 09:43:14 +0200
+Subject: [PATCH 1/1] remove const qualifier and fix crash with wsrep
+ initialization
+
+Compiling MariaDB with GCC 6.x makes it crash in wsrep/galera
+initialization. This fixes the crash.
+
+Signed-off-by: Christian Hesse 
+---
+ sql/wsrep_mysqld.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sql/wsrep_mysqld.cc b/sql/wsrep_mysqld.cc
+index 823a2a7..8760a11 100644
+--- a/sql/wsrep_mysqld.cc
 b/sql/wsrep_mysqld.cc
+@@ -169,7 +169,7 @@ static PSI_file_info wsrep_files[]=
+ 
+ my_bool wsrep_inited   = 0; // initialized ?
+ 
+-static const wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
++static wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
+ static char cluster_uuid_str[40]= { 0, };
+ static const char*  cluster_status_str[WSREP_VIEW_MAX] =
+ {
+-- 
+2.9.3
+

Copied: mariadb/repos/testing-i686/PKGBUILD (from rev 274604, 
mariadb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-23 08:22:35 UTC (rev 274605)
@@ -0,0 +1,179 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Christian Hesse 
+
+pkgbase=mariadb
+pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
+pkgver=10.1.16
+_pkgver=${pkgver/.a/a}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mariadb.org/'
+makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
+ 'lz4' 'boost' 'libevent' 'systemd')
+source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
+0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
+mariadb-sysusers.conf
+mariadb-tmpfile.conf)

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

2016-08-23 Thread Christian Hesse
Date: Tuesday, August 23, 2016 @ 08:22:30
  Author: eworm
Revision: 274604

upgpkg: mariadb 10.1.16-2

* fix crash with wsrep initialization (FS#48724)

Added:
  mariadb/trunk/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
Modified:
  mariadb/trunk/PKGBUILD

-+
 0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch |   30 
++
 PKGBUILD|8 ++
 2 files changed, 37 insertions(+), 1 deletion(-)

Added: 0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
===
--- 0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch 
(rev 0)
+++ 0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch 
2016-08-23 08:22:30 UTC (rev 274604)
@@ -0,0 +1,30 @@
+From 82691c53c7d84f79116b3f94cbe5fd7d7006d5e4 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 23 Aug 2016 09:43:14 +0200
+Subject: [PATCH 1/1] remove const qualifier and fix crash with wsrep
+ initialization
+
+Compiling MariaDB with GCC 6.x makes it crash in wsrep/galera
+initialization. This fixes the crash.
+
+Signed-off-by: Christian Hesse 
+---
+ sql/wsrep_mysqld.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sql/wsrep_mysqld.cc b/sql/wsrep_mysqld.cc
+index 823a2a7..8760a11 100644
+--- a/sql/wsrep_mysqld.cc
 b/sql/wsrep_mysqld.cc
+@@ -169,7 +169,7 @@ static PSI_file_info wsrep_files[]=
+ 
+ my_bool wsrep_inited   = 0; // initialized ?
+ 
+-static const wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
++static wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
+ static char cluster_uuid_str[40]= { 0, };
+ static const char*  cluster_status_str[WSREP_VIEW_MAX] =
+ {
+-- 
+2.9.3
+

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 07:40:30 UTC (rev 274603)
+++ PKGBUILD2016-08-23 08:22:30 UTC (rev 274604)
@@ -6,7 +6,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.1.16
 _pkgver=${pkgver/.a/a}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -13,11 +13,13 @@
 makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
  'lz4' 'boost' 'libevent' 'systemd')
 
source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
+0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch
 mariadb-sysusers.conf
 mariadb-tmpfile.conf)
 validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
 md5sums=('2a26b8d6560693cfc51031e76522cb78'
  'SKIP'
+ 'e20903f4749af55fa4bf82f7d61be3b0'
  '97364065dd980909e04f97821a037ab0'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')
 
@@ -28,6 +30,10 @@
   sed -i -e '/^Alias/d' \
 -e '/^PrivateTmp/c PrivateTmp=true' \
 $pkgbase-$_pkgver/support-files/mariadb{,@}.service.in
+
+  cd $pkgbase-$_pkgver
+
+  patch -Np1 < 
"${srcdir}/0001-remove-const-qualifier-and-fix-crash-with-wsrep-init.patch"
 }
 
 build() {


[arch-commits] Commit in deepin-gtk-theme/trunk (PKGBUILD)

2016-08-23 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 08:22:19
  Author: felixonmars
Revision: 187366

upgpkg: deepin-gtk-theme 15.12.8-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 06:15:11 UTC (rev 187365)
+++ PKGBUILD2016-08-23 08:22:19 UTC (rev 187366)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=15.12.7
+pkgver=15.12.8
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')


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

2016-08-23 Thread Jan Steffens
Date: Tuesday, August 23, 2016 @ 07:40:30
  Author: heftig
Revision: 274603

48.0.1-1

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox.desktop

-+
 PKGBUILD|8 -
 firefox.desktop |  401 --
 2 files changed, 183 insertions(+), 226 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 00:34:35 UTC (rev 274602)
+++ PKGBUILD2016-08-23 07:40:30 UTC (rev 274603)
@@ -4,8 +4,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=48.0
-pkgrel=2
+pkgver=48.0.1
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -26,9 +26,9 @@
 firefox-symbolic.svg
 firefox-gtk3-20.patch
 no-libnotify.patch)
-sha256sums=('f474113a1ee75a01d43e270bf438ba78b9f7f2e397a66652b43603235fa76e21'
+sha256sums=('fcc08696dd40e42dc2bc2de99aed9ed9f15ac581364375b6bef2501c06ac5fe7'
 '3b0c6b08c0211d8c5a02aa050755276ec864c5f2c5ac1a3d3f9f8a9af6512737'
-'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
+'fde2daaf082fb8ffcb107fa04ae26698b75083e34d984a7f4073b3407af9273e'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'

Modified: firefox.desktop
===
--- firefox.desktop 2016-08-23 00:34:35 UTC (rev 274602)
+++ firefox.desktop 2016-08-23 07:40:30 UTC (rev 274603)
@@ -1,4 +1,5 @@
 [Desktop Entry]
+Version=1.0
 Name=Firefox
 GenericName=Web Browser
 GenericName[ar]=متصفح ويب
@@ -17,7 +18,7 @@
 GenericName[he]=דפדפן אינטרנט
 GenericName[hr]=Web preglednik
 GenericName[hu]=Webböngésző
-GenericName[it]=Browser web
+GenericName[it]=Browser Web
 GenericName[ja]=ウェブ・ブラウザ
 GenericName[ko]=웹 브라우저
 GenericName[ku]=Geroka torê
@@ -40,11 +41,11 @@
 GenericName[vi]=Trình duyệt Web
 GenericName[zh_CN]=网络浏览器
 GenericName[zh_TW]=網路瀏覽器
-Comment=Browse the World Wide Web
+Comment=Browse the Web
 Comment[ar]=تصفح الشبكة العنكبوتية العالمية
 Comment[ast]=Restola pela Rede
 Comment[bn]=ইন্টারনেট ব্রাউজ করুন
-Comment[ca]=Navegueu per la web
+Comment[ca]=Navegueu per el web
 Comment[cs]=Prohlížení stránek World Wide Webu
 Comment[da]=Surf på internettet
 Comment[de]=Im Internet surfen
@@ -82,271 +83,227 @@
 Comment[zh_CN]=浏览互联网
 Comment[zh_TW]=瀏覽網際網路
 Exec=firefox %u
+Icon=firefox
 Terminal=false
 Type=Application
-Icon=firefox
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
+StartupNotify=true
 Categories=Network;WebBrowser;
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
-StartupNotify=true
-Actions=NewTab;NewWindow;NewPrivateWindow;
+Keywords=web;browser;internet;
+Actions=new-window;new-private-window;
 
-[Desktop Action NewTab]
-Name=Open new tab
-Name[ach]=Yab dirica matidi manyen
-Name[af]=Open nuwe oortjie
-Name[an]=Ubrir una pestanya nueva
-Name[ar]=افتح لسانًا جديدًا
-Name[as]=নতুন টেব খোলক
-Name[ast]=Abrir llingüeta nueva
-Name[az]=Yeni vərəq aç
-Name[be]=Адкрыць новую ўстаўку
-Name[bg]=Отваряне на нов подпрозорец
-Name[bn_BD]=নতুন ট্যাব খুলুন
-Name[bn_IN]=নতুন ট্যাব খুলুন
-Name[br]=Digeriñ un ivinell nevez
-Name[bs]=Otvori novi tab
-Name[ca]=Obre una pestanya nova
-Name[cs]=Otevřít nový panel
-Name[cy]=Agor tab newydd
-Name[da]=Åbn nyt faneblad
-Name[de]=Neuen Tab öffnen
-Name[dsb]=Nowy rejtark wócyniś
-Name[el]=Άνοιγμα νέας καρτέλας
-Name[eo]=Malfermi novan langeton
-Name[es_AR]=Abrir nueva pestaña
-Name[es_CL]=Abrir nueva pestaña
-Name[es_ES]=Abrir pestaña nueva
-Name[es_MX]=Abrir una pestaña nueva
-Name[et]=Ava uus kaart
-Name[eu]=Ireki fitxa berria
-Name[ff]=Uddit tabbere hesere
-Name[fi]=Avaa uusi välilehti
-Name[fr]=Ouvrir un nouvel onglet
-Name[fy_NL]=Iepenje nij ljepblêd
-Name[ga_IE]=Oscail i gcluaisín nua
-Name[gd]=Fosgail taba ùr
-Name[gl]=Abrir unha nova lapela
-Name[gu_IN]=નવી ટૅબને ખોલો
-Name[he]=פתיחת לשונית חדשה
-Name[hi_IN]=नया टैब खोलें
-Name[hr]=Otvori novu karticu
-Name[hsb]=Nowy rajtark wočinić
-Name[hu]=Új lap megnyitása
-Name[hy_AM]=Բացել նոր ներդիր
-Name[id]=Buka tab baru
-Name[is]=Opna nýjan flipa
-Name[it]=Apri nuova scheda
-Name[ja]=新しいタブ
-Name[kk]=Жаңа бетті ашу
-Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ
-Name[ko]=새 탭 열기
-Name[lij]=Àrvi nêuvo féuggio
-Name[lt]=Atverti naują kortelę
-Name[mai]=नव टैब खोलू
-Name[mk]=Отвори ново јазиче
-Name[ml]=പുതിയ റ്റാബ് തുറക്കുക
-Name[mr]=नवीन टॅब उघडा
-Name[ms]=Buka tab baru
-Name[nb_NO]=Åpne ny fane
-Name[nl]=Nieuw tabblad openen
-Name[nn_NO]=Opna ny fane
-Name[or]=ନୂତନ ଟ୍ୟାବ ଖୋଲନ୍ତୁ
-Name[pa_IN]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ

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

2016-08-23 Thread Nicola Squartini
Date: Tuesday, August 23, 2016 @ 06:15:11
  Author: tensor5
Revision: 187365

archrelease: copy trunk to community-any

Added:
  asar/repos/community-any/PKGBUILD
(from rev 187364, asar/trunk/PKGBUILD)
Deleted:
  asar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 06:14:21 UTC (rev 187364)
+++ PKGBUILD2016-08-23 06:15:11 UTC (rev 187365)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=asar
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Creating atom-shell app packages'
-arch=('any')
-url='https://github.com/electron/asar'
-license=('MIT')
-depends=('nodejs')
-makedepends=('coffee-script' 'npm')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
-sha256sums=('4aba846709dd3eeef47857425191ebe8952a1888e9546024b6ddcaff9e12e2dc')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-sed -e '/prepublish/d' -i package.json
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-coffee -c --no-header -o lib src/*.coffee
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-npm install --user root -g --prefix="${pkgdir}"/usr
-
-moduledir=/usr/lib/node_modules/${pkgname}
-
-install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-ln -s $(realpath \
---relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
-"${pkgdir}"${moduledir})/LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}"
-
-# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
-rm "${pkgdir}"${moduledir}/coffeelint.json
-find "${pkgdir}"${moduledir} \
--name '.*' -prune -exec rm -r '{}' \; \
--or -name 'appveyor.yml' -exec rm '{}' \; \
--or -name 'benchmark' -prune -exec rm -r '{}' \; \
--or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
--or -name 'bin.js' -exec rm '{}' \; \
--or -name 'bower.json' -exec rm '{}' \; \
--or -name 'cleanup.sh' -exec rm '{}' \; \
--or -name 'component.json' -exec rm '{}' \; \
--or -name 'example' -prune -exec rm -r '{}' \; \
--or -name 'example.js' -exec rm '{}' \; \
--or -name 'examples' -prune -exec rm -r '{}' \; \
--or -name 'Gruntfile.js' -exec rm '{}' \; \
--or -name 'Makefile' -exec rm '{}' \; \
--or -name 'man' -prune -exec rm -r '{}' \; \
--or -name 'package.json' -exec sed -e "s|${pkgdir}||" \
--e "s|${srcdir}/${pkgname}-${pkgver}|${moduledir}|" -i '{}' \; \
--or -name 'perf' -prune -exec rm -r '{}' \; \
--or -name 'test' -prune -exec rm -r '{}' \; \
--or -name 'test.js' -exec rm '{}' \; \
--or -name 'tools' -prune -exec rm -r '{}' \; \
--or -name 'tst' -prune -exec rm -r '{}' \;
-}

Copied: asar/repos/community-any/PKGBUILD (from rev 187364, asar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 06:15:11 UTC (rev 187365)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=asar
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Creating Electron app packages'
+arch=('any')
+url='https://github.com/electron/asar'
+license=('MIT')
+depends=('nodejs')
+makedepends=('coffee-script' 'npm')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
+sha256sums=('f402c8e3487564b7a9a24bd5ec7cd414c455f238ed7c7a038c289eb6e1a00e1a')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+sed -e '/prepublish/d' -i package.json
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+coffee -c --no-header -o lib src/*.coffee
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+npm install --user root -g --prefix="${pkgdir}"/usr
+
+moduledir=/usr/lib/node_modules/${pkgname}
+
+install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ln -s $(realpath \
+--relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
+"${pkgdir}"${moduledir})/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}"
+
+# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
+find "${pkgdir}"${moduledir} \
+-name '.*' -prune -exec rm -r '{}' \; \
+-or -name 'appveyor.yml' -exec rm '{}' \; \
+-or -name 'benchmark' -prune -exec rm -r '{}' \; \
+-or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
+-or -name 'bin.js' -exec rm '{}' \; \
+-or -name 'bower.json' -exec rm '{}' \; \
+-or -name 'cleanup.sh' -exec rm '{}' \; \
+-or -name 'component.json' -exec rm '{}' \; \
+-or -name 'example' -prune -exec rm -r '{}' \; \
+-or -name 

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

2016-08-23 Thread Nicola Squartini
Date: Tuesday, August 23, 2016 @ 06:14:21
  Author: tensor5
Revision: 187364

upgpkg: asar 0.12.2-1

Modified:
  asar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 05:20:29 UTC (rev 187363)
+++ PKGBUILD2016-08-23 06:14:21 UTC (rev 187364)
@@ -2,9 +2,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=asar
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
-pkgdesc='Creating atom-shell app packages'
+pkgdesc='Creating Electron app packages'
 arch=('any')
 url='https://github.com/electron/asar'
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('coffee-script' 'npm')
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
-sha256sums=('4aba846709dd3eeef47857425191ebe8952a1888e9546024b6ddcaff9e12e2dc')
+sha256sums=('f402c8e3487564b7a9a24bd5ec7cd414c455f238ed7c7a038c289eb6e1a00e1a')
 
 prepare() {
 cd ${pkgname}-${pkgver}
@@ -40,7 +40,6 @@
 "${pkgdir}/usr/share/licenses/${pkgname}"
 
 # Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
-rm "${pkgdir}"${moduledir}/coffeelint.json
 find "${pkgdir}"${moduledir} \
 -name '.*' -prune -exec rm -r '{}' \; \
 -or -name 'appveyor.yml' -exec rm '{}' \; \