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

2016-06-27 Thread Kyle Keen
Date: Tuesday, June 28, 2016 @ 03:28:34
  Author: kkeen
Revision: 181460

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

Added:
  nethogs/repos/community-i686/PKGBUILD
(from rev 181459, nethogs/trunk/PKGBUILD)
  nethogs/repos/community-x86_64/PKGBUILD
(from rev 181459, nethogs/trunk/PKGBUILD)
Deleted:
  nethogs/repos/community-i686/PKGBUILD
  nethogs/repos/community-i686/gcc44.patch
  nethogs/repos/community-x86_64/PKGBUILD
  nethogs/repos/community-x86_64/gcc44.patch

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   34 -
 community-i686/gcc44.patch   |   11 -
 community-x86_64/PKGBUILD|   34 -
 community-x86_64/gcc44.patch |   11 -
 5 files changed, 78 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 03:28:15 UTC (rev 181459)
+++ community-i686/PKGBUILD 2016-06-28 03:28:34 UTC (rev 181460)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: ViNS 
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
-url="http://nethogs.sourceforge.net;
-license=('GPL')
-depends=('libpcap' 'ncurses' 'gcc-libs')
-arch=('i686' 'x86_64')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz
-gcc44.patch)
-md5sums=('cc0aed87c4cc67fc2ffc5f60aa67bf3d'
- '62eb824fbbadd1c60d0749593c16d293')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Patch the code to work with gcc 4.4
-  patch -Np1 -i "$srcdir/gcc44.patch"
-
-  make prefix="/usr"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="/usr" DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:

Copied: nethogs/repos/community-i686/PKGBUILD (from rev 181459, 
nethogs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 03:28:34 UTC (rev 181460)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: ViNS 
+# Contributor: Daenyth
+pkgname=nethogs
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
+url="http://nethogs.sourceforge.net;
+license=('GPL')
+depends=('libpcap' 'ncurses' 'gcc-libs')
+arch=('i686' 'x86_64')
+#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
+md5sums=('f38db5f08c2dd2b030727ba4ecf58e06')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|/sbin|/bin|' src/MakeApp.mk
+  sed -i 's|/local||'  Makefile
+
+  # bug in 0.8.2?
+  # .so file is unversioned
+  sed -i 's/$(LIB[^)]*ION)/0/g' src/MakeLib.mk
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  unset CFLAGS
+  unset CXXFLAGS
+  make prefix="/usr"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="/usr" DESTDIR="$pkgdir" install
+}
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gcc44.patch
===
--- community-i686/gcc44.patch  2016-06-28 03:28:15 UTC (rev 181459)
+++ community-i686/gcc44.patch  2016-06-28 03:28:34 UTC (rev 181460)
@@ -1,11 +0,0 @@
-diff -ruN nethogs-old/conninode.cpp nethogs/conninode.cpp
 nethogs-old/conninode.cpp  2009-05-17 09:05:32.0 -0400
-+++ nethogs/conninode.cpp  2009-05-17 09:06:47.0 -0400
-@@ -1,6 +1,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "nethogs.h"
- #include "conninode.h"

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 03:28:15 UTC (rev 181459)
+++ community-x86_64/PKGBUILD   2016-06-28 03:28:34 UTC (rev 181460)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: ViNS 
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
-url="http://nethogs.sourceforge.net;
-license=('GPL')
-depends=('libpcap' 'ncurses' 'gcc-libs')
-arch=('i686' 'x86_64')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz
-gcc44.patch)
-md5sums=('cc0aed87c4cc67fc2ffc5f60aa67bf3d'
- '62eb824fbbadd1c60d0749593c16d293')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Patch the code to work with gcc 

[arch-commits] Commit in nethogs/trunk (PKGBUILD gcc44.patch)

2016-06-27 Thread Kyle Keen
Date: Tuesday, June 28, 2016 @ 03:28:15
  Author: kkeen
Revision: 181459

upgpkg: nethogs 0.8.2-1

Modified:
  nethogs/trunk/PKGBUILD
Deleted:
  nethogs/trunk/gcc44.patch

-+
 PKGBUILD|   23 ++-
 gcc44.patch |   11 ---
 2 files changed, 14 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 03:02:35 UTC (rev 181458)
+++ PKGBUILD2016-06-28 03:28:15 UTC (rev 181459)
@@ -3,7 +3,7 @@
 # Contributor: ViNS 
 # Contributor: Daenyth
 pkgname=nethogs
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
 url="http://nethogs.sourceforge.net;
@@ -11,19 +11,24 @@
 depends=('libpcap' 'ncurses' 'gcc-libs')
 arch=('i686' 'x86_64')
 #source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz
-gcc44.patch)
-md5sums=('cc0aed87c4cc67fc2ffc5f60aa67bf3d'
- '62eb824fbbadd1c60d0749593c16d293')
+source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
+md5sums=('f38db5f08c2dd2b030727ba4ecf58e06')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  sed -i 's/sbin/bin/g' Makefile
+  sed -i 's|/sbin|/bin|' src/MakeApp.mk
+  sed -i 's|/local||'  Makefile
 
-  # Patch the code to work with gcc 4.4
-  patch -Np1 -i "$srcdir/gcc44.patch"
+  # bug in 0.8.2?
+  # .so file is unversioned
+  sed -i 's/$(LIB[^)]*ION)/0/g' src/MakeLib.mk
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  unset CFLAGS
+  unset CXXFLAGS
   make prefix="/usr"
 }
 

Deleted: gcc44.patch
===
--- gcc44.patch 2016-06-28 03:02:35 UTC (rev 181458)
+++ gcc44.patch 2016-06-28 03:28:15 UTC (rev 181459)
@@ -1,11 +0,0 @@
-diff -ruN nethogs-old/conninode.cpp nethogs/conninode.cpp
 nethogs-old/conninode.cpp  2009-05-17 09:05:32.0 -0400
-+++ nethogs/conninode.cpp  2009-05-17 09:06:47.0 -0400
-@@ -1,6 +1,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "nethogs.h"
- #include "conninode.h"


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 03:02:22
  Author: felixonmars
Revision: 181457

upgpkg: python-keyring 9.3-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 02:57:36 UTC (rev 181456)
+++ PKGBUILD2016-06-28 03:02:22 UTC (rev 181457)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=9.2.1
+pkgver=9.3
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -15,9 +15,10 @@
 url="http://pypi.python.org/pypi/keyring;
 license=('PSF' 'MIT')
 source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('80f047fe0e36e5288a9d7fab43571d97')
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 
'python-secretstorage'
+ 'python2-secretstorage')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+md5sums=('37dd8a29d86f683f773b3496e1a04ef2')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -40,9 +41,8 @@
 }
 
 package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
+  depends=('python-setuptools' 'python-secretstorage')
+  optdepends=('python-keyrings-alt: Alternative backends')
 
   cd keyring-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -49,9 +49,8 @@
 }
 
 package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
+  depends=('python2-setuptools' 'python2-secretstorage')
+  optdepends=('python2-keyrings-alt: Alternative backends')
 
   cd keyring-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 03:02:35
  Author: felixonmars
Revision: 181458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 03:02:22 UTC (rev 181457)
+++ PKGBUILD2016-06-28 03:02:35 UTC (rev 181458)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=9.2.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('80f047fe0e36e5288a9d7fab43571d97')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keyring-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keyring-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keyring-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/keyring-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
-
-  cd keyring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
-
-  cd keyring-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 181457, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 03:02:35 UTC (rev 181458)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=9.3
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 
'python-secretstorage'
+ 'python2-secretstorage')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+md5sums=('37dd8a29d86f683f773b3496e1a04ef2')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/keyring-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/keyring-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/keyring-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/keyring-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-keyring() {
+  depends=('python-setuptools' 'python-secretstorage')
+  optdepends=('python-keyrings-alt: Alternative backends')
+
+  cd keyring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools' 'python2-secretstorage')
+  optdepends=('python2-keyrings-alt: Alternative backends')
+
+  cd keyring-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/keyring{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:57:22
  Author: felixonmars
Revision: 181455

upgpkg: python-boto 2.41.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 02:54:17 UTC (rev 181454)
+++ PKGBUILD2016-06-28 02:57:22 UTC (rev 181455)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.40.0
+pkgver=2.41.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:57:36
  Author: felixonmars
Revision: 181456

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 02:57:22 UTC (rev 181455)
+++ PKGBUILD2016-06-28 02:57:36 UTC (rev 181456)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.40.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 181455, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 02:57:36 UTC (rev 181456)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.41.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-secretstorage/repos/community-any (PKGBUILD PKGBUILD)

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:54:17
  Author: felixonmars
Revision: 181454

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 02:54:03 UTC (rev 181453)
+++ PKGBUILD2016-06-28 02:54:17 UTC (rev 181454)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('651149db1b154d4fbcb725c857a0627f')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 181453, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 02:54:17 UTC (rev 181454)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:54:03
  Author: felixonmars
Revision: 181453

upgpkg: python-secretstorage 2.2.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 02:53:47 UTC (rev 181452)
+++ PKGBUILD2016-06-28 02:54:03 UTC (rev 181453)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 
source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('651149db1b154d4fbcb725c857a0627f')
+md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:53:47
  Author: felixonmars
Revision: 181452

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 02:53:28 UTC (rev 181451)
+++ PKGBUILD2016-06-28 02:53:47 UTC (rev 181452)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.9
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git' 'python-pip')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 181451, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 02:53:47 UTC (rev 181452)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.10
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git' 'python-pip')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:53:28
  Author: felixonmars
Revision: 181451

upgpkg: thefuck 3.10-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 21:13:02 UTC (rev 181450)
+++ PKGBUILD2016-06-28 02:53:28 UTC (rev 181451)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.9
+pkgver=3.10
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


[arch-commits] Commit in perl-text-bibtex/repos (4 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:54:44
  Author: remy
Revision: 270745

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

Added:
  perl-text-bibtex/repos/testing-i686/
  perl-text-bibtex/repos/testing-i686/PKGBUILD
(from rev 270744, perl-text-bibtex/trunk/PKGBUILD)
  perl-text-bibtex/repos/testing-x86_64/
  perl-text-bibtex/repos/testing-x86_64/PKGBUILD
(from rev 270744, perl-text-bibtex/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: perl-text-bibtex/repos/testing-i686/PKGBUILD (from rev 270744, 
perl-text-bibtex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-27 22:54:44 UTC (rev 270745)
@@ -0,0 +1,46 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-text-bibtex
+_dist=Text-BibTeX
+pkgver=0.74
+pkgrel=1
+pkgdesc="Perl interface to read and parse BibTeX files"
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-module-build'
+ 'perl-config-autoconf'
+ 'perl-extutils-libbuilder')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz)
+md5sums=('1bd024c079b71a30e3565fe103ddf333')
+sha512sums=('7648b644bba6f732346b36271e39c9915ddbe5c3226428b05cb26b6df55b2e13a5d7278fbcdbf766096c9b0eb8fa3924f7c90c4aa105f66bc44459363324c45c')
+
+prepare() {
+cd "${srcdir}/${_dist}-${pkgver}"
+# Don't install to /usr/lib64
+sed -i s,lib64,lib,g Build.PL
+}
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}

Copied: perl-text-bibtex/repos/testing-x86_64/PKGBUILD (from rev 270744, 
perl-text-bibtex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-27 22:54:44 UTC (rev 270745)
@@ -0,0 +1,46 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-text-bibtex
+_dist=Text-BibTeX
+pkgver=0.74
+pkgrel=1
+pkgdesc="Perl interface to read and parse BibTeX files"
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-module-build'
+ 'perl-config-autoconf'
+ 'perl-extutils-libbuilder')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz)
+md5sums=('1bd024c079b71a30e3565fe103ddf333')
+sha512sums=('7648b644bba6f732346b36271e39c9915ddbe5c3226428b05cb26b6df55b2e13a5d7278fbcdbf766096c9b0eb8fa3924f7c90c4aa105f66bc44459363324c45c')
+
+prepare() {
+cd "${srcdir}/${_dist}-${pkgver}"
+# Don't install to /usr/lib64
+sed -i s,lib64,lib,g Build.PL
+}
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


[arch-commits] Commit in (4 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:51:55
  Author: remy
Revision: 270744

New package perl-text-bibtex

Added as a dependency of biber.

Added:
  perl-text-bibtex/
  perl-text-bibtex/repos/
  perl-text-bibtex/trunk/
  perl-text-bibtex/trunk/PKGBUILD

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

Added: perl-text-bibtex/trunk/PKGBUILD
===
--- perl-text-bibtex/trunk/PKGBUILD (rev 0)
+++ perl-text-bibtex/trunk/PKGBUILD 2016-06-27 22:51:55 UTC (rev 270744)
@@ -0,0 +1,46 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-text-bibtex
+_dist=Text-BibTeX
+pkgver=0.74
+pkgrel=1
+pkgdesc="Perl interface to read and parse BibTeX files"
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-module-build'
+ 'perl-config-autoconf'
+ 'perl-extutils-libbuilder')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz)
+md5sums=('1bd024c079b71a30e3565fe103ddf333')
+sha512sums=('7648b644bba6f732346b36271e39c9915ddbe5c3226428b05cb26b6df55b2e13a5d7278fbcdbf766096c9b0eb8fa3924f7c90c4aa105f66bc44459363324c45c')
+
+prepare() {
+cd "${srcdir}/${_dist}-${pkgver}"
+# Don't install to /usr/lib64
+sed -i s,lib64,lib,g Build.PL
+}
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


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


[arch-commits] Commit in perl-data-uniqid/repos (testing-any testing-any/PKGBUILD)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:27:15
  Author: remy
Revision: 270743

archrelease: copy trunk to testing-any

Added:
  perl-data-uniqid/repos/testing-any/
  perl-data-uniqid/repos/testing-any/PKGBUILD
(from rev 270742, perl-data-uniqid/trunk/PKGBUILD)

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

Copied: perl-data-uniqid/repos/testing-any/PKGBUILD (from rev 270742, 
perl-data-uniqid/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-27 22:27:15 UTC (rev 270743)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-data-uniqid'
+_dist="Data-Uniqid"
+pkgver='0.12'
+pkgrel=2
+pkgdesc="Perl extension for simple generation of unique IDs"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Data-Uniqid'
+source=('http://search.cpan.org/CPAN/authors/id/M/MW/MWX/Data-Uniqid-0.12.tar.gz')
+md5sums=('6bab3b5da09fedfdf60ce2629a7367db')
+sha512sums=('fd12aae4a810fda88dd0f8296e73760d8d62357cb5ebc675a4b2804d9eee93ebfa01942c7057ad9092e80331504f2a38a3c8a576ccb630de10f5e563752ed6e3')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in (4 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:25:28
  Author: remy
Revision: 270742

New package perl-data-uniqid

Added as a dependency of biber.

Added:
  perl-data-uniqid/
  perl-data-uniqid/repos/
  perl-data-uniqid/trunk/
  perl-data-uniqid/trunk/PKGBUILD

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

Added: perl-data-uniqid/trunk/PKGBUILD
===
--- perl-data-uniqid/trunk/PKGBUILD (rev 0)
+++ perl-data-uniqid/trunk/PKGBUILD 2016-06-27 22:25:28 UTC (rev 270742)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-data-uniqid'
+_dist="Data-Uniqid"
+pkgver='0.12'
+pkgrel=2
+pkgdesc="Perl extension for simple generation of unique IDs"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Data-Uniqid'
+source=('http://search.cpan.org/CPAN/authors/id/M/MW/MWX/Data-Uniqid-0.12.tar.gz')
+md5sums=('6bab3b5da09fedfdf60ce2629a7367db')
+sha512sums=('fd12aae4a810fda88dd0f8296e73760d8d62357cb5ebc675a4b2804d9eee93ebfa01942c7057ad9092e80331504f2a38a3c8a576ccb630de10f5e563752ed6e3')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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


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

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:17:58
  Author: remy
Revision: 270741

Correct contributor line.

Modified:
  perl-extutils-libbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 22:16:27 UTC (rev 270740)
+++ PKGBUILD2016-06-27 22:17:58 UTC (rev 270741)
@@ -1,7 +1,5 @@
 # $Id$
 # Maintainer: Rémy Oudompheng 
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-extutils-libbuilder'
 _dist="ExtUtils-LibBuilder"


[arch-commits] Commit in perl-business-isbn/repos (testing-any testing-any/PKGBUILD)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:16:27
  Author: remy
Revision: 270740

archrelease: copy trunk to testing-any

Added:
  perl-business-isbn/repos/testing-any/
  perl-business-isbn/repos/testing-any/PKGBUILD
(from rev 270739, perl-business-isbn/trunk/PKGBUILD)

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

Copied: perl-business-isbn/repos/testing-any/PKGBUILD (from rev 270739, 
perl-business-isbn/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-27 22:16:27 UTC (rev 270740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# CPAN Name  : Business::ISBN
+# Contributor: Anton Leontiev 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-business-isbn
+_dist=Business-ISBN
+pkgver=2.011
+pkgrel=1
+pkgdesc='Perl package to work with International Standard Book Numbers'
+arch=('any')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-business-isbn-data')
+optdepends=('perl-libwww: for access to the xISBN service')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
+md5sums=('713eee9ccc81bd503b8263b34be0164f')
+
+build() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   perl Makefile.PL
+   make
+}
+
+check() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:16:26
  Author: remy
Revision: 270739

upgpkg: perl-business-isbn 2.011-1

Modified:
  perl-business-isbn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 22:16:09 UTC (rev 270738)
+++ PKGBUILD2016-06-27 22:16:26 UTC (rev 270739)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
 # CPAN Name  : Business::ISBN
 # Contributor: Anton Leontiev 
 # Generator  : CPANPLUS::Dist::Arch 1.29
@@ -11,6 +13,7 @@
 url='https://metacpan.org/release/${_dist}'
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-business-isbn-data')
+optdepends=('perl-libwww: for access to the xISBN service')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
 md5sums=('713eee9ccc81bd503b8263b34be0164f')


[arch-commits] Commit in perl-extutils-libbuilder/repos (2 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:16:09
  Author: remy
Revision: 270738

archrelease: copy trunk to testing-any

Added:
  perl-extutils-libbuilder/repos/testing-any/
  perl-extutils-libbuilder/repos/testing-any/PKGBUILD
(from rev 270737, perl-extutils-libbuilder/trunk/PKGBUILD)

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

Copied: perl-extutils-libbuilder/repos/testing-any/PKGBUILD (from rev 270737, 
perl-extutils-libbuilder/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-27 22:16:09 UTC (rev 270738)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-extutils-libbuilder'
+_dist="ExtUtils-LibBuilder"
+pkgver='0.08'
+pkgrel='1'
+pkgdesc="A tools to build C libraries"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-build')
+url="https://metacpan.org/release/${_dist};
+source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
+sha1sums=('c15d93062c43bc83e1b3b0d52869bb0aa6919f2b')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


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

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 22:15:48
  Author: remy
Revision: 270737

upgpkg: perl-extutils-libbuilder 0.08-1

Modified:
  perl-extutils-libbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 21:53:59 UTC (rev 270736)
+++ PKGBUILD2016-06-27 22:15:48 UTC (rev 270737)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
 # Contributor: John D Jones III AKA jnbek 
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
@@ -9,8 +11,8 @@
 arch=('any')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl-capture-tiny')
-makedepends=()
+depends=('perl')
+makedepends=('perl-module-build')
 url="https://metacpan.org/release/${_dist};
 
source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
 sha1sums=('c15d93062c43bc83e1b3b0d52869bb0aa6919f2b')


[arch-commits] Commit in (4 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 21:53:59
  Author: remy
Revision: 270736

New package perl-extutils-libbuilder

Added as a dependency of biber

Added:
  perl-extutils-libbuilder/
  perl-extutils-libbuilder/repos/
  perl-extutils-libbuilder/trunk/
  perl-extutils-libbuilder/trunk/PKGBUILD

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

Added: perl-extutils-libbuilder/trunk/PKGBUILD
===
--- perl-extutils-libbuilder/trunk/PKGBUILD (rev 0)
+++ perl-extutils-libbuilder/trunk/PKGBUILD 2016-06-27 21:53:59 UTC (rev 
270736)
@@ -0,0 +1,35 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-extutils-libbuilder'
+_dist="ExtUtils-LibBuilder"
+pkgver='0.08'
+pkgrel='1'
+pkgdesc="A tools to build C libraries"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-capture-tiny')
+makedepends=()
+url="https://metacpan.org/release/${_dist};
+source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
+sha1sums=('c15d93062c43bc83e1b3b0d52869bb0aa6919f2b')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


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


[arch-commits] Commit in (4 files)

2016-06-27 Thread Rémy Oudompheng
Date: Monday, June 27, 2016 @ 21:44:23
  Author: remy
Revision: 270735

New package perl-business-isbn

Added as a dependency of biber.

Added:
  perl-business-isbn/
  perl-business-isbn/repos/
  perl-business-isbn/trunk/
  perl-business-isbn/trunk/PKGBUILD

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

Added: perl-business-isbn/trunk/PKGBUILD
===
--- perl-business-isbn/trunk/PKGBUILD   (rev 0)
+++ perl-business-isbn/trunk/PKGBUILD   2016-06-27 21:44:23 UTC (rev 270735)
@@ -0,0 +1,37 @@
+# CPAN Name  : Business::ISBN
+# Contributor: Anton Leontiev 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-business-isbn
+_dist=Business-ISBN
+pkgver=2.011
+pkgrel=1
+pkgdesc='Perl package to work with International Standard Book Numbers'
+arch=('any')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-business-isbn-data')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
+md5sums=('713eee9ccc81bd503b8263b34be0164f')
+
+build() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   perl Makefile.PL
+   make
+}
+
+check() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd "${srcdir}/${_dist}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 21:13:02
  Author: bgyorgy
Revision: 181450

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

Added:
  python2-poppler/repos/community-i686/PKGBUILD
(from rev 181449, python2-poppler/trunk/PKGBUILD)
  python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 181449, 
python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
  
python2-poppler/repos/community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch
(from rev 181449, 
python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
  python2-poppler/repos/community-x86_64/PKGBUILD
(from rev 181449, python2-poppler/trunk/PKGBUILD)
  python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 181449, 
python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
  
python2-poppler/repos/community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch
(from rev 181449, 
python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
Deleted:
  python2-poppler/repos/community-i686/PKGBUILD
  python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
  python2-poppler/repos/community-x86_64/PKGBUILD
  python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch

-+
 /PKGBUILD   |  100 
++
 /pypoppler-0.12.1-poppler-0.16.0.patch  |   22 ++
 community-i686/PKGBUILD |   46 
 community-i686/pypoppler-0.12.1-poppler-0.16.0.patch|   11 -
 community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch   |   19 +
 community-x86_64/PKGBUILD   |   46 
 community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch  |   11 -
 community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch |   19 +
 8 files changed, 160 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 21:12:56 UTC (rev 181449)
+++ community-i686/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-
-pkgname=python2-poppler
-_realname=pypoppler
-pkgver=0.12.1
-pkgrel=8
-pkgdesc="Python 2.x bindings for Poppler"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/poppler-python;
-license=('GPL')
-depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
-provides=('pypoppler' 'python-poppler')
-conflicts=('python-poppler')
-replaces=('python-poppler')
-source=("http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz;
-'pypoppler-0.12.1-poppler-0.16.0.patch')
-md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
- '683c5b67866d56adc2494120cc329dc8')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  # poppler 0.16 compat
-  patch -Np0 -i \
- "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
-
-  # poppler 0.18 compat
-  sed -i "/pixbuf/,/^)/d" poppler.defs
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-poppler/repos/community-i686/PKGBUILD (from rev 181449, 
python2-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ray Rashif 

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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 21:12:56
  Author: bgyorgy
Revision: 181449

upgpkg: python2-poppler 0.12.1-9

Fix compatibility with poppler 0.39 (FS#47490)

Added:
  python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch
Modified:
  python2-poppler/trunk/PKGBUILD

+
 PKGBUILD   |   30 ++-
 python-poppler-0.12.1-poppler-0.39.0-changes.patch |   19 
 2 files changed, 36 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 20:53:19 UTC (rev 181448)
+++ PKGBUILD2016-06-27 21:12:56 UTC (rev 181449)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: Ray Rashif 
+# Maintainer: Balló György 
+# Contributor: Ray Rashif 

[arch-commits] Commit in onboard/trunk (PKGBUILD gcc6.diff onboard.install)

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 20:53:14
  Author: bgyorgy
Revision: 181447

upgpkg: onboard 1.2.0-4

Fix build (FS#49807)

Modified:
  onboard/trunk/PKGBUILD
  onboard/trunk/gcc6.diff
Deleted:
  onboard/trunk/onboard.install

-+
 PKGBUILD|5 ++---
 gcc6.diff   |2 +-
 onboard.install |   13 -
 3 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:54:02 UTC (rev 181446)
+++ PKGBUILD2016-06-27 20:53:14 UTC (rev 181447)
@@ -3,7 +3,7 @@
 
 pkgname=onboard
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/onboard;
@@ -11,11 +11,10 @@
 depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
 makedepends=('python-distutils-extra')
 optdepends=('mousetweaks: hover click with mouse')
-install=$pkgname.install
 
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz
 gcc6.diff)
 md5sums=('cc5f65d9148c5c0d60fdb537e8569dd0'
- '71d68366385f9029ab320dcd3b76c65d')
+ 'ce982d54eb07ad44b8f502b3a399eb05')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: gcc6.diff
===
--- gcc6.diff   2016-06-27 19:54:02 UTC (rev 181446)
+++ gcc6.diff   2016-06-27 20:53:14 UTC (rev 181447)
@@ -5,7 +5,7 @@
  typedef _DynamicModelKN Base;
  static const Smoothing DEFAULT_SMOOTHING = ABS_DISC_I;
 -static const double DEFAULT_LAMBDA = 0.3;  // Jelinek-Mercer weights
-+static constexpr double DEFAULT_LAMBDA = 0.3;  // Jelinek-Mercer 
weights
++const double DEFAULT_LAMBDA = 0.3;  // Jelinek-Mercer weights
  
  public:
  _CachedDynamicModel()

Deleted: onboard.install
===
--- onboard.install 2016-06-27 19:54:02 UTC (rev 181446)
+++ onboard.install 2016-06-27 20:53:14 UTC (rev 181447)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 20:53:19
  Author: bgyorgy
Revision: 181448

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

Added:
  onboard/repos/community-i686/PKGBUILD
(from rev 181447, onboard/trunk/PKGBUILD)
  onboard/repos/community-i686/gcc6.diff
(from rev 181447, onboard/trunk/gcc6.diff)
  onboard/repos/community-x86_64/PKGBUILD
(from rev 181447, onboard/trunk/PKGBUILD)
  onboard/repos/community-x86_64/gcc6.diff
(from rev 181447, onboard/trunk/gcc6.diff)
Deleted:
  onboard/repos/community-i686/PKGBUILD
  onboard/repos/community-i686/gcc6.diff
  onboard/repos/community-i686/onboard.install
  onboard/repos/community-x86_64/PKGBUILD
  onboard/repos/community-x86_64/gcc6.diff
  onboard/repos/community-x86_64/onboard.install

--+
 /PKGBUILD|   72 +
 /gcc6.diff   |   22 +++
 community-i686/PKGBUILD  |   37 ---
 community-i686/gcc6.diff |   11 -
 community-i686/onboard.install   |   13 --
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/gcc6.diff   |   11 -
 community-x86_64/onboard.install |   13 --
 8 files changed, 94 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 20:53:14 UTC (rev 181447)
+++ community-i686/PKGBUILD 2016-06-27 20:53:19 UTC (rev 181448)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=onboard
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/onboard;
-license=('GPL')
-depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
-makedepends=('python-distutils-extra')
-optdepends=('mousetweaks: hover click with mouse')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gcc6.diff)
-md5sums=('cc5f65d9148c5c0d60fdb537e8569dd0'
- '71d68366385f9029ab320dcd3b76c65d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Remove unused dependency (FS#48838)
-  sed -i '/AppIndicator3/d' Onboard/Version.py
-  
-  # build fixes
-  patch -Np1 -i $srcdir/gcc6.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: onboard/repos/community-i686/PKGBUILD (from rev 181447, 
onboard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 20:53:19 UTC (rev 181448)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=onboard
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/onboard;
+license=('GPL')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
+makedepends=('python-distutils-extra')
+optdepends=('mousetweaks: hover click with mouse')
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gcc6.diff)
+md5sums=('cc5f65d9148c5c0d60fdb537e8569dd0'
+ 'ce982d54eb07ad44b8f502b3a399eb05')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Remove unused dependency (FS#48838)
+  sed -i '/AppIndicator3/d' Onboard/Version.py
+  
+  # build fixes
+  patch -Np1 -i $srcdir/gcc6.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: community-i686/gcc6.diff
===
--- community-i686/gcc6.diff2016-06-27 20:53:14 UTC (rev 181447)
+++ community-i686/gcc6.diff2016-06-27 20:53:19 UTC (rev 181448)
@@ -1,11 +0,0 @@
 onboard-1.2.0/Onboard/pypredict/lm/lm_dynamic_cached.h 2016-02-18 
14:31:51.0 +0100
-+++ /tmp/lm_dynamic_cached.h.new   2016-06-14 19:04:23.924349370 +0200
-@@ -224,7 +224,7 @@
- public:
- typedef _DynamicModelKN Base;
- static const Smoothing DEFAULT_SMOOTHING = ABS_DISC_I;
--static const double DEFAULT_LAMBDA = 0.3;  // Jelinek-Mercer weights
-+static constexpr double DEFAULT_LAMBDA = 0.3;  // Jelinek-Mercer 
weights
- 
- public:
- _CachedDynamicModel()

Copied: onboard/repos/community-i686/gcc6.diff (from rev 181447, 
onboard/trunk/gcc6.diff)

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 20:31:44
  Author: arojas
Revision: 270734

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

Added:
  libsndfile/repos/testing-i686/
  libsndfile/repos/testing-i686/PKGBUILD
(from rev 270733, libsndfile/trunk/PKGBUILD)
  libsndfile/repos/testing-x86_64/
  libsndfile/repos/testing-x86_64/PKGBUILD
(from rev 270733, libsndfile/trunk/PKGBUILD)

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

Copied: libsndfile/repos/testing-i686/PKGBUILD (from rev 270733, 
libsndfile/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-27 20:31:44 UTC (rev 270734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.27
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libsndfile/repos/testing-x86_64/PKGBUILD (from rev 270733, 
libsndfile/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-27 20:31:44 UTC (rev 270734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.27
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 20:31:14
  Author: arojas
Revision: 270733

Update to 1.0.27

Modified:
  libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 20:28:25 UTC (rev 270732)
+++ PKGBUILD2016-06-27 20:31:14 UTC (rev 270733)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libsndfile
-pkgver=1.0.26
+pkgver=1.0.27
 pkgrel=1
 pkgdesc="A C library for reading and writing files containing sampled sound"
 arch=('i686' 'x86_64')
@@ -10,9 +10,8 @@
 license=('LGPL')
 depends=('alsa-lib' 'flac' 'libvorbis')
 checkdepends=('python2')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
-  'SKIP')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
 validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 prepare() {


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 20:28:25
  Author: arojas
Revision: 270732

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

Added:
  qalculate-gtk/repos/testing-i686/
  qalculate-gtk/repos/testing-i686/PKGBUILD
(from rev 270731, qalculate-gtk/trunk/PKGBUILD)
  qalculate-gtk/repos/testing-x86_64/
  qalculate-gtk/repos/testing-x86_64/PKGBUILD
(from rev 270731, qalculate-gtk/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: qalculate-gtk/repos/testing-i686/PKGBUILD (from rev 270731, 
qalculate-gtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-27 20:28:25 UTC (rev 270732)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/;
+license=('GPL')
+depends=('libqalculate' 'cln' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ddc87ce66607790e46a5691e0d441270b3151be7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: qalculate-gtk/repos/testing-x86_64/PKGBUILD (from rev 270731, 
qalculate-gtk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-27 20:28:25 UTC (rev 270732)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/;
+license=('GPL')
+depends=('libqalculate' 'cln' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ddc87ce66607790e46a5691e0d441270b3151be7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 20:27:55
  Author: arojas
Revision: 270731

Update to 0.9.8

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:49:14 UTC (rev 270730)
+++ PKGBUILD2016-06-27 20:27:55 UTC (rev 270731)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=0.9.7
-pkgrel=5
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="GNOME frontend for libqalculate"
 arch=('i686' 'x86_64')
 url="http://qalculate.sourceforge.net/;
 license=('GPL')
-depends=('libqalculate' 'libgnome' 'libglade' 'cln')
+depends=('libqalculate' 'cln' 'gtk3')
 makedepends=('intltool' 'rarian')
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c714c91224045fa49f261686e985df0aefa1d678')
+sha1sums=('ddc87ce66607790e46a5691e0d441270b3151be7')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 19:53:55
  Author: bgyorgy
Revision: 181445

upgpkg: metacity 3.20.1-1

Update to new version

Modified:
  metacity/trunk/PKGBUILD
Deleted:
  metacity/trunk/metacity.install

--+
 PKGBUILD |5 ++---
 metacity.install |   11 ---
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:18:47 UTC (rev 181444)
+++ PKGBUILD2016-06-27 19:53:55 UTC (rev 181445)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=metacity
-pkgver=3.18.4
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Legacy GNOME window manager"
 arch=('i686' 'x86_64')
@@ -11,9 +11,8 @@
 depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
 makedepends=('intltool' 'itstool')
 url="https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1596caab4b3bee8cdd82962ec8b1f35579d12cde5deafd881d5bfa2dc8594d9f')
+sha256sums=('b2e227ee221ffb24082fb7e6a324b0b47e539c7ce18f82a8b320bd0dc9ec0c34')
 
 build() {
   cd $pkgname-$pkgver

Deleted: metacity.install
===
--- metacity.install2016-06-27 19:18:47 UTC (rev 181444)
+++ metacity.install2016-06-27 19:53:55 UTC (rev 181445)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 19:54:02
  Author: bgyorgy
Revision: 181446

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   28 --
 community-i686/metacity.install   |   11 ---
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/metacity.install |   11 ---
 5 files changed, 54 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 19:53:55 UTC (rev 181445)
+++ community-i686/PKGBUILD 2016-06-27 19:54:02 UTC (rev 181446)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.18.4
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1596caab4b3bee8cdd82962ec8b1f35579d12cde5deafd881d5bfa2dc8594d9f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 181445, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 19:54:02 UTC (rev 181446)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2e227ee221ffb24082fb7e6a324b0b47e539c7ce18f82a8b320bd0dc9ec0c34')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/metacity.install
===
--- community-i686/metacity.install 2016-06-27 19:53:55 UTC (rev 181445)
+++ community-i686/metacity.install 2016-06-27 19:54:02 UTC (rev 181446)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-27 19:53:55 UTC (rev 181445)
+++ community-x86_64/PKGBUILD   2016-06-27 19:54:02 UTC (rev 181446)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.18.4
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1596caab4b3bee8cdd82962ec8b1f35579d12cde5deafd881d5bfa2dc8594d9f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 181445, 

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:49:14
  Author: arojas
Revision: 270730

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

Added:
  libqalculate/repos/testing-i686/
  libqalculate/repos/testing-i686/PKGBUILD
(from rev 270729, libqalculate/trunk/PKGBUILD)
  libqalculate/repos/testing-x86_64/
  libqalculate/repos/testing-x86_64/PKGBUILD
(from rev 270729, libqalculate/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libqalculate/repos/testing-i686/PKGBUILD (from rev 270729, 
libqalculate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-27 19:49:14 UTC (rev 270730)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d9023ae524aebf8e8b90e4e0cb76e04b77f60fd4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libqalculate/repos/testing-x86_64/PKGBUILD (from rev 270729, 
libqalculate/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-27 19:49:14 UTC (rev 270730)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d9023ae524aebf8e8b90e4e0cb76e04b77f60fd4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:48:45
  Author: arojas
Revision: 270729

Update to 0.9.8

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:43:11 UTC (rev 270728)
+++ PKGBUILD2016-06-27 19:48:45 UTC (rev 270729)
@@ -2,20 +2,20 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libqalculate
-pkgver=0.9.7
-pkgrel=5
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.sourceforge.net/;
 license=('GPL')
 depends=('libxml2' 'cln' 'glib2')
-makedepends=('perl-xml-parser')
+makedepends=('perl-xml-parser' 'intltool')
 optdepends=('gnuplot: for plotting support' 
 'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
 'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
+sha1sums=('d9023ae524aebf8e8b90e4e0cb76e04b77f60fd4')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:43:11
  Author: arojas
Revision: 270728

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 270727, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 270727, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 270727, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 270727, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 270727, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 270727, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff

--+
 /LICENSE |   20 
 /PKGBUILD|   86 +
 /xscreensaver-add-electricsheep.diff |   20 
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   43 --
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   43 --
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-06-27 19:42:39 UTC (rev 270727)
+++ extra-i686/LICENSE  2016-06-27 19:43:11 UTC (rev 270728)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 270727, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-06-27 19:43:11 UTC (rev 270728)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-27 19:42:39 UTC (rev 270727)
+++ extra-i686/PKGBUILD 2016-06-27 19:43:11 UTC (rev 270728)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xscreensaver
-pkgver=5.34
-pkgrel=1
-pkgdesc="Screen saver and locker for the X Window System"
-arch=('i686' 'x86_64')
-url="http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff
-   LICENSE)
-sha1sums=('a6d9a391981730cedcd51e75c35ffb4101928cc2'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
---with-pam --with-login-manager --with-gtk --with-gl \
---without-gle --with-pixbuf --with-jpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/etc/pam.d"
-  make install_prefix="${pkgdir}" install
-  install -D -m644 ../LICENSE 

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:42:39
  Author: arojas
Revision: 270727

Update to 5.35

Modified:
  xscreensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:37:47 UTC (rev 270726)
+++ PKGBUILD2016-06-27 19:42:39 UTC (rev 270727)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=xscreensaver
-pkgver=5.34
+pkgver=5.35
 pkgrel=1
 pkgdesc="Screen saver and locker for the X Window System"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 xscreensaver-add-electricsheep.diff
LICENSE)
-sha1sums=('a6d9a391981730cedcd51e75c35ffb4101928cc2'
+sha1sums=('2918e9db7a6d24189c5bcc401cec2d3adbee644b'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:37:47
  Author: arojas
Revision: 270726

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

Added:
  quota-tools/repos/extra-i686/PKGBUILD
(from rev 270725, quota-tools/trunk/PKGBUILD)
  quota-tools/repos/extra-x86_64/PKGBUILD
(from rev 270725, quota-tools/trunk/PKGBUILD)
Deleted:
  quota-tools/repos/extra-i686/PKGBUILD
  quota-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-27 19:37:15 UTC (rev 270725)
+++ extra-i686/PKGBUILD 2016-06-27 19:37:47 UTC (rev 270726)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quota-tools
-pkgver=4.02
-pkgrel=1
-epoch=1
-pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/linuxquota/;
-license=('GPL' 'BSD')
-depends=('e2fsprogs')
-backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('0b82c28033abc60cdfd00dabfe0313bbd5f7b9af')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make ROOTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
-}

Copied: quota-tools/repos/extra-i686/PKGBUILD (from rev 270725, 
quota-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-27 19:37:47 UTC (rev 270726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quota-tools
+pkgver=4.03
+pkgrel=1
+epoch=1
+pkgdesc="Tools to manage kernel-level quotas in Linux"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/linuxquota/;
+license=('GPL' 'BSD')
+depends=('e2fsprogs')
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
+sha1sums=('a8898331870459f73018043d139514b040125bdb')
+
+build() {
+  cd quota-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd quota-$pkgver
+  make DESTDIR="${pkgdir}" sbindir=usr/bin root_sbindir=usr/bin STRIP="" 
install
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+# remove conflicts with glibc
+  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-27 19:37:15 UTC (rev 270725)
+++ extra-x86_64/PKGBUILD   2016-06-27 19:37:47 UTC (rev 270726)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quota-tools
-pkgver=4.02
-pkgrel=1
-epoch=1
-pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/linuxquota/;
-license=('GPL' 'BSD')
-depends=('e2fsprogs')
-backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('0b82c28033abc60cdfd00dabfe0313bbd5f7b9af')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make ROOTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
-}

Copied: quota-tools/repos/extra-x86_64/PKGBUILD (from rev 270725, 
quota-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-27 19:37:47 UTC (rev 270726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quota-tools
+pkgver=4.03
+pkgrel=1
+epoch=1
+pkgdesc="Tools to manage kernel-level quotas in Linux"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/linuxquota/;
+license=('GPL' 'BSD')
+depends=('e2fsprogs')
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+options=('!emptydirs')

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:37:15
  Author: arojas
Revision: 270725

Update to 4.03

Modified:
  quota-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:35:00 UTC (rev 270724)
+++ PKGBUILD2016-06-27 19:37:15 UTC (rev 270725)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quota-tools
-pkgver=4.02
+pkgver=4.03
 pkgrel=1
 epoch=1
 pkgdesc="Tools to manage kernel-level quotas in Linux"
@@ -13,17 +13,17 @@
 backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('0b82c28033abc60cdfd00dabfe0313bbd5f7b9af')
+sha1sums=('a8898331870459f73018043d139514b040125bdb')
 
 build() {
-  cd ${pkgname}
+  cd quota-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd ${pkgname}
-  make ROOTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
+  cd quota-$pkgver
+  make DESTDIR="${pkgdir}" sbindir=usr/bin root_sbindir=usr/bin STRIP="" 
install
   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
   head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:32:18
  Author: arojas
Revision: 270722

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

Added:
  moc/repos/extra-i686/PKGBUILD
(from rev 270721, moc/trunk/PKGBUILD)
  moc/repos/extra-x86_64/PKGBUILD
(from rev 270721, moc/trunk/PKGBUILD)
Deleted:
  moc/repos/extra-i686/PKGBUILD
  moc/repos/extra-i686/moc-ffmpeg3.patch
  moc/repos/extra-x86_64/PKGBUILD
  moc/repos/extra-x86_64/moc-ffmpeg3.patch

+
 /PKGBUILD  |   78 +
 extra-i686/PKGBUILD|   46 -
 extra-i686/moc-ffmpeg3.patch   |  102 ---
 extra-x86_64/PKGBUILD  |   46 -
 extra-x86_64/moc-ffmpeg3.patch |  102 ---
 5 files changed, 78 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-27 19:31:54 UTC (rev 270721)
+++ extra-i686/PKGBUILD 2016-06-27 19:32:18 UTC (rev 270722)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=2.5.0
-pkgrel=5
-epoch=1
-pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/;
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
-optdepends=('speex: for using the speex plugin'
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin'
-   'libmpcdec: for using the musepack plugin'
-'wavpack: for using the wavpack plugin'
-'faad2: for using the aac plugin'
-   'libmodplug: for using the modplug plugin')
-source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig}
 moc-ffmpeg3.patch)
-sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
-  'SKIP'
-  '7d997ac25041010837d5f3ec79920b8afeec87f7')
-validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with ffmpeg 3.0 (Debian)
-  patch -p1 -i ../moc-ffmpeg3.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-rcc \
---with-oss --with-alsa --with-jack --with-aac --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl  --disable-cache --disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-i686/PKGBUILD (from rev 270721, moc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-27 19:32:18 UTC (rev 270722)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.1
+pkgrel=1
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('9e9a9bf0260cd7d7c170e4ef957041cf2275de32'
+  'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/moc-ffmpeg3.patch
===
--- extra-i686/moc-ffmpeg3.patch2016-06-27 19:31:54 UTC (rev 270721)
+++ extra-i686/moc-ffmpeg3.patch2016-06-27 19:32:18 UTC (rev 270722)
@@ -1,102 +0,0 @@
 moc-2.5.0.orig/configure.in
-+++ moc-2.5.0/configure.in
-@@ -557,22 +557,6 @@ then
-   echo
- fi
- 
--dnl
--dnl  If the warning below gets reported, then for further guidance:
--dnl
--dnl vi +/REQUEST_CHANNELS decoder_plugins/ffmpeg/ffmpeg.c
--dnl
--if test 

[arch-commits] Commit in moc/trunk (moc-ffmpeg3.patch)

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:31:54
  Author: arojas
Revision: 270721

Drop old patch

Deleted:
  moc/trunk/moc-ffmpeg3.patch

---+
 moc-ffmpeg3.patch |  102 
 1 file changed, 102 deletions(-)

Deleted: moc-ffmpeg3.patch
===
--- moc-ffmpeg3.patch   2016-06-27 19:31:29 UTC (rev 270720)
+++ moc-ffmpeg3.patch   2016-06-27 19:31:54 UTC (rev 270721)
@@ -1,102 +0,0 @@
 moc-2.5.0.orig/configure.in
-+++ moc-2.5.0/configure.in
-@@ -557,22 +557,6 @@ then
-   echo
- fi
- 
--dnl
--dnl  If the warning below gets reported, then for further guidance:
--dnl
--dnl vi +/REQUEST_CHANNELS decoder_plugins/ffmpeg/ffmpeg.c
--dnl
--if test "x$want_ffmpeg" = "xyes" && \
--   test "x$ac_cv_member_struct_AVCodecContext_request_channels" != "xyes"
--then
--  echo "WARNING: It appears that the FFmpeg/LibAV API has changed and no 
longer"
--  echo " supports downmixing to stereo as it did previously.  
Report"
--  echo " this message along with the output of 'ffmpeg -version' 
to"
--  echo " <$PACKAGE_BUGREPORT>.  Meanwhile, you may have to live 
without"
--  echo " stereo downmixing."
--  echo
--fi
--
- echo "WARNING: Since MOC version 2 the executable file name has changed to 
mocp!"
- echo " Please remove old moc binary if you have installed an older 
version."
- echo
 moc-2.5.0.orig/decoder_plugins/ffmpeg/ffmpeg.c
-+++ moc-2.5.0/decoder_plugins/ffmpeg/ffmpeg.c
-@@ -67,7 +67,7 @@ GCC_DIAG_OFF(deprecated-declarations)
- GCC_DIAG_ON(deprecated-declarations)
- #include 
- #ifdef HAVE_AV_GET_CHANNEL_LAYOUT_NB_CHANNELS
--#include 
-+#include 
- #endif
- #else
- #include 
-@@ -823,17 +823,6 @@ static bool is_seek_broken (struct ffmpe
-   return false;
- }
- 
--#ifdef HAVE_STRUCT_AVCODECCONTEXT_REQUEST_CHANNELS
--/* This warning reset suppresses a deprecation warning message
-- * for the AVCodecContext's 'request_channels' field. */
--GCC_DIAG_OFF(deprecated-declarations)
--static inline void set_request_channels (AVCodecContext *enc, int channels)
--{
--  enc->request_channels = channels;
--}
--GCC_DIAG_ON(deprecated-declarations)
--#endif
--
- /* Downmix multi-channel audios to stereo. */
- static void set_downmixing (struct ffmpeg_data *data)
- {
-@@ -847,30 +836,11 @@ static void set_downmixing (struct ffmpe
- 
-   data->enc->channels = 2;
- 
--#ifdef HAVE_STRUCT_AVCODECCONTEXT_REQUEST_CHANNELS
--
--  /*
--   * When FFmpeg breaks its API (and it will), this code will be
--   * disabled and users will complain that MOC no longer downmixes
--   * to stereo.  This is because the 'request_channels' field in
--   * AVCodecContext is marked as deprecated (and so will probably
--   * be removed at some time) but FFmpeg requires it to be set to
--   * trigger downmixing (go figure!).  Currently, there is no
--   * guidance on how it will work in the future, but looking at
--   * where 's->downmixed' is set near the end of 'ac3_decode_init()'
--   * in the FFmpeg's source code file 'libavcodec/ac3dec.c' might
--   * help (in the absence of proper documentation).
--   */
--
--  set_request_channels (data->enc, 2);
--
- #ifdef AV_CH_LAYOUT_STEREO_DOWNMIX
-   data->enc->request_channel_layout = AV_CH_LAYOUT_STEREO_DOWNMIX;
- #else
-   data->enc->request_channel_layout = CH_LAYOUT_STEREO_DOWNMIX;
- #endif
--
--#endif
- }
- 
- static void *ffmpeg_open (const char *file)
 moc-2.5.0.orig/decoder_plugins/ffmpeg/ffmpeg.m4
-+++ moc-2.5.0/decoder_plugins/ffmpeg/ffmpeg.m4
-@@ -51,14 +51,6 @@ then
-   save_LIBS="$LIBS"
-   LIBS="$LIBS $ffmpeg_LIBS"
-   AC_CHECK_HEADERS(ffmpeg/avformat.h libavformat/avformat.h)
--  if test "x$ac_cv_header_ffmpeg_avformat_h" = "xyes"
--  then
--  AC_CHECK_MEMBERS([struct 
AVCodecContext.request_channels], [], [],
--   [#include ])
--  else
--  AC_CHECK_MEMBERS([struct 
AVCodecContext.request_channels], [], [],
--   [#include ])
--  fi
-   AC_SEARCH_LIBS(avcodec_open2, avcodec,
-   [AC_DEFINE([HAVE_AVCODEC_OPEN2], 1,
-   [Define to 1 if you have the `avcodec_open2' 
function.])])


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:31:29
  Author: arojas
Revision: 270720

Update to 2.5.1

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:28:51 UTC (rev 270719)
+++ PKGBUILD2016-06-27 19:31:29 UTC (rev 270720)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=moc
-pkgver=2.5.0
-pkgrel=5
+pkgver=2.5.1
+pkgrel=1
 epoch=1
 pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
 arch=('i686' 'x86_64')
@@ -18,18 +18,11 @@
 'wavpack: for using the wavpack plugin'
 'faad2: for using the aac plugin'
'libmodplug: for using the modplug plugin')
-source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig}
 moc-ffmpeg3.patch)
-sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
-  'SKIP'
-  '7d997ac25041010837d5f3ec79920b8afeec87f7')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('9e9a9bf0260cd7d7c170e4ef957041cf2275de32'
+  'SKIP')
 validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with ffmpeg 3.0 (Debian)
-  patch -p1 -i ../moc-ffmpeg3.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --without-rcc \


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:28:51
  Author: arojas
Revision: 270719

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-27 19:28:19 UTC (rev 270718)
+++ extra-i686/PKGBUILD 2016-06-27 19:28:51 UTC (rev 270719)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.23.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1192965385f2f752d1294703669a6089af9c3b74'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 270718, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-27 19:28:51 UTC (rev 270719)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.23.5
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a0e75ae01ff9bf280a5f775f9f8e3d28674c5d78'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-27 19:28:19 UTC (rev 270718)
+++ extra-x86_64/PKGBUILD   2016-06-27 19:28:51 UTC (rev 270719)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.23.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1192965385f2f752d1294703669a6089af9c3b74'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 270718, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-27 19:28:51 UTC (rev 270719)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.23.5
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:28:19
  Author: arojas
Revision: 270718

Update to 1.23.5

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:27:10 UTC (rev 270717)
+++ PKGBUILD2016-06-27 19:28:19 UTC (rev 270718)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.23.3
+pkgver=1.23.5
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1192965385f2f752d1294703669a6089af9c3b74'
+sha1sums=('a0e75ae01ff9bf280a5f775f9f8e3d28674c5d78'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:27:10
  Author: arojas
Revision: 270717

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 270716, quodlibet/trunk/PKGBUILD)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 19:26:47 UTC (rev 270716)
+++ PKGBUILD2016-06-27 19:27:10 UTC (rev 270717)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quodlibet
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="https://github.com/quodlibet/quodlibet;
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for "CDDB Lookup" plugin'
-'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
-'python2-pyinotify: for "Automatic library update" plugin'
-   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
-'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('1fd18321043c65113fc0fee0100f9841eba2ff01')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 270716, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 19:27:10 UTC (rev 270717)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quodlibet
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="https://github.com/quodlibet/quodlibet;
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for "CDDB Lookup" plugin'
+'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
+'python2-pyinotify: for "Automatic library update" plugin'
+   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+   'zeitgeist: for "Event Logging" plugin'
+'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('81db38c583cc213eb7389e22d0f54f9d8371b89c')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root="${pkgdir}"
+}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:26:47
  Author: arojas
Revision: 270716

Update to 3.6.2

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:25:11 UTC (rev 270715)
+++ PKGBUILD2016-06-27 19:26:47 UTC (rev 270716)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quodlibet
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc="An audio library tagger, manager and player"
 arch=('any')
 license=('GPL2')
@@ -29,7 +29,7 @@
 replaces=('quodlibet-plugins')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('1fd18321043c65113fc0fee0100f9841eba2ff01')
+sha1sums=('81db38c583cc213eb7389e22d0f54f9d8371b89c')
 
 build() {
   cd ${pkgname}-release-${pkgver}/quodlibet


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:25:11
  Author: arojas
Revision: 270715

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

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

---+
 /PKGBUILD |   74 
 /bluefish.install |   48 +
 extra-i686/PKGBUILD   |   37 
 extra-i686/bluefish.install   |   24 
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/bluefish.install |   24 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-27 19:24:22 UTC (rev 270714)
+++ extra-i686/PKGBUILD 2016-06-27 19:25:11 UTC (rev 270715)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=bluefish
-pkgver=2.2.8
-pkgrel=2
-pkgdesc="A powerful HTML editor for experienced web designers and programmers"
-arch=('i686' 'x86_64')
-url="http://bluefish.openoffice.nl/;
-license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
-  'SKIP')
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 270714, 
bluefish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-27 19:25:11 UTC (rev 270715)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bluefish
+pkgver=2.2.9
+pkgrel=1
+pkgdesc="A powerful HTML editor for experienced web designers and programmers"
+arch=('i686' 'x86_64')
+url="http://bluefish.openoffice.nl/;
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('67743bf05a5affed267027a211673a59dc8908f2'
+  'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
+data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bluefish.install
===
--- extra-i686/bluefish.install 2016-06-27 19:24:22 UTC (rev 270714)
+++ extra-i686/bluefish.install 2016-06-27 19:25:11 UTC (rev 270715)
@@ -1,24 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/extra-i686/bluefish.install (from rev 270714, 
bluefish/trunk/bluefish.install)
===
--- 

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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:24:22
  Author: arojas
Revision: 270714

Update to 2.2.9

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:22:07 UTC (rev 270713)
+++ PKGBUILD2016-06-27 19:24:22 UTC (rev 270714)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.8
-pkgrel=2
+pkgver=2.2.9
+pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
 url="http://bluefish.openoffice.nl/;
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
+sha1sums=('67743bf05a5affed267027a211673a59dc8908f2'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:22:07
  Author: arojas
Revision: 270713

archrelease: copy trunk to extra-any

Added:
  keychain/repos/extra-any/PKGBUILD
(from rev 270712, keychain/trunk/PKGBUILD)
Deleted:
  keychain/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 19:21:40 UTC (rev 270712)
+++ PKGBUILD2016-06-27 19:22:07 UTC (rev 270713)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=keychain
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
-arch=('any')
-url="http://www.funtoo.org/Keychain;
-license=('GPL2')
-depends=('sh')
-source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 keychain "${pkgdir}/usr/bin/keychain"
-  install -Dm644 keychain.1 "${pkgdir}/usr/share/man/man1/keychain.1"
-}

Copied: keychain/repos/extra-any/PKGBUILD (from rev 270712, 
keychain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 19:22:07 UTC (rev 270713)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=keychain
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
+arch=('any')
+url="http://www.funtoo.org/Keychain;
+license=('GPL2')
+depends=('sh')
+source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d05eb924efcaef78eddff8e3190154a39778f0eee4f90362528c81ad8dadde56')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 keychain "${pkgdir}/usr/bin/keychain"
+  install -Dm644 keychain.1 "${pkgdir}/usr/share/man/man1/keychain.1"
+}


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

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:21:40
  Author: arojas
Revision: 270712

Update to 2.8.3

Modified:
  keychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:23:08 UTC (rev 270711)
+++ PKGBUILD2016-06-27 19:21:40 UTC (rev 270712)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=keychain
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('sh')
 source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301')
+sha256sums=('d05eb924efcaef78eddff8e3190154a39778f0eee4f90362528c81ad8dadde56')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 19:18:47
  Author: bgyorgy
Revision: 181444

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
(from rev 181443, urlwatch/trunk/PKGBUILD)
  urlwatch/repos/community-any/fix-install.patch
(from rev 181443, urlwatch/trunk/fix-install.patch)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   61 
 fix-install.patch |   47 
 2 files changed, 81 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 19:18:42 UTC (rev 181443)
+++ PKGBUILD2016-06-27 19:18:47 UTC (rev 181444)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Skydrome 
-# Contributor: Allan McRae 
-
-pkgname=urlwatch
-pkgver=2.1
-pkgrel=1
-pkgdesc="A tool for monitoring webpages for updates"
-arch=('any')
-url="http://thp.io/2008/urlwatch/;
-license=('BSD')
-depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
-source=("http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
-md5sums=('fff8148b75d9ec93861241b7d22eb75a')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 181443, 
urlwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 19:18:47 UTC (rev 181444)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Skydrome 
+# Contributor: Allan McRae 
+
+pkgname=urlwatch
+pkgver=2.2
+pkgrel=1
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="http://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+source=("http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;
+"fix-install.patch")
+md5sums=('9a3af570ad0c696987eb0b4dc39a930d'
+ '6878aaa0c73e039fb48a2eb50b427617')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix installation
+  patch -RNp1 -i ../fix-install.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: urlwatch/repos/community-any/fix-install.patch (from rev 181443, 
urlwatch/trunk/fix-install.patch)
===
--- fix-install.patch   (rev 0)
+++ fix-install.patch   2016-06-27 19:18:47 UTC (rev 181444)
@@ -0,0 +1,47 @@
+From 50356a779ff40cd914408e7e9a34c54b08ef4c26 Mon Sep 17 00:00:00 2001
+From: Thomas Perl 
+Date: Sat, 20 Feb 2016 11:37:38 +0100
+Subject: [PATCH] Allow running setup.py from non-source directory (Fixes #52)
+
+---
+ setup.py | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 5733064..947a7c8 100644
+--- a/setup.py
 b/setup.py
+@@ -10,6 +10,7 @@
+ 
+ PACKAGE_NAME = 'urlwatch'
+ DEPENDENCIES = ['minidb', 'PyYAML', 'requests']
++HERE = os.path.dirname(__file__)
+ 
+ # Assumptions:
+ #  1. Package name equals main script file name (and only one script)
+@@ -17,7 +18,7 @@
+ #  3. Data files are in "share/", will be installed in $(PREFIX)/share
+ #  4. Packages are in "lib/", no modules
+ 
+-main_py = open('lib/%s/__init__.py' % PACKAGE_NAME).read()
++main_py = open(os.path.join(HERE, 'lib', PACKAGE_NAME, '__init__.py')).read()
+ m = dict(re.findall("\n__([a-z]+)__ = '([^']+)'", main_py))
+ docs = re.findall('"""(.*?)"""', main_py, re.DOTALL)
+ 
+@@ -26,10 +27,12 @@
+ m['description'], m['long_description'] = docs[0].strip().split('\n\n', 1)
+ m['download_url'] = m['url'] + PACKAGE_NAME + '-' + m['version'] + '.tar.gz'
+ 
+-m['scripts'] = [PACKAGE_NAME]
+-m['package_dir'] = {'': 'lib'}
+-m['packages'] = ['.'.join(dirname.split(os.sep)[1:]) for dirname, _, files in 
os.walk('lib') if '__init__.py' in files]
+-m['data_files'] = [(dirname, [os.path.join(dirname, fn) for fn in files]) for 
dirname, _, files in os.walk('share')]
++m['scripts'] = [os.path.join(HERE, PACKAGE_NAME)]
++m['package_dir'] = {'': os.path.join(HERE, 'lib')}
++m['packages'] = ['.'.join(dirname[len(HERE)+1:].split(os.sep)[1:])
++ for dirname, _, files in os.walk(os.path.join(HERE, 'lib')) 
if '__init__.py' in files]
++m['data_files'] = [(dirname[len(HERE)+1:], 
[os.path.join(dirname[len(HERE)+1:], fn) for fn in files])
++   for dirname, _, files 

[arch-commits] Commit in urlwatch/trunk (PKGBUILD fix-install.patch)

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 19:18:42
  Author: bgyorgy
Revision: 181443

upgpkg: urlwatch 2.2-1

Update to new version

Added:
  urlwatch/trunk/fix-install.patch
Modified:
  urlwatch/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +++
 fix-install.patch |   47 +++
 2 files changed, 58 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 18:22:46 UTC (rev 181442)
+++ PKGBUILD2016-06-27 19:18:42 UTC (rev 181443)
@@ -4,7 +4,7 @@
 # Contributor: Allan McRae 
 
 pkgname=urlwatch
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="A tool for monitoring webpages for updates"
 arch=('any')
@@ -11,9 +11,17 @@
 url="http://thp.io/2008/urlwatch/;
 license=('BSD')
 depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
-source=("http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
-md5sums=('fff8148b75d9ec93861241b7d22eb75a')
+source=("http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;
+"fix-install.patch")
+md5sums=('9a3af570ad0c696987eb0b4dc39a930d'
+ '6878aaa0c73e039fb48a2eb50b427617')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix installation
+  patch -RNp1 -i ../fix-install.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   python3 setup.py build
@@ -22,6 +30,5 @@
 package() {
   cd $pkgname-$pkgver
   python3 setup.py install --root="$pkgdir"
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }

Added: fix-install.patch
===
--- fix-install.patch   (rev 0)
+++ fix-install.patch   2016-06-27 19:18:42 UTC (rev 181443)
@@ -0,0 +1,47 @@
+From 50356a779ff40cd914408e7e9a34c54b08ef4c26 Mon Sep 17 00:00:00 2001
+From: Thomas Perl 
+Date: Sat, 20 Feb 2016 11:37:38 +0100
+Subject: [PATCH] Allow running setup.py from non-source directory (Fixes #52)
+
+---
+ setup.py | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 5733064..947a7c8 100644
+--- a/setup.py
 b/setup.py
+@@ -10,6 +10,7 @@
+ 
+ PACKAGE_NAME = 'urlwatch'
+ DEPENDENCIES = ['minidb', 'PyYAML', 'requests']
++HERE = os.path.dirname(__file__)
+ 
+ # Assumptions:
+ #  1. Package name equals main script file name (and only one script)
+@@ -17,7 +18,7 @@
+ #  3. Data files are in "share/", will be installed in $(PREFIX)/share
+ #  4. Packages are in "lib/", no modules
+ 
+-main_py = open('lib/%s/__init__.py' % PACKAGE_NAME).read()
++main_py = open(os.path.join(HERE, 'lib', PACKAGE_NAME, '__init__.py')).read()
+ m = dict(re.findall("\n__([a-z]+)__ = '([^']+)'", main_py))
+ docs = re.findall('"""(.*?)"""', main_py, re.DOTALL)
+ 
+@@ -26,10 +27,12 @@
+ m['description'], m['long_description'] = docs[0].strip().split('\n\n', 1)
+ m['download_url'] = m['url'] + PACKAGE_NAME + '-' + m['version'] + '.tar.gz'
+ 
+-m['scripts'] = [PACKAGE_NAME]
+-m['package_dir'] = {'': 'lib'}
+-m['packages'] = ['.'.join(dirname.split(os.sep)[1:]) for dirname, _, files in 
os.walk('lib') if '__init__.py' in files]
+-m['data_files'] = [(dirname, [os.path.join(dirname, fn) for fn in files]) for 
dirname, _, files in os.walk('share')]
++m['scripts'] = [os.path.join(HERE, PACKAGE_NAME)]
++m['package_dir'] = {'': os.path.join(HERE, 'lib')}
++m['packages'] = ['.'.join(dirname[len(HERE)+1:].split(os.sep)[1:])
++ for dirname, _, files in os.walk(os.path.join(HERE, 'lib')) 
if '__init__.py' in files]
++m['data_files'] = [(dirname[len(HERE)+1:], 
[os.path.join(dirname[len(HERE)+1:], fn) for fn in files])
++   for dirname, _, files in os.walk(os.path.join(HERE, 
'share')) if files]
+ m['install_requires'] = DEPENDENCIES
+ 
+ setup(**m)


[arch-commits] Commit in smuxi/repos/community-any (PKGBUILD PKGBUILD smuxi.install)

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 18:22:46
  Author: bgyorgy
Revision: 181442

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  119 +++-
 smuxi.install |   11 -
 2 files changed, 59 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 18:21:25 UTC (rev 181441)
+++ PKGBUILD2016-06-27 18:22:46 UTC (rev 181442)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Madek 
-# Contributor: Marcelo Cavalcante 
-# Contributor: Jens Kleikamp 
-# Contributor: Philipp Gildein 
-
-pkgbase=smuxi
-pkgname=('smuxi-server' 'smuxi')
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
-arch=('any')
-url="https://smuxi.im/;
-license=('GPL')
-makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
-options=('!emptydirs')
-source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
-md5sums=('9185a122c1588dabecd5b95e9d8d582b')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-frontend-stfl \
-  --with-vendor-package-version="Arch Linux $pkgver-$pkgrel"
-  LANG=C make
-}
-
-package_smuxi-server() {
-  pkgdesc+=" (common files and server)"
-  depends=('log4net' 'nini')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Split frontend
-  [[ -d $srcdir/frontend ]] && rm -r "$srcdir/frontend/"
-  mkdir "$srcdir"/frontend
-  mv "$pkgdir"/usr/bin/smuxi-frontend-{gnome,stfl} \
- "$pkgdir"/usr/lib/pkgconfig/smuxi-frontend.pc \
- "$pkgdir"/usr/lib/smuxi/smuxi-frontend* \
- "$pkgdir"/usr/share/{appdata,applications,icons} \
- "$pkgdir"/usr/share/man/man1/smuxi-frontend* \
- "$srcdir/frontend/"
-}
-
-package_smuxi() {
-  pkgdesc+=" (frontend)" 
-  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl')
-  install=smuxi.install
-  cd "$srcdir/frontend"
-
-  mkdir -p "$pkgdir"/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
-  mv smuxi-frontend-{gnome,stfl} "$pkgdir/usr/bin"
-  mv smuxi-frontend.pc "$pkgdir/usr/lib/pkgconfig"
-  mv smuxi-frontend*.1 "$pkgdir/usr/share/man/man1"
-  mv smuxi-frontend* "$pkgdir/usr/lib/smuxi"
-  mv {appdata,applications,icons} "$pkgdir/usr/share"
-}

Copied: smuxi/repos/community-any/PKGBUILD (from rev 181441, 
smuxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 18:22:46 UTC (rev 181442)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Madek 
+# Contributor: Marcelo Cavalcante 
+# Contributor: Jens Kleikamp 
+# Contributor: Philipp Gildein 
+
+pkgbase=smuxi
+pkgname=('smuxi-server' 'smuxi')
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
+arch=('any')
+url="https://smuxi.im/;
+license=('GPL')
+makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
+options=('!emptydirs')
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('af1a0c7d4a60f97063aa119531942fd1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-frontend-stfl \
+  --with-vendor-package-version="Arch Linux $pkgver-$pkgrel"
+  LANG=C make -j1
+}
+
+package_smuxi-server() {
+  pkgdesc+=" (common files and server)"
+  depends=('log4net' 'nini')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Split frontend
+  [[ -d $srcdir/frontend ]] && rm -r "$srcdir/frontend/"
+  mkdir "$srcdir"/frontend
+  mv "$pkgdir"/usr/bin/smuxi-frontend-{gnome,stfl} \
+ "$pkgdir"/usr/lib/pkgconfig/smuxi-frontend.pc \
+ "$pkgdir"/usr/lib/smuxi/smuxi-frontend* \
+ "$pkgdir"/usr/share/{appdata,applications,icons} \
+ "$pkgdir"/usr/share/man/man1/smuxi-frontend* \
+ "$srcdir/frontend/"
+}
+
+package_smuxi() {
+  pkgdesc+=" (frontend)" 
+  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl')
+  cd "$srcdir/frontend"
+
+  mkdir -p "$pkgdir"/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
+  mv smuxi-frontend-{gnome,stfl} "$pkgdir/usr/bin"
+  mv smuxi-frontend.pc "$pkgdir/usr/lib/pkgconfig"
+  mv smuxi-frontend*.1 "$pkgdir/usr/share/man/man1"
+  mv smuxi-frontend* "$pkgdir/usr/lib/smuxi"
+  mv 

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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 18:21:25
  Author: bgyorgy
Revision: 181441

upgpkg: smuxi 1.0.5-1

Update to new version

Modified:
  smuxi/trunk/PKGBUILD
Deleted:
  smuxi/trunk/smuxi.install

---+
 PKGBUILD  |7 +++
 smuxi.install |   11 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 18:02:42 UTC (rev 181440)
+++ PKGBUILD2016-06-27 18:21:25 UTC (rev 181441)
@@ -7,7 +7,7 @@
 
 pkgbase=smuxi
 pkgname=('smuxi-server' 'smuxi')
-pkgver=1.0.3
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
 options=('!emptydirs')
 source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
-md5sums=('9185a122c1588dabecd5b95e9d8d582b')
+md5sums=('af1a0c7d4a60f97063aa119531942fd1')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
@@ -24,7 +24,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --enable-frontend-stfl \
   --with-vendor-package-version="Arch Linux $pkgver-$pkgrel"
-  LANG=C make
+  LANG=C make -j1
 }
 
 package_smuxi-server() {
@@ -48,7 +48,6 @@
 package_smuxi() {
   pkgdesc+=" (frontend)" 
   depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl')
-  install=smuxi.install
   cd "$srcdir/frontend"
 
   mkdir -p "$pkgdir"/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}

Deleted: smuxi.install
===
--- smuxi.install   2016-06-27 18:02:42 UTC (rev 181440)
+++ smuxi.install   2016-06-27 18:21:25 UTC (rev 181441)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in guake/repos/community-any (PKGBUILD PKGBUILD guake.install)

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 18:02:42
  Author: bgyorgy
Revision: 181440

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   79 
 guake.install |   22 ---
 2 files changed, 40 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 18:02:38 UTC (rev 181439)
+++ PKGBUILD2016-06-27 18:02:42 UTC (rev 181440)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=0.8.4
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 
'python2-keybinder2' 'python2-xdg' 'libutempter')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('631b16716645b206b93dc91f32d255c0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 181439, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 18:02:42 UTC (rev 181440)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 
'python2-keybinder2' 'python2-xdg' 'libutempter')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('a993637eb809026541b4c1ea9994b534')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: guake.install
===
--- guake.install   2016-06-27 18:02:38 UTC (rev 181439)
+++ guake.install   2016-06-27 18:02:42 UTC (rev 181440)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 18:02:38
  Author: bgyorgy
Revision: 181439

upgpkg: guake 0.8.5-1

Update to new version

Modified:
  guake/trunk/PKGBUILD
Deleted:
  guake/trunk/guake.install

---+
 PKGBUILD  |5 ++---
 guake.install |   22 --
 2 files changed, 2 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 17:50:28 UTC (rev 181438)
+++ PKGBUILD2016-06-27 18:02:38 UTC (rev 181439)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
@@ -13,9 +13,8 @@
 license=('GPL')
 depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 
'python2-keybinder2' 'python2-xdg' 'libutempter')
 makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('631b16716645b206b93dc91f32d255c0')
+md5sums=('a993637eb809026541b4c1ea9994b534')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: guake.install
===
--- guake.install   2016-06-27 17:50:28 UTC (rev 181438)
+++ guake.install   2016-06-27 18:02:38 UTC (rev 181439)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 17:50:28
  Author: bgyorgy
Revision: 181438

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   59 +--
 cherrytree.install |   14 
 2 files changed, 29 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 17:50:24 UTC (rev 181437)
+++ PKGBUILD2016-06-27 17:50:28 UTC (rev 181438)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella 
-# Contributor: Allan McRae 
-# Contributor: Tomas A. Schertel 
-
-pkgname=cherrytree
-pkgver=0.36.9
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 181437, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 17:50:28 UTC (rev 181438)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella 
+# Contributor: Allan McRae 
+# Contributor: Tomas A. Schertel 
+
+pkgname=cherrytree
+pkgver=0.37.1
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2016-06-27 17:50:24 UTC (rev 181437)
+++ cherrytree.install  2016-06-27 17:50:28 UTC (rev 181438)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 17:50:24
  Author: bgyorgy
Revision: 181437

upgpkg: cherrytree 0.37.1-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD
Deleted:
  cherrytree/trunk/cherrytree.install

+
 PKGBUILD   |5 ++---
 cherrytree.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 17:46:41 UTC (rev 181436)
+++ PKGBUILD2016-06-27 17:50:24 UTC (rev 181437)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.9
+pkgver=0.37.1
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,9 +15,8 @@
 depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28')
+sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd')
 
 build() {
   cd $pkgname-$pkgver

Deleted: cherrytree.install
===
--- cherrytree.install  2016-06-27 17:46:41 UTC (rev 181436)
+++ cherrytree.install  2016-06-27 17:50:24 UTC (rev 181437)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 17:46:41
  Author: bgyorgy
Revision: 181436

archrelease: copy trunk to community-any

Added:
  blueberry/repos/community-any/PKGBUILD
(from rev 181435, blueberry/trunk/PKGBUILD)
Deleted:
  blueberry/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 17:46:37 UTC (rev 181435)
+++ PKGBUILD2016-06-27 17:46:41 UTC (rev 181436)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributer: Sam Burgos 
-
-pkgname=blueberry
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry;
-license=('GPL')
-depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  cp -r etc usr "$pkgdir"
-}

Copied: blueberry/repos/community-any/PKGBUILD (from rev 181435, 
blueberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 17:46:41 UTC (rev 181436)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributer: Sam Burgos 
+
+pkgname=blueberry
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry;
+license=('GPL')
+depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('74d517c06f670e8e4452e7344d68799cbe3df3a2a34accbd2d912175c0f106a0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  cp -r etc usr "$pkgdir"
+}


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

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 17:46:37
  Author: bgyorgy
Revision: 181435

upgpkg: blueberry 1.1.5-1

Update to new version

Modified:
  blueberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 17:26:57 UTC (rev 181434)
+++ PKGBUILD2016-06-27 17:46:37 UTC (rev 181435)
@@ -3,8 +3,8 @@
 # Contributer: Sam Burgos 
 
 pkgname=blueberry
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
 url="https://github.com/linuxmint/blueberry;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
+sha256sums=('74d517c06f670e8e4452e7344d68799cbe3df3a2a34accbd2d912175c0f106a0')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 17:26:57
  Author: spupykin
Revision: 181434

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 17:26:41 UTC (rev 181433)
+++ community-i686/PKGBUILD 2016-06-27 17:26:57 UTC (rev 181434)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.78
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('585f98db27c81b8655665ddc1cd8e9c1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 181433, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 17:26:57 UTC (rev 181434)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.8.79
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('3efc99a360aa81c507129366222d9de9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-27 17:26:41 UTC (rev 181433)
+++ community-x86_64/PKGBUILD   2016-06-27 17:26:57 UTC (rev 181434)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.78
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('585f98db27c81b8655665ddc1cd8e9c1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 17:26:41
  Author: spupykin
Revision: 181433

upgpkg: xcircuit 3.8.79-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 14:53:19 UTC (rev 181432)
+++ PKGBUILD2016-06-27 17:26:41 UTC (rev 181433)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.8.78
+pkgver=3.8.79
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('585f98db27c81b8655665ddc1cd8e9c1')
+md5sums=('3efc99a360aa81c507129366222d9de9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 14:53:19
  Author: felixonmars
Revision: 181432

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 14:52:52 UTC (rev 181431)
+++ community-i686/PKGBUILD 2016-06-27 14:53:19 UTC (rev 181432)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.2.20160226
-_commit=df4192cc0980b21bc45f4eb142ba24cfa78a50e0
-pkgrel=2
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-i686/PKGBUILD (from rev 181431, 
librime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 14:53:19 UTC (rev 181432)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-27 14:52:52 UTC (rev 181431)
+++ community-x86_64/PKGBUILD   2016-06-27 14:53:19 UTC (rev 181432)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.2.20160226
-_commit=df4192cc0980b21bc45f4eb142ba24cfa78a50e0
-pkgrel=2
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 181431, 
librime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-27 14:53:19 UTC (rev 181432)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 14:52:52
  Author: felixonmars
Revision: 181431

upgpkg: librime 1:1.2.9-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 14:45:40 UTC (rev 181430)
+++ PKGBUILD2016-06-27 14:52:52 UTC (rev 181431)
@@ -4,9 +4,9 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.2.20160226
-_commit=df4192cc0980b21bc45f4eb142ba24cfa78a50e0
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
+epoch=1
 pkgdesc="Rime input method engine"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/rimeime/;
@@ -14,7 +14,7 @@
 depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=$_commit;)
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
 sha512sums=('SKIP')
 
 build() {


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 14:45:40
  Author: spupykin
Revision: 181430

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 14:45:30 UTC (rev 181429)
+++ PKGBUILD2016-06-27 14:45:40 UTC (rev 181430)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20150810_a
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
-'apache.example.conf')
-md5sums=('1d9541e503c7ab41f926a3606dab6b00'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd "$pkgdir"
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 "$srcdir"/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
>$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 181429, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 14:45:40 UTC (rev 181430)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20160626
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
+'apache.example.conf')
+md5sums=('661b00c508736e59af4fdb7b8156ef3c'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd "$pkgdir"
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 14:45:30
  Author: spupykin
Revision: 181429

upgpkg: dokuwiki 20160626-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:45:57 UTC (rev 181428)
+++ PKGBUILD2016-06-27 14:45:30 UTC (rev 181429)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20150810_a
+pkgver=20160626
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1
@@ -17,7 +17,7 @@
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
 'apache.example.conf')
-md5sums=('1d9541e503c7ab41f926a3606dab6b00'
+md5sums=('661b00c508736e59af4fdb7b8156ef3c'
  'c5bed40abf5bb737bad8df29bb7020dc')
 
 package() {


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 13:45:57
  Author: spupykin
Revision: 181428

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 13:45:49 UTC (rev 181427)
+++ PKGBUILD2016-06-27 13:45:57 UTC (rev 181428)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.5.1
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('dec9b2626ba2862009422012269a1b61')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 181427, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 13:45:57 UTC (rev 181428)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+md5sums=('ce477e18ee00df24ced180cfba3393d4')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
+}


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 13:45:49
  Author: spupykin
Revision: 181427

upgpkg: python-docs 3.5.2-1

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:36:06 UTC (rev 181426)
+++ PKGBUILD2016-06-27 13:45:49 UTC (rev 181427)
@@ -3,7 +3,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('dec9b2626ba2862009422012269a1b61')
+md5sums=('ce477e18ee00df24ced180cfba3393d4')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 13:36:06
  Author: spupykin
Revision: 181426

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 13:35:49 UTC (rev 181425)
+++ community-i686/PKGBUILD 2016-06-27 13:36:06 UTC (rev 181426)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.21.6
-pkgrel=2
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('i686' 'x86_64')
-url="http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('4fb2834d9f761dc3e07ce8569dd4677a')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  export PYTHON=/usr/bin/python2
-
-  for file in rclchm rclexecm.py rclics rclpython rclzip rclaudio rclinfo 
rclkar \
-  rcllatinclass.py rclwar rclrar ppt-dump.py rcldia rclepub 
rclmpdf \
-  rcltar xls-dump.py xlsxmltocsv.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "filters/$file"
-  done
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
doc/user/usermanual.html
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include ' utils/rclionice.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  msg2 "Python2 fix"
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 181425, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 13:36:06 UTC (rev 181426)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('i686' 'x86_64')
+url="http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'aspell-en: English stemming support')
+source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('afb5dc53b9d2ac0c6bdaeb9cbd399c78')
+
+prepare() {
+  cd 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 13:35:49
  Author: spupykin
Revision: 181425

upgpkg: recoll 1.22.3-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:32:03 UTC (rev 181424)
+++ PKGBUILD2016-06-27 13:35:49 UTC (rev 181425)
@@ -6,14 +6,14 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.21.6
-pkgrel=2
+pkgver=1.22.3
+pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('i686' 'x86_64')
 url="http://www.lesbonscomptes.com/recoll/;
 license=('GPL')
 depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
+makedepends=('python')
 optdepends=('libxslt: for XML based formats (fb2,etc)'
'unzip: for the OpenOffice.org documents'
'poppler: for pdf'
@@ -30,30 +30,27 @@
'perl-image-exiftool: EXIF data from raw files'
'aspell-en: English stemming support')
 source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('4fb2834d9f761dc3e07ce8569dd4677a')
+md5sums=('afb5dc53b9d2ac0c6bdaeb9cbd399c78')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"
-  export PYTHON=/usr/bin/python2
-
-  for file in rclchm rclexecm.py rclics rclpython rclzip rclaudio rclinfo 
rclkar \
-  rcllatinclass.py rclwar rclrar ppt-dump.py rcldia rclepub 
rclmpdf \
-  rcltar xls-dump.py xlsxmltocsv.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "filters/$file"
-  done
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
doc/user/usermanual.html
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include ' utils/rclionice.cpp
+#  export PYTHON=/usr/bin/python2
+#
+#  for file in rclchm rclexecm.py rclics rclpython rclzip rclaudio rclinfo 
rclkar \
+#  rcllatinclass.py rclwar rclrar ppt-dump.py rcldia rclepub 
rclmpdf \
+#  rcltar xls-dump.py xlsxmltocsv.py; do
+#  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "filters/$file"
+#  done
+#  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
doc/user/usermanual.html
+#  sed -i 's_python$_python2_' desktop/hotrecoll.py
+#  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
+#
+#  sed -i '1,1i#include ' utils/rclionice.cpp
 }
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/}"
-  msg2 "Python2 fix"
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
+  QMAKE=qmake-qt4 ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
@@ -61,5 +58,3 @@
   cd "$srcdir/$pkgname-${pkgver/_/}"
   make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:32:03
  Author: felixonmars
Revision: 181424

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

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

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

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

Copied: deepin-file-manager-backend/repos/community-i686/PKGBUILD (from rev 
181423, deepin-file-manager-backend/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 13:32:03 UTC (rev 181424)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager-backend
+pkgver=0.1.14
+_golibver=0.4.10
+_deepinapiver=3.0.8
+_dbusfactoryver=3.0.3
+_girgeneratorver=0.9.4
+pkgrel=2
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager-backend;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'gcc-go')
+provides=('deepin-file-manager')
+conflicts=('deepin-file-manager')
+replaces=('deepin-file-manager')
+source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
+}
+

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:31:04
  Author: felixonmars
Revision: 181423

upgpkg: deepin-file-manager-backend 0.1.14-2

rebuild with gir-generator 0.9.4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:31:00 UTC (rev 181422)
+++ PKGBUILD2016-06-27 13:31:04 UTC (rev 181423)
@@ -8,8 +8,8 @@
 _golibver=0.4.10
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
+_girgeneratorver=0.9.4
+pkgrel=2
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-file-manager-backend;


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:31:00
  Author: felixonmars
Revision: 181422

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 181421, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 181421, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 181421, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 181421, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 181421, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 181421, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 181421, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 181421, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 181421, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 181421, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  154 
 /deepin-daemon.install  |   22 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   77 
 community-i686/deepin-daemon.install|   11 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   77 
 community-x86_64/deepin-daemon.install  |   11 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11706 insertions(+), 11706 deletions(-)

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


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:30:04
  Author: felixonmars
Revision: 181420

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 13:29:37 UTC (rev 181419)
+++ community-i686/PKGBUILD 2016-06-27 13:30:04 UTC (rev 181420)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.5
-_golibver=0.4.10
-_deepinapiver=3.0.8
-_dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/startdde"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 181419, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 13:30:04 UTC (rev 181420)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.5
+_golibver=0.4.10
+_deepinapiver=3.0.8
+_dbusfactoryver=3.0.3
+_girgeneratorver=0.9.4
+pkgrel=2
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:30:07
  Author: felixonmars
Revision: 181421

upgpkg: deepin-daemon 3.0.16-2

rebuild with gir-generator 0.9.4

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:30:04 UTC (rev 181420)
+++ PKGBUILD2016-06-27 13:30:07 UTC (rev 181421)
@@ -8,8 +8,8 @@
 _golibver=0.4.10
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
+_girgeneratorver=0.9.4
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:29:37
  Author: felixonmars
Revision: 181419

upgpkg: startdde 3.0.5-2

rebuild with gir-generator 0.9.4

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:28:49 UTC (rev 181418)
+++ PKGBUILD2016-06-27 13:29:37 UTC (rev 181419)
@@ -8,8 +8,8 @@
 _golibver=0.4.10
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
+_girgeneratorver=0.9.4
+pkgrel=2
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:28:49
  Author: felixonmars
Revision: 181418

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-27 13:28:21 UTC (rev 181417)
+++ community-x86_64/PKGBUILD   2016-06-27 13:28:49 

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:28:21
  Author: felixonmars
Revision: 181417

upgpkg: deepin-api 3.0.8-2

rebuild with gir-generator 0.9.4

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:14:45 UTC (rev 181416)
+++ PKGBUILD2016-06-27 13:28:21 UTC (rev 181417)
@@ -7,8 +7,8 @@
 pkgver=3.0.8
 _golibver=0.4.10
 _dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
+_girgeneratorver=0.9.4
+pkgrel=2
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-06-27 Thread Tobias Powalowski
Date: Monday, June 27, 2016 @ 13:23:08
  Author: tpowa
Revision: 270711

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

Added:
  linux/repos/core-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 270710, 
linux/repos/testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 270710, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 270710, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 270710, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 270710, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 270710, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 270710, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 270710, 
linux/repos/testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 270710, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 270710, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 270710, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 270710, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 270710, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 270710, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

-+
 /0001-linux-4.6-rtlwifi-fix-atomic.patch|  140 
 /PKGBUILD   |  614 
 /change-default-console-loglevel.patch  |   22 
 /config |16174 ++
 /config.x86_64  |15698 +
 /linux.install  |   74 
 /linux.preset   |   28 
 core-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch   |   70 
 core-i686/PKGBUILD  |  307 
 core-i686/change-default-console-loglevel.patch |   11 
 core-i686/config| 8087 -
 core-i686/config.x86_64 | 7849 
 core-i686/linux.install |   37 
 core-i686/linux.preset  |   14 
 core-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 core-x86_64/PKGBUILD|  307 
 core-x86_64/change-default-console-loglevel.patch   |   11 
 core-x86_64/config  | 8087 -
 core-x86_64/config.x86_64   | 7849 
 core-x86_64/linux.install   |   37 
 core-x86_64/linux.preset|   14 
 21 files changed, 32750 insertions(+), 32750 deletions(-)

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


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:14:45
  Author: felixonmars
Revision: 181416

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

Added:
  deepin-gir-generator/repos/community-i686/PKGBUILD
(from rev 181415, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
(from rev 181415, deepin-gir-generator/trunk/PKGBUILD)
Deleted:
  deepin-gir-generator/repos/community-i686/PKGBUILD
  deepin-gir-generator/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-06-27 13:14:11 UTC (rev 181415)
+++ community-i686/PKGBUILD 2016-06-27 13:14:45 UTC (rev 181416)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-gir-generator;
-license=('GPL3')
-depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'gcc-go')
-source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-}
-
-build() {
-  cd go-gir-generator/src/gir-generator
-  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o gir-generator
-}
-
-package() {
-  install -Dm 755 go-gir-generator/src/gir-generator/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
-}

Copied: deepin-gir-generator/repos/community-i686/PKGBUILD (from rev 181415, 
deepin-gir-generator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 13:14:45 UTC (rev 181416)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+}
+
+build() {
+  cd go-gir-generator/src/gir-generator
+  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o gir-generator
+}
+
+package() {
+  install -Dm 755 go-gir-generator/src/gir-generator/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-27 13:14:11 UTC (rev 181415)
+++ community-x86_64/PKGBUILD   2016-06-27 13:14:45 UTC (rev 181416)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-gir-generator;
-license=('GPL3')
-depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'gcc-go')
-source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-}
-
-build() {
-  cd go-gir-generator/src/gir-generator
-  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o gir-generator
-}
-
-package() {
-  install -Dm 755 go-gir-generator/src/gir-generator/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
-}

Copied: deepin-gir-generator/repos/community-x86_64/PKGBUILD (from rev 181415, 
deepin-gir-generator/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-27 13:14:45 UTC (rev 181416)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 13:14:11
  Author: felixonmars
Revision: 181415

upgpkg: deepin-gir-generator 0.9.4-1

Modified:
  deepin-gir-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 13:13:37 UTC (rev 181414)
+++ PKGBUILD2016-06-27 13:14:11 UTC (rev 181415)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gir-generator
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('i686' 'x86_64')


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

2016-06-27 Thread Alexander Rødseth
Date: Monday, June 27, 2016 @ 13:13:37
  Author: arodseth
Revision: 181414

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

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

+
 /PKGBUILD  |  142 +++
 community-i686/PKGBUILD|   59 --
 community-i686/smalltalk.install   |   22 -
 community-x86_64/PKGBUILD  |   59 --
 community-x86_64/smalltalk.install |   22 -
 5 files changed, 142 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 13:12:07 UTC (rev 181413)
+++ community-i686/PKGBUILD 2016-06-27 13:13:37 UTC (rev 181414)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: mrshpot 
-# Contributor: Michael Fellinger 
-
-pkgname=smalltalk
-pkgver=3.2.5
-pkgrel=3
-pkgdesc='Implementation of Smalltalk-80'
-url='http://smalltalk.gnu.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64' 'i686')
-options=('!emptydirs' 'staticlibs')
-depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
-makedepends=('gdbm' 'gtk2' 'sqlite' 'tk' 'zip')
-install="$pkgname.install"
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
-optdepends=('tk: for gst-blox'
-'sqlite: database in a file'
-'sed: for examples'
-'gtk2: GUI toolkit')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/smalltalk \
---with-imagedir=/var/lib/smalltalk \
---enable-gtk=yes \
---with-system-libffi \
---with-system-libsigsegv \
---with-readline \
---with-tcl \
---with-tk \
---with-x \
---without-emacs
-
-  echo '#define USE_INTERP_RESULT 1' >> config.h
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Fix manpage symlink
-  rm -f "$pkgdir/usr/share/man/man1/gst-reload.1"
-  ln -s gst-load.1 "$pkgdir/usr/share/man/man1/gst-reload.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: smalltalk/repos/community-i686/PKGBUILD (from rev 181413, 
smalltalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 13:13:37 UTC (rev 181414)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: mrshpot 
+# Contributor: Michael Fellinger 
+
+pkgname=smalltalk
+pkgver=3.2.91
+pkgrel=1
+pkgdesc='GNU Smalltalk interpreter and libraries'
+url='http://smalltalk.gnu.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64' 'i686')
+options=('!emptydirs' 'staticlibs')
+depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
+makedepends=('gmp' 'gdbm' 'gtk2' 'sqlite' 'tk' 'zip' 'git')
+source=("git://git.sv.gnu.org/smalltalk.git#tag=$pkgver")
+md5sums=('SKIP')
+optdepends=('tk: for gst-blox'
+'sqlite: database in a file'
+'sed: for examples'
+'gtk2: GUI toolkit')
+
+prepare() {
+  cd "$pkgname"
+
+  autoreconf -vi
+  sed 's/int yylineno = 1;//g' -i libgst/genpr-scan.l
+  sed 's/int yylineno = 1;//g' -i libgst/genvm-scan.l
+  sed 's/int yylineno = 1;//g' -i libgst/genbc-scan.l
+}
+
+build() {
+  cd "$pkgname"
+
+  export CFLAGS="$CFLAGS -w"
+  if [[ $CARCH == i686 ]]; then
+export CFLAGS="$CFLAGS -m32"
+  fi
+  #export LFLAGS="-l"
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/smalltalk \
+--with-imagedir=/var/lib/smalltalk \
+--enable-gtk=yes \
+--with-readline \
+--with-tcl \
+--with-x \
+--without-emacs \
+--with-tk \
+--with-system-libffi \
+--with-system-libsigsegv
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+  make -j1
+}
+
+#check() {
+#  make -C "$pkgname" check
+#}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Fix manpage symlink
+  rm -f "$pkgdir/usr/share/man/man1/gst-reload.1"
+  ln -s gst-load.1 "$pkgdir/usr/share/man/man1/gst-reload.1"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/smalltalk.install
===
--- community-i686/smalltalk.install2016-06-27 13:12:07 UTC (rev 181413)
+++ 

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

2016-06-27 Thread Alexander Rødseth
Date: Monday, June 27, 2016 @ 13:12:07
  Author: arodseth
Revision: 181413

upgpkg: smalltalk 3.2.91-1

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:49:14 UTC (rev 181412)
+++ PKGBUILD2016-06-27 13:12:07 UTC (rev 181413)
@@ -34,6 +34,9 @@
   cd "$pkgname"
 
   export CFLAGS="$CFLAGS -w"
+  if [[ $CARCH == i686 ]]; then
+export CFLAGS="$CFLAGS -m32"
+  fi
   #export LFLAGS="-l"
   ./configure \
 --prefix=/usr \
@@ -48,12 +51,12 @@
 --with-system-libffi \
 --with-system-libsigsegv
   echo '#define USE_INTERP_RESULT 1' >> config.h
-  make
+  make -j1
 }
 
-check() {
-  make -C "$pkgname" check
-}
+#check() {
+#  make -C "$pkgname" check
+#}
 
 package() {
   cd "$pkgname"


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

2016-06-27 Thread Jiachen Yang
Date: Monday, June 27, 2016 @ 12:49:14
  Author: farseerfc
Revision: 181412

retext: write optdepends desc for next time

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:46:53 UTC (rev 181411)
+++ PKGBUILD2016-06-27 12:49:14 UTC (rev 181412)
@@ -16,8 +16,8 @@
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
 depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme')
 makedepends=('imagemagick' 'qt5-tools' 'qtchooser' 'git')
-optdepends=('python-markdown: for Markdown language support'
-'python-docutils: for reStructuredText language support'
+optdepends=('python-markdown: for Markdown language support, you MUST install 
at least one markup language'
+'python-docutils: for reStructuredText language support, you MUST 
install at least one markup language'
 'python-pyenchant: for spell checking support')
 source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz;
 "x-retext-markdown.xml"


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:46:53
  Author: spupykin
Revision: 181411

archrelease: copy trunk to community-any

Added:
  flyspray/repos/community-any/PKGBUILD
(from rev 181410, flyspray/trunk/PKGBUILD)
Deleted:
  flyspray/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 12:46:45 UTC (rev 181410)
+++ PKGBUILD2016-06-27 12:46:53 UTC (rev 181411)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flyspray
-pkgver=0.9.9.7
-pkgrel=2
-pkgdesc="A PHP web-based bug tracker"
-arch=('any')
-url="http://www.flyspray.org/;
-license=('GPL')
-depends=('php')
-makedepends=('unzip')
-backup=('etc/webapps/flyspray/.htaccess')
-options=('!strip')
-noextract=(flyspray-$pkgver.zip)
-source=(http://flyspray.org/flyspray-$pkgver.zip
-   
"flyspray-php-5.4.patch::https://projects.archlinux.org/vhosts/bugs.archlinux.org.git/patch/?id=aaeeeb05f6d81ce88131239126b9da189fd1f904;)
-md5sums=('3a218c5447d64af18f19bc63bb825e58'
- 'b278362976074d963f74767c7e79bf11')
-
-package() {
-  mkdir $srcdir/flyspray-${pkgver}
-  (cd $srcdir/flyspray-${pkgver} && \
-   unzip ../flyspray-$pkgver.zip)
-
-  _instdir=$pkgdir/usr/share/webapps/flyspray
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/flyspray
-  cd ${_instdir}
-  cp -ra $srcdir/flyspray-${pkgver}/* .
-  echo "deny from all" > $pkgdir/etc/webapps/flyspray/.htaccess
-  ln -s /etc/webapps/flyspray/.htaccess .htaccess
-}

Copied: flyspray/repos/community-any/PKGBUILD (from rev 181410, 
flyspray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 12:46:53 UTC (rev 181411)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flyspray
+pkgver=1.0rc1
+pkgrel=1
+pkgdesc="A PHP web-based bug tracker"
+arch=('any')
+url="http://www.flyspray.org/;
+license=('GPL')
+depends=('php')
+makedepends=('unzip')
+backup=('etc/webapps/flyspray/.htaccess')
+options=('!strip')
+noextract=(flyspray-$pkgver.zip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Flyspray/flyspray/archive/v${pkgver/rc/-rc}.tar.gz;)
+md5sums=('8edb8af9ce298440b21b165646130c61')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/flyspray
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/flyspray
+  cd ${_instdir}
+  cp -ra $srcdir/flyspray-${pkgver/rc/-rc}/* .
+  echo "deny from all" > $pkgdir/etc/webapps/flyspray/.htaccess
+  ln -s /etc/webapps/flyspray/.htaccess .htaccess
+}


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:46:45
  Author: spupykin
Revision: 181410

upgpkg: flyspray 1.0rc1-1

upd

Modified:
  flyspray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:41:50 UTC (rev 181409)
+++ PKGBUILD2016-06-27 12:46:45 UTC (rev 181410)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=flyspray
-pkgver=0.9.9.7
-pkgrel=2
+pkgver=1.0rc1
+pkgrel=1
 pkgdesc="A PHP web-based bug tracker"
 arch=('any')
 url="http://www.flyspray.org/;
@@ -13,20 +13,14 @@
 backup=('etc/webapps/flyspray/.htaccess')
 options=('!strip')
 noextract=(flyspray-$pkgver.zip)
-source=(http://flyspray.org/flyspray-$pkgver.zip
-   
"flyspray-php-5.4.patch::https://projects.archlinux.org/vhosts/bugs.archlinux.org.git/patch/?id=aaeeeb05f6d81ce88131239126b9da189fd1f904;)
-md5sums=('3a218c5447d64af18f19bc63bb825e58'
- 'b278362976074d963f74767c7e79bf11')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Flyspray/flyspray/archive/v${pkgver/rc/-rc}.tar.gz;)
+md5sums=('8edb8af9ce298440b21b165646130c61')
 
 package() {
-  mkdir $srcdir/flyspray-${pkgver}
-  (cd $srcdir/flyspray-${pkgver} && \
-   unzip ../flyspray-$pkgver.zip)
-
   _instdir=$pkgdir/usr/share/webapps/flyspray
   mkdir -p ${_instdir} $pkgdir/etc/webapps/flyspray
   cd ${_instdir}
-  cp -ra $srcdir/flyspray-${pkgver}/* .
+  cp -ra $srcdir/flyspray-${pkgver/rc/-rc}/* .
   echo "deny from all" > $pkgdir/etc/webapps/flyspray/.htaccess
   ln -s /etc/webapps/flyspray/.htaccess .htaccess
 }


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

2016-06-27 Thread Daniel Micay
Date: Monday, June 27, 2016 @ 12:41:50
  Author: thestinger
Revision: 181409

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 181408, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 181408, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 181408, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 181408, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 181408, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 181408, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 181408, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 181408, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 181408, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 181408, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 181408, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 181408, 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  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16142 +++
 /config.x86_64 |15554 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8071 ---
 community-i686/config.x86_64   |  ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8071 ---
 community-x86_64/config.x86_64 |  ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32444 insertions(+), 32444 deletions(-)

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


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:40:11
  Author: spupykin
Revision: 181407

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 181406, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 181406, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 181406, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 181406, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 181406, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 181406, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 181406, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 181406, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 181406, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 181406, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 12:39:50 UTC (rev 181406)
+++ community-i686/PKGBUILD 2016-06-27 12:40:11 UTC (rev 181407)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-md5sums=('ef09b28f61eef79c2ab0bbfb973d86c7'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '3a23792b03420fc578cf6688b1574ae3')
-
-prepare() {
-  cd $srcdir/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd $srcdir/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd $srcdir/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL=$srcdir/install.pl install
-  mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd
-  cp $pkgdir/etc/unrealircd/examples/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  rm -rf $pkgdir/tmp
-
-  install -Dm0644 $srcdir/unrealircd.service 
$pkgdir/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 $srcdir/unrealircd.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/unrealircd.conf
-}

Copied: 

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

2016-06-27 Thread Daniel Micay
Date: Monday, June 27, 2016 @ 12:40:47
  Author: thestinger
Revision: 181408

upgpkg: linux-grsec 4.5.7.201606262019-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:40:11 UTC (rev 181407)
+++ PKGBUILD2016-06-27 12:40:47 UTC (rev 181408)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.7
 _grsecver=3.1
-_timestamp=201606222150
+_timestamp=201606262019
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '8fc8b46b44e49d5472745484751ba653be0c0e04554749ad276f3d0bc56a9bb3'
 'SKIP'
-'1fb66e7f70efd7d22b8ea7960aae3f07f9a45b660b1972fa95b337d17715a237'
+'ed06c8cd44c386ff5a52777d519fd7c6da8621ce7051ecc4d1b8ca4aab381520'
 'SKIP'
 '1406610d5d8f3e5af1e5c462209724769a52c69e70b3c8008fdec68c1ac407e0'
 'd9f9f734c133f3a9ad3945eedd074492890e9959cfae1feb707d520f5db56ef2'


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:39:50
  Author: spupykin
Revision: 181406

upgpkg: unrealircd 4.0.4-1

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:39:31 UTC (rev 181405)
+++ PKGBUILD2016-06-27 12:39:50 UTC (rev 181406)
@@ -3,7 +3,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
install.pl)
-md5sums=('ef09b28f61eef79c2ab0bbfb973d86c7'
+md5sums=('0f9396a43b670012c1a8203b6f647cf6'
  '677d8de0bae770488a2c1730f9475a51'
  '3ec519ea7dbe99696eb6c51dfc0d382a'
  '3a23792b03420fc578cf6688b1574ae3')


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:39:31
  Author: spupykin
Revision: 181405

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

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

+
 /PKGBUILD  |   66 +++
 /passenger.install |   64 +
 community-i686/PKGBUILD|   33 -
 community-i686/passenger.install   |   32 
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/passenger.install |   32 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 12:39:16 UTC (rev 181404)
+++ community-i686/PKGBUILD 2016-06-27 12:39:31 UTC (rev 181405)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=passenger
-pkgver=5.0.28
-pkgrel=1
-pkgdesc="mod_rails passenger"
-arch=('i686' 'x86_64')
-url="http://www.modrails.com;
-_watch="https://github.com/phusion/passenger/releases;
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('0b69fbc21c936ddd318ab82addcecdbf')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-  rake nginx CACHING=false
-  ./bin/passenger-install-apache2-module -a
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 181404, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 12:39:31 UTC (rev 181405)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=passenger
+pkgver=5.0.29
+pkgrel=1
+pkgdesc="mod_rails passenger"
+arch=('i686' 'x86_64')
+url="http://www.modrails.com;
+_watch="https://github.com/phusion/passenger/releases;
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('206e0011fc32c54518aaed4f2d3e49c2')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+  rake nginx CACHING=false
+  ./bin/passenger-install-apache2-module -a
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2016-06-27 12:39:16 UTC (rev 181404)
+++ community-i686/passenger.install2016-06-27 12:39:31 UTC (rev 181405)
@@ -1,32 +0,0 @@
-post_install() {
-   echo "Please edit your Apache configuration file, and add these lines:"
-   echo ""
-   echo "LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so"
-   echo "PassengerRoot /usr/lib/passenger"
-   echo "PassengerRuby /usr/bin/ruby"
-   echo ""
-   echo "After you restart Apache, you are ready to deploy any number of 
Ruby on Rails"
-   echo "applications on Apache, without any further Ruby on 
Rails-specific"
-   echo "configuration!"
-   echo ""
-   echo ""
-   echo "Deploying a Ruby on Rails application: an example"
-   echo ""
-   echo "Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host"
-   echo "to your Apache configuration file, and set its DocumentRoot to"
-   echo "/somewhere/public, like this:"
-   echo ""
-   echo ""
-   echo "  ServerName www.yourhost.com"
-   echo "  DocumentRoot /somewhere/public# 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:39:16
  Author: spupykin
Revision: 181404

upgpkg: passenger 5.0.29-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:39:11 UTC (rev 181403)
+++ PKGBUILD2016-06-27 12:39:16 UTC (rev 181404)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=passenger
-pkgver=5.0.28
+pkgver=5.0.29
 pkgrel=1
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs' 'staticlibs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('0b69fbc21c936ddd318ab82addcecdbf')
+md5sums=('206e0011fc32c54518aaed4f2d3e49c2')
 
 build(){
   cd $srcdir/passenger-release-$pkgver


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:39:11
  Author: spupykin
Revision: 181403

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

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

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 12:38:55 UTC (rev 181402)
+++ community-i686/PKGBUILD 2016-06-27 12:39:11 UTC (rev 181403)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.11
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('b617d007c967cc482abf1077e2a2968f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 181402, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 12:39:11 UTC (rev 181403)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('db1880ad32ef1114ce52060b266907cb')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:38:55
  Author: spupykin
Revision: 181402

upgpkg: glusterfs 3.8.0-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 12:34:27 UTC (rev 181401)
+++ PKGBUILD2016-06-27 12:38:55 UTC (rev 181402)
@@ -5,8 +5,8 @@
 #   henning mueller 
 
 pkgname=glusterfs
-pkgver=3.7.11
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
 url='http://www.gluster.org/'
@@ -17,8 +17,8 @@
 optdepends=('rpcbind: NFS'
'glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('b617d007c967cc482abf1077e2a2968f')
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('db1880ad32ef1114ce52060b266907cb')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:34:27
  Author: spupykin
Revision: 181401

FS#49850

Modified:
  xvkbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 10:57:37 UTC (rev 181400)
+++ PKGBUILD2016-06-27 12:34:27 UTC (rev 181401)
@@ -8,7 +8,8 @@
 pkgrel=1
 pkgdesc="virtual (graphical) keyboard program for X Window System"
 arch=('i686' 'x86_64')
-url="http://homepage3.nifty.com/tsato/xvkbd/;
+#url="http://homepage3.nifty.com/tsato/xvkbd/;
+url="http://t-sato.in.coocan.jp/xvkbd/;
 license=('GPL')
 depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
 makedepends=('imake')


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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:55:53
  Author: felixonmars
Revision: 181392

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 181391, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 181391, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 181391, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-27 10:55:53 UTC (rev 181392)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-clientsession" 
"haskell-concurrent-output"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 181391, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-27 10:55:53 UTC (rev 181392)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" 

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:55:34
  Author: felixonmars
Revision: 181391

upgpkg: git-annex 6.20160613-5

rebuild with yesod-auth-1.4.13.3, yesod-core-1.4.22

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 10:41:26 UTC (rev 181390)
+++ PKGBUILD2016-06-27 10:55:34 UTC (rev 181391)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160613
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in haskell-yesod-default/trunk (PKGBUILD)

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:41:08
  Author: felixonmars
Revision: 181389

upgpkg: haskell-yesod-default 1.2.0-53

rebuild with yesod-auth-1.4.13.3, yesod-core-1.4.22

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 10:38:23 UTC (rev 181388)
+++ PKGBUILD2016-06-27 10:41:08 UTC (rev 181389)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=52
+pkgrel=53
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-default/repos (4 files)

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:41:26
  Author: felixonmars
Revision: 181390

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 181389, haskell-yesod-default/trunk/PKGBUILD)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 181389, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
181389, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-27 10:41:26 UTC (rev 181390)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=53
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
181389, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-27 10:41:26 UTC (rev 181390)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=53
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

[arch-commits] Commit in haskell-yesod-static/trunk (PKGBUILD)

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:38:04
  Author: felixonmars
Revision: 181387

upgpkg: haskell-yesod-static 1.5.0.3-60

rebuild with yesod-auth-1.4.13.3, yesod-core-1.4.22

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 10:37:17 UTC (rev 181386)
+++ PKGBUILD2016-06-27 10:38:04 UTC (rev 181387)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=59
+pkgrel=60
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-static/repos (4 files)

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:38:23
  Author: felixonmars
Revision: 181388

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 181387, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 181387, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
181387, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-27 10:38:23 UTC (rev 181388)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=60
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
181387, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-27 10:38:23 UTC (rev 181388)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=60
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2016-06-27 Thread Felix Yan
Date: Monday, June 27, 2016 @ 10:37:17
  Author: felixonmars
Revision: 181386

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

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 181385, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 181385, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 181385, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-27 10:37:17 UTC (rev 181386)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=21
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 181385, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-27 10:37:17 UTC (rev 181386)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=21
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+

  1   2   >