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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 08:59:10
  Author: fyan
Revision: 126726

upgpkg: lwqq 0.4.1-2

fix login error.

more info: (chinese)
https://github.com/xiehuc/pidgin-lwqq/issues/616
https://github.com/xiehuc/lwqq/pull/26

Added:
  lwqq/trunk/pt_tea.patch
Modified:
  lwqq/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 pt_tea.patch |   28 
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 02:56:34 UTC (rev 126725)
+++ PKGBUILD2015-01-29 07:59:10 UTC (rev 126726)
@@ -5,7 +5,7 @@
 pkgver=0.4.1
 _gitver="tag=v$pkgver"
 #_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for webqq protocol"
 arch=('i686' 'x86_64')
 url="https://github.com/xiehuc/lwqq";
@@ -12,9 +12,16 @@
 license=('GPL3')
 depends=('curl' 'libev' 'js17' 'sqlite')
 makedepends=('git' 'cmake')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver")
-sha512sums=('SKIP')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver"
+pt_tea.patch)
+sha512sums=('SKIP'
+
'277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
 
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../pt_tea.patch
+}
+
 build() {
   cd $pkgname
   

Added: pt_tea.patch
===
--- pt_tea.patch(rev 0)
+++ pt_tea.patch2015-01-29 07:59:10 UTC (rev 126726)
@@ -0,0 +1,28 @@
+From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
+From: EricInBj 
+Date: Thu, 29 Jan 2015 14:23:37 +0800
+Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
+ =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
+ =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
+ =?UTF-8?q?=E9=A2=98?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/login.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/login.c b/lib/login.c
+index 78b06ce..aa8b90f 100644
+--- a/lib/login.c
 b/lib/login.c
+@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient 
*lc,const char* appid)
+   srand48(time(NULL));
+   double random = drand48();
+   snprintf(url, sizeof(url), WEBQQ_CHECK_HOST"/check?uin=%s&appid=%s&"
+-  
"js_ver=10037&js_type=0&%s%s&u1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.html&r=%.16lf",
++  "js_ver=10112&js_type=0&%s%s&pt_tea=1&r=%.16lf",
+   lc->username, appid,
+   lc->login_sig?"login_sig=":"",
+   lc->login_sig?:"",


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:49:30
  Author: fyan
Revision: 126722

upgpkg: python-idna 1.1-1

Modified:
  python-idna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 02:48:41 UTC (rev 126721)
+++ PKGBUILD2015-01-29 02:49:30 UTC (rev 126722)
@@ -3,7 +3,7 @@
 
 pkgbase=python-idna
 pkgname=('python-idna' 'python2-idna')
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="Internationalized Domain Names in Applications (IDNA)"
 arch=('any')
@@ -11,7 +11,7 @@
 url="https://github.com/kjd/idna";
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz";)
-md5sums=('01abd8bd98f119e02aad6e686ff6181b')
+md5sums=('9f5bfff6b317763c5a6f674707744dbe')
 
 prepare() {
cp -a idna-${pkgver}{,-python2}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:43:26
  Author: fyan
Revision: 230226

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 230225, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 02:43:03 UTC (rev 230225)
+++ PKGBUILD2015-01-29 02:43:26 UTC (rev 230226)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.44
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('3ee48dd20fcaa47185a0244b29d4bf4b')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 230225, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 02:43:26 UTC (rev 230226)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.45
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('07805e1c2c6b2b6561ac29489a6dd7dd')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:56:34
  Author: fyan
Revision: 126725

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 02:55:56 UTC (rev 126724)
+++ community-i686/PKGBUILD 2015-01-29 02:56:34 UTC (rev 126725)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('8fb45e3edec006f4b11580fc579bec7781a8b3201ce0abf31593f086070e51f6')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/pymongo-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pymongo2-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
-$port = 5;
-++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
-print $port')
-  echo "Picked port $MONGO_TMP_PORT to run tests with."
-
-  # Start a mongod instance for test
-  rm -rf "$srcdir/mongo_tmp"
-  mkdir "$srcdir/mongo_tmp"
-  rm -f "$srcdir/mongo_tmp.pid"
-  mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-  cd "$srcdir/pymongo-$pkgver"
-  DB_PORT=$MONGO_TMP_PORT python setup.py test
-
-  cd "$srcdir/pymongo2-$pkgver"
-  DB_PORT=$MONGO_TMP_PORT python2 setup.py test
-
-  kill $(cat "$srcdir/mongo_tmp.pid")
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-
-  # Remove conflicting test folder
-  rm -r "$pkgdir/usr/lib/python3.4/site-packages/test"
-
-  # Remove malformed egg-info folder
-  rm -r "$pkgdir/usr/lib/python3.4/site-packages/pymongo.egg-info/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 126724, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 02:56:34 UTC (rev 126725)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.8
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
+sha256sums=('0543f65364fb54fb54b954136cf6b5e689ab12a7c1d15c59c52d3d0c5fa73935')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir/pymongo-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pymongo2-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
+$port = 5;
+++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
+print $port')
+  echo "Picked port $MONGO_TMP_PORT to run tests with."
+
+  # Start a mongod instance for test
+  rm -rf "$srcdir/mongo_tmp"
+  mkdir "$srcdir/mongo_tmp"
+  rm -f "$srcdir/mongo_tmp.pid"
+  mongod --bind_ip

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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:49:56
  Author: fyan
Revision: 126723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 02:49:30 UTC (rev 126722)
+++ PKGBUILD2015-01-29 02:49:56 UTC (rev 126723)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-idna
-pkgname=('python-idna' 'python2-idna')
-pkgver=1.0
-pkgrel=1
-pkgdesc="Internationalized Domain Names in Applications (IDNA)"
-arch=('any')
-license=('BSD')
-url="https://github.com/kjd/idna";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz";)
-md5sums=('01abd8bd98f119e02aad6e686ff6181b')
-
-prepare() {
-   cp -a idna-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd idna-${pkgver}
-   python setup.py build
- 
-   # Build python 2 module
-   cd ../idna-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd "${srcdir}"/idna-${pkgver}
-   python setup.py test
-
-   # Check python2 module
-   cd "${srcdir}"/idna-${pkgver}-python2
-   python2 setup.py test
-}
- 
-package_python-idna() {
-   depends=('python')
- 
-   cd idna-${pkgver}
-   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
- 
-package_python2-idna() {
-   depends=('python2')
- 
-   cd idna-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}

Copied: python-idna/repos/community-any/PKGBUILD (from rev 126722, 
python-idna/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 02:49:56 UTC (rev 126723)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-idna
+pkgname=('python-idna' 'python2-idna')
+pkgver=1.1
+pkgrel=1
+pkgdesc="Internationalized Domain Names in Applications (IDNA)"
+arch=('any')
+license=('BSD')
+url="https://github.com/kjd/idna";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz";)
+md5sums=('9f5bfff6b317763c5a6f674707744dbe')
+
+prepare() {
+   cp -a idna-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd idna-${pkgver}
+   python setup.py build
+ 
+   # Build python 2 module
+   cd ../idna-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd "${srcdir}"/idna-${pkgver}
+   python setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/idna-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-idna() {
+   depends=('python')
+ 
+   cd idna-${pkgver}
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+ 
+package_python2-idna() {
+   depends=('python2')
+ 
+   cd idna-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:48:41
  Author: fyan
Revision: 126721

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 02:48:17 UTC (rev 126720)
+++ PKGBUILD2015-01-29 02:48:41 UTC (rev 126721)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.35.2
-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
-  python tests/test.py default
-
-  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 126720, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 02:48:41 UTC (rev 126721)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.36.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
+  python tests/test.py default
+
+  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 perl-list-moreutils/repos (4 files)

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:47:42
  Author: fyan
Revision: 230228

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

Added:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
(from rev 230227, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD
(from rev 230227, perl-list-moreutils/trunk/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 02:46:40 UTC (rev 230227)
+++ extra-i686/PKGBUILD 2015-01-29 02:47:42 UTC (rev 230228)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.402
-pkgrel=1
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('d835c3b947bac692806031383deb7151b834c86d12c6b6f745c6fd1bfb0bc7be8944f380ae18708aa275217c47519c19101c8798997109aed7e67d21a934')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-make test
-  )
-}
-
-package() {
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/extra-i686/PKGBUILD (from rev 230227, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 02:47:42 UTC (rev 230228)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.404
+pkgrel=1
+pkgdesc="Provide the stuff missing in List::Util"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-exporter-tiny')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
+sha512sums=('3df1f8ce1ff901f69db5e20e44f94e738c9f651d33571b29a7e5d857be61b5545e952397605b8ff1386b646754cebb94f8d09fe4103b724f318de53a5ab97aeb')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 02:46:40 UTC (rev 230227)
+++ extra-x86_64/PKGBUILD   2015-01-29 02:47:42 UTC (rev 230228)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.402
-pkgrel=1
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('d835c3b947bac692806031383deb7151b834c86d12c6b6f745c6fd1bfb0bc7be8944f380ae18708aa275217c47519c19101c8798997109aed7e67d21a934')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcd

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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:48:17
  Author: fyan
Revision: 126720

upgpkg: python-boto 2.36.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 01:14:25 UTC (rev 126719)
+++ PKGBUILD2015-01-29 02:48:17 UTC (rev 126720)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.35.2
+pkgver=2.36.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:43:03
  Author: fyan
Revision: 230225

upgpkg: perl-archive-zip 1.45-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 22:28:34 UTC (rev 230224)
+++ PKGBUILD2015-01-29 02:43:03 UTC (rev 230225)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=perl-archive-zip
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc="Provide a perl interface to ZIP archive files"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('3ee48dd20fcaa47185a0244b29d4bf4b')
+md5sums=('07805e1c2c6b2b6561ac29489a6dd7dd')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:46:40
  Author: fyan
Revision: 230227

upgpkg: perl-list-moreutils 0.404-1

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 02:43:26 UTC (rev 230226)
+++ PKGBUILD2015-01-29 02:46:40 UTC (rev 230227)
@@ -4,7 +4,7 @@
 # Generator : pbjam 0.01
 
 pkgname=perl-list-moreutils
-pkgver=0.402
+pkgver=0.404
 pkgrel=1
 pkgdesc="Provide the stuff missing in List::Util"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl-exporter-tiny')
 url=http://search.cpan.org/dist/List-MoreUtils
 
source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('d835c3b947bac692806031383deb7151b834c86d12c6b6f745c6fd1bfb0bc7be8944f380ae18708aa275217c47519c19101c8798997109aed7e67d21a934')
+sha512sums=('3df1f8ce1ff901f69db5e20e44f94e738c9f651d33571b29a7e5d857be61b5545e952397605b8ff1386b646754cebb94f8d09fe4103b724f318de53a5ab97aeb')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:55:56
  Author: fyan
Revision: 126724

upgpkg: python-pymongo 2.8-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 02:49:56 UTC (rev 126723)
+++ PKGBUILD2015-01-29 02:55:56 UTC (rev 126724)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Thomas S Hatch 
 # Contributor: Jelle van der Waa 
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.7.2
+pkgver=2.8
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('8fb45e3edec006f4b11580fc579bec7781a8b3201ce0abf31593f086070e51f6')
+sha256sums=('0543f65364fb54fb54b954136cf6b5e689ab12a7c1d15c59c52d3d0c5fa73935')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


[arch-commits] Commit in grsec-common/trunk (05-grsecurity.conf PKGBUILD)

2015-01-28 Thread Daniel Micay
Date: Thursday, January 29, 2015 @ 02:14:03
  Author: thestinger
Revision: 126718

upgpkg: grsec-common 3-1

add new kernel.grsecurity.chroot_deny_bad_rename option

Modified:
  grsec-common/trunk/05-grsecurity.conf
  grsec-common/trunk/PKGBUILD

+
 05-grsecurity.conf |1 +
 PKGBUILD   |4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: 05-grsecurity.conf
===
--- 05-grsecurity.conf  2015-01-28 23:48:00 UTC (rev 126717)
+++ 05-grsecurity.conf  2015-01-29 01:14:03 UTC (rev 126718)
@@ -47,6 +47,7 @@
 #
 
 #kernel.grsecurity.chroot_caps = 1
+kernel.grsecurity.chroot_deny_bad_rename = 1
 #kernel.grsecurity.chroot_deny_chmod = 1
 #kernel.grsecurity.chroot_deny_chroot = 1
 kernel.grsecurity.chroot_deny_fchdir = 1

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 23:48:00 UTC (rev 126717)
+++ PKGBUILD2015-01-29 01:14:03 UTC (rev 126718)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=grsec-common
-pkgver=2
+pkgver=3
 pkgrel=1
 pkgdesc='Base package for grsecurity kernels'
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL2')
 install=$pkgname.install
 source=(05-grsecurity.conf)
-sha1sums=('ff93228668f2200b0785d8e2f09e9122911f0ef3')
+sha1sums=('385b73d64119ba334ef170acbffc4969734cfb33')
 backup=(etc/sysctl.d/05-grsecurity.conf)
 
 package() {


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

2015-01-28 Thread Daniel Micay
Date: Thursday, January 29, 2015 @ 02:14:25
  Author: thestinger
Revision: 126719

archrelease: copy trunk to community-any

Added:
  grsec-common/repos/community-any/05-grsecurity.conf
(from rev 126718, grsec-common/trunk/05-grsecurity.conf)
  grsec-common/repos/community-any/PKGBUILD
(from rev 126718, grsec-common/trunk/PKGBUILD)
  grsec-common/repos/community-any/grsec-common.install
(from rev 126718, grsec-common/trunk/grsec-common.install)
Deleted:
  grsec-common/repos/community-any/05-grsecurity.conf
  grsec-common/repos/community-any/PKGBUILD
  grsec-common/repos/community-any/grsec-common.install

--+
 05-grsecurity.conf   |  261 -
 PKGBUILD |   34 +++---
 grsec-common.install |   34 +++---
 3 files changed, 165 insertions(+), 164 deletions(-)

Deleted: 05-grsecurity.conf
===
--- 05-grsecurity.conf  2015-01-29 01:14:03 UTC (rev 126718)
+++ 05-grsecurity.conf  2015-01-29 01:14:25 UTC (rev 126719)
@@ -1,130 +0,0 @@
-# All features in the kernel.grsecurity namespace are disabled by default.
-
-#
-# Disable PaX enforcement by default.
-#
-# The `paxd` package sets softmode back to 0 in a configuration file loaded
-# after this one. It automatically handles setting exceptions from the PaX
-# exploit mitigations after Pacman operations. Altering the setting manually
-# rather than using `paxd` is not recommended.
-#
-
-kernel.pax.softmode = 1
-
-#
-# Memory protections
-#
-
-#kernel.grsecurity.disable_priv_io = 1
-kernel.grsecurity.deter_bruteforce = 1
-
-#
-# Race free SymLinksIfOwnerMatch for web servers
-#
-# symlinkown_gid: http group
-#
-
-kernel.grsecurity.enforce_symlinksifowner = 1
-kernel.grsecurity.symlinkown_gid = 33
-
-#
-# FIFO restrictions
-#
-# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
-# unless the owner of the FIFO is the same owner of the directory it's held in.
-#
-
-kernel.grsecurity.fifo_restrictions = 1
-
-#
-# Deny any further rw mounts
-#
-
-#kernel.grsecurity.romount_protect = 1
-
-#
-# chroot restrictions (the commented options will break containers)
-#
-
-#kernel.grsecurity.chroot_caps = 1
-#kernel.grsecurity.chroot_deny_chmod = 1
-#kernel.grsecurity.chroot_deny_chroot = 1
-kernel.grsecurity.chroot_deny_fchdir = 1
-#kernel.grsecurity.chroot_deny_mknod = 1
-#kernel.grsecurity.chroot_deny_mount = 1
-#kernel.grsecurity.chroot_deny_pivot = 1
-kernel.grsecurity.chroot_deny_shmat = 1
-kernel.grsecurity.chroot_deny_sysctl = 1
-kernel.grsecurity.chroot_deny_unix = 1
-kernel.grsecurity.chroot_enforce_chdir = 1
-kernel.grsecurity.chroot_findtask = 1
-#kernel.grsecurity.chroot_restrict_nice = 1
-
-#
-# Kernel auditing
-#
-# audit_group: Restrict exec/chdir logging to a group.
-# audit_gid: audit group
-#
-
-#kernel.grsecurity.audit_group = 1
-kernel.grsecurity.audit_gid = 201
-#kernel.grsecurity.exec_logging = 1
-#kernel.grsecurity.resource_logging = 1
-#kernel.grsecurity.chroot_execlog = 1
-#kernel.grsecurity.audit_ptrace = 1
-#kernel.grsecurity.audit_chdir = 1
-#kernel.grsecurity.audit_mount = 1
-#kernel.grsecurity.signal_logging = 1
-#kernel.grsecurity.forkfail_logging = 1
-#kernel.grsecurity.timechange_logging = 1
-kernel.grsecurity.rwxmap_logging = 1
-
-#
-# Executable protections
-#
-
-kernel.grsecurity.harden_ptrace = 1
-kernel.grsecurity.ptrace_readexec = 1
-kernel.grsecurity.consistent_setxid = 1
-kernel.grsecurity.harden_ipc = 1
-
-#
-# Trusted Path Execution
-#
-# tpe_gid: tpe group
-#
-
-#kernel.grsecurity.tpe = 1
-kernel.grsecurity.tpe_gid = 200
-#kernel.grsecurity.tpe_invert = 1
-kernel.grsecurity.tpe_restrict_all = 1
-
-#
-# Network protections
-#
-# socket_all_gid:socket-deny-all group
-# socket_client_gid: socket-deny-client group
-# socket_server_gid: socket-deny-server group
-#
-
-#kernel.grsecurity.ip_blackhole = 1
-kernel.grsecurity.lastack_retries = 4
-kernel.grsecurity.socket_all = 1
-kernel.grsecurity.socket_all_gid = 202
-kernel.grsecurity.socket_client = 1
-kernel.grsecurity.socket_client_gid = 203
-kernel.grsecurity.socket_server = 1
-kernel.grsecurity.socket_server_gid = 204
-
-#
-# Prevent any new USB devices from being recognized by the OS.
-#
-
-#kernel.grsecurity.deny_new_usb = 1
-
-#
-# Restrict grsec sysctl changes after this was set
-#
-
-#kernel.grsecurity.grsec_lock = 1

Copied: grsec-common/repos/community-any/05-grsecurity.conf (from rev 126718, 
grsec-common/trunk/05-grsecurity.conf)
===
--- 05-grsecurity.conf  (rev 0)
+++ 05-grsecurity.conf  2015-01-29 01:14:25 UTC (rev 126719)
@@ -0,0 +1,131 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically handles setting exceptions from the PaX
+

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

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:48:00
  Author: arojas
Revision: 126717

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

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

---+
 /PKGBUILD |   70 
 /muon.install |   24 +
 community-i686/PKGBUILD   |   35 
 community-i686/muon.install   |   12 --
 community-x86_64/PKGBUILD |   35 
 community-x86_64/muon.install |   12 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-i686/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/muon'
-#groups=('plasma')
-license=('LGPL')
-depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('72cd26214b3e0aa018c7606ea0782c98')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../muon-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: muon/repos/community-i686/PKGBUILD (from rev 126716, 
muon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'plasma-framework' 'knewstuff' 'appstream-qt' 
'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/muon.install
===
--- community-i686/muon.install 2015-01-28 23:47:38 UTC (rev 126716)
+++ community-i686/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: muon/repos/community-i686/muon.install (from rev 126716, 
muon/trunk/muon.install)
===
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-01-28 23:48:00 UTC (rev 126717)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-28 23:47:38 UTC (rev 126716)
+++ community-x86_64/PKGBUILD   2015-01-28 23:48:00 UTC (rev 126717)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=muon
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/muon'
-#groups=('plasma')
-license=('LGPL')
-depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kd

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

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:47:38
  Author: arojas
Revision: 126716

Add missing dependencies

Modified:
  muon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 23:22:23 UTC (rev 126715)
+++ PKGBUILD2015-01-28 23:47:38 UTC (rev 126716)
@@ -3,13 +3,13 @@
 
 pkgname=muon
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of package management tools for KDE'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/muon'
 #groups=('plasma')
 license=('LGPL')
-depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
+depends=('packagekit-qt5' 'plasma-framework' 'knewstuff' 'appstream-qt' 
'archlinux-appstream-data')
 makedepends=('extra-cmake-modules' 'python')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
 install=$pkgname.install


[arch-commits] Commit in (4 files)

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:22:02
  Author: arojas
Revision: 126714

Add muon (part of Plasma 5.2)

Added:
  muon/
  muon/trunk/
  muon/trunk/PKGBUILD
  muon/trunk/muon.install

--+
 PKGBUILD |   35 +++
 muon.install |   12 
 2 files changed, 47 insertions(+)

Added: muon/trunk/PKGBUILD
===
--- muon/trunk/PKGBUILD (rev 0)
+++ muon/trunk/PKGBUILD 2015-01-28 23:22:02 UTC (rev 126714)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: muon/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: muon/trunk/muon.install
===
--- muon/trunk/muon.install (rev 0)
+++ muon/trunk/muon.install 2015-01-28 23:22:02 UTC (rev 126714)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in muon (7 files)

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:22:23
  Author: arojas
Revision: 126715

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

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

---+
 community-i686/PKGBUILD   |   35 +++
 community-i686/muon.install   |   12 
 community-x86_64/PKGBUILD |   35 +++
 community-x86_64/muon.install |   12 
 4 files changed, 94 insertions(+)

Copied: muon/repos/community-i686/PKGBUILD (from rev 126714, 
muon/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-01-28 23:22:23 UTC (rev 126715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

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

Copied: muon/repos/community-x86_64/PKGBUILD (from rev 126714, 
muon/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-28 23:22:23 UTC (rev 126715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=muon
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/muon'
+#groups=('plasma')
+license=('LGPL')
+depends=('packagekit-qt5' 'kdeclarative' 'appstream-qt' 
'archlinux-appstream-data')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('72cd26214b3e0aa018c7606ea0782c98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: muon/repos/community-x86_64/muon.install (from rev 126714, 
muon/trunk/muon.install)
===
--- repos/community-x86_64/muon.install (rev 0)
+++ repos/community-x86_64/muon.install 2015-01-28 23:22:23 UTC (rev 126715)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in archlinux-appstream-data (4 files)

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:03:41
  Author: arojas
Revision: 126713

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/
  archlinux-appstream-data/repos/community-any/
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 126712, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 126712, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)

--+
 PKGBUILD |   23 +++
 archlinux-appstream-data.install |8 
 2 files changed, 31 insertions(+)

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 126712, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-01-28 23:03:41 UTC (rev 126713)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20150128
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=('any')
+url="http://www.archlinux.org";
+license=('GPL')
+depends=('appstream')
+makedepends=()
+source=("http://pkgbuild.com/~arojas/appstream/$pkgver/appstream.xml.gz"; 
"http://pkgbuild.com/~arojas/appstream/$pkgver/appstream-icons.tar.gz";)
+install=$pkgname.install
+md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
+ 'bb13b7ca87c430070d9b181a6fdebf19')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/app-info/{icons/appstream,xmls}
+
+  cp appstream.xml "$pkgdir"/usr/share/app-info/xmls/
+  cp *.png "$pkgdir"/usr/share/app-info/icons/appstream/
+}

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 126712, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- repos/community-any/archlinux-appstream-data.install
(rev 0)
+++ repos/community-any/archlinux-appstream-data.install2015-01-28 
23:03:41 UTC (rev 126713)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-index refresh --force
+}
+
+post_upgrade() {
+  appstream-index refresh --force
+}
+


[arch-commits] Commit in (4 files)

2015-01-28 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 00:03:19
  Author: arojas
Revision: 126712

Add AppStream data (needed for muon)

Added:
  archlinux-appstream-data/
  archlinux-appstream-data/trunk/
  archlinux-appstream-data/trunk/PKGBUILD
  archlinux-appstream-data/trunk/archlinux-appstream-data.install

--+
 PKGBUILD |   23 +++
 archlinux-appstream-data.install |8 
 2 files changed, 31 insertions(+)

Added: archlinux-appstream-data/trunk/PKGBUILD
===
--- archlinux-appstream-data/trunk/PKGBUILD (rev 0)
+++ archlinux-appstream-data/trunk/PKGBUILD 2015-01-28 23:03:19 UTC (rev 
126712)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20150128
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=('any')
+url="http://www.archlinux.org";
+license=('GPL')
+depends=('appstream')
+makedepends=()
+source=("http://pkgbuild.com/~arojas/appstream/$pkgver/appstream.xml.gz"; 
"http://pkgbuild.com/~arojas/appstream/$pkgver/appstream-icons.tar.gz";)
+install=$pkgname.install
+md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
+ 'bb13b7ca87c430070d9b181a6fdebf19')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/app-info/{icons/appstream,xmls}
+
+  cp appstream.xml "$pkgdir"/usr/share/app-info/xmls/
+  cp *.png "$pkgdir"/usr/share/app-info/icons/appstream/
+}


Property changes on: archlinux-appstream-data/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: archlinux-appstream-data/trunk/archlinux-appstream-data.install
===
--- archlinux-appstream-data/trunk/archlinux-appstream-data.install 
(rev 0)
+++ archlinux-appstream-data/trunk/archlinux-appstream-data.install 
2015-01-28 23:03:19 UTC (rev 126712)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-index refresh --force
+}
+
+post_upgrade() {
+  appstream-index refresh --force
+}
+


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

2015-01-28 Thread Gaetan Bisson
Date: Wednesday, January 28, 2015 @ 23:28:34
  Author: bisson
Revision: 230224

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 230223, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 230223, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 230223, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 230223, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 230223, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 230223, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 230223, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 230223, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 230223, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 230223, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 230223, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 230223, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 230223, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 230223, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 230223, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 230223, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  122 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 22:27:21 UTC (rev 230223)
+++ extra-i686/PKGBUILD 2015-01-28 22:28:34 UTC (rev 230224)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.98.5
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('5f5e45735819e3ca61610899b779172a5639f70f' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   --disable-clamav \
-
-   make
-}
-
-package() {
- 

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

2015-01-28 Thread Gaetan Bisson
Date: Wednesday, January 28, 2015 @ 23:27:21
  Author: bisson
Revision: 230223

upstream update

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 21:15:10 UTC (rev 230222)
+++ PKGBUILD2015-01-28 22:27:21 UTC (rev 230223)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=clamav
-pkgver=0.98.5
+pkgver=0.98.6
 pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
@@ -19,7 +19,7 @@
 'freshclam.conf'
 'clamd.service'
 'freshclamd.service')
-sha1sums=('5f5e45735819e3ca61610899b779172a5639f70f' 'SKIP'
+sha1sums=('03cb9a20a08aba9176b1f58d5527d06ec8261f9c' 'SKIP'
   'bb488a56b0f6a0760446cde89c1e3321e2717b78'
   'a224ea9b4d0f4f196827347d54bed51e11c197ea'
   '887f624eb305f2446f55d8339e2972ad0cfe2b79'


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

2015-01-28 Thread Andreas Radke
Date: Wednesday, January 28, 2015 @ 22:15:10
  Author: andyrtr
Revision: 230222

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 230221, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 230221, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 230221, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 230221, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 230221, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 230221, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 230221, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 230221, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 230221, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 230221, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 230221, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 230221, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 230221, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 230221, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 230221, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 230221, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 230221, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 230221, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 230221, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 230221, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  327 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  327 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30350 insertions(+)

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


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

2015-01-28 Thread Andreas Radke
Date: Wednesday, January 28, 2015 @ 22:14:29
  Author: andyrtr
Revision: 230221

upgpkg: linux-lts 3.14.30-1

upstream update 3.14.30

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 20:51:46 UTC (rev 230220)
+++ PKGBUILD2015-01-28 21:14:29 UTC (rev 230221)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.29
+pkgver=3.14.30
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -26,7 +26,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'38b6a77a0364f0045e2006bbc3638db298d92e8d02bd7daef302d21c5fdc029b'
+'d49803d1d4d99f8b984d8512d4413b7f03cc140be62de29c8cb7b10e40ae0a66'
 'SKIP'
 '999486d20e07e489bb42356b529b739c65ad65de9191282f0ddbbc0eb9b1718e'
 '140098de1ba714c5916ea76578b8bf549ce801c4aa0c786b7c90289b85ecdb77'


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

2015-01-28 Thread Daniel Isenmann
Date: Wednesday, January 28, 2015 @ 21:51:38
  Author: daniel
Revision: 230219

upgpkg: monodevelop 5.7.1.14-1

New upstream version

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 18:03:13 UTC (rev 230218)
+++ PKGBUILD2015-01-28 20:51:38 UTC (rev 230219)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=monodevelop
-pkgver=5.7.0.661
+pkgver=5.7.1.14
 pkgrel=1
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('any')


[arch-commits] Commit in monodevelop/repos/extra-any (6 files)

2015-01-28 Thread Daniel Isenmann
Date: Wednesday, January 28, 2015 @ 21:51:46
  Author: daniel
Revision: 230220

archrelease: copy trunk to extra-any

Added:
  monodevelop/repos/extra-any/PKGBUILD
(from rev 230219, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
(from rev 230219, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-any/monodevelop.install
(from rev 230219, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-any/PKGBUILD
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-any/monodevelop.install

-+
 PKGBUILD|   88 +-
 monodevelop-core-addins.pc.in.patch |   16 +++---
 monodevelop.install |   40 +++
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 20:51:38 UTC (rev 230219)
+++ PKGBUILD2015-01-28 20:51:46 UTC (rev 230220)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Timm Preetz 
-# Contributor: Giovanni Scafora 
-
-pkgname=monodevelop
-pkgver=5.7.0.661
-pkgrel=1
-pkgdesc="An IDE primarily designed for C# and other .NET languages"
-arch=('any')
-url="http://www.monodevelop.com";
-license=('GPL')
-depends=('mono>=3.2.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('rsync' 'git')
-options=(!makeflags)
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
-md5sums=('SKIP')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname
-  git submodule update --init --recursive || return 1
-  git checkout tags/$pkgname-$pkgver
-  git clean -dfx
-  
-  ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD="" make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  
-  LD_PRELOAD="" make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-
-  # NuGet.exe is missing somehow, fixed FS#43423
-  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
-}
-

Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 230219, 
monodevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 20:51:46 UTC (rev 230220)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Timm Preetz 
+# Contributor: Giovanni Scafora 
+
+pkgname=monodevelop
+pkgver=5.7.1.14
+pkgrel=1
+pkgdesc="An IDE primarily designed for C# and other .NET languages"
+arch=('any')
+url="http://www.monodevelop.com";
+license=('GPL')
+depends=('mono>=3.2.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('rsync' 'git')
+options=(!makeflags)
+install=monodevelop.install
+source=(git://github.com/mono/monodevelop.git)
+md5sums=('SKIP')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+  
+  ./configure --prefix=/usr --profile=stable 
+  LD_PRELOAD="" make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  
+  LD_PRELOAD="" make DESTDIR=$pkgdir install
+  # delete conflicting files
+  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
+  rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Deleted: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch 2015-01-28 20:51:38 UTC (rev 230219)
+++ monodevelop-core-addins.pc.in.patch 2015-01-28 20:51:46 UTC (rev 230220)
@@ -1,8 +0,0 @@
 monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
-+++ monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
-@@ -6,4 +6,4 @@
- Name: MonoDevelop Core Add-ins
- Description: MonoDevelop Core Add-ins
- Version: @VERSION@
--Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${l

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

2015-01-28 Thread Antonio Rojas
Date: Wednesday, January 28, 2015 @ 20:35:26
  Author: arojas
Revision: 126711

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 19:35:03 UTC (rev 126710)
+++ community-i686/PKGBUILD 2015-01-28 19:35:26 UTC (rev 126711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=('i686' 'x86_64')
-url="http://distributions.freedesktop.org/wiki/AppStream";
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";)
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 126710, 
appstream/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 19:35:26 UTC (rev 126711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=('i686' 'x86_64')
+url="http://distributions.freedesktop.org/wiki/AppStream";
+license=('GPL')
+depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
+makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";)
+sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=('appstream' 'qt5-base')
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-28 19:35:03 UTC (rev 126710)
+++ community-x86_64/PKGBUILD   2015-01-28 19:35:26 UTC (rev 126711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=('i686' 'x86_64')
-url="http://distributions.freedesktop.org/wiki/AppStream";
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";)
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-pack

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

2015-01-28 Thread Antonio Rojas
Date: Wednesday, January 28, 2015 @ 20:35:03
  Author: arojas
Revision: 126710

Update to 0.8

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:53:48 UTC (rev 126709)
+++ PKGBUILD2015-01-28 19:35:03 UTC (rev 126710)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=('i686' 'x86_64')
 url="http://distributions.freedesktop.org/wiki/AppStream";
@@ -14,7 +14,7 @@
 depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
 makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";)
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
+sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
 
 prepare() {
   mkdir -p build


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 19:03:13
  Author: andrea
Revision: 230218

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

Added:
  kwin/repos/extra-i686/PKGBUILD
(from rev 230217, kwin/trunk/PKGBUILD)
  kwin/repos/extra-i686/kdebug-341971.patch
(from rev 230217, kwin/trunk/kdebug-341971.patch)
  kwin/repos/extra-i686/kwin.install
(from rev 230217, kwin/trunk/kwin.install)
  kwin/repos/extra-x86_64/PKGBUILD
(from rev 230217, kwin/trunk/PKGBUILD)
  kwin/repos/extra-x86_64/kdebug-341971.patch
(from rev 230217, kwin/trunk/kdebug-341971.patch)
  kwin/repos/extra-x86_64/kwin.install
(from rev 230217, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/extra-i686/PKGBUILD
  kwin/repos/extra-i686/kwin.install
  kwin/repos/extra-x86_64/PKGBUILD
  kwin/repos/extra-x86_64/kwin.install

--+
 /PKGBUILD|   90 +
 /kwin.install|   22 
 extra-i686/PKGBUILD  |   40 ---
 extra-i686/kdebug-341971.patch   |  190 +
 extra-i686/kwin.install  |   11 --
 extra-x86_64/PKGBUILD|   40 ---
 extra-x86_64/kdebug-341971.patch |  190 +
 extra-x86_64/kwin.install|   11 --
 8 files changed, 492 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 17:58:18 UTC (rev 230217)
+++ extra-i686/PKGBUILD 2015-01-28 18:03:13 UTC (rev 230218)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.2.0.1
-_dir=5.2.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
- 'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('47b6ce31b45450fa702098c9f3f5ac95')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 230217, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 18:03:13 UTC (rev 230218)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.2.0.1
+_dir=5.2.0
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz";
+'kdebug-341971.patch')
+md5sums=('47b6ce31b45450fa702098c9f3f5ac95'
+ '037db2eab5f9e07c74122f1a5fd4fe31')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-341971.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwin/repos/extra-i686/kdebug-341971.patch (from rev 230217, 
kwin/trunk/kdebug-341971.patch)
===
--- extra-i686/kdebug-341971.patch  (rev 0)
+++ extra-i686/kdebug-341971.patch  2015-01-28 18:03:13 UTC (rev 230218)
@@ -0,0 +1,190 @@
+From: Marco Martin 
+Date: Wed, 28 Jan 2015 08:58:47 +
+Subject: use xembed for the qml view of window decorations modul
+X-Git-Url: 
http://quickgit.kde.org/?p=kwin.git&a=commitdiff&h=63885cc5b3f2922441dac0af96ed001b737e78ea
+---
+use xembed for the qml view of window decorations modul
+
+the only way to ensure the view won't randomly become black
+(probably QQuickwidget won't be fixed in qt anytime soon or
+ever in 5.x lifetime due to how architecturally is)
+
+basically systemsettings has no control of what gets loaded in,
+if one other kcm will call winId(), this one

[arch-commits] Commit in kwin/trunk (PKGBUILD kdebug-341971.patch)

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:58:18
  Author: andrea
Revision: 230217

Fix window decoration sometimes totally black (FS#43607)

Added:
  kwin/trunk/kdebug-341971.patch
Modified:
  kwin/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++
 kdebug-341971.patch |  190 ++
 2 files changed, 198 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:57:34 UTC (rev 230216)
+++ PKGBUILD2015-01-28 17:58:18 UTC (rev 230217)
@@ -4,7 +4,7 @@
 pkgname=kwin
 pkgver=5.2.0.1
 _dir=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
@@ -15,11 +15,16 @@
 groups=('plasma')
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('47b6ce31b45450fa702098c9f3f5ac95')
+source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz";
+'kdebug-341971.patch')
+md5sums=('47b6ce31b45450fa702098c9f3f5ac95'
+ '037db2eab5f9e07c74122f1a5fd4fe31')
 
 prepare() {
   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-341971.patch
 }
 
 build() {

Added: kdebug-341971.patch
===
--- kdebug-341971.patch (rev 0)
+++ kdebug-341971.patch 2015-01-28 17:58:18 UTC (rev 230217)
@@ -0,0 +1,190 @@
+From: Marco Martin 
+Date: Wed, 28 Jan 2015 08:58:47 +
+Subject: use xembed for the qml view of window decorations modul
+X-Git-Url: 
http://quickgit.kde.org/?p=kwin.git&a=commitdiff&h=63885cc5b3f2922441dac0af96ed001b737e78ea
+---
+use xembed for the qml view of window decorations modul
+
+the only way to ensure the view won't randomly become black
+(probably QQuickwidget won't be fixed in qt anytime soon or
+ever in 5.x lifetime due to how architecturally is)
+
+basically systemsettings has no control of what gets loaded in,
+if one other kcm will call winId(), this one will break.
+
+BUG:341971
+---
+
+
+--- a/kcmkwin/kwindecoration/kcm.cpp
 b/kcmkwin/kwindecoration/kcm.cpp
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -77,21 +78,26 @@
+ m_proxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive);
+ connect(m_ui->filter, &QLineEdit::textChanged, m_proxyModel, 
&QSortFilterProxyModel::setFilterFixedString);
+ 
++m_quickView = new QQuickView(0);
+ KDeclarative::KDeclarative kdeclarative;
+-kdeclarative.setDeclarativeEngine(m_ui->view->engine());
++kdeclarative.setDeclarativeEngine(m_quickView->engine());
+ kdeclarative.setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN));
+ kdeclarative.setupBindings();
+ 
+ qmlRegisterType();
+-
m_ui->view->rootContext()->setContextProperty(QStringLiteral("decorationsModel"),
 m_proxyModel);
++QWidget *widget = QWidget::createWindowContainer(m_quickView, this);
++QVBoxLayout* layout = new QVBoxLayout(m_ui->view);
++layout->addWidget(widget);
++
++
m_quickView->rootContext()->setContextProperty(QStringLiteral("decorationsModel"),
 m_proxyModel);
+ updateColors();
+-m_ui->view->rootContext()->setContextProperty("_borderSizesIndex", 3); // 
3 is normal
+-m_ui->view->rootContext()->setContextProperty("configurationModule", 
this);
+-m_ui->view->rootContext()->setContextProperty("titleFont", 
QFontDatabase::systemFont(QFontDatabase::TitleFont));
+-m_ui->view->setResizeMode(QQuickWidget::SizeRootObjectToView);
+-
m_ui->view->setSource(QUrl::fromLocalFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation,
 QStringLiteral("kwin/kcm_kwindecoration/main.qml";
+-if (m_ui->view->status() == QQuickWidget::Ready) {
+-auto listView = 
m_ui->view->rootObject()->findChild("listView");
++m_quickView->rootContext()->setContextProperty("_borderSizesIndex", 3); 
// 3 is normal
++m_quickView->rootContext()->setContextProperty("configurationModule", 
this);
++m_quickView->rootContext()->setContextProperty("titleFont", 
QFontDatabase::systemFont(QFontDatabase::TitleFont));
++m_quickView->setResizeMode(QQuickView::SizeRootObjectToView);
++
m_quickView->setSource(QUrl::fromLocalFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation,
 QStringLiteral("kwin/kcm_kwindecoration/main.qml";
++if (m_quickView->status() == QQuickView::Ready) {
++auto listView = 
m_quickView->rootObject()->findChild("listView");
+ if (listView) {
+ connect(listView, SIGNAL(currentIndexChanged()), this, 
SLOT(changed()));
+ }
+@@ -122,7 +128,7 @@
+ );
+ connect(m_ui->borderSizesCombo, static_cast(&QComboBox::currentIndexChanged),
+ this, [this] (int index) {
+-auto listView = 
m_ui->view->rootOb

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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:57:25
  Author: andrea
Revision: 230215

upgpkg: krunner 5.6.0-2

Add drkonqi as optional dep

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:53:45 UTC (rev 230214)
+++ PKGBUILD2015-01-28 17:57:25 UTC (rev 230215)
@@ -3,7 +3,7 @@
 
 pkgname=krunner
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/krunner'
@@ -10,12 +10,13 @@
 license=('LGPL')
 depends=('plasma-framework' 'threadweaver')
 makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
 md5sums=('fac2693844895d7e4b0413f08cce3003')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {
@@ -24,7 +25,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:57:34
  Author: andrea
Revision: 230216

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 17:57:25 UTC (rev 230215)
+++ extra-i686/PKGBUILD 2015-01-28 17:57:34 UTC (rev 230216)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=krunner
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Framework for providing different actions given a string query'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/krunner'
-license=('LGPL')
-depends=('plasma-framework' 'threadweaver')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5-aids')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('fac2693844895d7e4b0413f08cce3003')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: krunner/repos/extra-i686/PKGBUILD (from rev 230215, 
krunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 17:57:34 UTC (rev 230216)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('fac2693844895d7e4b0413f08cce3003')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 17:57:25 UTC (rev 230215)
+++ extra-x86_64/PKGBUILD   2015-01-28 17:57:34 UTC (rev 230216)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=krunner
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Framework for providing different actions given a string query'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/krunner'
-license=('LGPL')
-depends=('plasma-framework' 'threadweaver')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5-aids')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('fac2693844895d7e4b0413f08cce3003')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: krunner/repos/extra-x86_64/PKGBUILD (from rev 230215, 
krunner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 17:57:34 UTC (rev 230216)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"

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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:53:45
  Author: andrea
Revision: 230214

archrelease: copy trunk to extra-any

Added:
  plasma-meta/repos/extra-any/PKGBUILD
(from rev 230213, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 17:53:40 UTC (rev 230213)
+++ PKGBUILD2015-01-28 17:53:45 UTC (rev 230214)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=plasma-meta
-pkgver=5.2.0
-pkgrel=3
-pkgdesc='Meta package to install KDE Plasma'
-arch=('any')
-url='https://www.archlinux.org/'
-license=('GPL')
-depends=('bluedevil-frameworks'
-'kde-gtk-config-frameworks'
-'kdeplasma-addons-frameworks'
-'khelpcenter'
-'kinfocenter'
-'kio-extras'
-'ksysguard'
-'kscreen-frameworks'
-'ksshaskpass'
-'kwrited'
-'milou'
-'oxygen'
-'oxygen-cursors'
-'plasma-desktop'
-'plasma-nm'
-'plasma-workspace-wallpapers'
-)

Copied: plasma-meta/repos/extra-any/PKGBUILD (from rev 230213, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 17:53:45 UTC (rev 230214)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.2.0
+pkgrel=4
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil-frameworks'
+'drkonqi'
+'kde-gtk-config-frameworks'
+'kdeplasma-addons-frameworks'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen-frameworks'
+'ksshaskpass'
+'kwrited'
+'milou'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+)


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:53:40
  Author: andrea
Revision: 230213

upgpkg: plasma-meta 5.2.0-4

Add drkonqi

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:52:57 UTC (rev 230212)
+++ PKGBUILD2015-01-28 17:53:40 UTC (rev 230213)
@@ -3,12 +3,13 @@
 
 pkgname=plasma-meta
 pkgver=5.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Meta package to install KDE Plasma'
 arch=('any')
 url='https://www.archlinux.org/'
 license=('GPL')
 depends=('bluedevil-frameworks'
+'drkonqi'
 'kde-gtk-config-frameworks'
 'kdeplasma-addons-frameworks'
 'khelpcenter'


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:52:57
  Author: andrea
Revision: 230212

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 230211, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 230211, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 230211, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 230211, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  144 
 /kde.pam  |   12 
 extra-i686/PKGBUILD   |   54 --
 extra-i686/kde.pam|6 --
 extra-x86_64/PKGBUILD |   54 --
 extra-x86_64/kde.pam  |6 --
 6 files changed, 156 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 17:52:49 UTC (rev 230211)
+++ extra-i686/PKGBUILD 2015-01-28 17:52:57 UTC (rev 230212)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgname=plasma-workspace
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxcursor' 'kwayland'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
- 'krunner')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
-'kde.pam')
-md5sums=('4ffdb4c7e310dff222abd452fd67e74d'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -D "${srcdir}"/kde.pam \
-"${pkgdir}"/etc/pam.d/kde
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 230211, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 17:52:57 UTC (rev 230212)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
+ 'krunner')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz";
+'kde.pam')
+md5sums=('4ffdb4c7e310dff222abd452fd67e74d'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  # be sure to use the Qt5 version of qtpaths
+  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS support for geolocation')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -D "${srcdir}"/kde.p

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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:52:49
  Author: andrea
Revision: 230211

upgpkg: plasma-workspace 5.2.0-2

Split out drkonqi, see FS#43070

Modified:
  plasma-workspace/trunk/PKGBUILD

--+
 PKGBUILD |   36 +++-
 1 file changed, 27 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:27:23 UTC (rev 230210)
+++ PKGBUILD2015-01-28 17:52:49 UTC (rev 230211)
@@ -3,24 +3,26 @@
 # Contributor: Antonio Rojas
 # Contributor: Alexey D. 
 
-pkgname=plasma-workspace
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
 license=('LGPL')
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxcursor' 'kwayland'
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
  'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
  'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
  'xorg-xmessage' 'xorg-xprop')
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
  'krunner')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-'gpsd: GPS support for geolocation')
 conflicts=('kdebase-workspace')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 'kde.pam')
 md5sums=('4ffdb4c7e310dff222abd452fd67e74d'
  '929b182dec8a096206ad493477c09d2c')
@@ -28,7 +30,7 @@
 prepare() {
   mkdir build
 
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   # be sure to use the Qt5 version of qtpaths
   sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
 }
@@ -35,7 +37,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DLIB_INSTALL_DIR=lib \
@@ -45,10 +47,26 @@
   make
 }
 
-package() {
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS support for geolocation')
+
   cd build
   make DESTDIR="${pkgdir}" install
 
   install -D "${srcdir}"/kde.pam \
 "${pkgdir}"/etc/pam.d/kde
+
+  # Remove conflicts with drkonqi
+  rm "${pkgdir}"/usr/lib/drkonqi
+  rm -r "${pkgdir}"/usr/share/drkonqi
+  rm "${pkgdir}"/usr/lib/libKF5XmlRpcClientPrivate.*
 }
+
+package_drkonqi() {
+  pkgdesc='KDE crash handler'
+  depends=('kdewebkit')
+
+  cd build/drkonqi
+  make DESTDIR="${pkgdir}" install
+}


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:27:23
  Author: andrea
Revision: 230210

archrelease: copy trunk to extra-any

Added:
  plasma-meta/repos/extra-any/PKGBUILD
(from rev 230209, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 17:27:17 UTC (rev 230209)
+++ PKGBUILD2015-01-28 17:27:23 UTC (rev 230210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=plasma-meta
-pkgver=5.2.0
-pkgrel=2
-pkgdesc='Meta package to install KDE Plasma'
-arch=('any')
-url='https://www.archlinux.org/'
-license=('GPL')
-depends=('bluedevil-frameworks'
-'kde-gtk-config-frameworks'
-'kdeplasma-addons-frameworks'
-'khelpcenter'
-'kinfocenter'
-'kio-extras'
-'ksysguard'
-'kscreen-frameworks'
-'ksshaskpass'
-'kwrited'
-'milou'
-'oxygen'
-'oxygen-cursors'
-'plasma-desktop'
-'plasma-nm'
-'plasma-workspace-wallpapers'
-'sddm-kcm'
-)

Copied: plasma-meta/repos/extra-any/PKGBUILD (from rev 230209, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 17:27:23 UTC (rev 230210)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.2.0
+pkgrel=3
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil-frameworks'
+'kde-gtk-config-frameworks'
+'kdeplasma-addons-frameworks'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen-frameworks'
+'ksshaskpass'
+'kwrited'
+'milou'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+)


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:27:17
  Author: andrea
Revision: 230209

upgpkg: plasma-meta 5.2.0-3

Drop sddm-kcm from plasma-meta

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:25:47 UTC (rev 230208)
+++ PKGBUILD2015-01-28 17:27:17 UTC (rev 230209)
@@ -3,7 +3,7 @@
 
 pkgname=plasma-meta
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Meta package to install KDE Plasma'
 arch=('any')
 url='https://www.archlinux.org/'
@@ -24,5 +24,4 @@
 'plasma-desktop'
 'plasma-nm'
 'plasma-workspace-wallpapers'
-'sddm-kcm'
 )


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:25:38
  Author: andrea
Revision: 230207

upgpkg: sddm-kcm 5.2.0-2

Drop this from the plasma group

Modified:
  sddm-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 17:18:10 UTC (rev 230206)
+++ PKGBUILD2015-01-28 17:25:38 UTC (rev 230207)
@@ -4,12 +4,11 @@
 
 pkgname=sddm-kcm
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Config Module for SDDM'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
 license=('GPL')
-groups=('plasma')
 depends=('sddm' 'libxcursor' 'kio')
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 18:25:47
  Author: andrea
Revision: 230208

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

Added:
  sddm-kcm/repos/extra-i686/PKGBUILD
(from rev 230207, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 230207, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-i686/PKGBUILD
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 17:25:38 UTC (rev 230207)
+++ extra-i686/PKGBUILD 2015-01-28 17:25:47 UTC (rev 230208)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-groups=('plasma')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('c034f85d4b7c124d71243dd3ecbd3d85')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 230207, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 17:25:47 UTC (rev 230208)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('c034f85d4b7c124d71243dd3ecbd3d85')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 17:25:38 UTC (rev 230207)
+++ extra-x86_64/PKGBUILD   2015-01-28 17:25:47 UTC (rev 230208)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-groups=('plasma')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('c034f85d4b7c124d71243dd3ecbd3d85')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 230207, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 17:25:47 UTC (rev 230208)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('c034f85d4b7c124d71243dd3ecbd3d85')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTAL

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

2015-01-28 Thread Evangelos Foutras
Date: Wednesday, January 28, 2015 @ 18:18:10
  Author: foutrelis
Revision: 230206

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

Added:
  
boost/repos/extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 230205, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/extra-i686/0001-fixed-shared_ptr_helper-include.patch
(from rev 230205, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/extra-i686/PKGBUILD
(from rev 230205, boost/trunk/PKGBUILD)
  
boost/repos/extra-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 230205, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/extra-x86_64/0001-fixed-shared_ptr_helper-include.patch
(from rev 230205, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 230205, boost/trunk/PKGBUILD)
Deleted:
  
boost/repos/extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
  boost/repos/extra-i686/PKGBUILD
  
boost/repos/extra-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
  boost/repos/extra-x86_64/PKGBUILD

---+
 /0001-Add-missing-include-to-signals2-trackable.hpp.patch |   58 ++
 /PKGBUILD |  222 
++
 extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   |   29 -
 extra-i686/0001-fixed-shared_ptr_helper-include.patch |   24 +
 extra-i686/PKGBUILD   |  106 

 extra-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch |   29 -
 extra-x86_64/0001-fixed-shared_ptr_helper-include.patch   |   24 +
 extra-x86_64/PKGBUILD |  106 

 8 files changed, 328 insertions(+), 270 deletions(-)

Deleted: extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
===
--- extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch 
2015-01-28 17:17:54 UTC (rev 230205)
+++ extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch 
2015-01-28 17:18:10 UTC (rev 230206)
@@ -1,29 +0,0 @@
-From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 6 Nov 2014 09:19:26 +0200
-Subject: [PATCH] Add missing include to signals2/trackable.hpp
-
-boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
-associated with signals2::trackable immediately) but the matching header
-wasn't included.
-
-https://svn.boost.org/trac/boost/ticket/10100#comment:7

- include/boost/signals2/trackable.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
-index dba001d..64e8489 100644
 a/include/boost/signals2/trackable.hpp
-+++ b/include/boost/signals2/trackable.hpp
-@@ -18,6 +18,7 @@
- 
- #include 
- #include 
-+#include 
- 
- namespace boost {
-   namespace signals2 {
--- 
-2.1.3
-

Copied: 
boost/repos/extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch 
(from rev 230205, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
===
--- extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch 
(rev 0)
+++ extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch 
2015-01-28 17:18:10 UTC (rev 230206)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 6 Nov 2014 09:19:26 +0200
+Subject: [PATCH] Add missing include to signals2/trackable.hpp
+
+boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
+associated with signals2::trackable immediately) but the matching header
+wasn't included.
+
+https://svn.boost.org/trac/boost/ticket/10100#comment:7
+---
+ include/boost/signals2/trackable.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
+index dba001d..64e8489 100644
+--- a/include/boost/signals2/trackable.hpp
 b/include/boost/signals2/trackable.hpp
+@@ -18,6 +18,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Copied: boost/repos/extra-i686/0001-fixed-shared_ptr_helper-include.patch (from 
rev 230205, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
===
--- extra-i686/0001-fixed-shared_ptr_helper-include.patch   
(rev 0)
+++ extra-i686/0001-fixed-shared_ptr_helper-include.patch   2015-01-28 
17:18:10 UTC (rev 230206)
@@ -0,0 +1,24 @@
+From 02fff0a69e46b4d77844cf7b8c8d3

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

2015-01-28 Thread Evangelos Foutras
Date: Wednesday, January 28, 2015 @ 18:17:54
  Author: foutrelis
Revision: 230205

upgpkg: boost 1.57.0-3

Add missing include to serialization/shared_ptr_helper.hpp (FS#43425).

Added:
  boost/trunk/0001-fixed-shared_ptr_helper-include.patch
Modified:
  boost/trunk/PKGBUILD

+
 0001-fixed-shared_ptr_helper-include.patch |   24 
 PKGBUILD   |7 ++-
 2 files changed, 30 insertions(+), 1 deletion(-)

Added: 0001-fixed-shared_ptr_helper-include.patch
===
--- 0001-fixed-shared_ptr_helper-include.patch  (rev 0)
+++ 0001-fixed-shared_ptr_helper-include.patch  2015-01-28 17:17:54 UTC (rev 
230205)
@@ -0,0 +1,24 @@
+From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
+From: Robert Ramey 
+Date: Tue, 11 Nov 2014 22:13:05 -0800
+Subject: [PATCH] fixed shared_ptr_helper include
+
+---
+ include/boost/serialization/shared_ptr_helper.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/serialization/shared_ptr_helper.hpp 
b/include/boost/serialization/shared_ptr_helper.hpp
+index f4784ec..64269a9 100644
+--- a/include/boost/serialization/shared_ptr_helper.hpp
 b/include/boost/serialization/shared_ptr_helper.hpp
+@@ -29,6 +29,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 
+-- 
+2.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:50:06 UTC (rev 230204)
+++ PKGBUILD2015-01-28 17:17:54 UTC (rev 230205)
@@ -10,19 +10,24 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.57.0
 _boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu>=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+0001-fixed-shared_ptr_helper-include.patch
 0001-Add-missing-include-to-signals2-trackable.hpp.patch)
 sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12'
+  'b58746c795a99150545ebfa5dba7997d771b3dcc'
   '35bc8ad7493a641ec708a691036fe5319aec70cd')
 
 prepare() {
cd ${pkgbase}_${_boostver}
 
+   # https://svn.boost.org/trac/boost/ticket/10749
+   patch -Np2 -i ../0001-fixed-shared_ptr_helper-include.patch
+
# https://github.com/boostorg/signals2/pull/8
patch -Np2 -i ../0001-Add-missing-include-to-signals2-trackable.hpp.patch
 }


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

2015-01-28 Thread Evangelos Foutras
Date: Wednesday, January 28, 2015 @ 17:50:06
  Author: foutrelis
Revision: 230204

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

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

-+
 /PKGBUILD   |  210 ++
 /pidgin.install |   22 
 extra-i686/PKGBUILD |  103 
 extra-i686/pidgin.install   |   11 --
 extra-x86_64/PKGBUILD   |  103 
 extra-x86_64/pidgin.install |   11 --
 6 files changed, 232 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:49:40 UTC (rev 230203)
+++ extra-i686/PKGBUILD 2015-01-28 16:50:06 UTC (rev 230204)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.11
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://pidgin.im/";
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python2' 'hicolor-icon-theme' 'farstream-0.1'
- 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007'
-'SKIP')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Use Python 2
-  sed -i 's/env python$/&2/' */plugins/*.py \
-libpurple/purple-{remote,notifications-example,url-handler}
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-python=/usr/bin/python2 \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-  install=pidgin.install
-
-  cd "$srcdir/pidgin-$pkgver"
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream-0.1' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python2-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd "$srcdir/pidgin-$pkgver"
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-
-  # Remove GConf schema file
-  rm "$pkgdir/etc/gconf/schemas/purple.schemas"
-  rmdir "$pkgdir"/etc{/gconf{/schemas,},}
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libx11' 'python2')
-
-  cd "$srcdir/pidgin-$pkgver"
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD (from rev 230203, 
pidgin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:50:06 UTC (rev 230204)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.10.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pidgin.im/";
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'lib

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

2015-01-28 Thread Evangelos Foutras
Date: Wednesday, January 28, 2015 @ 17:49:40
  Author: foutrelis
Revision: 230203

Define valid PGP fingerprint.

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:10:59 UTC (rev 230202)
+++ PKGBUILD2015-01-28 16:49:40 UTC (rev 230203)
@@ -17,6 +17,8 @@
 
source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
 sha256sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007'
 'SKIP')
+validpgpkeys=('93FF2C7F884CB4AC4E4463DA4E8D870E4C292FCC')
+
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:10:59
  Author: heftig
Revision: 230202

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:10:40 UTC (rev 230201)
+++ extra-i686/PKGBUILD 2015-01-28 16:10:59 UTC (rev 230202)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.37
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 230201, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:10:59 UTC (rev 230202)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.38
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:10:40 UTC (rev 230201)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:10:59 UTC (rev 230202)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.37
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib 

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:10:40
  Author: heftig
Revision: 230201

0.9.38

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:10:02 UTC (rev 230200)
+++ PKGBUILD2015-01-28 16:10:40 UTC (rev 230201)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.37
+pkgver=0.9.38
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
+sha256sums=('6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:10:02
  Author: heftig
Revision: 230200

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

Added:
  gupnp-av/repos/extra-i686/PKGBUILD
(from rev 230199, gupnp-av/trunk/PKGBUILD)
  gupnp-av/repos/extra-x86_64/PKGBUILD
(from rev 230199, gupnp-av/trunk/PKGBUILD)
Deleted:
  gupnp-av/repos/extra-i686/PKGBUILD
  gupnp-av/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:09:52 UTC (rev 230199)
+++ extra-i686/PKGBUILD 2015-01-28 16:10:02 UTC (rev 230200)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.6
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-i686/PKGBUILD (from rev 230199, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:10:02 UTC (rev 230200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.7
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:09:52 UTC (rev 230199)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:10:02 UTC (rev 230200)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.6
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 230199, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:10:02 UTC (rev 230200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.7
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:09:42
  Author: heftig
Revision: 230198

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:09:31 UTC (rev 230197)
+++ extra-i686/PKGBUILD 2015-01-28 16:09:42 UTC (rev 230198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.10
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b9b3be6354d6a0dcc7c29a7da4120847350011e5614383626552e15c28f3058c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 230197, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:09:42 UTC (rev 230198)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.11
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:09:31 UTC (rev 230197)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:09:42 UTC (rev 230198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.10
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b9b3be6354d6a0dcc7c29a7da4120847350011e5614383626552e15c28f3058c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 230197, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:09:42 UTC (rev 230198)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.11
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:09:52
  Author: heftig
Revision: 230199

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:09:42 UTC (rev 230198)
+++ extra-i686/PKGBUILD 2015-01-28 16:09:52 UTC (rev 230199)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.12
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 230198, gupnp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:09:52 UTC (rev 230199)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.13
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --with-context-manager=linux
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:09:42 UTC (rev 230198)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:09:52 UTC (rev 230199)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.12
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/";
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 230198, 
gupnp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:09:52 UTC (rev 230199)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.13
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/";
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:09:31
  Author: heftig
Revision: 230197

0.12.7

Modified:
  gupnp-av/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:08:47 UTC (rev 230196)
+++ PKGBUILD2015-01-28 16:09:31 UTC (rev 230197)
@@ -4,7 +4,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=gupnp-av
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gupnp)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44')
+sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:08:47
  Author: heftig
Revision: 230196

0.20.13

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:08:22 UTC (rev 230195)
+++ PKGBUILD2015-01-28 16:08:47 UTC (rev 230196)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=0.20.12
+pkgver=0.20.13
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala) 
 optdepends=('python2: gupnp-binding-tool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69')
+sha256sums=('d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:08:22
  Author: heftig
Revision: 230195

0.14.11

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:05:35 UTC (rev 230194)
+++ PKGBUILD2015-01-28 16:08:22 UTC (rev 230195)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gssdp
-pkgver=0.14.10
+pkgver=0.14.11
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk3 gtk-doc vala)
 optdepends=('gtk3: gssdp-device-sniffer')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b9b3be6354d6a0dcc7c29a7da4120847350011e5614383626552e15c28f3058c')
+sha256sums=('7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in perl-compress-bzip2/repos (4 files)

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:05:35
  Author: heftig
Revision: 230194

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

Added:
  perl-compress-bzip2/repos/extra-i686/PKGBUILD
(from rev 230193, perl-compress-bzip2/trunk/PKGBUILD)
  perl-compress-bzip2/repos/extra-x86_64/PKGBUILD
(from rev 230193, perl-compress-bzip2/trunk/PKGBUILD)
Deleted:
  perl-compress-bzip2/repos/extra-i686/PKGBUILD
  perl-compress-bzip2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:05:25 UTC (rev 230193)
+++ extra-i686/PKGBUILD 2015-01-28 16:05:35 UTC (rev 230194)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=perl-compress-bzip2
-_realname=Compress-Bzip2
-pkgver=2.19
-pkgrel=1
-pkgdesc="Interface to Bzip2 compression library"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(perl bzip2)
-url="http://search.cpan.org/dist/Compress-Bzip2";
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-compress-bzip2/repos/extra-i686/PKGBUILD (from rev 230193, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:05:35 UTC (rev 230194)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.20
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('36b42271d274d941b4a9fed332c6f880')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:05:25 UTC (rev 230193)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:05:35 UTC (rev 230194)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=perl-compress-bzip2
-_realname=Compress-Bzip2
-pkgver=2.19
-pkgrel=1
-pkgdesc="Interface to Bzip2 compression library"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(perl bzip2)
-url="http://search.cpan.org/dist/Compress-Bzip2";
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-compress-bzip2/repos/extra-x86_64/PKGBUILD (from rev 230193, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:05:35 UTC (rev 230194)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.20
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('36b42271d274d941b4a9fed332c6f880')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:05:25
  Author: heftig
Revision: 230193

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

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

+
 /PKGBUILD  |   70 +++
 /folks.install |   22 +
 extra-i686/PKGBUILD|   35 -
 extra-i686/folks.install   |   11 --
 extra-x86_64/PKGBUILD  |   35 -
 extra-x86_64/folks.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:05:10 UTC (rev 230192)
+++ extra-i686/PKGBUILD 2015-01-28 16:05:25 UTC (rev 230193)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/Folks";
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala python2)
-install=folks.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-schemas-compile \
---disable-libsocialweb-backend --disable-fatal-warnings
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 230192, folks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:05:25 UTC (rev 230193)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Folks";
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala python2)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('0d53a6197a5734cc03477d8fa83c1d9ee510f3dc0c6f3aa7b8bb734d6027caa9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/folks.install
===
--- extra-i686/folks.install2015-01-28 16:05:10 UTC (rev 230192)
+++ extra-i686/folks.install2015-01-28 16:05:25 UTC (rev 230193)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/extra-i686/folks.install (from rev 230192, 
folks/trunk/folks.install)
===
--- extra-i686/folks.install(rev 0)
+++ extra-i686/folks.install2015-01-28 16:05:25 UTC (rev 230193)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:05:10 UTC (rev 230192)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:05:25 UTC (rev 230193)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/Folks";
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala python2)
-install=folks.install
-options=('

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:05:10
  Author: heftig
Revision: 230192

2.20

Modified:
  perl-compress-bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:04:55 UTC (rev 230191)
+++ PKGBUILD2015-01-28 16:05:10 UTC (rev 230192)
@@ -3,7 +3,7 @@
 
 pkgname=perl-compress-bzip2
 _realname=Compress-Bzip2
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 pkgdesc="Interface to Bzip2 compression library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url="http://search.cpan.org/dist/Compress-Bzip2";
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
+md5sums=('36b42271d274d941b4a9fed332c6f880')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:04:55
  Author: heftig
Revision: 230191

0.10.1

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:03:04 UTC (rev 230190)
+++ PKGBUILD2015-01-28 16:04:55 UTC (rev 230191)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+sha256sums=('0d53a6197a5734cc03477d8fa83c1d9ee510f3dc0c6f3aa7b8bb734d6027caa9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:02:54
  Author: heftig
Revision: 230189

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

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

-+
 /PKGBUILD   |   82 ++
 /colord.install |   34 +
 extra-i686/PKGBUILD |   41 -
 extra-i686/colord.install   |   17 
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/colord.install |   17 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:02:43 UTC (rev 230188)
+++ extra-i686/PKGBUILD 2015-01-28 16:02:54 UTC (rev 230189)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=1.2.7
-pkgrel=2
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
- argyllcms)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
-  'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # the build system has no colord user, so the chown fails
-  chown -R 124:124 "$pkgdir/var/lib/colord"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 230188, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:02:54 UTC (rev 230189)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord";
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('e5c2a3432896cac180b089291c0e38bd809328cf'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 "$pkgdir/var/lib/colord"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2015-01-28 16:02:43 UTC (rev 230188)
+++ extra-i686/colord.install   2015-01-28 16:02:54 UTC (rev 230189)
@@ -1,17 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord >/dev/null || groupadd -g 124 colord
-getent passwd colord >/dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2>/dev/null || return 0
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord >/dev/null && userdel colord
-getent group colord >/dev/null && groupdel colord
-}

Copied: colord/repos/extra-i686/colord.in

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:03:04
  Author: heftig
Revision: 230190

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

Added:
  colord-gtk/repos/extra-i686/PKGBUILD
(from rev 230189, colord-gtk/trunk/PKGBUILD)
  colord-gtk/repos/extra-x86_64/PKGBUILD
(from rev 230189, colord-gtk/trunk/PKGBUILD)
Deleted:
  colord-gtk/repos/extra-i686/PKGBUILD
  colord-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:02:54 UTC (rev 230189)
+++ extra-i686/PKGBUILD 2015-01-28 16:03:04 UTC (rev 230190)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord-gtk
-pkgver=0.1.25
-pkgrel=2
-pkgdesc="GTK integration for libcolord"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'gtk3' 'colord')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'gtk-doc')
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('ffb27568ff25860fbcc09cc32ba05469655b099d'
-  'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static --enable-vala
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord-gtk/repos/extra-i686/PKGBUILD (from rev 230189, 
colord-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:03:04 UTC (rev 230190)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord-gtk
+pkgver=0.1.26
+pkgrel=2
+pkgdesc="GTK integration for libcolord"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'gtk3' 'colord')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'gtk-doc')
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('60b85227d93758a66f5dc30d0a98f8f58415103d'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:02:54 UTC (rev 230189)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:03:04 UTC (rev 230190)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord-gtk
-pkgver=0.1.26
-pkgrel=1
-pkgdesc="GTK integration for libcolord"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'gtk3' 'colord')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'gtk-doc')
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('60b85227d93758a66f5dc30d0a98f8f58415103d'
-  'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static --enable-vala
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord-gtk/repos/extra-x86_64/PKGBUILD (from rev 230189, 
colord-gtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:03:04 UTC (rev 230190)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord-gtk
+pkgver=0.1.26
+pkgrel=2
+pkgdesc="GTK integration for libcolord"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'gtk3' 'colord')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'gtk-doc')
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('60b85227d93758a66f5dc30d0a98f8f58415103d'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static 

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:02:43
  Author: heftig
Revision: 230188

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 16:02:17 UTC (rev 230187)
+++ extra-i686/PKGBUILD 2015-01-28 16:02:43 UTC (rev 230188)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://gitorious.org/gusb/";
-license=('LGPL2.1')
-depends=('udev' 'libusbx')
-makedepends=('gobject-introspection')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 230187, 
libgusb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 16:02:43 UTC (rev 230188)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb";
+license=('LGPL2.1')
+depends=('udev' 'libusbx')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 16:02:17 UTC (rev 230187)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:02:43 UTC (rev 230188)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://gitorious.org/gusb/";
-license=('LGPL2.1')
-depends=('udev' 'libusbx')
-makedepends=('gobject-introspection')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 230187, 
libgusb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 16:02:43 UTC (rev 230188)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb";
+license=('LGPL2.1')
+depends=('udev' 'libusbx')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:02:17
  Author: heftig
Revision: 230187

Missing i686 package

Modified:
  colord-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:01:59 UTC (rev 230186)
+++ PKGBUILD2015-01-28 16:02:17 UTC (rev 230187)
@@ -4,7 +4,7 @@
 
 pkgname=colord-gtk
 pkgver=0.1.26
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK integration for libcolord"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord";


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:01:51
  Author: heftig
Revision: 230185

0.2.4

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:58:06 UTC (rev 230184)
+++ PKGBUILD2015-01-28 16:01:51 UTC (rev 230185)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.1.6
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="GLib wrapper around libusb1"
 arch=('i686' 'x86_64')
-url="https://gitorious.org/gusb/";
+url="https://github.com/hughsie/libgusb";
 license=('LGPL2.1')
 depends=('udev' 'libusbx')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'python2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b')
+sha256sums=('437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:01:59
  Author: heftig
Revision: 230186

1.2.8

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:01:51 UTC (rev 230185)
+++ PKGBUILD2015-01-28 16:01:59 UTC (rev 230186)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.8
+pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/software/colord";
@@ -17,7 +17,7 @@
 replaces=('shared-color-profiles')
 install=colord.install
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
+sha1sums=('e5c2a3432896cac180b089291c0e38bd809328cf'
   'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
 


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 15:57:56
  Author: heftig
Revision: 230183

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 14:54:30 UTC (rev 230182)
+++ extra-i686/PKGBUILD 2015-01-28 14:57:56 UTC (rev 230183)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.39
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/";
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('7c4ad675547ff05d650c1a3acdbfd063')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 230182, 
accountsservice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 14:57:56 UTC (rev 230183)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.40
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/";
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=($url/$pkgname-$pkgver.tar.xz)
+md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 14:54:30 UTC (rev 230182)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:57:56 UTC (rev 230183)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.39
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/";
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('7c4ad675547ff05d650c1a3acdbfd063')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 230182, 
accountsservice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:57:56 UTC (rev 230183)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.40
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/";
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=($url/$pkgname-$pkgver.tar.xz)
+md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 15:58:06
  Author: heftig
Revision: 230184

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 230183, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 230183, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 14:57:56 UTC (rev 230183)
+++ extra-i686/PKGBUILD 2015-01-28 14:58:06 UTC (rev 230184)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c2f1453692b0c3ff6a500113bc1d2c95d2bde11caca0809610a6d1424bbbffb5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 230183, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 14:58:06 UTC (rev 230184)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=2.0.14
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 14:57:56 UTC (rev 230183)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:58:06 UTC (rev 230184)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c2f1453692b0c3ff6a500113bc1d2c95d2bde11caca0809610a6d1424bbbffb5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 230183, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:58:06 UTC (rev 230184)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=2.0.14
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  se

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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 15:54:30
  Author: heftig
Revision: 230182

2.0.14

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:37:22 UTC (rev 230181)
+++ PKGBUILD2015-01-28 14:54:30 UTC (rev 230182)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=clutter-gst
-pkgver=2.0.12
+pkgver=2.0.14
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -9,9 +9,9 @@
 url="http://www.clutter-project.org/";
 license=(LGPL)
 depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection)
+makedepends=(gobject-introspection python2)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c2f1453692b0c3ff6a500113bc1d2c95d2bde11caca0809610a6d1424bbbffb5')
+sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Massimiliano Torromeo
Date: Wednesday, January 28, 2015 @ 15:53:24
  Author: mtorromeo
Revision: 126708

upgpkg: nodejs-less 2.3.0-1

Updated to version 2.3.0

Modified:
  nodejs-less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:44:54 UTC (rev 126707)
+++ PKGBUILD2015-01-28 14:53:24 UTC (rev 126708)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nodejs-less
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A standalone compiler for the LESS CSS language."
 arch=('any')
@@ -18,4 +18,4 @@
 npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
 }
 
-sha256sums=('8185ac57e052cea9312909b8837859b2672d8d1bb8becf65399f6abfae7ec479')
+sha256sums=('cde06863e2443f415adcad687cca879b7ff3cf191aea08aa433f493098bd')


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

2015-01-28 Thread Massimiliano Torromeo
Date: Wednesday, January 28, 2015 @ 15:53:48
  Author: mtorromeo
Revision: 126709

archrelease: copy trunk to community-any

Added:
  nodejs-less/repos/community-any/PKGBUILD
(from rev 126708, nodejs-less/trunk/PKGBUILD)
Deleted:
  nodejs-less/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 14:53:24 UTC (rev 126708)
+++ PKGBUILD2015-01-28 14:53:48 UTC (rev 126709)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nodejs-less
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A standalone compiler for the LESS CSS language."
-arch=('any')
-url="http://lesscss.org/";
-license=('Apache')
-depends=('nodejs')
-conflicts=('lessc')
-provides=("lessc=$pkgver")
-replaces=('lessc')
-source=("https://registry.npmjs.org/less/-/less-$pkgver.tgz";)
-
-package() {
-npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
-}
-
-sha256sums=('8185ac57e052cea9312909b8837859b2672d8d1bb8becf65399f6abfae7ec479')

Copied: nodejs-less/repos/community-any/PKGBUILD (from rev 126708, 
nodejs-less/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 14:53:48 UTC (rev 126709)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nodejs-less
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A standalone compiler for the LESS CSS language."
+arch=('any')
+url="http://lesscss.org/";
+license=('Apache')
+depends=('nodejs')
+conflicts=('lessc')
+provides=("lessc=$pkgver")
+replaces=('lessc')
+source=("https://registry.npmjs.org/less/-/less-$pkgver.tgz";)
+
+package() {
+npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
+}
+
+sha256sums=('cde06863e2443f415adcad687cca879b7ff3cf191aea08aa433f493098bd')


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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:44:54
  Author: bpiotrowski
Revision: 126707

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

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

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   53 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   53 
 community-x86_64/mpv.install |   12 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 14:44:49 UTC (rev 126706)
+++ community-i686/PKGBUILD 2015-01-28 14:44:54 UTC (rev 126707)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.7.2
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio' 'libxrandr'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5081934235bf1d531364f59e5f718024')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 126706, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 14:44:54 UTC (rev 126707)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio' 'libxrandr'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('894e712235574fb78077e388f10c1cdd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2015-01-28 14:44:49 UTC (rev 126706)
+++ community-i686/mpv.install  2015-01-28 14:44:54 UTC (rev 126707)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 126706, 
m

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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:44:49
  Author: bpiotrowski
Revision: 126706

upgpkg: mpv 0.7.3-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 12:21:07 UTC (rev 126705)
+++ PKGBUILD2015-01-28 14:44:49 UTC (rev 126706)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,7 +20,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5081934235bf1d531364f59e5f718024')
+md5sums=('894e712235574fb78077e388f10c1cdd')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 15:37:22
  Author: heftig
Revision: 230181

0.6.40

Modified:
  accountsservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:33:01 UTC (rev 230180)
+++ PKGBUILD2015-01-28 14:37:22 UTC (rev 230181)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=accountsservice
-pkgver=0.6.39
+pkgver=0.6.40
 pkgrel=1
 pkgdesc="D-Bus interface for user account query and manipulation"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glib2' 'polkit' 'systemd')
 makedepends=('intltool' 'gobject-introspection' 'python2')
 source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('7c4ad675547ff05d650c1a3acdbfd063')
+md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:32:57
  Author: bpiotrowski
Revision: 230179

upgpkg: libbluray 0.7.0-1

new upstream release

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:29:37 UTC (rev 230178)
+++ PKGBUILD2015-01-28 14:32:57 UTC (rev 230179)
@@ -4,15 +4,15 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/libbluray.html'
 license=('LGPL2.1')
-depends=('libxml2' 'freetype2')
+depends=('libxml2' 'freetype2' 'fontconfig')
 
source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f4d2f2cab53f976cbb22cbae069057bd')
+md5sums=('efad766330164f0c7c7cb18f66389870')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:33:01
  Author: bpiotrowski
Revision: 230180

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 14:32:57 UTC (rev 230179)
+++ extra-i686/PKGBUILD 2015-01-28 14:33:01 UTC (rev 230180)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f4d2f2cab53f976cbb22cbae069057bd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-i686/PKGBUILD (from rev 230179, 
libbluray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-28 14:33:01 UTC (rev 230180)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('efad766330164f0c7c7cb18f66389870')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-28 14:32:57 UTC (rev 230179)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:33:01 UTC (rev 230180)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f4d2f2cab53f976cbb22cbae069057bd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 230179, 
libbluray/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-28 14:33:01 UTC (rev 230180)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('efad766330164f0c7c7cb18f66389870')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
+}


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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:29:24
  Author: bpiotrowski
Revision: 230177

upgpkg: mariadb 10.0.16-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 08:04:37 UTC (rev 230176)
+++ PKGBUILD2015-01-28 14:29:24 UTC (rev 230177)
@@ -3,7 +3,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.15
+pkgver=10.0.16
 _pkgver=${pkgver/.a/a}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('07e2ca1ad684c2dc5cb260717c4db41d'
+md5sums=('7b1a197ea5d4027833a3a2ed26fc4cae'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')


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

2015-01-28 Thread Bartłomiej Piotrowski
Date: Wednesday, January 28, 2015 @ 15:29:37
  Author: bpiotrowski
Revision: 230178

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 230177, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 230177, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 230177, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 230177, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 230177, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 230177, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 230177, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 230177, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 230177, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 230177, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  320 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   98 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  160 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   49 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  160 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   49 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 468 insertions(+), 468 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 14:29:24 UTC (rev 230177)
+++ extra-i686/PKGBUILD 2015-01-28 14:29:37 UTC (rev 230178)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.15
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'jemalloc')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('07e2ca1ad684c2dc5cb260717c4db41d'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-prepare() {
-  sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/' \
-
$pkgbase-$pkgver/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-fr

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

2015-01-28 Thread Jelle van der Waa
Date: Wednesday, January 28, 2015 @ 13:21:07
  Author: jelle
Revision: 126705

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

Added:
  python-apsw/repos/community-i686/LICENSE
(from rev 126704, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-i686/PKGBUILD
(from rev 126704, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-x86_64/LICENSE
(from rev 126704, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 126704, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-i686/LICENSE
  python-apsw/repos/community-i686/PKGBUILD
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   54 +++
 /PKGBUILD |   86 
 community-i686/LICENSE|   15 ---
 community-i686/PKGBUILD   |   44 --
 community-x86_64/LICENSE  |   15 ---
 community-x86_64/PKGBUILD |   44 --
 6 files changed, 140 insertions(+), 118 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-01-28 12:20:51 UTC (rev 126704)
+++ community-i686/LICENSE  2015-01-28 12:21:07 UTC (rev 126705)
@@ -1,15 +0,0 @@
-Copyright (C) 2004-2009 Roger Binns
-
-This software is provided ‘as-is’, without any express or implied warranty. In 
no event will the authors be held liable
-for any damages arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it
-and redistribute it freely, subject to the following restrictions: 
-
-- The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If
-  you use this software in a product, an acknowledgment in the product 
documentation would be appreciated but is not
-  required.
-
-- Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
-
-- This notice may not be removed or altered from any source distribution.

Copied: python-apsw/repos/community-i686/LICENSE (from rev 126704, 
python-apsw/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-01-28 12:21:07 UTC (rev 126705)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 12:20:51 UTC (rev 126704)
+++ community-i686/PKGBUILD 2015-01-28 12:21:07 UTC (rev 126705)
@@ -1,44 +0,0 @@
-# Maintainer: Brendan MacDonell 
-# Former Maintainer: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.4.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url="https://github.com/rogerbinns/apsw";
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz"; 
"LICENSE")
-md5sums=('e61577de3e60c1822ce98da4027f09f3'
- 'efc704d50cb39441d00f9dc76cbe6665')
-
-build() {
-  cp -rf apsw-${pkgver}-r1 apsw2
-
-  cd apsw-${pkgver}-r1
-  python setup.py build --enable=load_extension
-  cd $srcdir/apsw2
-  python2 setup.py build --enable=load_extension
-}
-
-package_python-apsw() {
-depends=('python' 'sqlite3>=3.7.5')
-pkgdesc="Python wrapper for SQLite"
-  cd $srcdir/apsw-${pkgver}-r1
-  python setup.py install --root=$pkgdir/ 
-
-  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-apsw() {
-depends=('pyt

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

2015-01-28 Thread Jelle van der Waa
Date: Wednesday, January 28, 2015 @ 13:20:51
  Author: jelle
Revision: 126704

upgpkg: python-apsw 3.8.8.1-1

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:52:01 UTC (rev 126703)
+++ PKGBUILD2015-01-28 12:20:51 UTC (rev 126704)
@@ -4,15 +4,15 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.4.3
-pkgrel=2
+pkgver=3.8.8.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/rogerbinns/apsw";
 license=('MIT')
 makedepends=('python' 'python2')
 source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz"; 
"LICENSE")
-md5sums=('e61577de3e60c1822ce98da4027f09f3'
- 'efc704d50cb39441d00f9dc76cbe6665')
+md5sums=('9a5432a725544079a8c4172d2412dc36'
+ '9be3fbee1bae6c66d658a157c67943c0')
 
 build() {
   cp -rf apsw-${pkgver}-r1 apsw2
@@ -41,4 +41,3 @@
 
   install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:51:54
  Author: svenstaro
Revision: 126702

upgpkg: megaglest 3.11.0-1

upstream release 3.11.0

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:47:50 UTC (rev 126701)
+++ PKGBUILD2015-01-28 11:51:54 UTC (rev 126702)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=megaglest
-pkgver=3.9.2
-pkgrel=3
+pkgver=3.11.0
+pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/";


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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:52:01
  Author: svenstaro
Revision: 126703

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 11:51:54 UTC (rev 126702)
+++ community-i686/PKGBUILD 2015-01-28 11:52:01 UTC (rev 126703)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Larry Hajali 
-
-pkgname=megaglest
-pkgver=3.9.2
-pkgrel=3
-pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/megaglest/";
-license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
-md5sums=('SKIP')
-
-build() {
-  cd megaglest-source
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWANT_GIT_STAMP=0 \
--DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
--DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
-  make
-}
-
-package() {
-  cd megaglest-source/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-i686/PKGBUILD (from rev 126702, 
megaglest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 11:52:01 UTC (rev 126703)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/";
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
+-DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+  make
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-28 11:51:54 UTC (rev 126702)
+++ community-x86_64/PKGBUILD   2015-01-28 11:52:01 UTC (rev 126703)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Larry Hajali 
-
-pkgname=megaglest
-pkgver=3.9.2
-pkgrel=3
-pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/megaglest/";
-license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}";)
-md5sums=('SKIP')
-
-build() {
-  cd megaglest-source
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWANT_GIT_STAMP=0 \
--DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
--DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
-  make
-}
-
-package() {
-  cd megaglest-source/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-x86_64/PKGBUILD (from rev 126702, 
megaglest/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-28 11:52:01 UTC (rev 126703)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Haj

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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:47:50
  Author: svenstaro
Revision: 126701

archrelease: copy trunk to community-any

Added:
  wesnoth-data/repos/community-any/PKGBUILD
(from rev 126700, wesnoth-data/trunk/PKGBUILD)
  wesnoth-data/repos/community-any/wesnoth-boost.patch
(from rev 126700, wesnoth-data/trunk/wesnoth-boost.patch)
Deleted:
  wesnoth-data/repos/community-any/PKGBUILD
  wesnoth-data/repos/community-any/wesnoth-boost.patch

-+
 PKGBUILD|  100 +-
 wesnoth-boost.patch |   24 ++--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 11:47:42 UTC (rev 126700)
+++ PKGBUILD2015-01-28 11:47:50 UTC (rev 126701)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth-data
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world (data files)"
-arch=('any')
-license=('GPL')
-url="http://www.wesnoth.org/";
-makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango' 'git')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-"wesnoth-boost.patch")
-md5sums=('SKIP'
- '9a4ad99ba66990bfc17cb12966b3823b')
-
-build() {
-  cd "${srcdir}/wesnoth"
-
-  # Try this again in a new version when they fix their linking to boost
-  patch -Np1 < ${srcdir}/wesnoth-boost.patch
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd
-  make
-}
-
-package() {
-  cd "${srcdir}/wesnoth"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r $pkgdir/usr/bin
-  rm -r $pkgdir/usr/share/man
-
-  for file in $(grep -l "python" $pkgdir/usr/share/wesnoth/data/tools/*); do
-sed -i "s|#!/usr/bi#n/env python|#!/usr/bin/env python2|" $file;
-  done
-}

Copied: wesnoth-data/repos/community-any/PKGBUILD (from rev 126700, 
wesnoth-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 11:47:50 UTC (rev 126701)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth-data
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world (data files)"
+arch=('any')
+license=('GPL')
+url="http://www.wesnoth.org/";
+makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango' 'git')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch")
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b')
+
+build() {
+  cd "${srcdir}/wesnoth"
+
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd "${srcdir}/wesnoth"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/bin
+  rm -r $pkgdir/usr/share/man
+
+  for file in $(grep -l "python" $pkgdir/usr/share/wesnoth/data/tools/*); do
+sed -i "s|#!/usr/bi#n/env python|#!/usr/bin/env python2|" $file;
+  done
+}

Deleted: wesnoth-boost.patch
===
--- wesnoth-boost.patch 2015-01-28 11:47:42 UTC (rev 126700)
+++ wesnoth-boost.patch 2015-01-28 11:47:50 UTC (rev 126701)
@@ -1,12 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 43a20d7..61f36e0 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -79,6 +79,7 @@ else(MSVC)
-   ${Boost_IOSTREAMS_LIBRARY}
-   ${Boost_REGEX_LIBRARY}
-   ${Boost_PROGRAM_OPTIONS_LIBRARY}
-+${Boost_SYSTEM_LIBRARIES}
-   ${LIBINTL_LIBRARIES}
-   )
- endif(MSVC)

Copied: wesnoth-data/repos/community-any/wesnoth-boost.patch (from rev 126700, 
wesnoth-data/trunk/wesnoth-boost.patch)
===
--- wesnoth-boost.patch (rev 0)
+++ wesnoth-boost.patch 2015-01-28 11:47:50 UTC (rev 126701)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -79,6 +79,7 @@ else(MSVC)
+   ${Boost_IOSTREAMS_LIBRARY}
+   ${Boost_REGEX_LIBRARY}
+   ${

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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:47:42
  Author: svenstaro
Revision: 126700

upgpkg: wesnoth-data 1.12.1-1

upstream release 1.12.1

Modified:
  wesnoth-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:38:21 UTC (rev 126699)
+++ PKGBUILD2015-01-28 11:47:42 UTC (rev 126700)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=wesnoth-data
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world (data files)"
 arch=('any')


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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:38:21
  Author: svenstaro
Revision: 126699

archrelease: copy trunk to community-any

Added:
  megaglest-data/repos/community-any/PKGBUILD
(from rev 126698, megaglest-data/trunk/PKGBUILD)
Deleted:
  megaglest-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 11:38:13 UTC (rev 126698)
+++ PKGBUILD2015-01-28 11:38:21 UTC (rev 126699)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=megaglest-data
-_pkgbasename=megaglest
-pkgver=3.9.2
-pkgrel=1
-pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)"
-arch=('any')
-url="http://sourceforge.net/projects/megaglest/";
-license=('custom:CCBYSA3.0')
-makedepends=('cmake' 'xz' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-data#tag=${pkgver}";)
-md5sums=('SKIP')
-
-build() {
-  cd megaglest-data
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-  cd megaglest-data
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 ../docs/README.data-license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest-data/repos/community-any/PKGBUILD (from rev 126698, 
megaglest-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 11:38:21 UTC (rev 126699)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=megaglest-data
+_pkgbasename=megaglest
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)"
+arch=('any')
+url="http://sourceforge.net/projects/megaglest/";
+license=('custom:CCBYSA3.0')
+makedepends=('cmake' 'xz' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-data#tag=${pkgver}";)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-data
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd megaglest-data
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../docs/README.data-license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: sw=2:ts=2 et:


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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:38:13
  Author: svenstaro
Revision: 126698

upgpkg: megaglest-data 3.11.0-1

upstream release 3.11.0

Modified:
  megaglest-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:36:04 UTC (rev 126697)
+++ PKGBUILD2015-01-28 11:38:13 UTC (rev 126698)
@@ -3,7 +3,7 @@
 
 pkgname=megaglest-data
 _pkgbasename=megaglest
-pkgver=3.9.2
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)"
 arch=('any')


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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:36:04
  Author: svenstaro
Revision: 126697

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

Added:
  wesnoth/repos/community-i686/PKGBUILD
(from rev 126696, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-i686/wesnoth-boost.patch
(from rev 126696, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-i686/wesnoth.install
(from rev 126696, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
(from rev 126696, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-i686/wesnothd.service
(from rev 126696, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
(from rev 126696, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 126696, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnoth-boost.patch
(from rev 126696, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-x86_64/wesnoth.install
(from rev 126696, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
(from rev 126696, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 126696, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 126696, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-i686/PKGBUILD
  wesnoth/repos/community-i686/wesnoth-boost.patch
  wesnoth/repos/community-i686/wesnoth.install
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
  wesnoth/repos/community-i686/wesnothd.service
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnoth-boost.patch
  wesnoth/repos/community-x86_64/wesnoth.install
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

-+
 /PKGBUILD   |  112 ++
 /wesnoth-boost.patch|   24 ++
 /wesnoth.install|   28 +++
 /wesnoth.tmpfiles.conf  |2 
 /wesnothd.service   |   18 
 /wesnothd.tmpfiles.conf |2 
 community-i686/PKGBUILD |   56 ---
 community-i686/wesnoth-boost.patch  |   12 ---
 community-i686/wesnoth.install  |   14 ---
 community-i686/wesnoth.tmpfiles.conf|1 
 community-i686/wesnothd.service |9 --
 community-i686/wesnothd.tmpfiles.conf   |1 
 community-x86_64/PKGBUILD   |   56 ---
 community-x86_64/wesnoth-boost.patch|   12 ---
 community-x86_64/wesnoth.install|   14 ---
 community-x86_64/wesnoth.tmpfiles.conf  |1 
 community-x86_64/wesnothd.service   |9 --
 community-x86_64/wesnothd.tmpfiles.conf |1 
 18 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 11:35:49 UTC (rev 126696)
+++ community-i686/PKGBUILD 2015-01-28 11:36:04 UTC (rev 126697)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' 'wesnoth-data' 'dbus' 'python2')
-makedepends=('boost' 'cmake'' git')
-install=wesnoth.install
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-"wesnoth-boost.patch"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-md5sums=('SKIP'
- '9a4ad99ba66990bfc17cb12966b3823b'
- '2d2fea6b3d86dfd589f5ad35a3be1f97'
- 'd1b6bf1d3dc05086ee6a370adff0ae4a')
-
-build() {
-  cd "$srcdir/$pkgname"
-  
-  # Try this again in a new version when they fix their linking to boost
-  patch -Np1 < ${srcdir}/wesnoth-boost.patch
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r $pkgdir/usr/share/applications
-  rm -r $pkgdir/usr/share/doc
-  rm -r $pkgdir/usr/share/pixmaps
-  rm -r $pkgdir/usr/share/wesnoth
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos

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

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:35:49
  Author: svenstaro
Revision: 126696

upgpkg: wesnoth 1.12.1-1

upstream release 1.12.0

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:16:19 UTC (rev 126695)
+++ PKGBUILD2015-01-28 11:35:49 UTC (rev 126696)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=wesnoth
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('i686' 'x86_64')


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

2015-01-28 Thread Timothy Redaelli
Date: Wednesday, January 28, 2015 @ 12:15:41
  Author: tredaelli
Revision: 126694

New package: iperf3

Added:
  iperf3/
  iperf3/repos/
  iperf3/trunk/
  iperf3/trunk/PKGBUILD

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

Added: iperf3/trunk/PKGBUILD
===
--- iperf3/trunk/PKGBUILD   (rev 0)
+++ iperf3/trunk/PKGBUILD   2015-01-28 11:15:41 UTC (rev 126694)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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


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

2015-01-28 Thread Timothy Redaelli
Date: Wednesday, January 28, 2015 @ 12:16:19
  Author: tredaelli
Revision: 126695

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

Added:
  iperf3/repos/community-i686/
  iperf3/repos/community-i686/PKGBUILD
(from rev 126694, iperf3/trunk/PKGBUILD)
  iperf3/repos/community-x86_64/
  iperf3/repos/community-x86_64/PKGBUILD
(from rev 126694, iperf3/trunk/PKGBUILD)

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

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 126694, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 11:16:19 UTC (rev 126695)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 126694, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-28 11:16:19 UTC (rev 126695)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2015-01-28 Thread Sergej Pupykin
Date: Wednesday, January 28, 2015 @ 12:03:12
  Author: spupykin
Revision: 126693

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 11:03:11 UTC (rev 126692)
+++ PKGBUILD2015-01-28 11:03:12 UTC (rev 126693)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.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=('4cf953253ed9fd0f64fac5d49e7d806f')
-
-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 126691, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 11:03:12 UTC (rev 126693)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.2
+pkgrel=2
+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=('83e28d25143dce6851c2aaed1705a556')
+
+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 mysql-workbench/trunk (PKGBUILD)

2015-01-28 Thread Christian Hesse
Date: Wednesday, January 28, 2015 @ 12:03:11
  Author: eworm
Revision: 126692

upgpkg: mysql-workbench 6.2.4-8

* remove dependency to python2-pysqlite

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:03:03 UTC (rev 126691)
+++ PKGBUILD2015-01-28 11:03:11 UTC (rev 126692)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.2.4
-pkgrel=7
+pkgrel=8
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -14,7 +14,7 @@
 license=('GPL2')
 depends=('python2' 'libzip' 'libmariadbclient' 'lua51' 'gtkmm' 'ctemplate'
'libgnome-keyring' 'libgl' 'python2-paramiko' 'python2-pexpect' 'gdal'
-   'pcre' 'tinyxml' 'libxml2' 'mysql-python' 'python2-pysqlite' 'cairo'
+   'pcre' 'tinyxml' 'libxml2' 'mysql-python' 'cairo'
'python2-cairo' 'hicolor-icon-theme' 'desktop-file-utils' 'libiodbc'
'mysql-connector-c++' 'vsqlite++' 'unixodbc' 'freetype2'
'libantlr3c')


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

2015-01-28 Thread Sergej Pupykin
Date: Wednesday, January 28, 2015 @ 12:02:57
  Author: spupykin
Revision: 126690

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 126689, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 11:02:49 UTC (rev 126689)
+++ PKGBUILD2015-01-28 11:02:57 UTC (rev 126690)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=bugzilla
-pkgver=4.4.7
-pkgrel=1
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org";
-license=("GPL")
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('0af1be1eb251990e98510edc5317e821')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 126689, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 11:02:57 UTC (rev 126690)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=bugzilla
+pkgver=4.4.8
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org";
+license=("GPL")
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+   'perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('86aed922fc99aee0498f864f18d9be96')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}


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

2015-01-28 Thread Sergej Pupykin
Date: Wednesday, January 28, 2015 @ 12:03:03
  Author: spupykin
Revision: 126691

upgpkg: python-docs 3.4.2-2

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:02:57 UTC (rev 126690)
+++ PKGBUILD2015-01-28 11:03:03 UTC (rev 126691)
@@ -4,7 +4,7 @@
 
 pkgname=python-docs
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
 url="http://docs.python.org/py3k/";
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('4cf953253ed9fd0f64fac5d49e7d806f')
+md5sums=('83e28d25143dce6851c2aaed1705a556')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html


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

2015-01-28 Thread Sergej Pupykin
Date: Wednesday, January 28, 2015 @ 12:02:49
  Author: spupykin
Revision: 126689

upgpkg: bugzilla 4.4.8-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 09:29:22 UTC (rev 126688)
+++ PKGBUILD2015-01-28 11:02:49 UTC (rev 126689)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bugzilla
-pkgver=4.4.7
+pkgver=4.4.8
 pkgrel=1
 pkgdesc="bug tracker"
 arch=('any')
@@ -27,7 +27,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('0af1be1eb251990e98510edc5317e821')
+md5sums=('86aed922fc99aee0498f864f18d9be96')
 
 package() {
   cd $srcdir


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

2015-01-28 Thread Daniel Micay
Date: Wednesday, January 28, 2015 @ 10:29:22
  Author: thestinger
Revision: 126688

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 126687, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 126687, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 126687, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 126687, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 126687, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 126687, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 126687, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 126687, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 126687, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 126687, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 126687, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 126687, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  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/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  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  
  |  654 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |14718 ++
 /config.x86_64 
  |14140 +
 /linux-grsec.install   
  |  110 
 /linux.preset  
  |   28 
 community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
  |   79 
 community-i686/PKGBUILD
  |  332 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7358 
 community-i686/config.x86_64   
  | 7069 
 community-i686/linux-grsec.install 
  |   55 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
 |   79 
 community-x86_64/PKGBUILD  
  |  332 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 community-x86_64/config
  | 7358 
 community-x86_64/config.x86_64 
  | 7069 
 community-x86_64/linux-grsec.install   
  |   55 
 community-x86_64/linux.preset  
  |   14 
 20 files changed, 29672 insertions(+), 29836 deletions(-)

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


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

2015-01-28 Thread Daniel Micay
Date: Wednesday, January 28, 2015 @ 10:28:21
  Author: thestinger
Revision: 126687

upgpkg: linux-grsec 3.18.4.201501272307-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
Deleted:
  
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch

-+
 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch |   79 
--
 PKGBUILD|   19 --
 config  |3 
 config.x86_64   |3 
 4 files changed, 11 insertions(+), 93 deletions(-)

Deleted: 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
===
--- 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
2015-01-28 09:13:17 UTC (rev 126686)
+++ 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
2015-01-28 09:28:21 UTC (rev 126687)
@@ -1,79 +0,0 @@
-From d472fcc8379c062bd56a3876fc6ef22258f14a91 Mon Sep 17 00:00:00 2001
-From: Daniel Vetter 
-Date: Mon, 24 Nov 2014 11:12:42 +0100
-Subject: [PATCH] drm/i915: Disallow pin ioctl completely for kms drivers
-
-The problem here is that SNA pins batchbuffers to etch out a bit more
-performance. Iirc it started out as a w/a for i830M (which we've
-implemented in the kernel since a long time already). The problem is
-that the pin ioctl wasn't added in
-
-commit d23db88c3ab233daed18709e3a24d6c95344117f
-Author: Chris Wilson 
-Date:   Fri May 23 08:48:08 2014 +0200
-
-drm/i915: Prevent negative relocation deltas from wrapping
-
-Fix this by simply disallowing pinning from userspace so that the
-kernel is in full control of batch placement again. Especially since
-distros are moving towards running X as non-root, so most users won't
-even be able to see any benefits.
-
-UMS support is dead now, but we need this minimal patch for
-backporting. Follow-up patch will remove the pin ioctl code
-completely.
-
-Note to backporters: You must have both
-
-commit b45305fce5bb1abec263fcff9d81ebecd6306ede
-Author: Daniel Vetter 
-Date:   Mon Dec 17 16:21:27 2012 +0100
-
-drm/i915: Implement workaround for broken CS tlb on i830/845
-
-which laned in 3.8 and
-
-commit c4d69da167fa967749aeb70bc0e94a457e5d00c1
-Author: Chris Wilson 
-Date:   Mon Sep 8 14:25:41 2014 +0100
-
-drm/i915: Evict CS TLBs between batches
-
-which is also marked cc: stable. Otherwise this could introduce a
-regression by disabling the userspace w/a without the kernel w/a being
-fully functional on i830/45.
-
-References: https://bugs.freedesktop.org/show_bug.cgi?id=76554#c116
-Cc: sta...@vger.kernel.org # requires c4d69da167fa967749a and v3.8
-Cc: Chris Wilson 
-Signed-off-by: Daniel Vetter 

- drivers/gpu/drm/i915/i915_gem.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index fd17cca..97b86a5 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -4263,7 +4263,7 @@ i915_gem_pin_ioctl(struct drm_device *dev, void *data,
-   struct drm_i915_gem_object *obj;
-   int ret;
- 
--  if (INTEL_INFO(dev)->gen >= 6)
-+  if (drm_core_check_feature(dev, DRIVER_MODESET))
-   return -ENODEV;
- 
-   ret = i915_mutex_lock_interruptible(dev);
-@@ -4319,6 +4319,9 @@ i915_gem_unpin_ioctl(struct drm_device *dev, void *data,
-   struct drm_i915_gem_object *obj;
-   int ret;
- 
-+  if (drm_core_check_feature(dev, DRIVER_MODESET))
-+  return -ENODEV;
-+
-   ret = i915_mutex_lock_interruptible(dev);
-   if (ret)
-   return ret;
--- 
-2.2.0
-

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 09:13:17 UTC (rev 126686)
+++ PKGBUILD2015-01-28 09:28:21 UTC (rev 126687)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.3
+_pkgver=3.18.4
 _grsecver=3.0
-_timestamp=201501211944
+_timestamp=201501272307
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -29,19 +29,17 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-'0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch'
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'564eed0dfd7aadeec97566da6d09f8636b6335882139cf6d42e45381276bb2d0'
+'57c74ba5266bb10be335a89d30480739b3de67b5a72b3e0b0d37a27775b1862a'
 'SKIP'
-'3b32e99637e05ddf98100a8e290fcbb67e689eb5405515c837541062e848df8b'
+'655d998d6436c84e630696a94f9f53d0036fed82d5ff02119db2ab9e37db835f'
   

[arch-commits] Commit in mysql-workbench/trunk (12 files)

2015-01-28 Thread Christian Hesse
Date: Wednesday, January 28, 2015 @ 10:13:17
  Author: eworm
Revision: 126686

upgpkg: mysql-workbench 6.2.4-7

* clean up patches
* add fix for schema and table inspector

Added:
  mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/trunk/0002-mysql-workbench-ctemplate.patch
  mysql-workbench/trunk/0003-mysql-workbench-keyring.patch
  mysql-workbench/trunk/0004-mysql-workbench-paramiko.patch
  mysql-workbench/trunk/0005-mysql-workbench-py-append.patch
  mysql-workbench/trunk/0006-mysql-workbench-column-label.patch
Modified:
  mysql-workbench/trunk/PKGBUILD
Deleted:
  mysql-workbench/trunk/mysql-workbench-ctemplate.patch
  mysql-workbench/trunk/mysql-workbench-keyring.patch
  mysql-workbench/trunk/mysql-workbench-no-check-for-updates.patch
  mysql-workbench/trunk/mysql-workbench-paramiko.patch
  mysql-workbench/trunk/mysql-workbench-py-append.patch

-+
 0001-mysql-workbench-no-check-for-updates.patch |   21 ++
 0002-mysql-workbench-ctemplate.patch|   31 +++
 0003-mysql-workbench-keyring.patch  |   17 
 0004-mysql-workbench-paramiko.patch |   23 +++
 0005-mysql-workbench-py-append.patch|   18 +
 0006-mysql-workbench-column-label.patch |   44 ++
 PKGBUILD|   35 ++---
 mysql-workbench-ctemplate.patch |   29 --
 mysql-workbench-keyring.patch   |   17 
 mysql-workbench-no-check-for-updates.patch  |   21 --
 mysql-workbench-paramiko.patch  |   22 ---
 mysql-workbench-py-append.patch |   33 
 12 files changed, 174 insertions(+), 137 deletions(-)

Added: 0001-mysql-workbench-no-check-for-updates.patch
===
--- 0001-mysql-workbench-no-check-for-updates.patch 
(rev 0)
+++ 0001-mysql-workbench-no-check-for-updates.patch 2015-01-28 09:13:17 UTC 
(rev 126686)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Added: 0002-mysql-workbench-ctemplate.patch
===
--- 0002-mysql-workbench-ctemplate.patch(rev 0)
+++ 0002-mysql-workbench-ctemplate.patch2015-01-28 09:13:17 UTC (rev 
126686)
@@ -0,0 +1,31 @@
+diff --git a/backend/wbpublic/sqlide/recordset_text_storage.cpp 
b/backend/wbpublic/sqlide/recordset_text_storage.cpp
+index d027308..1063498 100644
+--- a/backend/wbpublic/sqlide/recordset_text_storage.cpp
 b/backend/wbpublic/sqlide/recordset_text_storage.cpp
+@@ -203,7 +203,7 @@ void Recordset_text_storage::do_serialize(const Recordset 
*recordset, sqlite::co
+   if (!pre_tpl)
+ g_warning("Failed to open template file: `%s`", 
pre_tpl_path.c_str()); 
+   else
+-pre_tpl->ReloadIfChanged();
++ctemplate::Template::ReloadAllIfChanged();
+ }  
+ if (g_file_test((name+".post.tpl").c_str(), G_FILE_TEST_EXISTS))
+ {
+@@ -212,7 +212,7 @@ void Recordset_text_storage::do_serialize(const Recordset 
*recordset, sqlite::co
+   if (!post_tpl)
+ g_warning("Failed to open template file: `%s`", 
post_tpl_path.c_str());
+   else
+-post_tpl->ReloadIfChanged();
++ctemplate::Template::ReloadAllIfChanged();
+ }
+   }
+   
+@@ -221,7 +221,7 @@ void Recordset_text_storage::do_serialize(const Recordset 
*recordset, sqlite::co
+   throw std::runtime_error(strfmt("Failed to open output file: `%s`", 
_file_path.c_str()));
+   }
+ 
+-  tpl->ReloadIfChanged();
++  ctemplate::Template::ReloadAllIfChanged();
+ 
+   std::auto_ptr dict(new TemplateDictionary("/"));
+   BOOST_FOREACH (const Parameters::value_type ¶m, _parameters)

Added: 0003-mysql-workbench-keyring.patch
===
--- 0003-mysql-workbench-keyring.patch  (rev 0)
+++ 0003-mysql-workbench-keyring.patch  2015-01-28 09:13:17 UTC (rev 126686)
@@ -0,0 +1,17 @@
+diff --git a/frontend/linux/workbench/mysql-workbench.in 
b/frontend/linux/workbench/mysql-workbench.in
+index 77d60ac..6199b46 100755
+--- a/frontend/linux/workbench/mysql-workbench.in
 b/frontend/linux/workbench/mysql-workbench.in
+@@ -4,6 +4,12 @@
+ # This will cause passwords to be stored only temporarily for the session.
+ #WB_NO_GNOME_KEYRING=1
+ 
++# GNOME keyring does no longer export GNOME_KEYRING_CONTROL and MySQL 
Workbench
++# fails to detect it. So simply export here when execu

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

2015-01-28 Thread Antonio Rojas
Date: Wednesday, January 28, 2015 @ 09:32:29
  Author: arojas
Revision: 126685

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 126684, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 126684, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 126684, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 126684, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-i686/PKGBUILD
  clipgrab/repos/community-i686/clipgrab.desktop
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

---+
 /PKGBUILD |   64 
 /clipgrab.desktop |   26 ++
 community-i686/PKGBUILD   |   31 -
 community-i686/clipgrab.desktop   |   13 ---
 community-x86_64/PKGBUILD |   31 -
 community-x86_64/clipgrab.desktop |   13 ---
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-28 08:32:02 UTC (rev 126684)
+++ community-i686/PKGBUILD 2015-01-28 08:32:29 UTC (rev 126685)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.4.8
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=('i686' 'x86_64')
-url='http://clipgrab.de/en'
-license=('GPL3')
-depends=('qtwebkit')
-optdepends=('ffmpeg: for the conversion functionality')
-source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
-$pkgname.desktop)
-md5sums=('f15acc189a2bbf43fd0ed3a47e1d9ee0'
- '9a141791f6952917c441050c3dac81ce')
-
-build() {
-  cd $pkgname
-
-  qmake-qt4 clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 126684, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-28 08:32:29 UTC (rev 126685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.4.9
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=('i686' 'x86_64')
+url='http://clipgrab.de/en'
+license=('GPL3')
+depends=('qtwebkit')
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
+$pkgname.desktop)
+md5sums=('a4ef4bb2436265e5683a59d0c087d185'
+ '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-i686/clipgrab.desktop
===
--- community-i686/clipgrab.desktop 2015-01-28 08:32:02 UTC (rev 126684)
+++ community-i686/clipgrab.desktop 2015-01-28 08:32:29 UTC (rev 126685)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 126684, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2015-01-28 08:32:29 UTC (rev 126685)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-28 08:32:02 UTC (rev 12668

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

2015-01-28 Thread Antonio Rojas
Date: Wednesday, January 28, 2015 @ 09:32:02
  Author: arojas
Revision: 126684

Update to 3.4.9

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 07:09:59 UTC (rev 126683)
+++ PKGBUILD2015-01-28 08:32:02 UTC (rev 126684)
@@ -4,7 +4,7 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.4.8
+pkgver=3.4.9
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
 $pkgname.desktop)
-md5sums=('f15acc189a2bbf43fd0ed3a47e1d9ee0'
+md5sums=('a4ef4bb2436265e5683a59d0c087d185'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   qmake-qt4 clipgrab.pro
   make
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
   install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
   install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"


[arch-commits] Commit in plasma-nm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 09:04:37
  Author: andrea
Revision: 230176

archrelease: copy trunk to extra-x86_64

Added:
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 230175, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 08:03:53 UTC (rev 230175)
+++ PKGBUILD2015-01-28 08:04:37 UTC (rev 230176)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('1fdfbeffb564eb2b8edced364594c12f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 230175, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 08:04:37 UTC (rev 230176)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('1fdfbeffb564eb2b8edced364594c12f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in plasma-nm/repos/extra-i686 (PKGBUILD PKGBUILD)

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 09:03:53
  Author: andrea
Revision: 230175

archrelease: copy trunk to extra-i686

Added:
  plasma-nm/repos/extra-i686/PKGBUILD
(from rev 230174, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 08:03:14 UTC (rev 230174)
+++ PKGBUILD2015-01-28 08:03:53 UTC (rev 230175)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('1fdfbeffb564eb2b8edced364594c12f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 230174, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 08:03:53 UTC (rev 230175)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('1fdfbeffb564eb2b8edced364594c12f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-01-28 Thread Andrea Scarpino
Date: Wednesday, January 28, 2015 @ 09:03:14
  Author: andrea
Revision: 230174

add missing makedep

Modified:
  plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 07:49:48 UTC (rev 230173)
+++ PKGBUILD2015-01-28 08:03:14 UTC (rev 230174)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
 makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python')
+ 'python' 'kdelibs4support')
 optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
 'openconnect: Cisco AnyConnect VPN plugin')
 groups=('plasma')