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

2016-10-17 Thread Antonio Rojas
Date: Tuesday, October 18, 2016 @ 06:26:32
  Author: arojas
Revision: 192483

Remove unneeded option

Modified:
  kadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-18 05:58:43 UTC (rev 192482)
+++ PKGBUILD2016-10-18 06:26:32 UTC (rev 192483)
@@ -10,7 +10,6 @@
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
-options=(!makeflags)
 depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
  'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')


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

2016-10-17 Thread Antonio Rojas
Date: Tuesday, October 18, 2016 @ 05:57:58
  Author: arojas
Revision: 192480

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

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

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

Copied: kadu/repos/community-staging-i686/PKGBUILD (from rev 192479, 
kadu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-18 05:57:58 UTC (rev 192480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+options=(!makeflags)
+depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('639dd102474e2cea73876d4051459082')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}

Copied: kadu/repos/community-staging-x86_64/PKGBUILD (from rev 192479, 
kadu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 05:57:58 UTC (rev 192480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=4.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+options=(!makeflags)
+depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('639dd102474e2cea73876d4051459082')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+}


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

2016-10-17 Thread Antonio Rojas
Date: Tuesday, October 18, 2016 @ 05:56:45
  Author: arojas
Revision: 192479

Update to 4.0

Modified:
  kadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-18 02:28:48 UTC (rev 192478)
+++ PKGBUILD2016-10-18 05:56:45 UTC (rev 192479)
@@ -4,20 +4,19 @@
 # Contributor: Jaroslaw Swierczynski 
 
 pkgname=kadu
-pkgver=3.0
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5'
- 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+options=(!makeflags)
+depends=('libgadu' 'libxss' 'enchant' 'libmpdclient' 'libotr' 'libarchive' 
'injeqt' 'xdg-utils' 'qt5-multimedia'
  'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools' 'qxmpp')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp')
 optdepends=('qxmpp: Jabber protocol')
 source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('9d42c16682b338c14e6a912efd739447')
+md5sums=('639dd102474e2cea73876d4051459082')
 
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
@@ -29,14 +28,15 @@
   cd build
 
   cmake ../$pkgname-$pkgver \
--GNinja \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib
-  ninja
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_STANDARD=14 \
+-DENABLE_TESTS=OFF
+  make
 }
 
 package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+  cd build
+  make DESTDIR="$pkgdir" LIBDIR=/usr/lib install
 }


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

2016-10-17 Thread Felix Yan
Date: Tuesday, October 18, 2016 @ 02:28:27
  Author: felixonmars
Revision: 192477

upgpkg: python-case 1.4.0-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-18 02:27:45 UTC (rev 192476)
+++ PKGBUILD2016-10-18 02:28:27 UTC (rev 192477)
@@ -3,7 +3,7 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')


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

2016-10-17 Thread Felix Yan
Date: Tuesday, October 18, 2016 @ 02:28:48
  Author: felixonmars
Revision: 192478

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-18 02:28:27 UTC (rev 192477)
+++ PKGBUILD2016-10-18 02:28:48 UTC (rev 192478)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-case
-pkgname=('python-case' 'python2-case')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Python unittest Utilities"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/case";
-makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a case{,-py2}
-}
-
-build() {
-  cd "$srcdir"/case
-  python setup.py build
-
-  cd "$srcdir"/case-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/case
-  nosetests3
-
-  cd "$srcdir"/case-py2
-  nosetests2
-}
-
-package_python-case() {
-  depends=('python-nose')
-
-  cd case
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-case() {
-  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
-
-  cd case-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-case/repos/community-any/PKGBUILD (from rev 192477, 
python-case/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-18 02:28:48 UTC (rev 192478)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-case
+pkgname=('python-case' 'python2-case')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Python unittest Utilities"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/case";
+makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("git+https://github.com/celery/case.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a case{,-py2}
+}
+
+build() {
+  cd "$srcdir"/case
+  python setup.py build
+
+  cd "$srcdir"/case-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/case
+  nosetests3
+
+  cd "$srcdir"/case-py2
+  nosetests2
+}
+
+package_python-case() {
+  depends=('python-nose')
+
+  cd case
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-case() {
+  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
+
+  cd case-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-17 Thread Felix Yan
Date: Tuesday, October 18, 2016 @ 02:27:45
  Author: felixonmars
Revision: 192476

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-18 02:27:23 UTC (rev 192475)
+++ PKGBUILD2016-10-18 02:27:45 UTC (rev 192476)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.42.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
-  python tests/test.py default || warning 'Tests failed'
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r "$pkgdir/usr/bin"
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto<2.32.1-1')
-  replaces=('python-boto<2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 192475, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-18 02:27:45 UTC (rev 192476)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.43.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r "$pkgdir/usr/bin"
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto<2.32.1-1')
+  replaces=('python-boto<2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-10-17 Thread Felix Yan
Date: Tuesday, October 18, 2016 @ 02:27:23
  Author: felixonmars
Revision: 192475

upgpkg: python-boto 2.43.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-18 01:14:10 UTC (rev 192474)
+++ PKGBUILD2016-10-18 02:27:23 UTC (rev 192475)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.42.0
+pkgver=2.43.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


[arch-commits] Commit in rapid-photo-downloader/repos/community-any (4 files)

2016-10-17 Thread Balló György
Date: Tuesday, October 18, 2016 @ 01:14:10
  Author: bgyorgy
Revision: 192474

archrelease: copy trunk to community-any

Added:
  rapid-photo-downloader/repos/community-any/PKGBUILD
(from rev 192473, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
(from rev 192473, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
Deleted:
  rapid-photo-downloader/repos/community-any/PKGBUILD
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog

--+
 PKGBUILD |   62 ++---
 rapid-photo-downloader.changelog |   22 ++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-18 01:14:06 UTC (rev 192473)
+++ PKGBUILD2016-10-18 01:14:10 UTC (rev 192474)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marc Moody 
-# Contributor: Dinh Bowman 
-
-pkgname=rapid-photo-downloader
-pkgver=0.4.11
-pkgrel=2
-pkgdesc="Photo and video downloader"
-arch=('any')
-url="http://www.damonlynch.net/rapid/";
-license=('GPL3')
-depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-pillow'
- 'python2-exiv2' 'python2-gconf' 'python2-dbus' 'perl-image-exiftool')
-optdepends=('kaa-metadata: Enable video downloading'
-'ffmpegthumbnailer: Enable video thumbnails')
-changelog=$pkgname.changelog
-source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('57396807458dea457e814b1ba021d69378af3ca310c44800ccb150d3cbace911')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 192473, 
rapid-photo-downloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-18 01:14:10 UTC (rev 192474)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marc Moody 
+# Contributor: Dinh Bowman 
+
+pkgname=rapid-photo-downloader
+pkgver=0.4.11
+pkgrel=3
+pkgdesc="Photo and video downloader"
+arch=('any')
+url="http://www.damonlynch.net/rapid/";
+license=('GPL3')
+depends=('python2' 'python2-notify' 'pygtk' 'librsvg' 'python2-pillow'
+ 'python2-exiv2' 'python2-gconf' 'python2-dbus' 'perl-image-exiftool')
+optdepends=('kaa-metadata: Enable video downloading'
+'ffmpegthumbnailer: Enable video thumbnails')
+changelog=$pkgname.changelog
+source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('57396807458dea457e814b1ba021d69378af3ca310c44800ccb150d3cbace911')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py install --root="${pkgdir}"
+}

Deleted: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2016-10-18 01:14:06 UTC (rev 192473)
+++ rapid-photo-downloader.changelog2016-10-18 01:14:10 UTC (rev 192474)
@@ -1,11 +0,0 @@
-2016-04-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
-
-2015-10-22 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.10-1
-
-2014-01-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Copied: 
rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog 
(from rev 192473, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===
--- rapid-photo-downloader.changelog(rev 0)
+++ rapid-photo-downloader.changelog2016-10-18 01:14:10 UTC (rev 192474)
@@ -0,0 +1,11 @@
+2016-04-29 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
+
+2015-10-22 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.4.11-1
+
+2014-02-04 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.4.10-1
+
+2014-01-29 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes


[arch-commits] Commit in rapid-photo-downloader/trunk (PKGBUILD)

2016-10-17 Thread Balló György
Date: Tuesday, October 18, 2016 @ 01:14:06
  Author: bgyorgy
Revision: 192473

upgpkg: rapid-photo-downloader 0.4.11-3

Remove unused dependencies (gnome-python, python2-rsvg)

Modified:
  rapid-photo-downloader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 19:58:22 UTC (rev 192472)
+++ PKGBUILD2016-10-18 01:14:06 UTC (rev 192473)
@@ -5,12 +5,12 @@
 
 pkgname=rapid-photo-downloader
 pkgver=0.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Photo and video downloader"
 arch=('any')
 url="http://www.damonlynch.net/rapid/";
 license=('GPL3')
-depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-pillow'
+depends=('python2' 'python2-notify' 'pygtk' 'librsvg' 'python2-pillow'
  'python2-exiv2' 'python2-gconf' 'python2-dbus' 'perl-image-exiftool')
 optdepends=('kaa-metadata: Enable video downloading'
 'ffmpegthumbnailer: Enable video thumbnails')


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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:50:06
  Author: seblu
Revision: 278913

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

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 278912, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-x86_64/PKGBUILD
(from rev 278912, grep/repos/testing-x86_64/PKGBUILD)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/testing-i686/
  grep/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-10-17 22:50:03 UTC (rev 278912)
+++ core-i686/PKGBUILD  2016-10-17 22:50:06 UTC (rev 278913)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.25
-pkgrel=2
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/grep/grep.html'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('04e96b0e6f0fe6a180ae62c88fcd0af6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 278912, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-10-17 22:50:06 UTC (rev 278913)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.26
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('afdd61c7221434722671baf002ac9267'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-10-17 22:50:03 UTC (rev 278912)
+++ core-x86_64/PKGBUILD2016-10-17 22:50:06 UTC (rev 278913)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.25
-pkgrel=2
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/grep/grep.html'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('04e96b0e6f0fe6a180ae62c88fcd0af6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-x86_64/PKGBUILD (from rev 278912, 
grep/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-10-17 22:50:06 UTC (rev 278913)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.26
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('afdd61c7221434722671baf002ac9267'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in btrfs-progs/repos (26 files)

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:50:03
  Author: seblu
Revision: 278912

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

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 278911, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 278911, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 278911, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 278911, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 278911, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 278911, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 278911, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 278911, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 278911, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 278911, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 278911, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 278911, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  122 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   61 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   61 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 234 insertions(+), 234 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-10-17 22:48:08 UTC (rev 278911)
+++ core-i686/PKGBUILD  2016-10-17 22:50:03 UTC (rev 278912)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.7.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- 'b2dc5175a721247d982be6d98e1e7525'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- '502221c1b47a3bb2c06703d4fb90a0c2')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # 

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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:48:08
  Author: seblu
Revision: 278911

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 278910, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 278910, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 278910, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 278910, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 278910, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 278910, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 278910, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 278910, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 278910, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 278910, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 278910, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 278910, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 278910, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 278910, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 278910, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 278910, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 278910, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 278910, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 278910, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 278910, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  244 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 ++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  123 ---
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  123 ---
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 518 insertions(+), 520 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/127.0.0.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-i686/127.0.0.zone (from rev 278910, 
bind/trunk/127.0.0.zone)
===
--- extra-

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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:47:27
  Author: seblu
Revision: 278910

upgpkg: bind 9.11.0-2

- fix FS#51379

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 22:38:17 UTC (rev 278909)
+++ PKGBUILD2016-10-17 22:47:27 UTC (rev 278910)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.11.0
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -104,8 +104,7 @@
 package_bind-tools() {
   pkgdesc='The ISC DNS tools'
   depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
-   'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c'
-   'python')
+   'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
   optdepends=('python: for python scripts')
   conflicts=('dnsutils')
   replaces=('dnsutils' 'host')


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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:38:17
  Author: seblu
Revision: 278909

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

Added:
  quagga/repos/extra-i686/PKGBUILD
(from rev 278908, quagga/trunk/PKGBUILD)
  quagga/repos/extra-i686/babeld.service
(from rev 278908, quagga/trunk/babeld.service)
  quagga/repos/extra-i686/bgpd.service
(from rev 278908, quagga/trunk/bgpd.service)
  quagga/repos/extra-i686/isisd.service
(from rev 278908, quagga/trunk/isisd.service)
  quagga/repos/extra-i686/ospf6d.service
(from rev 278908, quagga/trunk/ospf6d.service)
  quagga/repos/extra-i686/ospfd.service
(from rev 278908, quagga/trunk/ospfd.service)
  quagga/repos/extra-i686/pimd.service
(from rev 278908, quagga/trunk/pimd.service)
  quagga/repos/extra-i686/quagga.install
(from rev 278908, quagga/trunk/quagga.install)
  quagga/repos/extra-i686/quagga.sysusers
(from rev 278908, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-i686/quagga.tmpfiles
(from rev 278908, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-i686/ripd.service
(from rev 278908, quagga/trunk/ripd.service)
  quagga/repos/extra-i686/ripngd.service
(from rev 278908, quagga/trunk/ripngd.service)
  quagga/repos/extra-i686/zebra.service
(from rev 278908, quagga/trunk/zebra.service)
  quagga/repos/extra-x86_64/PKGBUILD
(from rev 278908, quagga/trunk/PKGBUILD)
  quagga/repos/extra-x86_64/babeld.service
(from rev 278908, quagga/trunk/babeld.service)
  quagga/repos/extra-x86_64/bgpd.service
(from rev 278908, quagga/trunk/bgpd.service)
  quagga/repos/extra-x86_64/isisd.service
(from rev 278908, quagga/trunk/isisd.service)
  quagga/repos/extra-x86_64/ospf6d.service
(from rev 278908, quagga/trunk/ospf6d.service)
  quagga/repos/extra-x86_64/ospfd.service
(from rev 278908, quagga/trunk/ospfd.service)
  quagga/repos/extra-x86_64/pimd.service
(from rev 278908, quagga/trunk/pimd.service)
  quagga/repos/extra-x86_64/quagga.install
(from rev 278908, quagga/trunk/quagga.install)
  quagga/repos/extra-x86_64/quagga.sysusers
(from rev 278908, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-x86_64/quagga.tmpfiles
(from rev 278908, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-x86_64/ripd.service
(from rev 278908, quagga/trunk/ripd.service)
  quagga/repos/extra-x86_64/ripngd.service
(from rev 278908, quagga/trunk/ripngd.service)
  quagga/repos/extra-x86_64/zebra.service
(from rev 278908, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/extra-i686/PKGBUILD
  quagga/repos/extra-i686/babeld.service
  quagga/repos/extra-i686/bgpd.service
  quagga/repos/extra-i686/isisd.service
  quagga/repos/extra-i686/ospf6d.service
  quagga/repos/extra-i686/ospfd.service
  quagga/repos/extra-i686/pimd.service
  quagga/repos/extra-i686/quagga.install
  quagga/repos/extra-i686/quagga.sysusers
  quagga/repos/extra-i686/quagga.tmpfiles
  quagga/repos/extra-i686/ripd.service
  quagga/repos/extra-i686/ripngd.service
  quagga/repos/extra-i686/zebra.service
  quagga/repos/extra-x86_64/PKGBUILD
  quagga/repos/extra-x86_64/babeld.service
  quagga/repos/extra-x86_64/bgpd.service
  quagga/repos/extra-x86_64/isisd.service
  quagga/repos/extra-x86_64/ospf6d.service
  quagga/repos/extra-x86_64/ospfd.service
  quagga/repos/extra-x86_64/pimd.service
  quagga/repos/extra-x86_64/quagga.install
  quagga/repos/extra-x86_64/quagga.sysusers
  quagga/repos/extra-x86_64/quagga.tmpfiles
  quagga/repos/extra-x86_64/ripd.service
  quagga/repos/extra-x86_64/ripngd.service
  quagga/repos/extra-x86_64/zebra.service

--+
 /PKGBUILD|  188 +
 /babeld.service  |   32 ++
 /bgpd.service|   32 ++
 /isisd.service   |   32 ++
 /ospf6d.service  |   32 ++
 /ospfd.service   |   32 ++
 /pimd.service|   30 ++
 /quagga.install  |   12 ++
 /quagga.sysusers |2 
 /quagga.tmpfiles |6 +
 /ripd.service|   32 ++
 /ripngd.service  |   32 ++
 /zebra.service   |   32 ++
 extra-i686/PKGBUILD  |   94 
 extra-i686/babeld.service|   16 ---
 extra-i686/bgpd.service  |   16 ---
 extra-i686/isisd.service |   16 ---
 extra-i686/ospf6d.service|   16 ---
 extra-i686/ospfd.service |   16 ---
 extra-i686/pimd.service  |   15 ---
 extra-i686/quagga.install|6 -
 extra-i686/quagga.sysusers   |1 
 extra-i686/quagga.tmpfiles   |3 
 extra-i686/ripd.service  |   16 ---
 extra-i686/ripngd.service|   16 ---
 extra-i686/zebra.service |   16 ---
 extra-x86_64/PKGBUILD|   94 
 extra-x86_64/babeld.service  |   16 ---
 extra-x86_64/bgpd.service|   16 ---
 extra-x86_64/isisd.service   |   16 ---
 extra-x86_64/ospf6d.service  |   16 ---
 extra-x86_64/ospfd.service  

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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:37:25
  Author: seblu
Revision: 278908

upgpkg: quagga 1.0.20161017-1

Modified:
  quagga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 22:31:45 UTC (rev 278907)
+++ PKGBUILD2016-10-17 22:37:25 UTC (rev 278908)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=quagga
-pkgver=1.0.20160315
-pkgrel=3
+pkgver=1.0.20161017
+pkgrel=1
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
@@ -23,7 +23,7 @@
 'ripd.service'
 'ripngd.service'
 'zebra.service')
-md5sums=('e73d6e527fb80240f180de420cfe8042'
+md5sums=('35d83481b189ca55f82116ec147305fa'
  '286c545efadcc7b463eb603c25473cb4'
  '9dfa2f649a2c83a2e52f5f89dec3b167'
  '20a8e36ad851d4e06467aeb56a84b245'


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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:31:27
  Author: seblu
Revision: 278906

upgpkg: ipset 6.30-1

Modified:
  ipset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 19:34:20 UTC (rev 278905)
+++ PKGBUILD2016-10-17 22:31:27 UTC (rev 278906)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.29
+pkgver=6.30
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
 "$pkgname.service")
-md5sums=('fd8ea35997115c5c630eee22f0beecec'
+md5sums=('41c32e3b884ec714f0aac95e7675f9d1'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {
@@ -36,6 +36,10 @@
   make
 }
 
+check() {
+  $pkgname-$pkgver/src/ipset version
+}
+
 package() {
   pushd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


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

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:31:45
  Author: seblu
Revision: 278907

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

Added:
  ipset/repos/extra-i686/PKGBUILD
(from rev 278906, ipset/trunk/PKGBUILD)
  ipset/repos/extra-i686/ipset.service
(from rev 278906, ipset/trunk/ipset.service)
  ipset/repos/extra-x86_64/PKGBUILD
(from rev 278906, ipset/trunk/PKGBUILD)
  ipset/repos/extra-x86_64/ipset.service
(from rev 278906, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/extra-i686/PKGBUILD
  ipset/repos/extra-i686/ipset.service
  ipset/repos/extra-x86_64/PKGBUILD
  ipset/repos/extra-x86_64/ipset.service

+
 /PKGBUILD  |  118 +++
 /ipset.service |   28 ++
 extra-i686/PKGBUILD|   55 
 extra-i686/ipset.service   |   14 -
 extra-x86_64/PKGBUILD  |   55 
 extra-x86_64/ipset.service |   14 -
 6 files changed, 146 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 22:31:27 UTC (rev 278906)
+++ extra-i686/PKGBUILD 2016-10-17 22:31:45 UTC (rev 278907)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.29
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('glibc' 'libmnl')
-backup=("etc/$pkgname.conf")
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
-"$pkgname.service")
-md5sums=('fd8ea35997115c5c630eee22f0beecec'
- 'e20fe62881993078591f1bb8b2fa22bb')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-  # needed because we patch configure.ac (TO BE REMOVED)
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/extra-i686/PKGBUILD (from rev 278906, ipset/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 22:31:45 UTC (rev 278907)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.30
+pkgrel=1
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('glibc' 'libmnl')
+backup=("etc/$pkgname.conf")
+source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
+"$pkgname.service")
+md5sums=('41c32e3b884ec714f0aac95e7675f9d1'
+ 'e20fe62881993078591f1bb8b2fa22bb')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+  # needed because we patch configure.ac (TO BE REMOVED)
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+check() {
+  $pkgname-$pkgver/src/ipset version
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ipset.service
===
--- extra-i686/ipset.service2016-10-17 22:31:27 UTC (rev 278906)
+++ extra-i686/ipset.service2016-10-17 22:31:45 UTC (rev 278907)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=network-pre.target iptables.service ip6tables.service
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-R

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

2016-10-17 Thread Lukas Fleischer
Date: Monday, October 17, 2016 @ 19:58:07
  Author: lfleischer
Revision: 192471

upgpkg: opensmtpd 6.0.2p1-1

Upstream update.

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 19:30:25 UTC (rev 192470)
+++ PKGBUILD2016-10-17 19:58:07 UTC (rev 192471)
@@ -3,7 +3,7 @@
 # Contributor: parchd 
 
 pkgname=opensmtpd
-pkgver=6.0.1p1
+pkgver=6.0.2p1
 pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
 'smtpd.service'
 'smtpd.socket')
-sha256sums=('4cd61cd2d668715570896338c81d71eb64e6f90b3f88c5639b378db7b1af864a'
+sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
 '3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
 '32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
 


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

2016-10-17 Thread Lukas Fleischer
Date: Monday, October 17, 2016 @ 19:58:22
  Author: lfleischer
Revision: 192472

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

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 192471, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 192471, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 192471, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 192471, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 192471, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 192471, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 192471, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 192471, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  130 +++
 /opensmtpd.install |   52 ++
 /smtpd.service |   20 +
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/opensmtpd.install   |   26 ---
 community-i686/smtpd.service   |   10 --
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/opensmtpd.install |   26 ---
 community-x86_64/smtpd.service |   10 --
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 19:58:07 UTC (rev 192471)
+++ community-i686/PKGBUILD 2016-10-17 19:58:22 UTC (rev 192472)
@@ -1,65 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sébastien Luttringer
-# Contributor: parchd 
-
-pkgname=opensmtpd
-pkgver=6.0.1p1
-pkgrel=1
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libasr' 'libevent' 'openssl' 'pam')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
-'smtpd.service'
-'smtpd.socket')
-sha256sums=('4cd61cd2d668715570896338c81d71eb64e6f90b3f88c5639b378db7b1af864a'
-'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-path-mbox=/var/spool/mail \
---with-path-empty=/var/empty \
---with-path-socket=/run \
---with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
---with-user-smtpd=smtpd \
---with-user-queue=smtpq \
---with-group-queue=smtpq \
---with-auth-pam
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
-
-  # install license and systemd unit files
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
-  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
-
-  # install an empty aliases file (used by the default config)
-  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
-}

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 192471, 
opensmtpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 19:58:22 UTC (rev 192472)
@@ -0,0 +1,65 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.0.2p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+a

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

2016-10-17 Thread Tobias Powalowski
Date: Monday, October 17, 2016 @ 19:34:20
  Author: tpowa
Revision: 278905

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

Added:
  refind-efi/repos/testing-i686/
  refind-efi/repos/testing-i686/PKGBUILD
(from rev 278904, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-i686/refind-efi.install
(from rev 278904, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-i686/refind_linux.conf
(from rev 278904, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/testing-x86_64/
  refind-efi/repos/testing-x86_64/PKGBUILD
(from rev 278904, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-x86_64/refind-efi.install
(from rev 278904, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-x86_64/refind_linux.conf
(from rev 278904, refind-efi/trunk/refind_linux.conf)

---+
 testing-i686/PKGBUILD |  349 
 testing-i686/refind-efi.install   |   32 +++
 testing-i686/refind_linux.conf|5 
 testing-x86_64/PKGBUILD   |  349 
 testing-x86_64/refind-efi.install |   32 +++
 testing-x86_64/refind_linux.conf  |5 
 6 files changed, 772 insertions(+)

Copied: refind-efi/repos/testing-i686/PKGBUILD (from rev 278904, 
refind-efi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-17 19:34:20 UTC (rev 278905)
@@ -0,0 +1,349 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+_USE_GNU_EFI="1"
+_PXE='0'
+
+###
+[[ "${CARCH}" == "x86_64" ]] && _TIANO_ARCH="X64"
+[[ "${CARCH}" == "i686" ]] && _TIANO_ARCH="IA32"
+
+[[ "${CARCH}" == "x86_64" ]] && _TIANO_S_ARCH="x64"
+[[ "${CARCH}" == "i686" ]] && _TIANO_S_ARCH="ia32"
+###
+
+pkgname="refind-efi"
+pkgver="0.10.4"
+pkgrel="1"
+pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
+url="http://www.rodsbooks.com/refind/index.html";
+arch=('x86_64' 'i686')
+license=('GPL3' 'custom')
+
+depends=('bash' 'dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems'
+'imagemagick: For refind-mkfont script')
+
+options=('!strip' 'docs' '!makeflags')
+
+install="${pkgname}.install"
+
+#source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
+source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz";
+'refind_linux.conf')
+md5sums=('6c8720288616b9d7d75ae540e0b62c69'
+ '12ce3e22a216e7b25c253478a34713b4')
+
+if [[ "${_USE_GNU_EFI}" == "1" ]]; then
+   
+   pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
+   makedepends=('gnu-efi-libs' 'git')
+   
+else
+   
+   pkgdesc="${pkgdesc} - Built with Tianocore UDK libs"
+   makedepends+=('subversion' 'python2' 'git')
+   
+   
_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014";
+   _TIANO_DIR_="tianocore-udk-2014-svn"
+   _TIANO_SVN_REV_="15322"
+   
+   _TIANOCORE_PKG="Mde"
+   _TIANOCORE_TARGET="RELEASE"
+   _UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc"
+   _COMPILER="GCC48"
+   
+   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   
source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}")
+   done
+   
+fi
+
+
+_setup_tianocore_env_vars() {
+   
+   msg "Setup UDK PATH ENV variables"
+   export _UDK_DIR="${srcdir}/${_TIANO_DIR_}_build"
+   export EDK_TOOLS_PATH="${_UDK_DIR}/BaseTools"
+   
+}
+
+_prepare_tianocore_sources() {
+   
+   msg "Delete old UDK BUILD dir"
+   rm -rf "${_UDK_DIR}/" || true
+   
+   msg "Create UDK BUILD dir"
+   mkdir -p "${_UDK_DIR}/"
+   
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   mv "${srcdir}/${_TIANO_DIR_}_${_DIR_}" "${_UDK_DIR}/${_DIR_}"
+   done
+   
+   cd "${_UDK_DIR}/"
+   
+   msg "Cleanup UDK config files"
+   rm -rf "${_UDK_DIR}/Build/" || true
+   rm -rf "${_UDK_DIR}/Conf/" || true
+   mkdir -p "${_UDK_DIR}/Conf/"
+   mkdir -p "${_UDK_DIR}/Build/"
+   
+   msg "Use python2 for UDK BaseTools"
+   sed 's|python |python2 |g' -i 
"${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
+   sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
+   
+   msg "Fix GCC Warning as error"
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile" || true
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/C

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

2016-10-17 Thread Tobias Powalowski
Date: Monday, October 17, 2016 @ 19:34:02
  Author: tpowa
Revision: 278904

upgpkg: refind-efi 0.10.4-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 18:44:19 UTC (rev 278903)
+++ PKGBUILD2016-10-17 19:34:02 UTC (rev 278904)
@@ -3,6 +3,7 @@
 # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
 _USE_GNU_EFI="1"
+_PXE='0'
 
 ###
 [[ "${CARCH}" == "x86_64" ]] && _TIANO_ARCH="X64"
@@ -13,7 +14,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.9.2"
+pkgver="0.10.4"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html";
@@ -28,9 +29,10 @@
 
 install="${pkgname}.install"
 
-source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
+#source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
+source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz";
 'refind_linux.conf')
-md5sums=('23efca89e0de3e11c28b8ac82ec1c6e4'
+md5sums=('6c8720288616b9d7d75ae540e0b62c69'
  '12ce3e22a216e7b25c253478a34713b4')
 
 if [[ "${_USE_GNU_EFI}" == "1" ]]; then
@@ -258,8 +260,10 @@
echo

fi
-if [[ "${CARCH}" == "x86_64" ]];then
-cd "${srcdir}/refind-${pkgver}/net"
+#if [[ "${CARCH}" == "x86_64" ]];then
+ if [[ "${CARCH}" == 'x86_64' ]] && [[ "${_PXE}" == '1' ]]; then
+
+cd "${srcdir}/refind-${pkgver}/net"
 msg "Unset all compiler FLAGS"
 unset CFLAGS
 unset CPPFLAGS
@@ -286,15 +290,16 @@
msg "Install UEFI applications built from rEFInd"
install -d "${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}"
install -D -m0644 
"${srcdir}/refind-${pkgver}/gptsync/gptsync_${_TIANO_S_ARCH}.efi" 
"${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/gptsync_${_TIANO_S_ARCH}.efi"
-if [[ "${CARCH}" == "x86_64" ]]; then
+#if [[ "${CARCH}" == "x86_64" ]]; then
+ if [[ "${CARCH}" == "x86_64" ]] && [[ "${_PXE}" == '1' ]]; then
 install -D -m0644 "${srcdir}/refind-${pkgver}/net/bin/ipxe.efi" 
"${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/ipxe_${_TIANO_S_ARCH}.efi"
 install -D -m0644 
"${srcdir}/refind-${pkgver}/net/bin/ipxe_discovery.efi" 
"${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/ipxe_discovery_${_TIANO_S_ARCH}.efi"
 fi
msg "Install rEFInd helper scripts"
install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/refind-${pkgver}/install.sh" 
"${pkgdir}/usr/bin/refind-install"
-   install -D -m0755 "${srcdir}/refind-${pkgver}/mkrlconf.sh" 
"${pkgdir}/usr/bin/refind-mkrlconf"
-   install -D -m0755 "${srcdir}/refind-${pkgver}/mvrefind.sh" 
"${pkgdir}/usr/bin/refind-mvrefind"
+   install -D -m0755 "${srcdir}/refind-${pkgver}/refind-install" 
"${pkgdir}/usr/bin/refind-install"
+   install -D -m0755 "${srcdir}/refind-${pkgver}/mkrlconf" 
"${pkgdir}/usr/bin/refind-mkrlconf"
+   install -D -m0755 "${srcdir}/refind-${pkgver}/mvrefind" 
"${pkgdir}/usr/bin/refind-mvrefind"
install -D -m0755 "${srcdir}/refind-${pkgver}/fonts/mkfont.sh" 
"${pkgdir}/usr/bin/refind-mkfont"

msg "Install the rEFInd sample config files"
@@ -316,9 +321,11 @@
rm -f "${pkgdir}/usr/share/refind/fonts/mkfont.sh"

msg "Install the rEFInd icons"
-   install -d "${pkgdir}/usr/share/refind/icons/"
-   install -D -m0644 "${srcdir}/refind-${pkgver}/icons"/* 
"${pkgdir}/usr/share/refind/icons/"
-   
+   install -d "${pkgdir}/usr/share/refind/icons/svg/" 
"${pkgdir}/usr/share/refind/icons/licenses/"
+   install -D -m0644 "${srcdir}/refind-${pkgver}/icons/svg"/* 
"${pkgdir}/usr/share/refind/icons/svg/"
+   install -D -m0644 "${srcdir}/refind-${pkgver}/icons"/*.png 
"${pkgdir}/usr/share/refind/icons/"
+   install -D -m0644 "${srcdir}/refind-${pkgver}/icons/licenses"/* 
"${pkgdir}/usr/share/refind/icons/licenses/"
+
msg "Install the rEFInd images"
install -d "${pkgdir}/usr/share/refind/images/"
install -D -m0644 "${srcdir}/refind-${pkgver}/images"/*.{png,bmp} 
"${pkgdir}/usr/share/refind/images/"


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 19:30:25
  Author: arojas
Revision: 192470

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

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

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

Copied: injeqt/repos/community-staging-i686/PKGBUILD (from rev 192469, 
injeqt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-17 19:30:25 UTC (rev 192470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=injeqt
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('9a582037c454b1355e808bb2e07126bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDISABLE_EXAMPLES=ON \
+-DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: injeqt/repos/community-staging-x86_64/PKGBUILD (from rev 192469, 
injeqt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-17 19:30:25 UTC (rev 192470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=injeqt
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('9a582037c454b1355e808bb2e07126bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDISABLE_EXAMPLES=ON \
+-DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 19:29:41
  Author: arojas
Revision: 192469

Update to 1.1.0

Modified:
  injeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 18:21:47 UTC (rev 192468)
+++ PKGBUILD2016-10-17 19:29:41 UTC (rev 192469)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=injeqt
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Dependency injection framework for Qt'
 arch=('i686' 'x86_64')
 url='https://github.com/vogel/injeqt'
@@ -11,7 +11,7 @@
 depends=('qt5-base')
 makedepends=('cmake')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+md5sums=('9a582037c454b1355e808bb2e07126bb')
 
 build() {
   cd $pkgname-$pkgver


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

2016-10-17 Thread Christian Hesse
Date: Monday, October 17, 2016 @ 18:44:08
  Author: eworm
Revision: 278902

upgpkg: bridge-utils 1.6-1

new upstream release

Modified:
  bridge-utils/trunk/PKGBUILD
Deleted:
  bridge-utils/trunk/bridge-utils-1.5-linux_3.8.x.patch

+
 PKGBUILD   |   22 +-
 bridge-utils-1.5-linux_3.8.x.patch |   30 --
 2 files changed, 9 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 18:26:02 UTC (rev 278901)
+++ PKGBUILD2016-10-17 18:44:08 UTC (rev 278902)
@@ -1,26 +1,23 @@
 # $Id$
-# Maintainer:
+# Maintainer: Christian Hesse 
 # Contributor: Judd Vinet 
 
 pkgname=bridge-utils
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
 pkgdesc="Utilities for configuring the Linux ethernet bridge"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge";
 license=('GPL')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
-bridge-utils-1.5-linux_3.8.x.patch)
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E')  # Stephen 
Hemminger (Microsoft corporate) 
+source=("http://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign})
+sha256sums=('cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8'
+'SKIP')
 
-prepare () {
-  # fix compiling with newer kernel headers
+build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../bridge-utils-1.5-linux_3.8.x.patch
-}
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
   aclocal
   autoconf
   ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
@@ -29,7 +26,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('ec7b381160b340648dede58c31bb2238'
- 'fba700dcb2a3225d72b3bae64c7f49ca')

Deleted: bridge-utils-1.5-linux_3.8.x.patch
===
--- bridge-utils-1.5-linux_3.8.x.patch  2016-10-17 18:26:02 UTC (rev 278901)
+++ bridge-utils-1.5-linux_3.8.x.patch  2016-10-17 18:44:08 UTC (rev 278902)
@@ -1,30 +0,0 @@
-commit 5eebb7f9288b7881ffb929b1fd494fe3ac3be27d
-Author: Russell Senior 
-Date:   Wed Mar 6 12:49:42 2013 -0800
-
-bridge-utils: Fix compile against linux-3.8.x
-
-Linux 3.8 has a header, include/uapi/linux/if_bridge.h that uses a
-struct in6_addr but doesn't define it.  The trivial seeming fix of
-including the header that does define it causes more problems.  The
-problem was discussed on mailing lists in January 2013.  The final
-suggestion I found was here:
-
-  http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html
-
-This is intended to implement that suggestion.
-
-Signed-off-by: Russell Senior 
-
-diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h
-index 39964f2..dd14bae 100644
 a/libbridge/libbridge.h
-+++ b/libbridge/libbridge.h
-@@ -20,6 +20,7 @@
- #define _LIBBRIDGE_H
- 
- #include 
-+#include 
- #include 
- #include 
- 


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

2016-10-17 Thread Christian Hesse
Date: Monday, October 17, 2016 @ 18:44:19
  Author: eworm
Revision: 278903

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

Added:
  bridge-utils/repos/testing-i686/
  bridge-utils/repos/testing-i686/PKGBUILD
(from rev 278902, bridge-utils/trunk/PKGBUILD)
  bridge-utils/repos/testing-x86_64/
  bridge-utils/repos/testing-x86_64/PKGBUILD
(from rev 278902, bridge-utils/trunk/PKGBUILD)

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

Copied: bridge-utils/repos/testing-i686/PKGBUILD (from rev 278902, 
bridge-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-17 18:44:19 UTC (rev 278903)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Judd Vinet 
+
+pkgname=bridge-utils
+pkgver=1.6
+pkgrel=1
+pkgdesc="Utilities for configuring the Linux ethernet bridge"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge";
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E')  # Stephen 
Hemminger (Microsoft corporate) 
+source=("http://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign})
+sha256sums=('cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: bridge-utils/repos/testing-x86_64/PKGBUILD (from rev 278902, 
bridge-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-17 18:44:19 UTC (rev 278903)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Judd Vinet 
+
+pkgname=bridge-utils
+pkgver=1.6
+pkgrel=1
+pkgdesc="Utilities for configuring the Linux ethernet bridge"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge";
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E')  # Stephen 
Hemminger (Microsoft corporate) 
+source=("http://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign})
+sha256sums=('cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-17 Thread Pierre Schmitz
Date: Monday, October 17, 2016 @ 18:26:02
  Author: pierre
Revision: 278901

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

Added:
  aspell-de/repos/extra-i686/PKGBUILD
(from rev 278900, aspell-de/trunk/PKGBUILD)
  aspell-de/repos/extra-x86_64/PKGBUILD
(from rev 278900, aspell-de/trunk/PKGBUILD)
Deleted:
  aspell-de/repos/extra-i686/PKGBUILD
  aspell-de/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 18:25:50 UTC (rev 278900)
+++ extra-i686/PKGBUILD 2016-10-17 18:26:02 UTC (rev 278901)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone 
-# Contributor: Tobias Kieslich 
-
-pkgname=aspell-de
-pkgver=20151222
-pkgrel=1
-pkgdesc="German dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://j3e.de/ispell/igerman98/index.html";
-license=('GPL2')
-depends=('aspell')
-source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2";)
-md5sums=('d4cc73954389454e4045e0c4c6824813')
-
-build() {
-  cd "${srcdir}/igerman98-${pkgver}"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd "${srcdir}/igerman98-${pkgver}/aspell"
-
-  install -d "${pkgdir}/usr/lib/aspell-0.60"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-  "${pkgdir}/usr/lib/aspell-0.60/"
-  done
-
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
-  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
-}

Copied: aspell-de/repos/extra-i686/PKGBUILD (from rev 278900, 
aspell-de/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 18:26:02 UTC (rev 278901)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone 
+# Contributor: Tobias Kieslich 
+
+pkgname=aspell-de
+pkgver=20160407
+pkgrel=1
+pkgdesc="German dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://j3e.de/ispell/igerman98/index.html";
+license=('GPL2')
+depends=('aspell')
+source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2";)
+md5sums=('5e5ce15bbfd56a6f89e7789e63fffad0')
+
+build() {
+  cd "${srcdir}/igerman98-${pkgver}"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+make aspell/${l}.rws
+  done
+}
+
+package() {
+  cd "${srcdir}/igerman98-${pkgver}/aspell"
+
+  install -d "${pkgdir}/usr/lib/aspell-0.60"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
+  "${pkgdir}/usr/lib/aspell-0.60/"
+  done
+
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
+  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 18:25:50 UTC (rev 278900)
+++ extra-x86_64/PKGBUILD   2016-10-17 18:26:02 UTC (rev 278901)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone 
-# Contributor: Tobias Kieslich 
-
-pkgname=aspell-de
-pkgver=20151222
-pkgrel=1
-pkgdesc="German dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://j3e.de/ispell/igerman98/index.html";
-license=('GPL2')
-depends=('aspell')
-source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2";)
-md5sums=('d4cc73954389454e4045e0c4c6824813')
-
-build() {
-  cd "${srcdir}/igerman98-${pkgver}"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd "${srcdir}/igerman98-${pkgver}/aspell"
-
-  install -d "${pkgdir}/usr/lib/aspell-0.60"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-  "${pkgdir}/usr/lib/aspell-0.60/"
-  done
-
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
-  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
-}

Copied: aspell-de/repos/extra-x86_64/PKGBUILD (from rev 278900, 
aspell-de/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-17 18:26:02 UTC (rev 278901)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leo

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

2016-10-17 Thread Pierre Schmitz
Date: Monday, October 17, 2016 @ 18:25:50
  Author: pierre
Revision: 278900

upgpkg: aspell-de 20160407-1

Modified:
  aspell-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 18:21:28 UTC (rev 278899)
+++ PKGBUILD2016-10-17 18:25:50 UTC (rev 278900)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=aspell-de
-pkgver=20151222
+pkgver=20160407
 pkgrel=1
 pkgdesc="German dictionary for aspell"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('aspell')
 source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2";)
-md5sums=('d4cc73954389454e4045e0c4c6824813')
+md5sums=('5e5ce15bbfd56a6f89e7789e63fffad0')
 
 build() {
   cd "${srcdir}/igerman98-${pkgver}"


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

2016-10-17 Thread Nicola Squartini
Date: Monday, October 17, 2016 @ 18:21:47
  Author: tensor5
Revision: 192468

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

Added:
  apm/repos/community-i686/PKGBUILD
(from rev 192467, apm/trunk/PKGBUILD)
  apm/repos/community-i686/apm.js
(from rev 192467, apm/trunk/apm.js)
  apm/repos/community-i686/no-scripts.patch
(from rev 192467, apm/trunk/no-scripts.patch)
  apm/repos/community-i686/use-system-npm.patch
(from rev 192467, apm/trunk/use-system-npm.patch)
  apm/repos/community-x86_64/PKGBUILD
(from rev 192467, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 192467, apm/trunk/apm.js)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 192467, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 192467, apm/trunk/use-system-npm.patch)
Deleted:
  apm/repos/community-i686/PKGBUILD
  apm/repos/community-i686/apm.js
  apm/repos/community-i686/no-scripts.patch
  apm/repos/community-i686/use-system-npm.patch
  apm/repos/community-x86_64/PKGBUILD
  apm/repos/community-x86_64/apm.js
  apm/repos/community-x86_64/no-scripts.patch
  apm/repos/community-x86_64/use-system-npm.patch

---+
 /PKGBUILD |  190 
 /apm.js   |   28 
 /no-scripts.patch |   32 +
 /use-system-npm.patch |   64 ++
 community-i686/PKGBUILD   |   95 
 community-i686/apm.js |   14 --
 community-i686/no-scripts.patch   |   16 --
 community-i686/use-system-npm.patch   |   32 -
 community-x86_64/PKGBUILD |   95 
 community-x86_64/apm.js   |   14 --
 community-x86_64/no-scripts.patch |   16 --
 community-x86_64/use-system-npm.patch |   32 -
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 18:21:21 UTC (rev 192467)
+++ community-i686/PKGBUILD 2016-10-17 18:21:47 UTC (rev 192468)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=1.12.7
-pkgrel=1
-pkgdesc='Atom package manager'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libgnome-keyring' 'npm' 'python2')
-makedepends=('coffee-script' 'git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz";
-'apm.js'
-'no-scripts.patch'
-'use-system-npm.patch')
-sha256sums=('43c8b41b654312a40b49d54156b32646d2106113292040648425dab05fd23a31'
-'0eb50358109c7acb4f750ce278323c1d5b86baea5841d5166cf4342a3edf2898'
-'0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
-'c6bf548e5850d9699b4bf662eee33aca628c62ab9c92f9216e8fe33b0012990c')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-
-  # Use system npm
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-}
-
-build() {
-  cd apm-${pkgver}
-
-  coffee -c --no-header -o lib src/*.coffee
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; \
-  -or -name "*.a" -exec rm '{}' \; \
-  -or -name "*.bat" -exec rm '{}' \; \
-  -or -name "*.mk" -exec rm '{}' \; \
-  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
-  -or -name "appveyor.yml" -exec rm '{}' \; \
-  -or -name "benchmark" -prune -exec 

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

2016-10-17 Thread Pierre Schmitz
Date: Monday, October 17, 2016 @ 18:21:28
  Author: pierre
Revision: 278899

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 278898, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 278898, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 278898, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 278898, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 278898, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 278898, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 278898, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 278898, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 278898, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 278898, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 278898, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 278898, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  144 
 /lighttpd.conf|   44 +++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   72 --
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 18:21:04 UTC (rev 278898)
+++ extra-i686/PKGBUILD 2016-10-17 18:21:28 UTC (rev 278899)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.41
-pkgrel=2
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/";
-depends=('pcre' 'util-linux' 'systemd')
-makedepends=('libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
-  '649D0DD767FF206202A76C5158F14A786FE198C8'
-  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks

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

2016-10-17 Thread Nicola Squartini
Date: Monday, October 17, 2016 @ 18:21:21
  Author: tensor5
Revision: 192467

upgpkg: apm 1.13.0-1

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 18:08:20 UTC (rev 192466)
+++ PKGBUILD2016-10-17 18:21:21 UTC (rev 192467)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=apm
-pkgver=1.12.7
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Atom package manager'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'apm.js'
 'no-scripts.patch'
 'use-system-npm.patch')
-sha256sums=('43c8b41b654312a40b49d54156b32646d2106113292040648425dab05fd23a31'
+sha256sums=('856b08b734a74a43da369037983c29e05d83d2e7bcf8c938bf4f3f95d7c72da4'
 '0eb50358109c7acb4f750ce278323c1d5b86baea5841d5166cf4342a3edf2898'
 '0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
 'c6bf548e5850d9699b4bf662eee33aca628c62ab9c92f9216e8fe33b0012990c')


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

2016-10-17 Thread Pierre Schmitz
Date: Monday, October 17, 2016 @ 18:21:04
  Author: pierre
Revision: 278898

upgpkg: lighttpd 1.4.42-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 17:29:07 UTC (rev 278897)
+++ PKGBUILD2016-10-17 18:21:04 UTC (rev 278898)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.41
-pkgrel=2
+pkgver=1.4.42
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install='lighttpd.install'
 
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c'
+sha256sums=('b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


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

2016-10-17 Thread Jaroslav Lichtblau
Date: Monday, October 17, 2016 @ 18:08:20
  Author: jlichtblau
Revision: 192466

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 192465, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 192465, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 192465, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 192465, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   70 +
 /yaz.changelog |   82 +++
 community-i686/PKGBUILD|   35 
 community-i686/yaz.changelog   |   38 --
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/yaz.changelog |   38 --
 6 files changed, 152 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 18:08:01 UTC (rev 192465)
+++ community-i686/PKGBUILD 2016-10-17 18:08:20 UTC (rev 192466)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.17.0
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz";
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 192465, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 18:08:20 UTC (rev 192466)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.18.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2016-10-17 18:08:01 UTC (rev 192465)
+++ community-i686/yaz.changelog2016-10-17 18:08:20 UTC (rev 192466)
@@ -1,38 +0,0 @@
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau 
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 192465, 
yaz/trunk/yaz.changelog)
===
--- community-i686/yaz.changelog(rev 0)
+++ community-i686/yaz.changelog2016-10-17 18:08:20 UTC (rev 192466)
@@ -0,0 +1,41 @@
+2016-10-17 Jaroslav Lichtblau 
+   * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau 
+   * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * yaz 5

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

2016-10-17 Thread Jaroslav Lichtblau
Date: Monday, October 17, 2016 @ 18:08:01
  Author: jlichtblau
Revision: 192465

upgpkg: yaz 5.18.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |4 ++--
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 17:56:08 UTC (rev 192464)
+++ PKGBUILD2016-10-17 18:08:01 UTC (rev 192465)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0')
+sha256sums=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2016-10-17 17:56:08 UTC (rev 192464)
+++ yaz.changelog   2016-10-17 18:08:01 UTC (rev 192465)
@@ -1,3 +1,6 @@
+2016-10-17 Jaroslav Lichtblau 
+   * yaz 5.18.0-1
+
 2016-10-04 Jaroslav Lichtblau 
* yaz 5.17.0-1
 


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

2016-10-17 Thread Anatol Pomozov
Date: Monday, October 17, 2016 @ 17:56:08
  Author: anatolik
Revision: 192464

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

Added:
  crash/repos/community-i686/PKGBUILD
(from rev 192463, crash/trunk/PKGBUILD)
  crash/repos/community-x86_64/PKGBUILD
(from rev 192463, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-i686/PKGBUILD
  crash/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-10-17 17:55:27 UTC (rev 192463)
+++ community-i686/PKGBUILD 2016-10-17 17:56:08 UTC (rev 192464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.1.5
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('bb1f6f0a614d188176eb4daf5c44782bf770bdcc9af4024ad5acfc5534e7ae4c')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-i686/PKGBUILD (from rev 192463, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 17:56:08 UTC (rev 192464)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.1.6
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('dc4c36ae680cd37982306ef8f75544776a3133b8ce3418d1992cd59473d04c7f')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 17:55:27 UTC (rev 192463)
+++ community-x86_64/PKGBUILD   2016-10-17 17:56:08 UTC (rev 192464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.1.5
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('bb1f6f0a614d188176eb4daf5c44782bf770bdcc9af4024ad5acfc5534e7ae4c')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 192463, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 17:56:08 UTC (rev 192464)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.1.6
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('dc4c36ae680cd37982306ef8f75544776a3133b8ce3418d1992cd59473d04c7f')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  

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

2016-10-17 Thread Anatol Pomozov
Date: Monday, October 17, 2016 @ 17:55:27
  Author: anatolik
Revision: 192463

upgpkg: crash 7.1.6-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 17:54:35 UTC (rev 192462)
+++ PKGBUILD2016-10-17 17:55:27 UTC (rev 192463)
@@ -5,7 +5,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.1.5
+pkgver=7.1.6
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('bb1f6f0a614d188176eb4daf5c44782bf770bdcc9af4024ad5acfc5534e7ae4c')
+sha256sums=('dc4c36ae680cd37982306ef8f75544776a3133b8ce3418d1992cd59473d04c7f')
 
 prepare() {
   cd crash-$pkgver


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

2016-10-17 Thread Jaroslav Lichtblau
Date: Monday, October 17, 2016 @ 17:54:35
  Author: jlichtblau
Revision: 192462

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

Added:
  homebank/repos/community-i686/PKGBUILD
(from rev 192461, homebank/trunk/PKGBUILD)
  homebank/repos/community-i686/homebank.changelog
(from rev 192461, homebank/trunk/homebank.changelog)
  homebank/repos/community-x86_64/PKGBUILD
(from rev 192461, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 192461, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-i686/PKGBUILD
  homebank/repos/community-i686/homebank.changelog
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog

-+
 /PKGBUILD   |   60 
 /homebank.changelog |  124 ++
 community-i686/PKGBUILD |   29 ---
 community-i686/homebank.changelog   |   59 
 community-x86_64/PKGBUILD   |   29 ---
 community-x86_64/homebank.changelog |   59 
 6 files changed, 184 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 17:54:18 UTC (rev 192461)
+++ community-i686/PKGBUILD 2016-10-17 17:54:35 UTC (rev 192462)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.0.9
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('i686' 'x86_64')
-url="http://homebank.free.fr/";
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0bc763e94da0cba544495b07070e79faecf1d5de0cfb092d126482525e062b7')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 192461, 
homebank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 17:54:35 UTC (rev 192462)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.1
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('i686' 'x86_64')
+url="http://homebank.free.fr/";
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/homebank.changelog
===
--- community-i686/homebank.changelog   2016-10-17 17:54:18 UTC (rev 192461)
+++ community-i686/homebank.changelog   2016-10-17 17:54:35 UTC (rev 192462)
@@ -1,59 +0,0 @@
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau 
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau 
-   * homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 192461, 
homebank/trunk/homebank.changelog)
===
--- community-i68

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

2016-10-17 Thread Jaroslav Lichtblau
Date: Monday, October 17, 2016 @ 17:54:18
  Author: jlichtblau
Revision: 192461

upgpkg: homebank 5.1-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |7 ---
 homebank.changelog |3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 16:38:26 UTC (rev 192460)
+++ PKGBUILD2016-10-17 17:54:18 UTC (rev 192461)
@@ -3,17 +3,18 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.0.9
+pkgver=5.1
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('i686' 'x86_64')
 url="http://homebank.free.fr/";
 license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0bc763e94da0cba544495b07070e79faecf1d5de0cfb092d126482525e062b7')
+sha256sums=('5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2016-10-17 16:38:26 UTC (rev 192460)
+++ homebank.changelog  2016-10-17 17:54:18 UTC (rev 192461)
@@ -1,3 +1,6 @@
+2016-10-17 Jaroslav Lichtblau 
+   * homebank 5.1-1
+
 2016-07-25 Jaroslav Lichtblau 
* homebank 5.0.9-1
 


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

2016-10-17 Thread Gaëtan Bisson
Date: Monday, October 17, 2016 @ 17:29:07
  Author: bisson
Revision: 278897

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 17:28:17 UTC (rev 278896)
+++ extra-i686/PKGBUILD 2016-10-17 17:29:07 UTC (rev 278897)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20161004
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='http://fontforge.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
- 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
-'http://fontforge.github.io/cidmaps.tgz')
-sha1sums=('5248f1938a2371fcd8a77eeb24a80e635b59d91a'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBZMQ_LIBS=-lzmq
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/fontforge"
-   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
-
-   install -d "${pkgdir}/usr/share/icons"
-   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
-   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 278896, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 17:29:07 UTC (rev 278897)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20161012
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='http://fontforge.github.io/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
+'http://fontforge.github.io/cidmaps.tgz')
+sha1sums=('b0acc58e3fa2bc9ae2cab0a2c24ad30101ffba79'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBZMQ_LIBS=-lzmq
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/fontforge"
+   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
+
+   install -d "${pkgdir}/usr/share/icons"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
+   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 17:28:17 UTC (rev 278896)
+++ extra-x86_64/PKGBUILD   2016-10-17 17:29:07 UTC (rev 278897)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20161004
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='http://fontforge.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libxml2' 'libspi

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

2016-10-17 Thread Gaëtan Bisson
Date: Monday, October 17, 2016 @ 17:28:17
  Author: bisson
Revision: 278896

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 16:09:20 UTC (rev 278895)
+++ PKGBUILD2016-10-17 17:28:17 UTC (rev 278896)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=fontforge
-pkgver=20161004
+pkgver=20161012
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://fontforge.github.io/'
@@ -16,7 +16,7 @@
  'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
 'http://fontforge.github.io/cidmaps.tgz')
-sha1sums=('5248f1938a2371fcd8a77eeb24a80e635b59d91a'
+sha1sums=('b0acc58e3fa2bc9ae2cab0a2c24ad30101ffba79'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
 build() {


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

2016-10-17 Thread Daniel Micay
Date: Monday, October 17, 2016 @ 16:37:00
  Author: thestinger
Revision: 192459

upgpkg: linux-grsec 1:4.7.8.r201610161720-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 15:54:21 UTC (rev 192458)
+++ PKGBUILD2016-10-17 16:37:00 UTC (rev 192459)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.7
-_pkgver=4.7.7
+_pkgver=4.7.8
 _grsecver=3.1
-_timestamp=201610101902
+_timestamp=201610161720
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -33,9 +33,9 @@
 
 sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'b1019b88cbced3eced1fe0a908eaac061282f39c559eaa3ea0fd3ee1b089e17e'
+'d2cf10bbf9ae8746f7e57f9a34beef6031944541e6cc8ac07f0948dbbcb09fa4'
 'SKIP'
-'a44bbf5765de6865b36dd5a22cb3bfaff88da87c4e8f4af14b700d207b7ea8a3'
+'408e7e9a51bfb776cd54dc6fd6de82105925827b485b1a4a452f5857a49111c6'
 'SKIP'
 '5372b5f699dbe4271296e1bc317d19b0e49e59a64999d8999e86d224f0dbf2f3'
 'b22293e1aefe85707bf5d3da020479fe29618e4af3ac4796e3b4eb71c382e842'


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

2016-10-17 Thread Daniel Micay
Date: Monday, October 17, 2016 @ 16:38:26
  Author: thestinger
Revision: 192460

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

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

+
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16468 +++
 /config.x86_64 |15884 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8234 ---
 community-i686/config.x86_64   | 7942 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8234 ---
 community-x86_64/config.x86_64 | 7942 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33114 insertions(+), 33114 deletions(-)

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


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 16:09:20
  Author: arojas
Revision: 278895

archrelease: copy trunk to extra-any

Added:
  qt5-doc/repos/extra-any/PKGBUILD
(from rev 278894, qt5-doc/trunk/PKGBUILD)
Deleted:
  qt5-doc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 16:09:01 UTC (rev 278894)
+++ PKGBUILD2016-10-17 16:09:20 UTC (rev 278895)
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-doc
-_qtver=5.7.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
-md5sums=('63ec6b584757eef8cd713e4958297251')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-  find -name '*.pro' -o -name '*.pri' -o -name '*.prf' | xargs sed -i -e 
's|python -c|python2 -c|g' -e 's|python \$|python2 \$|g'
-
-  ln -s /usr/lib/qt/bin qttools/
-  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
-
-  # workaround c++11 detection with GCC6
-  sed -e '/requires(c++11)/d' -i qtserialbus/qtserialbus.pro
-
-  # Hack to force using python2
-  cd "$srcdir"
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  export PATH="$srcdir/bin:$PATH"
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
--prefix /usr \
--bindir /usr/lib/qt/bin \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples
-  make docs
-}
-
-package() {
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="$pkgdir" install_docs
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-
-# Fix conflicts with qt5-examples
-  rm -r "$pkgdir"/usr/share/doc/qt/examples
-}

Copied: qt5-doc/repos/extra-any/PKGBUILD (from rev 278894, 
qt5-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 16:09:20 UTC (rev 278895)
@@ -0,0 +1,65 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-doc
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Documentation)'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
+md5sums=('63ec6b584757eef8cd713e4958297251')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+  find -name '*.pro' -o -name '*.pri' -o -name '*.prf' | xargs sed -i -e 
's|python -c|python2 -c|g' -e 's|python \$|python2 \$|g'
+
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
+
+  # workaround c++11 detection with GCC6
+  sed -e '/requires(c++11)/d' -i qtserialbus/qtserialbus.pro
+
+  # Hack to force using python2
+  cd "$srcdir"
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export PATH="$srcdir/bin:$PATH"
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
+}


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 16:09:01
  Author: arojas
Revision: 278894

Fix build after binaries move

Modified:
  qt5-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 15:03:24 UTC (rev 278893)
+++ PKGBUILD2016-10-17 16:09:01 UTC (rev 278894)
@@ -26,8 +26,8 @@
 's|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
   find -name '*.pro' -o -name '*.pri' -o -name '*.prf' | xargs sed -i -e 
's|python -c|python2 -c|g' -e 's|python \$|python2 \$|g'
 
-  ln -s /usr/lib/qt/bin qttools/
-  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
 
   # workaround c++11 detection with GCC6
   sed -e '/requires(c++11)/d' -i qtserialbus/qtserialbus.pro
@@ -44,7 +44,6 @@
   export PATH="$srcdir/bin:$PATH"
   PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
 -prefix /usr \
--bindir /usr/lib/qt/bin \
 -docdir /usr/share/doc/qt \
 -headerdir /usr/include/qt \
 -archdatadir /usr/lib/qt \


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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 15:54:21
  Author: felixonmars
Revision: 192458

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 192457, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 15:54:04 UTC (rev 192457)
+++ PKGBUILD2016-10-17 15:54:21 UTC (rev 192458)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/google/yapf";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a yapf{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf
-  python setup.py build
-
-  cd "$srcdir"/yapf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf
-  nosetests3
-
-  cd "$srcdir"/yapf-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 192457, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 15:54:21 UTC (rev 192458)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("yapf" "python2-yapf")
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a yapf{,-py2}
+}
+
+build() {
+  cd "$srcdir"/yapf
+  python setup.py build
+
+  cd "$srcdir"/yapf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/yapf
+  nosetests3
+
+  cd "$srcdir"/yapf-py2
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd yapf
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd yapf-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/yapf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 15:54:04
  Author: felixonmars
Revision: 192457

upgpkg: yapf 0.13.0-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 15:14:24 UTC (rev 192456)
+++ PKGBUILD2016-10-17 15:54:04 UTC (rev 192457)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("yapf" "python2-yapf")
-pkgver=0.12.2
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 15:14:24
  Author: felixonmars
Revision: 192456

update upstream url

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 14:31:27 UTC (rev 192455)
+++ PKGBUILD2016-10-17 15:14:24 UTC (rev 192456)
@@ -6,7 +6,7 @@
 pkgver=1.0.4
 _tag=ver.1.0.4
 pkgrel=1
-url="http://code.google.com/p/opencc/";
+url="https://github.com/BYVoid/OpenCC";
 arch=('i686' 'x86_64')
 license=('Apache')
 makedepends=('cmake' 'doxygen' 'python' 'git')


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

2016-10-17 Thread Andreas Radke
Date: Monday, October 17, 2016 @ 14:27:30
  Author: andyrtr
Revision: 278891

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 278890, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch
(from rev 278890, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 278890, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-sys-zlib.patch
(from rev 278890, ghostscript/trunk/ghostscript-sys-zlib.patch)

---+
 testing-i686/PKGBUILD |   76 
 testing-i686/ghostscript-sys-zlib.patch   |   25 +
 testing-x86_64/PKGBUILD   |   76 
 testing-x86_64/ghostscript-sys-zlib.patch |   25 +
 4 files changed, 202 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 278890, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-17 14:27:30 UTC (rev 278891)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=ghostscript
+pkgver=9.20
+pkgrel=3
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg'
+  'jbig2dec' 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk3:  needed for gsx')
+url="http://www.ghostscript.com/";
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.xz
+ghostscript-sys-zlib.patch)
+options=('!makeflags')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+sha1sums=('ed63f43482f5af60dff52e81b2d9478da3ad1e3e'
+  'e054caf753df4d67221b29a2eac66130653f7556')
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
+  # https://bugs.archlinux.org/task/38226
+  rm -rfv cups/libs freetype ijs jasper jbig2dec jpeg lcms2 libpng tiff zlib
+
+  autoconf --force
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --without-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --enable-fontconfig \
+   --enable-freetype \
+   --enable-openjpeg \
+   --without-luratech \
+   --with-system-libtiff \
+   --with-libpaper \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make so
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   cups_serverroot="${pkgdir}"/etc/cups \
+   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
+
+  # drop full libs linked gs, prefer gsc dynamically linked against libgs; 
FS#50422
+  ln -sf /usr/bin/gsc "${pkgdir}"/usr/bin/gs
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf "$pkgdir"/usr/share/man/[^man1]*
+
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch (from rev 
278890, ghostscript/trunk/ghostscript-sys-zlib.patch)
===
--- testing-i686/ghostscript-sys-zlib.patch (rev 0)
+++ testing-i686/ghostscript-sys-zlib.patch 2016-10-17 14:27:30 UTC (rev 
278891)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+ 
+ if test -d $srcdir/zlib; then
+diff -up ghostscript-9.12/configu

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 14:31:27
  Author: arojas
Revision: 192455

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 192454, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 14:29:53 UTC (rev 192454)
+++ PKGBUILD2016-10-17 14:31:27 UTC (rev 192455)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20161014
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org";
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('ca704a3bb4d37355d752e51991d710d6'
- 'eb137909b671142ee556e439e664a919'
- '626bdd9229204df6b9354fc58f4bc4ce'
- '31f6566d35ccd604be46ed5b1f813cdf'
- 'a68367e6fde6b8d4db1ef7dcc2f4ae61'
- 'bfc34f02e2685238fdf6b3828e638f19'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '8be3a186f85b54ebf18c3d09a771ec14'
- '8be08f1694cebf74248b3b9296bf018c')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 192454, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 14:31:27 UTC (rev 192455)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20161014
+pkgrel=2
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('ca704a3bb4d37355d752e51991d710d6'
+ '100413cc052bed05bcb1b204da92942f'
+ '9fc3c1814574f885d4c466bd39496954'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '7238763cfe6e3ccf49ac913f3fb26188'
+ '491b21c5ae0cf67e93a7420dd8894928'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '776e07e85c5138682d3b8004694a554b'
+ 'c2e47016006a219f396fc18dce5185e4')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 14:29:53
  Author: arojas
Revision: 192454

Rebuild with appstream-generator 0.6.0-4

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 14:07:47 UTC (rev 192453)
+++ PKGBUILD2016-10-17 14:29:53 UTC (rev 192454)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-appstream-data
 pkgver=20161014
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org";
@@ -15,14 +15,14 @@
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
 md5sums=('ca704a3bb4d37355d752e51991d710d6'
- 'eb137909b671142ee556e439e664a919'
- '626bdd9229204df6b9354fc58f4bc4ce'
+ '100413cc052bed05bcb1b204da92942f'
+ '9fc3c1814574f885d4c466bd39496954'
  '31f6566d35ccd604be46ed5b1f813cdf'
- 'a68367e6fde6b8d4db1ef7dcc2f4ae61'
- 'bfc34f02e2685238fdf6b3828e638f19'
+ '7238763cfe6e3ccf49ac913f3fb26188'
+ '491b21c5ae0cf67e93a7420dd8894928'
  '31f6566d35ccd604be46ed5b1f813cdf'
- '8be3a186f85b54ebf18c3d09a771ec14'
- '8be08f1694cebf74248b3b9296bf018c')
+ '776e07e85c5138682d3b8004694a554b'
+ 'c2e47016006a219f396fc18dce5185e4')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


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

2016-10-17 Thread Andreas Radke
Date: Monday, October 17, 2016 @ 14:27:19
  Author: andyrtr
Revision: 278890

upgpkg: ghostscript 9.20-3

use system jasper again; FS#51414

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 14:12:18 UTC (rev 278889)
+++ PKGBUILD2016-10-17 14:27:19 UTC (rev 278890)
@@ -3,7 +3,7 @@
 
 pkgname=ghostscript
 pkgver=9.20
-pkgrel=2
+pkgrel=3
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -31,7 +31,7 @@
   # force it to use system-libs
   # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
   # https://bugs.archlinux.org/task/38226
-  rm -rfv cups/libs freetype ijs jbig2dec jpeg lcms2 libpng tiff zlib
+  rm -rfv cups/libs freetype ijs jasper jbig2dec jpeg lcms2 libpng tiff zlib
 
   autoconf --force
 


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

2016-10-17 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 14:12:18
  Author: heftig
Revision: 278889

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

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

--+
 /PKGBUILD|  140 +
 /flatpak.install |   22 ++
 extra-i686/PKGBUILD  |   67 ---
 extra-i686/flatpak.install   |   11 ---
 extra-x86_64/PKGBUILD|   67 ---
 extra-x86_64/flatpak.install |   11 ---
 6 files changed, 162 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 14:11:34 UTC (rev 27)
+++ extra-i686/PKGBUILD 2016-10-17 14:12:18 UTC (rev 278889)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.12
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
-_commit=41d2e453622409e4387c36d64a72af589d87e345  # tags/0.6.12^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git://git.gnome.org/libglnx"
-"git+https://github.com/projectatomic/bubblewrap";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-gtk-doc --with-priv-mode=setuid
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 27, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 14:12:18 UTC (rev 278889)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.6.12
+pkgrel=2
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
+ json-glib libseccomp libarchive libelf libcap)
+makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+install=flatpak.install
+_commit=41d2e453622409e4387c36d64a72af589d87e345  # tags/0.6.12^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git://git.gnome.org/libglnx"
+"git+https://github.com/projectatomic/bubblewrap";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # CVE-2016-8659
+  git cherry-pick -n da0204f4c81e7cf66943ac07317a48cad28ecf95
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  make -k check
+}
+
+package() {
+  

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

2016-10-17 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 14:11:34
  Author: heftig
Revision: 27

0.6.12-2

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 13:33:08 UTC (rev 278887)
+++ PKGBUILD2016-10-17 14:11:34 UTC (rev 27)
@@ -3,7 +3,7 @@
 
 pkgname=flatpak
 pkgver=0.6.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org";
 arch=(i686 x86_64)
@@ -23,6 +23,9 @@
 prepare() {
   cd $pkgname
 
+  # CVE-2016-8659
+  git cherry-pick -n da0204f4c81e7cf66943ac07317a48cad28ecf95
+
   git submodule init
   git config --local submodule.libglnx.url "$srcdir/libglnx"
   git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"


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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 14:07:47
  Author: spupykin
Revision: 192453

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 14:07:19 UTC (rev 192452)
+++ community-i686/PKGBUILD 2016-10-17 14:07:47 UTC (rev 192453)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org";
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz";
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('d86045933aa8f582f1d74ab77f998e44'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 192452, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 14:07:47 UTC (rev 192453)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Ma

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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 14:07:19
  Author: spupykin
Revision: 192452

upgpkg: openvswitch 2.6.0-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 12:05:31 UTC (rev 192451)
+++ PKGBUILD2016-10-17 14:07:19 UTC (rev 192452)
@@ -4,8 +4,8 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org";
 license=('APACHE')
@@ -16,9 +16,9 @@
ovsdb-server.service
ovs-vswitchd.service)
 depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('d86045933aa8f582f1d74ab77f998e44'
+makedepends=('python2-six')
+optdepends=('python2-six')
+md5sums=('7d73a3e48aa60a807663e690c3928d72'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')


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

2016-10-17 Thread Evangelos Foutras
Date: Monday, October 17, 2016 @ 13:33:08
  Author: foutrelis
Revision: 278887

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

Added:
  xfce4-terminal/repos/testing-i686/
  xfce4-terminal/repos/testing-i686/PKGBUILD
(from rev 278886, xfce4-terminal/trunk/PKGBUILD)
  xfce4-terminal/repos/testing-x86_64/
  xfce4-terminal/repos/testing-x86_64/PKGBUILD
(from rev 278886, xfce4-terminal/trunk/PKGBUILD)

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

Copied: xfce4-terminal/repos/testing-i686/PKGBUILD (from rev 278886, 
xfce4-terminal/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-17 13:33:08 UTC (rev 278887)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e915c05a3d07b66d153e1ba8614f904f9c12b2dd8372b27d24c0d339743d5b0a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--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-terminal/repos/testing-x86_64/PKGBUILD (from rev 278886, 
xfce4-terminal/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-17 13:33:08 UTC (rev 278887)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e915c05a3d07b66d153e1ba8614f904f9c12b2dd8372b27d24c0d339743d5b0a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-17 Thread Evangelos Foutras
Date: Monday, October 17, 2016 @ 13:32:56
  Author: foutrelis
Revision: 278886

upgpkg: xfce4-terminal 0.8.0-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD
Deleted:
  
xfce4-terminal/trunk/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch

--+
 PKGBUILD |   10 +-
 xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch |   50 --
 2 files changed, 5 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 12:24:24 UTC (rev 278885)
+++ PKGBUILD2016-10-17 13:32:56 UTC (rev 278886)
@@ -4,19 +4,19 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=0.6.3
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";
 license=('GPL2')
 groups=('xfce4')
-depends=('libxfce4ui' 'vte' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
 makedepends=('intltool')
 conflicts=('terminal')
 replaces=('terminal')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e915c05a3d07b66d153e1ba8614f904f9c12b2dd8372b27d24c0d339743d5b0a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Deleted: xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
===
--- xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
2016-10-17 12:24:24 UTC (rev 278885)
+++ xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
2016-10-17 13:32:56 UTC (rev 278886)
@@ -1,50 +0,0 @@
-From 71bd87a532f250d6bc98d52a5d546d43056bbd99 Mon Sep 17 00:00:00 2001
-From: Alistair Buxton 
-Date: Sun, 13 Oct 2013 23:41:45 +
-Subject: Fix up the encoding menu creation.
-
-Don't add non-radio items to the radio item group.
-Don't leak list nodes by prepending twice to the same list.
-Fixes BUG #10395.

-diff --git a/terminal/terminal-encoding-action.c 
b/terminal/terminal-encoding-action.c
-index 83242e9..77c916c 100644
 a/terminal/terminal-encoding-action.c
-+++ b/terminal/terminal-encoding-action.c
-@@ -253,7 +253,7 @@ terminal_encoding_action_menu_shown (GtkWidget 
 *menu,
-   /* action to reset to the default */
-   default_label = g_strdup_printf (_("Default (%s)"), default_charset);
-   item = gtk_radio_menu_item_new_with_label (groups, default_label);
--  groups = g_slist_prepend (groups, item);
-+  groups = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (item));
-   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
-   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (item), found);
-   g_signal_connect (G_OBJECT (item), "activate",
-@@ -267,7 +267,6 @@ terminal_encoding_action_menu_shown (GtkWidget 
 *menu,
-   /* category item */
-   item = gtk_menu_item_new_with_label (_(terminal_encodings_names[n]));
-   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
--  groups = g_slist_prepend (groups, item);
-   gtk_widget_show (item);
- 
-   submenu = gtk_menu_new ();
-@@ -281,7 +280,7 @@ terminal_encoding_action_menu_shown (GtkWidget 
 *menu,
- break;
- 
-   item2 = gtk_radio_menu_item_new_with_label (groups, charset);
--  groups = g_slist_prepend (groups, item2);
-+  groups = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM 
(item2));
-   gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item2);
-   g_object_set_qdata (G_OBJECT (item2), encoding_action_quark, (gchar 
*) charset);
-   gtk_widget_show (item2);
-@@ -304,7 +303,7 @@ terminal_encoding_action_menu_shown (GtkWidget 
 *menu,
- {
-   /* add an action with the unknown charset */
-   item2 = gtk_radio_menu_item_new_with_label (groups, action->current);
--  groups = g_slist_prepend (groups, item2);
-+  groups = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (item2));
-   g_object_set_qdata_full (G_OBJECT (item2), encoding_action_quark,
-g_strdup (action->current), g_free);
-   gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item2);
---
-cgit v0.9.2


[arch-commits] Commit in lightdm-gtk-greeter/repos (4 files)

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 12:24:24
  Author: alucryd
Revision: 278885

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

Added:
  lightdm-gtk-greeter/repos/extra-i686/PKGBUILD
(from rev 278884, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD
(from rev 278884, lightdm-gtk-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk-greeter/repos/extra-i686/PKGBUILD
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 12:24:14 UTC (rev 278884)
+++ extra-i686/PKGBUILD 2016-10-17 12:24:24 UTC (rev 278885)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Padfoot 
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.1
-pkgrel=3
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/lightdm-gtk-greeter'
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('gobject-introspection' 'intltool')
-replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=("https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz";)
-sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---with-libxklavier \
---enable-kill-on-sigterm \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/extra-i686/PKGBUILD (from rev 278884, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 12:24:24 UTC (rev 278885)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Padfoot 
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.2
+pkgrel=1
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gobject-introspection' 'intltool')
+replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=("https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz";)
+sha256sums=('8ee6d93d1d6837b3590f64ac4d5bac5db888a8861dff1cb2ef10f7816ad36690')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--enable-kill-on-sigterm \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 12:24:14 UTC (rev 278884)
+++ extra-x86_64/PKGBUILD   2016-10-17 12:24:24 UTC (rev 278885)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Padfoot 
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.1
-pkgrel=3
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/lightdm-gtk-greeter'
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('gobject-introspection' 'intltool')
-replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=("https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz";)
-sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---with-libxklavier \
---enable-kill-on-sigterm \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD (from rev 278884, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===

[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 12:24:14
  Author: alucryd
Revision: 278884

upgpkg: lightdm-gtk-greeter 1:2.0.2-1

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 10:11:40 UTC (rev 278883)
+++ PKGBUILD2016-10-17 12:24:14 UTC (rev 278884)
@@ -3,8 +3,8 @@
 # Contributor: Padfoot 
 
 pkgname=lightdm-gtk-greeter
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 url='https://launchpad.net/lightdm-gtk-greeter'
 license=('GPL3' 'LGPL3')
 depends=('gtk3' 'lightdm')
-makedepends=('gobject-introspection' 'intltool')
+makedepends=('exo' 'gobject-introspection' 'intltool')
 replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 
source=("https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz";)
-sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
+sha256sums=('8ee6d93d1d6837b3590f64ac4d5bac5db888a8861dff1cb2ef10f7816ad36690')
 
 build() {
   cd lightdm-gtk-greeter-${pkgver}


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

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 12:05:31
  Author: alucryd
Revision: 192451

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 192450, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 192450, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 192450, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 192450, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 192450, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 192450, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 192450, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 192450, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 192450, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 192450, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 192450, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 192450, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 12:05:11 UTC (rev 192450)
+++ community-i686/PKGBUILD 2016-10-17 12:05:31 UTC (rev 192451)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.8000
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz";
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('1c4c24ba1c2a3be8b1513035e2b3edce517ea2b98d4c9a4e5562c402d6ddb91b'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,li

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

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 12:05:11
  Author: alucryd
Revision: 192450

upgpkg: emby-server 3.0.8100-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:41:34 UTC (rev 192449)
+++ PKGBUILD2016-10-17 12:05:11 UTC (rev 192450)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.8000
+pkgver=3.0.8100
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('1c4c24ba1c2a3be8b1513035e2b3edce517ea2b98d4c9a4e5562c402d6ddb91b'
+sha256sums=('71d0e6cae1cccb219e2e818f51f67e379f69b0797a09af9d5f8ef42273ca3e81'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:41:24
  Author: spupykin
Revision: 192448

upgpkg: perl-specio 0.29-2

upd

Modified:
  perl-specio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:32:45 UTC (rev 192447)
+++ PKGBUILD2016-10-17 11:41:24 UTC (rev 192448)
@@ -3,12 +3,12 @@
 
 pkgname=perl-specio
 pkgver=0.29
-pkgrel=1
+pkgrel=2
 pkgdesc="Type constraints and coercions for Perl"
 arch=('any')
 url="http://search.cpan.org/dist/Specio";
 license=('GPL' 'PerlArtistic')
-depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat')
+depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
 md5sums=('7d9f28dac997e38d0e78e41aa2e1b79a')


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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:41:34
  Author: spupykin
Revision: 192449

archrelease: copy trunk to community-any

Added:
  perl-specio/repos/community-any/PKGBUILD
(from rev 192448, perl-specio/trunk/PKGBUILD)
Deleted:
  perl-specio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 11:41:24 UTC (rev 192448)
+++ PKGBUILD2016-10-17 11:41:34 UTC (rev 192449)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 191857 2016-10-10 11:17:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-specio
-pkgver=0.29
-pkgrel=1
-pkgdesc="Type constraints and coercions for Perl"
-arch=('any')
-url="http://search.cpan.org/dist/Specio";
-license=('GPL' 'PerlArtistic')
-depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
-md5sums=('7d9f28dac997e38d0e78e41aa2e1b79a')
-
-build() {
-  cd  $srcdir/Specio-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  $srcdir/Specio-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-specio/repos/community-any/PKGBUILD (from rev 192448, 
perl-specio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 11:41:34 UTC (rev 192449)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 191857 2016-10-10 11:17:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-specio
+pkgver=0.29
+pkgrel=2
+pkgdesc="Type constraints and coercions for Perl"
+arch=('any')
+url="http://search.cpan.org/dist/Specio";
+license=('GPL' 'PerlArtistic')
+depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
+md5sums=('7d9f28dac997e38d0e78e41aa2e1b79a')
+
+build() {
+  cd  $srcdir/Specio-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  $srcdir/Specio-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-params-validationcompiler/repos/community-any (2 files)

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:32:45
  Author: spupykin
Revision: 192447

archrelease: copy trunk to community-any

Added:
  perl-params-validationcompiler/repos/community-any/PKGBUILD
(from rev 192446, perl-params-validationcompiler/trunk/PKGBUILD)
Deleted:
  perl-params-validationcompiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 11:32:36 UTC (rev 192446)
+++ PKGBUILD2016-10-17 11:32:45 UTC (rev 192447)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-params-validationcompiler
-_pkgname=Params-ValidationCompiler
-pkgver=0.13
-pkgrel=1
-pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-role-tiny' 'perl-eval-closure')
-checkdepends=('perl-test-fatal')
-url="http://search.cpan.org/dist/Params-ValidationCompiler/";
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)
-md5sums=('e654da776110d5e821c43b2f30f03d68')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-MODULEBUILDRC=/dev/null
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make install
-}

Copied: perl-params-validationcompiler/repos/community-any/PKGBUILD (from rev 
192446, perl-params-validationcompiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 11:32:45 UTC (rev 192447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-params-validationcompiler
+_pkgname=Params-ValidationCompiler
+pkgver=0.13
+pkgrel=2
+pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-role-tiny' 'perl-eval-closure' 'perl-exception-class')
+checkdepends=('perl-test-fatal')
+url="http://search.cpan.org/dist/Params-ValidationCompiler/";
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)
+md5sums=('e654da776110d5e821c43b2f30f03d68')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make install
+}


[arch-commits] Commit in perl-params-validationcompiler/trunk (PKGBUILD)

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:32:36
  Author: spupykin
Revision: 192446

upgpkg: perl-params-validationcompiler 0.13-2

upd

Modified:
  perl-params-validationcompiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:25:23 UTC (rev 192445)
+++ PKGBUILD2016-10-17 11:32:36 UTC (rev 192446)
@@ -4,12 +4,12 @@
 pkgname=perl-params-validationcompiler
 _pkgname=Params-ValidationCompiler
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
 arch=('any')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl-role-tiny' 'perl-eval-closure')
+depends=('perl-role-tiny' 'perl-eval-closure' 'perl-exception-class')
 checkdepends=('perl-test-fatal')
 url="http://search.cpan.org/dist/Params-ValidationCompiler/";
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)


[arch-commits] Commit in perl-lingua-en-numbers-ordinate/repos/community-any (2 files)

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:25:23
  Author: spupykin
Revision: 192445

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD
(from rev 192444, perl-lingua-en-numbers-ordinate/trunk/PKGBUILD)
Deleted:
  perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 11:25:13 UTC (rev 192444)
+++ PKGBUILD2016-10-17 11:25:23 UTC (rev 192445)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Allan McRae 
-# Contributor: François Charette 
-
-pkgname=perl-lingua-en-numbers-ordinate
-pkgver=1.02
-pkgrel=5
-pkgdesc="Go from cardinal (53) to ordinal (53rd)"
-arch=('any')
-url="http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
-md5sums=('e92078fafd9108a137972c4e9bae9e99')
-
-build() {
-  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD (from rev 
192444, perl-lingua-en-numbers-ordinate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 11:25:23 UTC (rev 192445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Allan McRae 
+# Contributor: François Charette 
+
+pkgname=perl-lingua-en-numbers-ordinate
+pkgver=1.04
+pkgrel=1
+pkgdesc="Go from cardinal (53) to ordinal (53rd)"
+arch=('any')
+url="http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
+md5sums=('8d98839010f7f5cb3b2f593d2e00b505')
+
+build() {
+  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-lingua-en-numbers-ordinate/trunk (PKGBUILD)

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:25:13
  Author: spupykin
Revision: 192444

upgpkg: perl-lingua-en-numbers-ordinate 1.04-1

upd

Modified:
  perl-lingua-en-numbers-ordinate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:23:50 UTC (rev 192443)
+++ PKGBUILD2016-10-17 11:25:13 UTC (rev 192444)
@@ -4,8 +4,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-lingua-en-numbers-ordinate
-pkgver=1.02
-pkgrel=5
+pkgver=1.04
+pkgrel=1
 pkgdesc="Go from cardinal (53) to ordinal (53rd)"
 arch=('any')
 url="http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate";
@@ -12,8 +12,8 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
-md5sums=('e92078fafd9108a137972c4e9bae9e99')
+source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
+md5sums=('8d98839010f7f5cb3b2f593d2e00b505')
 
 build() {
   cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver


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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:23:19
  Author: spupykin
Revision: 192440

upgpkg: devede 4.8.3-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:21:18 UTC (rev 192439)
+++ PKGBUILD2016-10-17 11:23:19 UTC (rev 192440)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.8.1
+pkgver=4.8.3
 pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
locale.patch)
-md5sums=('eb0d52a64a5144b49ebe0b5d63a424b8'
+md5sums=('cb14e79e87ce298bc24a59c3046fff0f'
  'f59565a12684b80583ca12ebe12aa624')
 
 prepare() {


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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:23:30
  Author: spupykin
Revision: 192441

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 192440, devede/trunk/PKGBUILD)
  devede/repos/community-any/locale.patch
(from rev 192440, devede/trunk/locale.patch)
Deleted:
  devede/repos/community-any/PKGBUILD
  devede/repos/community-any/locale.patch

--+
 PKGBUILD |   60 +++---
 locale.patch |  114 -
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 11:23:19 UTC (rev 192440)
+++ PKGBUILD2016-10-17 11:23:30 UTC (rev 192441)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html";
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-   locale.patch)
-md5sums=('eb0d52a64a5144b49ebe0b5d63a424b8'
- 'f59565a12684b80583ca12ebe12aa624')
-
-prepare() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-#  patch -p1 <$srcdir/locale.patch
-}
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 192440, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 11:23:30 UTC (rev 192441)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html";
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
+   locale.patch)
+md5sums=('cb14e79e87ce298bc24a59c3046fff0f'
+ 'f59565a12684b80583ca12ebe12aa624')
+
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+#  patch -p1 <$srcdir/locale.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}

Deleted: locale.patch
===
--- locale.patch2016-10-17 11:23:19 UTC (rev 192440)
+++ locale.patch2016-10-17 11:23:30 UTC (rev 192441)
@@ -1,57 +0,0 @@
-diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
 devedeng-4.6.0/po/es.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/es.po  2016-03-14 14:54:52.127234097 +0300
-@@ -1027,10 +1027,6 @@
- "Matroska / H.264\n"
- "Crea ficheros H.264 en un contenedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPUs multinúcleo"
-Only in devedeng-4.6.0.q/po: es.po~
-diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
 devedeng-4.6.0/po/gl.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/gl.po  2016-03-14 14:54:36.563900382 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Crea ficheiros H.264 nun contedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multinúcleo"
-diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
 devedeng-4.6.0/po/it_IT.po 2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/it_IT.po   2016-03-14 14:54:45.310567263 +0300
-@@ -1024,10 +1024,6 @@
- "Matroska / H.264\n"
- "Crea file H.264 in un contenitore MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programmi necessari a Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multicore"
-diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
 devedeng-4.6.0/po/sk.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/sk.po  2016-03-14 14:54:10.133899737 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Vytvorí súbory vo formáte H.264 v kontajneri MKV"
- 
--#: .

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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:23:50
  Author: spupykin
Revision: 192443

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 11:23:34 UTC (rev 192442)
+++ community-i686/PKGBUILD 2016-10-17 11:23:50 UTC (rev 192443)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer : Ionut Biru 
-# Contributor: Joeny Ang 
-
-pkgname=shotwell
-epoch=1
-pkgver=0.24.0
-_basever=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
-arch=('i686' 'x86_64')
-url="http://yorba.org/shotwell/";
-license=('LGPL2.1')
-depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2' 'libgudev')
-makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
-source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
-md5sums=('2697874c8e26c37aed3b1ea8a6fd2b7e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make -j1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 192442, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 11:23:50 UTC (rev 192443)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer : Ionut Biru 
+# Contributor: Joeny Ang 
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.1
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=1
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/";
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
+md5sums=('b53b86424564d2f94d56621b1a10a8a4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 11:23:34 UTC (rev 192442)
+++ community-x86_64/PKGBUILD   2016-10-17 11:23:50 UTC (rev 192443)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer : Ionut Biru 
-# Contributor: Joeny Ang 
-
-pkgname=shotwell
-epoch=1
-pkgver=0.24.0
-_basever=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
-arch=('i686' 'x86_64')
-url="http://yorba.org/shotwell/";
-license=('LGPL2.1')
-depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2' 'libgudev')
-makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
-source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
-md5sums=('2697874c8e26c37aed3b1ea8a6fd2b7e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make -j1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 192442, 
shotwell/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 11:23:50 UTC (rev 192443)
@@ -0,0 +1,34 @@
+# $I

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

2016-10-17 Thread Sergej Pupykin
Date: Monday, October 17, 2016 @ 11:23:34
  Author: spupykin
Revision: 192442

upgpkg: shotwell 1:0.24.1-1

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 11:23:30 UTC (rev 192441)
+++ PKGBUILD2016-10-17 11:23:34 UTC (rev 192442)
@@ -5,7 +5,7 @@
 
 pkgname=shotwell
 epoch=1
-pkgver=0.24.0
+pkgver=0.24.1
 _basever=$(echo $pkgver | cut -f1-2 -d.)
 pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
@@ -17,7 +17,7 @@
 'gst-plugins-base' 'libgphoto2' 'libgudev')
 makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
 
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
-md5sums=('2697874c8e26c37aed3b1ea8a6fd2b7e')
+md5sums=('b53b86424564d2f94d56621b1a10a8a4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 11:21:18
  Author: arojas
Revision: 192439

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

Added:
  appstream-generator/repos/community-i686/PKGBUILD
(from rev 192438, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-i686/metainfo-no-summary-warning.patch
(from rev 192438, 
appstream-generator/trunk/metainfo-no-summary-warning.patch)
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 192438, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-x86_64/metainfo-no-summary-warning.patch
(from rev 192438, 
appstream-generator/trunk/metainfo-no-summary-warning.patch)
Deleted:
  appstream-generator/repos/community-i686/PKGBUILD
  appstream-generator/repos/community-i686/metainfo-no-summary-warning.patch
  appstream-generator/repos/community-x86_64/PKGBUILD
  appstream-generator/repos/community-x86_64/metainfo-no-summary-warning.patch

+
 /PKGBUILD  |   74 +++
 /metainfo-no-summary-warning.patch |   22 +
 community-i686/PKGBUILD|   37 -
 community-i686/metainfo-no-summary-warning.patch   |   37 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/metainfo-no-summary-warning.patch |   37 -
 6 files changed, 96 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 11:20:25 UTC (rev 192438)
+++ community-i686/PKGBUILD 2016-10-17 11:21:18 UTC (rev 192439)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator";
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb)
-makedepends=(dmd meson ninja mustache-d curl)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
 metainfo-no-summary-warning.patch)
-sha256sums=('68f538f2163004b8e2171c694233af401c2cd47a9ea1472265753a48b20600e3'
-'78ca3d7417024f1bb4d29b9b1629dd02169d706cb069ff1b18e146aefb8c62ca')
-
-prepare() {
-  mkdir -p build
-
-# fix build
-  sed -e 's/core.sys.linux.stdio/core.sys.posix.stdio/' -i 
$pkgname-$pkgver/src/asgen/utils.d
-
-# Don't treat 'metainfo-no-summary' hints as errors, it excludes too many 
packages
-  cd $pkgname-$pkgver
-  patch -p1 -i ../metainfo-no-summary-warning.patch
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
-  ninja -j1
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 192438, 
appstream-generator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 11:21:18 UTC (rev 192439)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator";
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb)
+makedepends=(dmd meson ninja mustache-d curl)
+source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
 metainfo-no-summary-warning.patch)
+sha256sums=('68f538f2163004b8e2171c694233af401c2cd47a9ea1472265753a48b20600e3'
+'6ae502ac0e5b6aad3d3617e0e32b6b13752baa97b4d5f051a298db707b2cb4e6')
+
+prepare() {
+  mkdir -p build
+
+# fix build
+  sed -e 's/core.sys.linux.stdio/core.sys.posix.stdio/' -i 
$pkgname-$pkgver/src/asgen/utils.d
+
+# Don't treat 'metainfo-no-summary' hints as errors, it excludes too many 
packages
+  cd $pkgname-$pkgver
+  patch -p1 -i ../metainfo-no-summary-warning.patch
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
+  ninja -j1
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-i686/metainfo-no-summary-warning.patch
===
--- community-i686/metainfo-no-summary-warning.patch2016-10-17 11:20:25 UTC 
(rev 192438)
+++ community-i686/metainfo-no-summary-warning.patch2016-10-17 11:21:18 UTC 
(rev 192439)
@@ -1,37 +0,0 @@
 appstream-generator-0.6.0/data/asgen-hints.json.orig   2016-10-15 
21:12:11.009366464 +0200
-+++ appstream-generator-0.6.0/data/asgen-hints.json2016-10-15 
21:50:30.559324994 +0200
-@@ -24,7 +24,7 @@
- 
- "icon-format-unsupported": {
-   "text": "Icon file '{{icon_fname}}' uses an unsupported image file format.",
--  "severity": "error"
-+  "severity": "w

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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 11:20:25
  Author: arojas
Revision: 192438

Revert to errors when icons are missing, gnome-software and discover won't load 
them anyway

Modified:
  appstream-generator/trunk/PKGBUILD
  appstream-generator/trunk/metainfo-no-summary-warning.patch

---+
 PKGBUILD  |4 ++--
 metainfo-no-summary-warning.patch |   26 --
 2 files changed, 2 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:55:16 UTC (rev 192437)
+++ PKGBUILD2016-10-17 11:20:25 UTC (rev 192438)
@@ -3,7 +3,7 @@
 
 pkgname=appstream-generator
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast AppStream metadata generator"
 arch=(i686 x86_64)
 url="https://github.com/ximion/appstream-generator";
@@ -12,7 +12,7 @@
 makedepends=(dmd meson ninja mustache-d curl)
 
source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
 metainfo-no-summary-warning.patch)
 sha256sums=('68f538f2163004b8e2171c694233af401c2cd47a9ea1472265753a48b20600e3'
-'78ca3d7417024f1bb4d29b9b1629dd02169d706cb069ff1b18e146aefb8c62ca')
+'6ae502ac0e5b6aad3d3617e0e32b6b13752baa97b4d5f051a298db707b2cb4e6')
 
 prepare() {
   mkdir -p build

Modified: metainfo-no-summary-warning.patch
===
--- metainfo-no-summary-warning.patch   2016-10-17 09:55:16 UTC (rev 192437)
+++ metainfo-no-summary-warning.patch   2016-10-17 11:20:25 UTC (rev 192438)
@@ -1,31 +1,5 @@
 --- appstream-generator-0.6.0/data/asgen-hints.json.orig   2016-10-15 
21:12:11.009366464 +0200
 +++ appstream-generator-0.6.0/data/asgen-hints.json2016-10-15 
21:50:30.559324994 +0200
-@@ -24,7 +24,7 @@
- 
- "icon-format-unsupported": {
-   "text": "Icon file '{{icon_fname}}' uses an unsupported image file format.",
--  "severity": "error"
-+  "severity": "warning"
- },
- 
- "icon-not-found": {
-@@ -37,14 +37,14 @@
- "To make the icon easier to find, place it in 
/usr/share/icons/hicolor//apps and ensure the 
Icon= value",
- "of the .desktop file is set correctly."
-],
--  "severity": "error"
-+  "severity": "warning"
- },
- 
- "gui-app-without-icon": {
-   "text": [ "The component is a GUI application (application which has a 
.desktop file for the XDG menu and Type=Application),",
- "but we could not find a matching icon for this application."
-   ],
--  "severity": "error"
-+  "severity": "warning"
- },
- 
- "pkg-extract-error": {
 @@ -140,7 +140,7 @@
 "has a Comment= field set.",
 "More information can be found in the http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html\";>Desktop
 Entry specification",


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 10:11:40
  Author: arojas
Revision: 278883

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

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 278882, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 278882, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 10:08:10 UTC (rev 278882)
+++ extra-i686/PKGBUILD 2016-10-17 10:11:40 UTC (rev 278883)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/";
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz";)
-sha1sums=('e6593ee234825d660b8cf289446e447ec006b23c')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 278882, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 10:11:40 UTC (rev 278883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/";
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha1sums=('80221f44ae04d342e3609f283fcceaac6553376f'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 10:08:10 UTC (rev 278882)
+++ extra-x86_64/PKGBUILD   2016-10-17 10:11:40 UTC (rev 278883)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/";
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz";)
-sha1sums=('e6593ee234825d660b8cf289446e447ec006b23c')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 278882, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-17 10:11:40 UTC (rev 278883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/";
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha1sums=('80221f44ae04d342e3609f283fcceaac6553376f'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd 

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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 10:08:10
  Author: arojas
Revision: 278882

Update to 5.0.2

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 10:05:24 UTC (rev 278881)
+++ PKGBUILD2016-10-17 10:08:10 UTC (rev 278882)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.0.2
+pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/";
@@ -12,7 +12,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
 
source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha1sums=('e6593ee234825d660b8cf289446e447ec006b23c'
+sha1sums=('80221f44ae04d342e3609f283fcceaac6553376f'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 10:05:24
  Author: arojas
Revision: 278881

upgpkg: kdevelop-php 5.0.1-2

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 10:04:54 UTC (rev 278880)
+++ PKGBUILD2016-10-17 10:05:24 UTC (rev 278881)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop-php
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/";


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 10:04:54
  Author: arojas
Revision: 278880

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

Added:
  kdevelop-python/repos/extra-i686/PKGBUILD
(from rev 278879, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 278879, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-i686/PKGBUILD
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 10:04:05 UTC (rev 278879)
+++ extra-i686/PKGBUILD 2016-10-17 10:04:54 UTC (rev 278880)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/";
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz";)
-sha1sums=('b035f78621942469f51a6fb3e14d84b781aff916')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/extra-i686/PKGBUILD (from rev 278879, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 10:04:54 UTC (rev 278880)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/";
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha1sums=('2711050bac439e1597d32dc05f53dddeb96ccf08'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 10:04:05 UTC (rev 278879)
+++ extra-x86_64/PKGBUILD   2016-10-17 10:04:54 UTC (rev 278880)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/";
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz";)
-sha1sums=('b035f78621942469f51a6fb3e14d84b781aff916')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 278879, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-17 10:04:54 UTC (rev 278880)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/";
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha1sums=('2711050bac439e1597d32dc05f53dddeb96ccf08'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-py

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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 10:04:05
  Author: arojas
Revision: 278879

Update to 5.0.2

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:58:19 UTC (rev 278878)
+++ PKGBUILD2016-10-17 10:04:05 UTC (rev 278879)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(kdevelop python)
 makedepends=(extra-cmake-modules)
 
source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
-sha1sums=('b035f78621942469f51a6fb3e14d84b781aff916'
+sha1sums=('2711050bac439e1597d32dc05f53dddeb96ccf08'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:58:19
  Author: arojas
Revision: 278878

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

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

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   48 ---
 extra-x86_64/PKGBUILD |   48 ---
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 09:57:28 UTC (rev 278877)
+++ extra-i686/PKGBUILD 2016-10-17 09:58:19 UTC (rev 278878)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
-optdepends=('konsole: embedded terminal'
-   'git: Git support'
-   'subversion: SVN support'
-   'cvs: CVS support'
-   'gdb: GNU Debugger support'
-   'qt5-doc: Qt documentation integration'
-   'cmake: cmake integration'
-   'qt5-tools: qthelp plugin'
-   'okteta: hex editor integration'
-   'plasma-framework: for the plasma addons')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 278877, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 09:58:19 UTC (rev 278878)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU Debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'okteta: hex editor integration'
+   'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 09:57:28 UTC (rev 278877)
+++ extra-x86_64/PKGBUILD   2016-10-17 09:58:19 UTC (rev 278878)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
-optdepends=('konsole: embedded terminal'
-   'git: Git support'
-   'subversion: SVN support'
-   'cvs: CVS support'
-   'gdb: GNU Debugger support'
-   'qt5-doc: Qt documentation integration'
-   'cmake: cmake integration'
-   'qt5-tools: qthelp plugin'
-   'okteta: hex editor integration'
-   'plasma-framework: for the plasma 

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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:57:28
  Author: arojas
Revision: 278877

Update to 5.0.2

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:42:13 UTC (rev 278876)
+++ PKGBUILD2016-10-17 09:57:28 UTC (rev 278877)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
@@ -25,7 +25,7 @@
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d'
+sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 09:55:16
  Author: alucryd
Revision: 192437

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 192436, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 09:55:01 UTC (rev 192436)
+++ PKGBUILD2016-10-17 09:55:16 UTC (rev 192437)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.210
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('eba67bc40b6e8fd52fcdac8327dd376c1b3ccf465d1f14e2db0d0e625f8e5ae8')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 192436, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 09:55:16 UTC (rev 192437)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.211
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
+sha256sums=('9f0dd24b3d98b54c1731fd9cabf8d99e04f9d1b64554c8f03d47bfbc0b49f3a5')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-17 Thread Maxime Gauduin
Date: Monday, October 17, 2016 @ 09:55:01
  Author: alucryd
Revision: 192436

upgpkg: lollypop 0.9.211-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:11:16 UTC (rev 192435)
+++ PKGBUILD2016-10-17 09:55:01 UTC (rev 192436)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.210
+pkgver=0.9.211
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -20,7 +20,7 @@
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('eba67bc40b6e8fd52fcdac8327dd376c1b3ccf465d1f14e2db0d0e625f8e5ae8')
+sha256sums=('9f0dd24b3d98b54c1731fd9cabf8d99e04f9d1b64554c8f03d47bfbc0b49f3a5')
 
 build() {
   cd lollypop-${pkgver}


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:42:13
  Author: arojas
Revision: 278876

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 09:40:16 UTC (rev 278875)
+++ extra-i686/PKGBUILD 2016-10-17 09:42:13 UTC (rev 278876)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion python)
-optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('5f46300e67be63bcd00f72cbf5304bee8b220c99')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 278875, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 09:42:13 UTC (rev 278876)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('b02d3461528ac5252e9bc5391fa204c600bb10ed'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 09:40:16 UTC (rev 278875)
+++ extra-x86_64/PKGBUILD   2016-10-17 09:42:13 UTC (rev 278876)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion python)
-optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('5f46300e67be63bcd00f72cbf5304bee8b220c99')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/extra-x86_64/PKGBUILD (from rev 278875, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-17 09:42:13 UTC (rev 278876)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgn

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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:40:16
  Author: arojas
Revision: 278875

Update to 5.0.2

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:20:23 UTC (rev 278874)
+++ PKGBUILD2016-10-17 09:40:16 UTC (rev 278875)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevplatform
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='A C/C++ development platform for KDE'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(extra-cmake-modules boost subversion python)
 optdepends=('subversion: Subversion plugin')
 
source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('5f46300e67be63bcd00f72cbf5304bee8b220c99'
+sha1sums=('b02d3461528ac5252e9bc5391fa204c600bb10ed'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:20:23
  Author: arojas
Revision: 278874

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 09:18:10 UTC (rev 278873)
+++ extra-i686/PKGBUILD 2016-10-17 09:20:23 UTC (rev 278874)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=3
-pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/SRC/index.html";
-license=('GPL')
-depends=('libsndfile')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
-  'SKIP')
-validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsamplerate/repos/extra-i686/PKGBUILD (from rev 278873, 
libsamplerate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 09:20:23 UTC (rev 278874)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsamplerate
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/SRC/index.html";
+license=('BSD')
+depends=('libsndfile')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
+sha1sums=('ed60f957a4ff87aa15cbb1f3dbd886fa7e5e9566')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-17 09:18:10 UTC (rev 278873)
+++ extra-x86_64/PKGBUILD   2016-10-17 09:20:23 UTC (rev 278874)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=3
-pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/SRC/index.html";
-license=('GPL')
-depends=('libsndfile')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
-  'SKIP')
-validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsamplerate/repos/extra-x86_64/PKGBUILD (from rev 278873, 
libsamplerate/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-17 09:20:23 UTC (rev 278874)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsamplerate
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/SRC/index.html";
+license=('BSD')
+depends=('libsndfile')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
+sha1sums=('ed60f957a4ff87aa15cbb1f3dbd886fa7e5e9566')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:18:10
  Author: arojas
Revision: 278873

Update to 0.1.9

Modified:
  libsamplerate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 08:03:52 UTC (rev 278872)
+++ PKGBUILD2016-10-17 09:18:10 UTC (rev 278873)
@@ -2,16 +2,15 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=3
+pkgver=0.1.9
+pkgrel=1
 pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
 arch=('i686' 'x86_64')
 url="http://www.mega-nerd.com/SRC/index.html";
-license=('GPL')
+license=('BSD')
 depends=('libsndfile')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
-  'SKIP')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
+sha1sums=('ed60f957a4ff87aa15cbb1f3dbd886fa7e5e9566')
 validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 build() {
@@ -28,4 +27,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in caja-actions-gtk3/trunk (PKGBUILD)

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 09:11:10
  Author: bgyorgy
Revision: 192434

upgpkg: caja-actions-gtk3 1.8.1-2

Fix replaces/conflicts line

Modified:
  caja-actions-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:06:43 UTC (rev 192433)
+++ PKGBUILD2016-10-17 09:11:10 UTC (rev 192434)
@@ -4,7 +4,7 @@
 _pkgname=caja-actions
 pkgname=${_pkgname}-gtk3
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
 url="https://github.com/raveit65/caja-actions";
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('caja-gtk3' 'libgtop')
 makedepends=('mate-common' 'python' 'yelp-tools')
-replaces=("${_pkgbase}=1.8.1-2")
-conflicts=("${_pkgbase}")
+replaces=("${_pkgname}=1.8.1-2")
+conflicts=("${_pkgname}")
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
 sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
 


[arch-commits] Commit in caja-actions-gtk3/repos (4 files)

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 09:11:16
  Author: bgyorgy
Revision: 192435

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

Added:
  caja-actions-gtk3/repos/community-i686/PKGBUILD
(from rev 192434, caja-actions-gtk3/trunk/PKGBUILD)
  caja-actions-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192434, caja-actions-gtk3/trunk/PKGBUILD)
Deleted:
  caja-actions-gtk3/repos/community-i686/PKGBUILD
  caja-actions-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 09:11:10 UTC (rev 192434)
+++ community-i686/PKGBUILD 2016-10-17 09:11:16 UTC (rev 192435)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-# Contributor: 3ED 
-
-_pkgname=caja-actions
-pkgname=${_pkgname}-gtk3
-pkgver=1.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
-url="https://github.com/raveit65/caja-actions";
-license=('GPL')
-depends=('caja-gtk3' 'libgtop')
-makedepends=('mate-common' 'python' 'yelp-tools')
-replaces=("${_pkgbase}=1.8.1-2")
-conflicts=("${_pkgbase}")
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-
-prepare() {
-cd "$srcdir/$_pkgname-$pkgver"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "$srcdir/$_pkgname-$pkgver"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgname} \
---with-gtk=3
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "$srcdir/$_pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: caja-actions-gtk3/repos/community-i686/PKGBUILD (from rev 192434, 
caja-actions-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 09:11:16 UTC (rev 192435)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+_pkgname=caja-actions
+pkgname=${_pkgname}-gtk3
+pkgver=1.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+replaces=("${_pkgname}=1.8.1-2")
+conflicts=("${_pkgname}")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$_pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 09:11:10 UTC (rev 192434)
+++ community-x86_64/PKGBUILD   2016-10-17 09:11:16 UTC (rev 192435)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-# Contributor: 3ED 
-
-_pkgname=caja-actions
-pkgname=${_pkgname}-gtk3
-pkgver=1.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
-url="https://github.com/raveit65/caja-actions";
-license=('GPL')
-depends=('caja-gtk3' 'libgtop')
-makedepends=('mate-common' 'python' 'yelp-tools')
-replaces=("${_pkgbase}=1.8.1-2")
-conflicts=("${_pkgbase}")
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-
-prepare() {
-cd "$srcdir/$_pkgname-$pkgver"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "$srcdir/$_pkgname-$pkgver"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgname} \
---with-gtk=3
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "$srcdir/$_pkgname-$pkgver"
-make DESTDIR="$pkgdir" in

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

2016-10-17 Thread Timothy Redaelli
Date: Monday, October 17, 2016 @ 09:06:43
  Author: tredaelli
Revision: 192433

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

Added:
  purple-skypeweb/repos/community-i686/PKGBUILD
(from rev 192432, purple-skypeweb/trunk/PKGBUILD)
  purple-skypeweb/repos/community-x86_64/PKGBUILD
(from rev 192432, 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-10-17 09:06:34 UTC (rev 192432)
+++ community-i686/PKGBUILD 2016-10-17 09:06:43 UTC (rev 192433)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: purple-skypeweb/repos/community-i686/PKGBUILD (from rev 192432, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 09:06:43 UTC (rev 192433)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2.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/$pkgver.tar.gz";)
+sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
+
+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-10-17 09:06:34 UTC (rev 192432)
+++ community-x86_64/PKGBUILD   2016-10-17 09:06:43 UTC (rev 192433)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: purple-skypeweb/repos/community-x86_64/PKGBUILD (from rev 192432, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 09:06:43 UTC (rev 192433)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2.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/$pkgver.tar.gz";)
+sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}


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

2016-10-17 Thread Timothy Redaelli
Date: Monday, October 17, 2016 @ 09:06:34
  Author: tredaelli
Revision: 192432

upgpkg: purple-skypeweb 1.2.2-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:02:04 UTC (rev 192431)
+++ PKGBUILD2016-10-17 09:06:34 UTC (rev 192432)
@@ -5,7 +5,7 @@
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -16,7 +16,7 @@
 conflicts=('skype4pidgin')
 
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz";)
-sha256sums=('e058aa80f11eaa1da06f343983c28d2a7cd97e719f4496570e19fac20d8eef71')
+sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


[arch-commits] Commit in caja-actions-gtk3 (5 files)

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 09:02:04
  Author: bgyorgy
Revision: 192431

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

Added:
  caja-actions-gtk3/repos/
  caja-actions-gtk3/repos/community-i686/
  caja-actions-gtk3/repos/community-i686/PKGBUILD
(from rev 192430, caja-actions-gtk3/trunk/PKGBUILD)
  caja-actions-gtk3/repos/community-x86_64/
  caja-actions-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192430, caja-actions-gtk3/trunk/PKGBUILD)

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

Copied: caja-actions-gtk3/repos/community-i686/PKGBUILD (from rev 192430, 
caja-actions-gtk3/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-10-17 09:02:04 UTC (rev 192431)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+_pkgname=caja-actions
+pkgname=${_pkgname}-gtk3
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+replaces=("${_pkgbase}=1.8.1-2")
+conflicts=("${_pkgbase}")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$_pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: caja-actions-gtk3/repos/community-x86_64/PKGBUILD (from rev 192430, 
caja-actions-gtk3/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-10-17 09:02:04 UTC (rev 192431)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+_pkgname=caja-actions
+pkgname=${_pkgname}-gtk3
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+replaces=("${_pkgbase}=1.8.1-2")
+conflicts=("${_pkgbase}")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$_pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 08:59:15
  Author: bgyorgy
Revision: 192430

Add gtk3 version of caja-actrions (FS#50340)

Added:
  caja-actions-gtk3/
  caja-actions-gtk3/trunk/
  caja-actions-gtk3/trunk/PKGBUILD

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

Added: caja-actions-gtk3/trunk/PKGBUILD
===
--- caja-actions-gtk3/trunk/PKGBUILD(rev 0)
+++ caja-actions-gtk3/trunk/PKGBUILD2016-10-17 08:59:15 UTC (rev 192430)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+_pkgname=caja-actions
+pkgname=${_pkgname}-gtk3
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK3 version)"
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+replaces=("${_pkgbase}=1.8.1-2")
+conflicts=("${_pkgbase}")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$_pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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


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

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 08:58:11
  Author: bgyorgy
Revision: 192428

upgpkg: caja-actions 1.8.1-3

Rebuild with gtk2 (FS#50340)

Modified:
  caja-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 08:53:27 UTC (rev 192427)
+++ PKGBUILD2016-10-17 08:58:11 UTC (rev 192428)
@@ -3,13 +3,14 @@
 
 pkgname=caja-actions
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK2 version)"
 url="https://github.com/raveit65/caja-actions";
 license=('GPL')
-depends=('caja-gtk3' 'libgtop')
+depends=('caja' 'libgtop')
 makedepends=('mate-common' 'python' 'yelp-tools')
+conflicts=("${pkgname}-gtk3")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
 sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
 
@@ -23,7 +24,7 @@
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
---with-gtk=3
+--with-gtk=2
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2016-10-17 Thread Balló György
Date: Monday, October 17, 2016 @ 08:58:18
  Author: bgyorgy
Revision: 192429

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

Added:
  caja-actions/repos/community-i686/PKGBUILD
(from rev 192428, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-x86_64/PKGBUILD
(from rev 192428, caja-actions/trunk/PKGBUILD)
Deleted:
  caja-actions/repos/community-i686/PKGBUILD
  caja-actions/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 08:58:11 UTC (rev 192428)
+++ community-i686/PKGBUILD 2016-10-17 08:58:18 UTC (rev 192429)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-# Contributor: 3ED 
-
-pkgname=caja-actions
-pkgver=1.8.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
-url="https://github.com/raveit65/caja-actions";
-license=('GPL')
-depends=('caja-gtk3' 'libgtop')
-makedepends=('mate-common' 'python' 'yelp-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=3
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: caja-actions/repos/community-i686/PKGBUILD (from rev 192428, 
caja-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 08:58:18 UTC (rev 192429)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu (GTK2 version)"
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+conflicts=("${pkgname}-gtk3")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 08:58:11 UTC (rev 192428)
+++ community-x86_64/PKGBUILD   2016-10-17 08:58:18 UTC (rev 192429)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-# Contributor: 3ED 
-
-pkgname=caja-actions
-pkgver=1.8.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
-url="https://github.com/raveit65/caja-actions";
-license=('GPL')
-depends=('caja-gtk3' 'libgtop')
-makedepends=('mate-common' 'python' 'yelp-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=3
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: caja-actions/repos/community-x86_64/PKGBUILD (from rev 192428, 
caja-actions/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 08:58:18 UTC (rev 192429)
@@ -0,0 +1,38 

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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 08:53:27
  Author: felixonmars
Revision: 192427

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 08:51:47 UTC (rev 192426)
+++ community-i686/PKGBUILD 2016-10-17 08:53:27 UTC (rev 192427)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.27.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz";)
-sha256sums=('c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 192426, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 08:53:27 UTC (rev 192427)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.28.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz";)
+sha256sums=('e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 08:51:47 UTC (rev 192426)
+++ community-x86_64/PKGBUILD   2016-10-17 08:53:27 UTC (rev 192427)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.27.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz";)
-sha256sums=('c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" i

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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 08:51:47
  Author: felixonmars
Revision: 192426

upgpkg: aria2 1.28.0-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 07:48:22 UTC (rev 192425)
+++ PKGBUILD2016-10-17 08:51:47 UTC (rev 192426)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.27.1
+pkgver=1.28.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
 checkdepends=('cppunit')
 
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz";)
-sha256sums=('c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08')
+sha256sums=('e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-10-17 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 08:03:52
  Author: heftig
Revision: 278872

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 278871, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-nfs.install
(from rev 278871, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-i686/gvfsd.hook
(from rev 278871, gvfs/trunk/gvfsd.hook)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 278871, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 278871, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 278871, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-nfs.install
  gvfs/repos/extra-i686/gvfsd.hook
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

---+
 /PKGBUILD |  300 
 /gvfs-nfs.install |   14 +
 /gvfsd.hook   |   22 ++
 extra-i686/PKGBUILD   |  150 
 extra-i686/gvfs-nfs.install   |7 
 extra-i686/gvfsd.hook |   11 -
 extra-x86_64/PKGBUILD |  150 
 extra-x86_64/gvfs-nfs.install |7 
 extra-x86_64/gvfsd.hook   |   11 -
 9 files changed, 336 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-17 08:02:59 UTC (rev 278871)
+++ extra-i686/PKGBUILD 2016-10-17 08:03:52 UTC (rev 278872)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.30.1
-pkgrel=2
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
- gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
-groups=(gnome)
-_commit=0467de697398bd66e063848e64bf83ef01f5ae5f  # tags/1.30.1^0
-source=("git://git.gnome.org/gvfs#commit=$_commit"
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-
-  cd $pkgbase
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../gvfsd.hook "$pkgdir/usr/share/libalpm/hooks/gvfsd.hook"
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  cd $pkgbase/daemon
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  cd $pkgbase/daemon
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-
-  cd "$srcdir/$pkgbase/monitor/

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

2016-10-17 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 08:02:59
  Author: heftig
Revision: 278871

1.30.1.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 06:44:57 UTC (rev 278870)
+++ PKGBUILD2016-10-17 08:02:59 UTC (rev 278871)
@@ -3,8 +3,8 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.30.1
-pkgrel=2
+pkgver=1.30.1.1
+pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs";
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
  gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
 groups=(gnome)
-_commit=0467de697398bd66e063848e64bf83ef01f5ae5f  # tags/1.30.1^0
+_commit=dcec3687b44eeeb47807f42cac104a6837e99986  # tags/1.30.1.1^0
 source=("git://git.gnome.org/gvfs#commit=$_commit"
 gvfsd.hook)
 sha256sums=('SKIP'


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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 07:48:22
  Author: felixonmars
Revision: 192425

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 192424, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 192424, 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-10-17 07:47:32 UTC (rev 192424)
+++ community-i686/PKGBUILD 2016-10-17 07:48:22 UTC (rev 192425)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.21
-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 192424, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 07:48:22 UTC (rev 192425)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.22
+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-10-17 07:47:32 UTC (rev 192424)
+++ community-x86_64/PKGBUILD   2016-10-17 07:48:22 UTC (rev 192425)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.21
-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 192424, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 07:48:22 UTC (rev 192425)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fashen

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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 07:47:32
  Author: felixonmars
Revision: 192424

upgpkg: deepin-control-center 3.0.22-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 07:38:34 UTC (rev 192423)
+++ PKGBUILD2016-10-17 07:47:32 UTC (rev 192424)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.21
+pkgver=3.0.22
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


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

2016-10-17 Thread Felix Yan
Date: Monday, October 17, 2016 @ 07:38:34
  Author: felixonmars
Revision: 192423

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

Added:
  deepin-image-viewer/repos/community-i686/PKGBUILD
(from rev 192422, deepin-image-viewer/trunk/PKGBUILD)
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 192422, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-i686/PKGBUILD
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 07:37:47 UTC (rev 192422)
+++ community-i686/PKGBUILD 2016-10-17 07:38:34 UTC (rev 192423)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's|#include |#include |' 
deepin-image-viewer/viewer/utils/imageutils_libexif.h
-
-  sed -i '/vendor\/prebuild/d' deepin-image-viewer/viewer/viewer.pro
-  sed -i 's|env PKG_CONFIG_PATH=\$\$PWD/lib/pkgconfig ||' 
deepin-image-viewer/viewer/vendor/vendor.pri
-  rm -r deepin-image-viewer/viewer/vendor/{src,dutil-vendor.pri,prebuild}
-}
-
-build() {
-  cd deepin-image-viewer
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Fix broken /share folder
-  mv "$pkgdir"/share/kde4 "$pkgdir"/usr/share/kde4
-  rmdir "$pkgdir"/share
-}

Copied: deepin-image-viewer/repos/community-i686/PKGBUILD (from rev 192422, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 07:38:34 UTC (rev 192423)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer";
+license=('GPL3')
+depends=('deepin-tool-kit' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's|#include |#include |' 
deepin-image-viewer/viewer/utils/imageutils_libexif.h
+
+  sed -i '/vendor\/prebuild/d' deepin-image-viewer/viewer/viewer.pro
+  sed -i 's|env PKG_CONFIG_PATH=\$\$PWD/lib/pkgconfig ||' 
deepin-image-viewer/viewer/vendor/vendor.pri
+  rm -r deepin-image-viewer/viewer/vendor/{src,dutil-vendor.pri,prebuild}
+}
+
+build() {
+  cd deepin-image-viewer
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Fix broken /share folder
+  mv "$pkgdir"/share/kde4 "$pkgdir"/usr/share/kde4
+  rmdir "$pkgdir"/share
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 07:37:47 UTC (rev 192422)
+++ community-x86_64/PKGBUILD   2016-10-17 07:38:34 UTC (rev 192423)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's|#include |#include |' 
deepin-image-viewer/viewer/utils/imageutils_libexif.h
-
-  sed -i '/vendor\/prebuild/d' deepin-image-viewer/viewer/viewer.pro
-  sed -i 's|env PKG_CONFIG_PATH=\$\$PWD/lib/pkgconfig ||' 
deepin-image-viewer/viewer/vendor/vendor.pri
-  rm -r deepin-image-viewer/viewer/vendor/{src,dutil-vendor.pri,prebuild}
-}
-
-build() {
-  cd deepin-image-viewer
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Fix broken /share folder
-  mv "$pkgdir"/share/kde4 "$pkgdir"/usr/share/kde4
-  rmdir "$pkgdir"/share
-}

Copied: deepin-image-viewer/repos/community-x

  1   2   >