[arch-commits] Commit in noto-fonts/repos (testing-any testing-any/PKGBUILD)

2017-01-14 Thread Jan Steffens
Date: Sunday, January 15, 2017 @ 00:43:09
  Author: heftig
Revision: 286382

archrelease: copy trunk to testing-any

Added:
  noto-fonts/repos/testing-any/
  noto-fonts/repos/testing-any/PKGBUILD
(from rev 286381, noto-fonts/trunk/PKGBUILD)

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

Copied: noto-fonts/repos/testing-any/PKGBUILD (from rev 286381, 
noto-fonts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-01-15 00:43:09 UTC (rev 286382)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2017-01-12
+_commit=721e63c04fa8fb8b4d7c1c908e68e721317d8b53  # master
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(custom:SIL)
+provides=(ttf-font)
+#source=("$pkgbase-$_pkgver.tar.gz::https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz";)
+sha256sums=('a36a76566381d6f2b72cf4831c3d052804beb63ad94fa3ff4a6cae3412a50202')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
+
+  cd $pkgbase-*/
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 unhinted/Noto*.tt[fc] "$pkgdir"/usr/share/fonts/noto
+  install -m644 hinted/Noto*.tt[fc] "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/noto-fonts/LICENSE
+
+  # Already in NotoSans-*.ttc
+  rm "$pkgdir"/usr/share/fonts/noto/NotoSans{,UI}-*.ttf
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 hinted/{Arimo,Cousine,Tinos}*.ttf "$pkgdir"/usr/share/fonts/TTF
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/ttf-croscore/LICENSE
+}


[arch-commits] Commit in noto-fonts-cjk/repos (testing-any testing-any/PKGBUILD)

2017-01-14 Thread Jan Steffens
Date: Sunday, January 15, 2017 @ 00:42:52
  Author: heftig
Revision: 286381

archrelease: copy trunk to testing-any

Added:
  noto-fonts-cjk/repos/testing-any/
  noto-fonts-cjk/repos/testing-any/PKGBUILD
(from rev 286380, noto-fonts-cjk/trunk/PKGBUILD)

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

Copied: noto-fonts-cjk/repos/testing-any/PKGBUILD (from rev 286380, 
noto-fonts-cjk/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-01-15 00:42:52 UTC (rev 286381)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-cjk
+pkgver=1.004
+pkgrel=4
+pkgdesc="Google Noto CJK fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(custom:SIL)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
+sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  bsdtar -C "$pkgdir/usr/share/fonts/noto" -xf 
noto-cjk-$pkgver/NotoSansCJK.ttc.zip
+  install -Dm644 noto-cjk-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

2017-01-14 Thread Jan Steffens
Date: Sunday, January 15, 2017 @ 00:42:15
  Author: heftig
Revision: 286380

1.004-4: Use "Super OTF" format (see README.formats)

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 00:41:13 UTC (rev 286379)
+++ PKGBUILD2017-01-15 00:42:15 UTC (rev 286380)
@@ -3,17 +3,16 @@
 
 pkgname=noto-fonts-cjk
 pkgver=1.004
-pkgrel=3
+pkgrel=4
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:SIL)
-depends=(fontconfig)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
 sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-$pkgver/*.ttc "$pkgdir"/usr/share/fonts/noto
+  bsdtar -C "$pkgdir/usr/share/fonts/noto" -xf 
noto-cjk-$pkgver/NotoSansCJK.ttc.zip
   install -Dm644 noto-cjk-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-01-14 Thread Jan Steffens
Date: Sunday, January 15, 2017 @ 00:41:13
  Author: heftig
Revision: 286379

20170112-1: Ship unhinted scripts and use TTCs

Modified:
  noto-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 21:37:57 UTC (rev 286378)
+++ PKGBUILD2017-01-15 00:41:13 UTC (rev 286379)
@@ -3,33 +3,37 @@
 
 pkgbase=noto-fonts
 pkgname=(noto-fonts ttf-croscore)
-_pkgver=2016-12-21
-_commit=e5782aa
+_pkgver=2017-01-12
+_commit=721e63c04fa8fb8b4d7c1c908e68e721317d8b53  # master
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
+license=(custom:SIL)
 provides=(ttf-font)
-#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('9a0463b9922eaff3d64786982645e4027b6390c1e0cb870a7c9747ed364d387f')
+#source=("$pkgbase-$_pkgver.tar.gz::https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz";)
+sha256sums=('a36a76566381d6f2b72cf4831c3d052804beb63ad94fa3ff4a6cae3412a50202')
 
 package_noto-fonts() {
   optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
 
+  cd $pkgbase-*/
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 unhinted/Noto*.tt[fc] "$pkgdir"/usr/share/fonts/noto
+  install -m644 hinted/Noto*.tt[fc] "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/noto-fonts/LICENSE
+
+  # Already in NotoSans-*.ttc
+  rm "$pkgdir"/usr/share/fonts/noto/NotoSans{,UI}-*.ttf
 }
 
 package_ttf-croscore() {
   pkgdesc='Chrome OS core fonts'
 
-  cd $pkgbase-*/hinted
+  cd $pkgbase-*/
   mkdir -p "$pkgdir"/usr/share/fonts/TTF
-  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
+  install -m644 hinted/{Arimo,Cousine,Tinos}*.ttf "$pkgdir"/usr/share/fonts/TTF
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/ttf-croscore/LICENSE
 }
-
-


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

2017-01-14 Thread Jan Steffens
Date: Saturday, January 14, 2017 @ 23:25:33
  Author: heftig
Revision: 207433

extra/ruby is at 2.4.0

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 22:33:54 UTC (rev 207432)
+++ PKGBUILD2017-01-14 23:25:33 UTC (rev 207433)
@@ -60,7 +60,7 @@
   DESTDIR="$pkgdir" rake install
 
   mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.3.0 "$pkgdir/usr/share/ri/2.3"
+  ln -s 2.4.0 "$pkgdir/usr/share/ri/2.3"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
 


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:33:47
  Author: demize
Revision: 207431

upgpkg: python-bleach 1.5.0-3

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 22:26:57 UTC (rev 207430)
+++ PKGBUILD2017-01-14 22:33:47 UTC (rev 207431)
@@ -10,12 +10,14 @@
 arch=('any')
 license=('Apache')
 
-depends=('python2-html5lib-git')
-makedepends=('python2-setuptools')
+makedepends=('python-setuptools'
+ 'python-html5lib'
+ 'python2-setuptools'
+ 'python2-html5lib')
 
-source=("python-bleach-$pkgver.tar.gz::https://github.com/mozilla/bleach/archive/v$pkgver.tar.gz";)
+source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz";)
 
-md5sums=('c2b7c8c189ff86670a6e6edc3c86a63a')
+md5sums=('b663300efdf421b3b727b19d7be9c7e7')
 
 prepare() {
cp -a bleach-$pkgver{,-python2}
@@ -30,11 +32,15 @@
 }
 
 package_python-bleach() {
+   depends=('python-html5lib')
+
cd "$srcdir"/bleach-$pkgver
-   python setup.py install --root="${pkgdir}" --optimize=1
+   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python-bleach() {
+package_python2-bleach() {
+   depends=('python2-html5lib')
+
cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1
+   python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:33:54
  Author: demize
Revision: 207432

archrelease: copy trunk to community-any

Added:
  python-bleach/repos/community-any/
  python-bleach/repos/community-any/PKGBUILD
(from rev 207431, python-bleach/trunk/PKGBUILD)

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

Copied: python-bleach/repos/community-any/PKGBUILD (from rev 207431, 
python-bleach/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-14 22:33:54 UTC (rev 207432)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=1.5.0
+pkgrel=3
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="http://pypi.python.org/pypi/bleach";
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python-html5lib'
+ 'python2-setuptools'
+ 'python2-html5lib')
+
+source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz";)
+
+md5sums=('b663300efdf421b3b727b19d7be9c7e7')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-bleach() {
+   depends=('python-html5lib')
+
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+   depends=('python2-html5lib')
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:26:57
  Author: demize
Revision: 207430

python-bleach: Import PKGBUILD

Added:
  python-bleach/repos/
  python-bleach/trunk/
  python-bleach/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 22:26:57 UTC (rev 207430)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=1.5.0
+pkgrel=3
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="http://pypi.python.org/pypi/bleach";
+arch=('any')
+license=('Apache')
+
+depends=('python2-html5lib-git')
+makedepends=('python2-setuptools')
+
+source=("python-bleach-$pkgver.tar.gz::https://github.com/mozilla/bleach/archive/v$pkgver.tar.gz";)
+
+md5sums=('c2b7c8c189ff86670a6e6edc3c86a63a')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-bleach() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-bleach() {
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (python-bleach)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:22:52
  Author: demize
Revision: 207429

mkdir python-bleach

Added:
  python-bleach/


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:21:00
  Author: demize
Revision: 207427

upgpkg: python-signedjson 1.0.0-2

Modified:
  python-signedjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 22:20:30 UTC (rev 207426)
+++ PKGBUILD2017-01-14 22:21:00 UTC (rev 207427)
@@ -4,7 +4,7 @@
 pkgbase=python-signedjson
 pkgname=(python-signedjson python2-signedjson)
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Sign JSON with Ed25519 signatures'
 url='https://pypi.python.org/pypi/signedjson/'


[arch-commits] Commit in python-signedjson/repos (2 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:21:04
  Author: demize
Revision: 207428

archrelease: copy trunk to community-any

Added:
  python-signedjson/repos/community-any/
  python-signedjson/repos/community-any/PKGBUILD
(from rev 207427, python-signedjson/trunk/PKGBUILD)

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

Copied: python-signedjson/repos/community-any/PKGBUILD (from rev 207427, 
python-signedjson/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-14 22:21:04 UTC (rev 207428)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-signedjson
+pkgname=(python-signedjson python2-signedjson)
+pkgver=1.0.0
+pkgrel=2
+
+pkgdesc='Sign JSON with Ed25519 signatures'
+url='https://pypi.python.org/pypi/signedjson/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("python-signedjson-$pkgver.tar.gz::https://github.com/matrix-org/python-signedjson/archive/v$pkgver.tar.gz";)
+
+md5sums=('2b74a01472afe3465db1eecbcecd663b')
+
+prepare() {
+   cp -a python-signedjson-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-signedjson-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-signedjson-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-signedjson() {
+   depends=('python')
+
+   cd python-signedjson-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-signedjson() {
+   depends=('python2')
+
+   cd python-signedjson-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:20:30
  Author: demize
Revision: 207426

python-signedjson: Import PKGBUILD

Added:
  python-signedjson/repos/
  python-signedjson/trunk/
  python-signedjson/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 22:20:30 UTC (rev 207426)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-signedjson
+pkgname=(python-signedjson python2-signedjson)
+pkgver=1.0.0
+pkgrel=1
+
+pkgdesc='Sign JSON with Ed25519 signatures'
+url='https://pypi.python.org/pypi/signedjson/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("python-signedjson-$pkgver.tar.gz::https://github.com/matrix-org/python-signedjson/archive/v$pkgver.tar.gz";)
+
+md5sums=('2b74a01472afe3465db1eecbcecd663b')
+
+prepare() {
+   cp -a python-signedjson-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-signedjson-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-signedjson-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-signedjson() {
+   depends=('python')
+
+   cd python-signedjson-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-signedjson() {
+   depends=('python2')
+
+   cd python-signedjson-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


[arch-commits] Commit in (python-signedjson)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:18:32
  Author: demize
Revision: 207425

mkdir python-signedjson

Added:
  python-signedjson/


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:16:20
  Author: demize
Revision: 207423

upgpkg: python-unpaddedbase64 1.1.0-2

Modified:
  python-unpaddedbase64/trunk/PKGBUILD  (properties)

Index: python-unpaddedbase64/trunk/PKGBUILD
===
--- python-unpaddedbase64/trunk/PKGBUILD2017-01-14 22:15:13 UTC (rev 
207422)
+++ python-unpaddedbase64/trunk/PKGBUILD2017-01-14 22:16:20 UTC (rev 
207423)

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


[arch-commits] Commit in python-unpaddedbase64/repos (2 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:16:27
  Author: demize
Revision: 207424

archrelease: copy trunk to community-any

Added:
  python-unpaddedbase64/repos/community-any/
  python-unpaddedbase64/repos/community-any/PKGBUILD
(from rev 207423, python-unpaddedbase64/trunk/PKGBUILD)

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

Copied: python-unpaddedbase64/repos/community-any/PKGBUILD (from rev 207423, 
python-unpaddedbase64/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-14 22:16:27 UTC (rev 207424)
@@ -0,0 +1,47 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-unpaddedbase64
+pkgname=(python-unpaddedbase64 python2-unpaddedbase64)
+pkgver=1.1.0
+pkgrel=2
+
+pkgdesc='Unpadded Base64'
+url='https://pypi.python.org/pypi/unpaddedbase64/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("python-unpaddedbase64-${pkgver}.tar.gz::https://github.com/matrix-org/python-unpaddedbase64/archive/v$pkgver.tar.gz";)
+
+md5sums=('e765e946f15e84eeb0dc512259a7d15b')
+
+prepare() {
+   cp -a python-unpaddedbase64-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-unpaddedbase64-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-unpaddedbase64-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-unpaddedbase64() {
+   depends=('python')
+
+   cd python-unpaddedbase64-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-unpaddedbase64() {
+   depends=('python2')
+
+   cd python-unpaddedbase64-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:15:13
  Author: demize
Revision: 207422

python-unpaddedbase64: Import PKGBUILD

Added:
  python-unpaddedbase64/repos/
  python-unpaddedbase64/trunk/
  python-unpaddedbase64/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 22:15:13 UTC (rev 207422)
@@ -0,0 +1,47 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-unpaddedbase64
+pkgname=(python-unpaddedbase64 python2-unpaddedbase64)
+pkgver=1.1.0
+pkgrel=2
+
+pkgdesc='Unpadded Base64'
+url='https://pypi.python.org/pypi/unpaddedbase64/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("python-unpaddedbase64-${pkgver}.tar.gz::https://github.com/matrix-org/python-unpaddedbase64/archive/v$pkgver.tar.gz";)
+
+md5sums=('e765e946f15e84eeb0dc512259a7d15b')
+
+prepare() {
+   cp -a python-unpaddedbase64-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-unpaddedbase64-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-unpaddedbase64-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-unpaddedbase64() {
+   depends=('python')
+
+   cd python-unpaddedbase64-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-unpaddedbase64() {
+   depends=('python2')
+
+   cd python-unpaddedbase64-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


[arch-commits] Commit in (python-unpaddedbase64)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:13:03
  Author: demize
Revision: 207421

mkdir python-unpaddedbase64

Added:
  python-unpaddedbase64/


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:09:02
  Author: demize
Revision: 207419

upgpkg: python-canonicaljson 1.0.0-2

Modified:
  python-canonicaljson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 22:04:26 UTC (rev 207418)
+++ PKGBUILD2017-01-14 22:09:02 UTC (rev 207419)
@@ -4,7 +4,7 @@
 pkgbase=python-canonicaljson
 pkgname=(python-canonicaljson python2-canonicaljson)
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Canonical JSON'
 url='https://pypi.python.org/pypi/canonicaljson/'


[arch-commits] Commit in python-canonicaljson (3 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:09:14
  Author: demize
Revision: 207420

archrelease: copy trunk to community-any

Added:
  python-canonicaljson/repos/
  python-canonicaljson/repos/community-any/
  python-canonicaljson/repos/community-any/PKGBUILD
(from rev 207419, python-canonicaljson/trunk/PKGBUILD)

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

Copied: python-canonicaljson/repos/community-any/PKGBUILD (from rev 207419, 
python-canonicaljson/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-01-14 22:09:14 UTC (rev 207420)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-canonicaljson
+pkgname=(python-canonicaljson python2-canonicaljson)
+pkgver=1.0.0
+pkgrel=2
+
+pkgdesc='Canonical JSON'
+url='https://pypi.python.org/pypi/canonicaljson/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python-simplejson'
+ 'python-frozendict'
+
+ 'python2-setuptools'
+ 'python2-simplejson'
+ 'python2-frozendict')
+
+source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz";)
+
+md5sums=('9bfe11414b3818908bc0be7dbf3cf76c')
+
+prepare() {
+   cp -a python-canonicaljson-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-canonicaljson-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-canonicaljson-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-canonicaljson() {
+   depends=('python' 'python-simplejson' 'python-frozendict')
+
+   cd python-canonicaljson-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-canonicaljson() {
+   depends=('python2' 'python2-simplejson' 'python2-frozendict')
+
+   cd python-canonicaljson-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:04:26
  Author: demize
Revision: 207418

python-canonicaljson: Import PKGBUILD

Added:
  python-canonicaljson/trunk/
  python-canonicaljson/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 22:04:26 UTC (rev 207418)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-canonicaljson
+pkgname=(python-canonicaljson python2-canonicaljson)
+pkgver=1.0.0
+pkgrel=1
+
+pkgdesc='Canonical JSON'
+url='https://pypi.python.org/pypi/canonicaljson/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python-simplejson'
+ 'python-frozendict'
+
+ 'python2-setuptools'
+ 'python2-simplejson'
+ 'python2-frozendict')
+
+source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz";)
+
+md5sums=('9bfe11414b3818908bc0be7dbf3cf76c')
+
+prepare() {
+   cp -a python-canonicaljson-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-canonicaljson-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-canonicaljson-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-canonicaljson() {
+   depends=('python' 'python-simplejson' 'python-frozendict')
+
+   cd python-canonicaljson-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-canonicaljson() {
+   depends=('python2' 'python2-simplejson' 'python2-frozendict')
+
+   cd python-canonicaljson-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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


[arch-commits] Commit in (python-canonicaljson)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 22:01:21
  Author: demize
Revision: 207417

mkdir python-canonicaljson

Added:
  python-canonicaljson/


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 21:37:57
  Author: arojas
Revision: 286378

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 286377, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
(from rev 286377, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-i686/qtwebengine-5.7.0-icu58.patch
(from rev 286377, qt5-webengine/kde-unstable/qtwebengine-5.7.0-icu58.patch)
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 286377, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
(from rev 286377, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-5.7.0-icu58.patch
(from rev 286377, qt5-webengine/kde-unstable/qtwebengine-5.7.0-icu58.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
  qt5-webengine/repos/kde-unstable-i686/qtwebengine-5.7.0-icu58.patch
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-5.7.0-icu58.patch

---+
 /PKGBUILD |  114 ++
 /qt5-webengine-nss.patch  |   62 +
 /qtwebengine-5.7.0-icu58.patch|  210 
 kde-unstable-i686/PKGBUILD|   57 -
 kde-unstable-i686/qt5-webengine-nss.patch |   31 --
 kde-unstable-i686/qtwebengine-5.7.0-icu58.patch   |  105 --
 kde-unstable-x86_64/PKGBUILD  |   57 -
 kde-unstable-x86_64/qt5-webengine-nss.patch   |   31 --
 kde-unstable-x86_64/qtwebengine-5.7.0-icu58.patch |  105 --
 9 files changed, 386 insertions(+), 386 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2017-01-14 21:36:53 UTC (rev 286377)
+++ kde-unstable-i686/PKGBUILD  2017-01-14 21:37:57 UTC (rev 286378)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.8.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx'
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 
'ffmpeg')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch
-qtwebengine-5.7.0-icu58.patch)
-
-md5sums=('5082dcec71380318301b61b2144317a6'
- '2a1610b34204102938a24154a52e5571'
- '9d225d1bf83ea45dbf6556d30d35fcb8')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
-  cd ${_pkgfqn}
- # patch -p1 -i ../qt5-webengine-nss.patch
-
-  # Fix build with ICU 58 (gentoo)
-  patch -p1 -i "$srcdir"/qtwebengine-5.7.0-icu58.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg use_system_icu" ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-i686/PKGBUILD (from rev 286377, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-14 21:37:57 UTC (rev 286378)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.8.0-rc
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'li

[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 21:36:53
  Author: arojas
Revision: 286377

protobuf 3.1.0 rebuild

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 21:03:17 UTC (rev 286376)
+++ PKGBUILD2017-01-14 21:36:53 UTC (rev 286377)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.8.0-rc
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2017-01-14 Thread Jan Steffens
Date: Saturday, January 14, 2017 @ 21:03:17
  Author: heftig
Revision: 286376

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 286375, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 21:01:57 UTC (rev 286375)
+++ PKGBUILD2017-01-14 21:03:17 UTC (rev 286376)
@@ -1,38 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="Adwaita icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
-makedepends=('intltool' 'gnome-common' 'git' 'gtk3')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-options=('!emptydirs')
-_commit=00bc0b453d858bed3f2fe0538a016c6449fc20d3
-source=("git://git.gnome.org/adwaita-icon-theme#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-cd $pkgname
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $pkgname
-make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 286375, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 21:03:17 UTC (rev 286376)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.22.0+1+g58cd459e
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://git.gnome.org/browse/adwaita-icon-theme";
+arch=(any)
+license=(LGPL3 CCPL:cc-by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(intltool git gtk3)
+groups=(gnome)
+_commit=58cd459e1fdba84f3c7e745636188750ad6d44c8  # gnome-3-22
+source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-01-14 Thread Jan Steffens
Date: Saturday, January 14, 2017 @ 21:01:57
  Author: heftig
Revision: 286375

3.22.0+1+g58cd459e-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:41:42 UTC (rev 286374)
+++ PKGBUILD2017-01-14 21:01:57 UTC (rev 286375)
@@ -1,19 +1,19 @@
-# Maintainer: Lukas Fleischer 
+# $Id$
+# Contributor: Lukas Fleischer 
 # Contributor: Jan de Groot 
 
 pkgname=adwaita-icon-theme
-pkgver=3.22.0
+pkgver=3.22.0+1+g58cd459e
 pkgrel=1
-pkgdesc="Adwaita icon theme"
+pkgdesc="GNOME standard icons"
+url="https://git.gnome.org/browse/adwaita-icon-theme";
 arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
-makedepends=('intltool' 'gnome-common' 'git' 'gtk3')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-options=('!emptydirs')
-_commit=00bc0b453d858bed3f2fe0538a016c6449fc20d3
-source=("git://git.gnome.org/adwaita-icon-theme#commit=$_commit")
+license=(LGPL3 CCPL:cc-by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(intltool git gtk3)
+groups=(gnome)
+_commit=58cd459e1fdba84f3c7e745636188750ad6d44c8  # gnome-3-22
+source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -23,16 +23,16 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fvi
 }
   
 build() {
-cd $pkgname
-./configure --prefix=/usr
-make
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-cd $pkgname
-make DESTDIR="$pkgdir" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in python-frozendict/repos (2 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:40:02
  Author: demize
Revision: 207414

archrelease: copy trunk to community-any

Added:
  python-frozendict/repos/community-any/
  python-frozendict/repos/community-any/PKGBUILD
(from rev 207413, python-frozendict/trunk/PKGBUILD)

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

Copied: python-frozendict/repos/community-any/PKGBUILD (from rev 207413, 
python-frozendict/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-14 20:40:02 UTC (rev 207414)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-frozendict
+pkgname=(python-frozendict python2-frozendict)
+pkgver=1.2
+pkgrel=2
+
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz";)
+
+md5sums=('483ce6ddfe68ca197bc123aaafebf9ab')
+
+prepare() {
+   cp -a frozendict-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/frozendict-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/frozendict-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-frozendict() {
+   depends=('python' 'python-setuptools')
+
+   cd frozendict-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-frozendict() {
+   depends=('python2' 'python2-setuptools')
+
+   cd frozendict-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:39:08
  Author: demize
Revision: 207413

python-frozendict: Import PKGBUILD

Added:
  python-frozendict/repos/
  python-frozendict/trunk/
  python-frozendict/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 20:39:08 UTC (rev 207413)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-frozendict
+pkgname=(python-frozendict python2-frozendict)
+pkgver=1.2
+pkgrel=2
+
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz";)
+
+md5sums=('483ce6ddfe68ca197bc123aaafebf9ab')
+
+prepare() {
+   cp -a frozendict-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/frozendict-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/frozendict-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-frozendict() {
+   depends=('python' 'python-setuptools')
+
+   cd frozendict-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-frozendict() {
+   depends=('python2' 'python2-setuptools')
+
+   cd frozendict-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


[arch-commits] Commit in (python-frozendict)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:37:35
  Author: demize
Revision: 207412

mkdir python-frozendict

Added:
  python-frozendict/


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:31:46
  Author: demize
Revision: 207411

archrelease: copy trunk to community-any

Added:
  python-daemonize/repos/community-any/
  python-daemonize/repos/community-any/PKGBUILD
(from rev 207410, python-daemonize/trunk/PKGBUILD)

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

Copied: python-daemonize/repos/community-any/PKGBUILD (from rev 207410, 
python-daemonize/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-14 20:31:46 UTC (rev 207411)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-daemonize
+pkgname=(python-daemonize python2-daemonize)
+pkgver=2.4.7
+pkgrel=2
+
+pkgdesc='Library to enable your code run as a daemon process on Unix-like 
systems'
+url='https://pypi.python.org/pypi/daemonize/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz";)
+
+md5sums=('6759005b12dfeea0d4305f8536b4b0c2')
+
+prepare() {
+   cp -a daemonize-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/daemonize-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/daemonize-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-daemonize() {
+   depends=('python')
+
+   cd daemonize-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-daemonize() {
+   depends=('python2')
+
+   cd daemonize-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:30:30
  Author: demize
Revision: 207410

python-daemonize: Import PKGBUILD

Added:
  python-daemonize/repos/
  python-daemonize/trunk/
  python-daemonize/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 20:30:30 UTC (rev 207410)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-daemonize
+pkgname=(python-daemonize python2-daemonize)
+pkgver=2.4.7
+pkgrel=2
+
+pkgdesc='Library to enable your code run as a daemon process on Unix-like 
systems'
+url='https://pypi.python.org/pypi/daemonize/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz";)
+
+md5sums=('6759005b12dfeea0d4305f8536b4b0c2')
+
+prepare() {
+   cp -a daemonize-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/daemonize-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/daemonize-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-daemonize() {
+   depends=('python')
+
+   cd daemonize-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-daemonize() {
+   depends=('python2')
+
+   cd daemonize-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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


[arch-commits] Commit in (python-daemonize)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:28:02
  Author: demize
Revision: 207409

Initial add of python-daemonize

Added:
  python-daemonize/


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:24:31
  Author: demize
Revision: 207408

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

Added:
  python-pynacl/repos/community-i686/
  python-pynacl/repos/community-i686/PKGBUILD
(from rev 207407, python-pynacl/trunk/PKGBUILD)
  python-pynacl/repos/community-x86_64/
  python-pynacl/repos/community-x86_64/PKGBUILD
(from rev 207407, python-pynacl/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   54 
 community-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: python-pynacl/repos/community-i686/PKGBUILD (from rev 207407, 
python-pynacl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 20:24:31 UTC (rev 207408)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.0.1
+pkgrel=3
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
+
+md5sums=('12fd03d8ce64e0318cb1c69272f17704')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pynacl/repos/community-x86_64/PKGBUILD (from rev 207407, 
python-pynacl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 20:24:31 UTC (rev 207408)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.0.1
+pkgrel=3
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
+
+md5sums=('12fd03d8ce64e0318cb1c69272f17704')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:21:40
  Author: demize
Revision: 207407

Import PKGBUILd

Added:
  python-pynacl/repos/
  python-pynacl/trunk/
  python-pynacl/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2017-01-14 20:21:40 UTC (rev 207407)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.0.1
+pkgrel=3
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
+
+md5sums=('12fd03d8ce64e0318cb1c69272f17704')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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


[arch-commits] Commit in (python-pynacl)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 20:20:56
  Author: demize
Revision: 207406

Start import of pynacl

Added:
  python-pynacl/


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:14:56
  Author: arojas
Revision: 207405

archrelease: copy trunk to community-any

Added:
  vim-bufexplorer/repos/community-any/PKGBUILD
(from rev 207404, vim-bufexplorer/trunk/PKGBUILD)
Deleted:
  vim-bufexplorer/repos/community-any/PKGBUILD
  vim-bufexplorer/repos/community-any/vimdoc.install

+
 PKGBUILD   |   53 ++---
 vimdoc.install |   14 --
 2 files changed, 26 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 19:14:24 UTC (rev 207404)
+++ PKGBUILD2017-01-14 19:14:56 UTC (rev 207405)
@@ -1,27 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin 
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.6
-pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42";
-license=('BSD')
-depends=('vim>=7.0')
-makedepends=('git')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
-md5sums=('SKIP')
-
-package() {
-   cd ${srcdir}/bufexplorer
-
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 207404, 
vim-bufexplorer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 19:14:56 UTC (rev 207405)
@@ -0,0 +1,26 @@
+#$Id$
+#Contributor: Aaron Griffin 
+#Maintainer: 
+
+pkgname=vim-bufexplorer
+pkgver=7.4.12
+pkgrel=1
+pkgdesc="A simple buffer list/switcher for vim "
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=42";
+license=('BSD')
+depends=('vim>=7.0')
+makedepends=('git')
+groups=('vim-plugins')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz";)
+md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
+
+package() {
+   cd bufexplorer-$pkgver
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
+   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2017-01-14 19:14:24 UTC (rev 207404)
+++ vimdoc.install  2017-01-14 19:14:56 UTC (rev 207405)
@@ -1,14 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in vim-bufexplorer/trunk (PKGBUILD vimdoc.install)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:14:24
  Author: arojas
Revision: 207404

Update to 7.4.12

Modified:
  vim-bufexplorer/trunk/PKGBUILD
Deleted:
  vim-bufexplorer/trunk/vimdoc.install

+
 PKGBUILD   |9 -
 vimdoc.install |   14 --
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 19:14:04 UTC (rev 207403)
+++ PKGBUILD2017-01-14 19:14:24 UTC (rev 207404)
@@ -3,7 +3,7 @@
 #Maintainer: 
 
 pkgname=vim-bufexplorer
-pkgver=7.4.6
+pkgver=7.4.12
 pkgrel=1
 pkgdesc="A simple buffer list/switcher for vim "
 arch=('any')
@@ -12,12 +12,11 @@
 depends=('vim>=7.0')
 makedepends=('git')
 groups=('vim-plugins')
-install=vimdoc.install
-source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
-md5sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz";)
+md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
 
 package() {
-   cd ${srcdir}/bufexplorer
+   cd bufexplorer-$pkgver
 
installpath="${pkgdir}/usr/share/vim/vimfiles"
 

Deleted: vimdoc.install
===
--- vimdoc.install  2017-01-14 19:14:04 UTC (rev 207403)
+++ vimdoc.install  2017-01-14 19:14:24 UTC (rev 207404)
@@ -1,14 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}


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

2017-01-14 Thread Levente Polyak
Date: Saturday, January 14, 2017 @ 19:14:04
  Author: anthraxx
Revision: 207403

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

Added:
  openscenegraph/repos/community-i686/PKGBUILD
(from rev 207402, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-i686/openscenegraph-ffmpeg3.patch
(from rev 207402, openscenegraph/trunk/openscenegraph-ffmpeg3.patch)
  openscenegraph/repos/community-x86_64/PKGBUILD
(from rev 207402, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-x86_64/openscenegraph-ffmpeg3.patch
(from rev 207402, openscenegraph/trunk/openscenegraph-ffmpeg3.patch)
Deleted:
  openscenegraph/repos/community-i686/PKGBUILD
  openscenegraph/repos/community-i686/openscenegraph-ffmpeg3.patch
  openscenegraph/repos/community-x86_64/PKGBUILD
  openscenegraph/repos/community-x86_64/openscenegraph-ffmpeg3.patch

---+
 /PKGBUILD |   88 ++
 /openscenegraph-ffmpeg3.patch |  314 
 community-i686/PKGBUILD   |   44 ---
 community-i686/openscenegraph-ffmpeg3.patch   |  157 
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/openscenegraph-ffmpeg3.patch |  157 
 6 files changed, 402 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 19:13:19 UTC (rev 207402)
+++ community-i686/PKGBUILD 2017-01-14 19:14:04 UTC (rev 207403)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.4.0
-pkgrel=4
-pkgdesc="An Open Source, high performance real-time graphics toolkit"
-arch=('i686' 'x86_64')
-license=('custom:OSGPL')
-url="http://www.openscenegraph.org";
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
-conflicts=('openthreads')
-provides=('openthreads')
-source=(http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
 openscenegraph-ffmpeg3.patch)
-md5sums=('a5e762c64373a46932e444f6f7332496'
- 'f8151db111ad492ea3bf93971f9a32a9')
-
-prepare() {
-  cd OpenSceneGraph-$pkgver
-# Fix build with ffmpeg 3.0 (Debian)
-  patch -p2 -i ../openscenegraph-ffmpeg3.patch
-}
-
-build() {
-  cd OpenSceneGraph-$pkgver
-#  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-#  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
-  [ $NOEXTRACT -eq 1 ] || cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd OpenSceneGraph-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
-}

Copied: openscenegraph/repos/community-i686/PKGBUILD (from rev 207402, 
openscenegraph/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 19:14:04 UTC (rev 207403)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.4.0
+pkgrel=5
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org";
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
 openscenegraph-ffmpeg3.patch)
+md5sums=('a5e762c64373a46932e444f6f7332496'
+ 'f8151db111ad492ea3bf93971f9a32a9')
+
+prepare() {
+  cd OpenSceneGraph-$pkgver
+# Fix build with ffmpeg 3.0 (Debian)
+  patch -p2 -i ../openscenegraph-ffmpeg3.patch
+}
+
+build() {
+  cd OpenSceneGraph-$pkgver
+#  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+#  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
+}

Deleted: community-i686/openscenegraph-ffmpeg3.patch
===
--- community-i686/openscenegraph-ffmpeg3.patch 2017

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

2017-01-14 Thread Levente Polyak
Date: Saturday, January 14, 2017 @ 19:13:19
  Author: anthraxx
Revision: 207402

upgpkg: openscenegraph 3.4.0-5 (libvncserver rebuild)

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 19:06:23 UTC (rev 207401)
+++ PKGBUILD2017-01-14 19:13:19 UTC (rev 207402)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:06:23
  Author: arojas
Revision: 207401

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

Added:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
(from rev 207400, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
(from rev 207400, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
(from rev 207400, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch
(from rev 207400, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |  108 ++
 /termcap-bad-ncurses-good.patch |   36 +++
 community-i686/PKGBUILD |   54 ---
 community-i686/termcap-bad-ncurses-good.patch   |   18 ---
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/termcap-bad-ncurses-good.patch |   18 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 19:05:54 UTC (rev 207400)
+++ community-i686/PKGBUILD 2017-01-14 19:06:23 UTC (rev 207401)
@@ -1,54 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace 
-# Contributor: jason ryan 
-# Contributor: AUR Perl 
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.34
-pkgrel=2
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
-'termcap-bad-ncurses-good.patch')
-md5sums=('c3afcf3fc989b2c0a5b6676c65d3a58e'
- 'a000706b89792f822b5ec20baa370910')
-
-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}/Term-ReadLine-Gnu-$pkgver"
-patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-}
-
-package() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  make pure_install PERL_INSTALL_ROOT="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-

Copied: perl-term-readline-gnu/repos/community-i686/PKGBUILD (from rev 207400, 
perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 19:06:23 UTC (rev 207401)
@@ -0,0 +1,54 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.35
+pkgrel=1
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
+'termcap-bad-ncurses-good.patch')
+md5sums=('514619d68bda1618da61b19d04b5cefe'
+ 'a000706b89792f822b5ec20baa370910')
+
+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}/Term-ReadLine-Gnu-$pkgver"
+patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+  export PE

[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:05:54
  Author: arojas
Revision: 207400

Update to 1.35

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 19:04:01 UTC (rev 207399)
+++ PKGBUILD2017-01-14 19:05:54 UTC (rev 207400)
@@ -6,8 +6,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.34
-pkgrel=2
+pkgver=1.35
+pkgrel=1
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
 'termcap-bad-ncurses-good.patch')
-md5sums=('c3afcf3fc989b2c0a5b6676c65d3a58e'
+md5sums=('514619d68bda1618da61b19d04b5cefe'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:03:30
  Author: arojas
Revision: 207398

Update to 3.22.6

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:33:20 UTC (rev 207397)
+++ PKGBUILD2017-01-14 19:03:30 UTC (rev 207398)
@@ -3,7 +3,7 @@
 
 _ver=3.22
 pkgname=mate-themes
-pkgver=${_ver}.5
+pkgver=${_ver}.6
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d8e516238bb297fd03688b9cbad37e3fc3762a91')
+sha1sums=('eef5bd16eba9772adbdc2dc7a6fbc1fb0d7c6fb7')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 19:04:01
  Author: arojas
Revision: 207399

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 207398, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 19:03:30 UTC (rev 207398)
+++ PKGBUILD2017-01-14 19:04:01 UTC (rev 207399)
@@ -1,31 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-_ver=3.22
-pkgname=mate-themes
-pkgver=${_ver}.5
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-'gtk-engine-murrine: for gtk2 themes'
-'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d8e516238bb297fd03688b9cbad37e3fc3762a91')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 207398, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 19:04:01 UTC (rev 207399)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+_ver=3.22
+pkgname=mate-themes
+pkgver=${_ver}.6
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+'gtk-engine-murrine: for gtk2 themes'
+'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('eef5bd16eba9772adbdc2dc7a6fbc1fb0d7c6fb7')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-01-14 Thread Jan Steffens
Date: Saturday, January 14, 2017 @ 18:41:42
  Author: heftig
Revision: 286374

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

Added:
  dconf-editor/repos/extra-i686/PKGBUILD
(from rev 286373, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 286373, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-i686/PKGBUILD
  dconf-editor/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-14 18:41:08 UTC (rev 286373)
+++ extra-i686/PKGBUILD 2017-01-14 18:41:42 UTC (rev 286374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/dconf";
-license=(GPL3)
-groups=(gnome)
-depends=(gtk3 dconf)
-makedepends=(vala intltool appstream-glib git)
-_commit=5af2445d5a0fa812dcbe9af301793a15d8cf282d  # tags/3.22.1^0
-source=("git://git.gnome.org/dconf-editor#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-i686/PKGBUILD (from rev 286373, 
dconf-editor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-14 18:41:42 UTC (rev 286374)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf";
+license=(GPL3)
+groups=(gnome)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=512fe0b9ec36d6a4425e35436269a022b52d6010  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-14 18:41:08 UTC (rev 286373)
+++ extra-x86_64/PKGBUILD   2017-01-14 18:41:42 UTC (rev 286374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/dconf";
-license=(GPL3)
-groups=(gnome)
-depends=(gtk3 dconf)
-makedepends=(vala intltool appstream-glib git)
-_commit=5af2445d5a0fa812dcbe9af301793a15d8cf282d  # tags/3.22.1^0
-source=("git://git.gnome.org/dconf-editor#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 286373, 
dconf-editor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-14 18:41:42 UTC (rev 286374)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf";
+license=(GPL3)
+groups=(gnome)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=512fe0b9ec36d6a4425e35436269a022b52d6010  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-14 Thread Jan Steffens
Date: Saturday, January 14, 2017 @ 18:41:08
  Author: heftig
Revision: 286373

3.22.3-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:05:10 UTC (rev 286372)
+++ PKGBUILD2017-01-14 18:41:08 UTC (rev 286373)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.22.1
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 groups=(gnome)
 depends=(gtk3 dconf)
 makedepends=(vala intltool appstream-glib git)
-_commit=5af2445d5a0fa812dcbe9af301793a15d8cf282d  # tags/3.22.1^0
-source=("git://git.gnome.org/dconf-editor#commit=$_commit")
+_commit=512fe0b9ec36d6a4425e35436269a022b52d6010  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:33:20
  Author: demize
Revision: 207397

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 18:33:13 UTC (rev 207396)
+++ PKGBUILD2017-01-14 18:33:20 UTC (rev 207397)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-pafy
-pkgname=(python-pafy python2-pafy)
-pkgver=0.5.2
-pkgrel=2
-
-pkgdesc="Python API for YouTube"
-url="http://np1.github.io/pafy";
-arch=('any')
-license=('GPL3')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('ffmpeg: fix issues with audio file downloads'
-'youtube-dl: alternative backend')
-
-source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
-
-sha1sums=('2a5e3f14983366bf6f116316e8c71d833a3900f1')
-
-package_python-pafy() {
-   depends=('python')
-
-   cd pafy-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pafy() {
-   depends=('python2')
-
-   cd pafy-$pkgver
-   python2 setup.py install --root="$pkgdir" --optimize=1
-   rm "$pkgdir"/usr/bin/ytdl
-}

Copied: python-pafy/repos/community-any/PKGBUILD (from rev 207396, 
python-pafy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 18:33:20 UTC (rev 207397)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-pafy
+pkgname=(python-pafy python2-pafy)
+pkgver=0.5.3
+pkgrel=1
+
+pkgdesc="Python API for YouTube"
+url="http://np1.github.io/pafy";
+arch=('any')
+license=('GPL3')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('ffmpeg: fix issues with audio file downloads'
+'youtube-dl: alternative backend')
+
+source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
+
+sha1sums=('5801a80b03c3853ec7794be5e26429bac055db47')
+
+package_python-pafy() {
+   depends=('python')
+
+   cd pafy-$pkgver
+   PYTHONIOENCODING='UTF-8' python setup.py install --root="$pkgdir" 
--optimize=1
+}
+
+package_python2-pafy() {
+   depends=('python2')
+
+   cd pafy-$pkgver
+
+   PYTHONIOENCODING='UTF-8' python2 setup.py install --root="$pkgdir" 
--optimize=1
+   rm "$pkgdir"/usr/bin/ytdl
+}


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:33:13
  Author: demize
Revision: 207396

upgpkg: python-pafy 0.5.3-1

Modified:
  python-pafy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:19:37 UTC (rev 207395)
+++ PKGBUILD2017-01-14 18:33:13 UTC (rev 207396)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pafy
 pkgname=(python-pafy python2-pafy)
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 
 pkgdesc="Python API for YouTube"
 url="http://np1.github.io/pafy";
@@ -16,13 +16,13 @@
 
 
source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
 
-sha1sums=('2a5e3f14983366bf6f116316e8c71d833a3900f1')
+sha1sums=('5801a80b03c3853ec7794be5e26429bac055db47')
 
 package_python-pafy() {
depends=('python')
 
cd pafy-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
+   PYTHONIOENCODING='UTF-8' python setup.py install --root="$pkgdir" 
--optimize=1
 }
 
 package_python2-pafy() {
@@ -29,6 +29,7 @@
depends=('python2')
 
cd pafy-$pkgver
-   python2 setup.py install --root="$pkgdir" --optimize=1
+
+   PYTHONIOENCODING='UTF-8' python2 setup.py install --root="$pkgdir" 
--optimize=1
rm "$pkgdir"/usr/bin/ytdl
 }


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:19:37
  Author: seblu
Revision: 207395

- Implement todo list

https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/
https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  sslh/trunk/PKGBUILD
  sslh/trunk/sslh.install

--+
 PKGBUILD |6 --
 sslh.install |6 --
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:17:48 UTC (rev 207394)
+++ PKGBUILD2017-01-14 18:19:37 UTC (rev 207395)
@@ -5,7 +5,7 @@
 
 pkgname=sslh
 pkgver=1.18
-pkgrel=1.1
+pkgrel=1.2
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
@@ -14,13 +14,15 @@
 depends=('libcap' 'libconfig' 'libsystemd')
 backup=('etc/sslh.cfg')
 install=$pkgname.install
-source=("http://www.rutschle.net/tech/sslh/$pkgname-v$pkgver.tar.gz";
+source=("http://www.rutschle.net/tech/sslh/$pkgname-v$pkgver.tar.gz"{,.asc}
 'sslh.cfg'
 'sslh.sysusers'
 'sslh.service'
 'sslh-select.service'
 'sslh-fork.service')
+validpgpkeys=('CDDDBADBEA4B72748E007D326C056F7AC7934136') # Yves Rutschle 

 md5sums=('0e3568d5d234516c634d4df156473298'
+ 'SKIP'
  'd5405c7ca7e1813e4d49a473e5834640'
  'f39544277a30595d4b7476b3f87ebbcf'
  'e66490eacc9cb586e48e4e0562ac25e3'

Modified: sslh.install
===
--- sslh.install2017-01-14 18:17:48 UTC (rev 207394)
+++ sslh.install2017-01-14 18:19:37 UTC (rev 207395)
@@ -1,12 +1,6 @@
 #!/bin/sh
 
 # arg 1:  the new package version
-post_install() {
-  systemd-sysusers sslh.conf
-  :
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
   if (( "$(vercmp $2 1.14-1)" <= 0 )); then


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:17:48
  Author: seblu
Revision: 207394

Fix run git path

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:17:11 UTC (rev 207393)
+++ PKGBUILD2017-01-14 18:17:48 UTC (rev 207394)
@@ -10,7 +10,7 @@
 license=('Apache')
 depends=('glibc' 'libseccomp')
 makedepends=('git' 'go' 'go-md2man')
-source=("git+https://github.com/opencontainers/runc#tag=v$pkgver";)
+source=("git+https://github.com/opencontainers/runc.git#tag=v$pkgver";)
 md5sums=('SKIP')
 
 prepare() {


[arch-commits] Commit in (9 files)

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:17:11
  Author: seblu
Revision: 207393

Fix patch filename

Modified:
  aiccu/trunk/PKGBUILD
  httperf/trunk/PKGBUILD
  iperf/trunk/PKGBUILD
  netperf/trunk/PKGBUILD
  python-progressbar/trunk/PKGBUILD
  rblcheck/trunk/PKGBUILD
  runc/trunk/PKGBUILD
  sysvbanner/trunk/PKGBUILD
  virtualbox/trunk/PKGBUILD

---+
 aiccu/trunk/PKGBUILD  |4 ++--
 httperf/trunk/PKGBUILD|4 ++--
 iperf/trunk/PKGBUILD  |4 ++--
 netperf/trunk/PKGBUILD|4 ++--
 python-progressbar/trunk/PKGBUILD |4 ++--
 rblcheck/trunk/PKGBUILD   |4 ++--
 runc/trunk/PKGBUILD   |4 ++--
 sysvbanner/trunk/PKGBUILD |4 ++--
 virtualbox/trunk/PKGBUILD |4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

Modified: aiccu/trunk/PKGBUILD
===
--- aiccu/trunk/PKGBUILD2017-01-14 18:11:43 UTC (rev 207392)
+++ aiccu/trunk/PKGBUILD2017-01-14 18:17:11 UTC (rev 207393)
@@ -33,8 +33,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: httperf/trunk/PKGBUILD
===
--- httperf/trunk/PKGBUILD  2017-01-14 18:11:43 UTC (rev 207392)
+++ httperf/trunk/PKGBUILD  2017-01-14 18:17:11 UTC (rev 207393)
@@ -22,8 +22,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: iperf/trunk/PKGBUILD
===
--- iperf/trunk/PKGBUILD2017-01-14 18:11:43 UTC (rev 207392)
+++ iperf/trunk/PKGBUILD2017-01-14 18:17:11 UTC (rev 207393)
@@ -24,8 +24,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: netperf/trunk/PKGBUILD
===
--- netperf/trunk/PKGBUILD  2017-01-14 18:11:43 UTC (rev 207392)
+++ netperf/trunk/PKGBUILD  2017-01-14 18:17:11 UTC (rev 207393)
@@ -24,8 +24,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: python-progressbar/trunk/PKGBUILD
===
--- python-progressbar/trunk/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
+++ python-progressbar/trunk/PKGBUILD   2017-01-14 18:17:11 UTC (rev 207393)
@@ -20,8 +20,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   # fix egg-info permissions

Modified: rblcheck/trunk/PKGBUILD
===
--- rblcheck/trunk/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
+++ rblcheck/trunk/PKGBUILD 2017-01-14 18:17:11 UTC (rev 207393)
@@ -28,8 +28,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: runc/trunk/PKGBUILD
===
--- runc/trunk/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
+++ runc/trunk/PKGBUILD 2017-01-14 18:17:11 UTC (rev 207393)
@@ -19,8 +19,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: sysvbanner/trunk/PKGBUILD
===
--- sysvbanner/trunk/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
+++ sysvbanner/trunk/PKGBUILD   2017-01-14 18:17:

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:11:29
  Author: seblu
Revision: 207390

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  pflogsumm/trunk/PKGBUILD
  weston/trunk/PKGBUILD

--+
 pflogsumm/trunk/PKGBUILD |5 +++--
 weston/trunk/PKGBUILD|4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: pflogsumm/trunk/PKGBUILD
===
--- pflogsumm/trunk/PKGBUILD2017-01-14 18:10:14 UTC (rev 207389)
+++ pflogsumm/trunk/PKGBUILD2017-01-14 18:11:29 UTC (rev 207390)
@@ -4,11 +4,12 @@
 pkgver=1.1.3
 pkgrel=2
 pkgdesc='Postfix log entry summarizer'
-url='http://jimsun.linxnet.com/postfix_contrib.html'
+url='https://jimsun.linxnet.com/postfix_contrib.html'
 license=('GPL')
 arch=('any')
 depends=('perl-date-calc')
-source=("http://jimsun.linxnet.com/downloads/$pkgname-$pkgver.tar.gz";)
+source=("https://jimsun.linxnet.com/downloads/$pkgname-$pkgver.tar.gz";)
+# .asc file is 404 as of 2017-01-14
 md5sums=('5e3fb28dfb5b7f4a8b6b9bf2abde9542')
 
 package() {

Modified: weston/trunk/PKGBUILD
===
--- weston/trunk/PKGBUILD   2017-01-14 18:10:14 UTC (rev 207389)
+++ weston/trunk/PKGBUILD   2017-01-14 18:11:29 UTC (rev 207390)
@@ -7,12 +7,12 @@
 pkgrel=2
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
+url='https://wayland.freedesktop.org/'
 license=('MIT')
 depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
 makedepends=('wayland-protocols')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
 sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
   'SKIP')
 


[arch-commits] Commit in zathura-pdf-poppler/trunk (PKGBUILD)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:11:36
  Author: demize
Revision: 207391

upgpkg: zathura-pdf-poppler 0.2.7-1

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:11:29 UTC (rev 207390)
+++ PKGBUILD2017-01-14 18:11:36 UTC (rev 207391)
@@ -5,8 +5,8 @@
 # Contributor: karnath 
 
 pkgname=zathura-pdf-poppler
-pkgver=0.2.6
-pkgrel=2
+pkgver=0.2.7
+pkgrel=1
 
 pkgdesc="Adds pdf support to zathura by using the poppler engine"
 url="https://pwmt.org/projects/zathura-pdf-poppler/";
@@ -17,7 +17,7 @@
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
 
-sha1sums=('5726f9e2688d72dcc2265cb20d9a070849902f77')
+sha1sums=('b26fc1eed94bf3119fb7144791b2f5e1ceac40ba')
 
 build() {
   make -C zathura-pdf-poppler-$pkgver


[arch-commits] Commit in zathura-pdf-poppler/repos (4 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:11:43
  Author: demize
Revision: 207392

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 207391, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 207391, zathura-pdf-poppler/trunk/PKGBUILD)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 18:11:36 UTC (rev 207391)
+++ community-i686/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.6
-pkgrel=2
-
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-url="https://pwmt.org/projects/zathura-pdf-poppler/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('poppler-glib' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
-
-sha1sums=('5726f9e2688d72dcc2265cb20d9a070849902f77')
-
-build() {
-  make -C zathura-pdf-poppler-$pkgver
-}
-
-package(){
-  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 207391, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.7
+pkgrel=1
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('b26fc1eed94bf3119fb7144791b2f5e1ceac40ba')
+
+build() {
+  make -C zathura-pdf-poppler-$pkgver
+}
+
+package(){
+  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 18:11:36 UTC (rev 207391)
+++ community-x86_64/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.6
-pkgrel=2
-
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-url="https://pwmt.org/projects/zathura-pdf-poppler/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('poppler-glib' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
-
-sha1sums=('5726f9e2688d72dcc2265cb20d9a070849902f77')
-
-build() {
-  make -C zathura-pdf-poppler-$pkgver
-}
-
-package(){
-  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-x86_64/PKGBUILD (from rev 207391, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.7
+pkgrel=1
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('b26fc1eed94bf3119fb7144791b2f5e1ceac40ba')
+
+bu

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:10:14
  Author: seblu
Revision: 207389

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

Added:
  ucarp/repos/community-i686/01-fix-getopt.patch
(from rev 207388, ucarp/trunk/01-fix-getopt.patch)
  ucarp/repos/community-i686/02-fix-downscript-on-error.patch
(from rev 207388, ucarp/trunk/02-fix-downscript-on-error.patch)
  ucarp/repos/community-i686/PKGBUILD
(from rev 207388, ucarp/trunk/PKGBUILD)
  ucarp/repos/community-i686/ucarp.8
(from rev 207388, ucarp/trunk/ucarp.8)
  ucarp/repos/community-i686/ucarp.service
(from rev 207388, ucarp/trunk/ucarp.service)
  ucarp/repos/community-x86_64/01-fix-getopt.patch
(from rev 207388, ucarp/trunk/01-fix-getopt.patch)
  ucarp/repos/community-x86_64/02-fix-downscript-on-error.patch
(from rev 207388, ucarp/trunk/02-fix-downscript-on-error.patch)
  ucarp/repos/community-x86_64/PKGBUILD
(from rev 207388, ucarp/trunk/PKGBUILD)
  ucarp/repos/community-x86_64/ucarp.8
(from rev 207388, ucarp/trunk/ucarp.8)
  ucarp/repos/community-x86_64/ucarp.service
(from rev 207388, ucarp/trunk/ucarp.service)
Deleted:
  ucarp/repos/community-i686/01-fix-getopt.patch
  ucarp/repos/community-i686/02-fix-downscript-on-error.c
  ucarp/repos/community-i686/PKGBUILD
  ucarp/repos/community-i686/ucarp.8
  ucarp/repos/community-i686/ucarp.service
  ucarp/repos/community-x86_64/01-fix-getopt.patch
  ucarp/repos/community-x86_64/02-fix-downscript-on-error.c
  ucarp/repos/community-x86_64/PKGBUILD
  ucarp/repos/community-x86_64/ucarp.8
  ucarp/repos/community-x86_64/ucarp.service

---+
 /01-fix-getopt.patch  |   22 +
 /PKGBUILD |  130 
 /ucarp.8  |  294 
 /ucarp.service|   16 +
 community-i686/01-fix-getopt.patch|   11 
 community-i686/02-fix-downscript-on-error.c   |   12 
 community-i686/02-fix-downscript-on-error.patch   |   12 
 community-i686/PKGBUILD   |   56 ---
 community-i686/ucarp.8|  147 --
 community-i686/ucarp.service  |8 
 community-x86_64/01-fix-getopt.patch  |   11 
 community-x86_64/02-fix-downscript-on-error.c |   12 
 community-x86_64/02-fix-downscript-on-error.patch |   12 
 community-x86_64/PKGBUILD |   56 ---
 community-x86_64/ucarp.8  |  147 --
 community-x86_64/ucarp.service|8 
 16 files changed, 486 insertions(+), 468 deletions(-)

Deleted: community-i686/01-fix-getopt.patch
===
--- community-i686/01-fix-getopt.patch  2017-01-14 18:09:31 UTC (rev 207388)
+++ community-i686/01-fix-getopt.patch  2017-01-14 18:10:14 UTC (rev 207389)
@@ -1,11 +0,0 @@
 ucarp-1.5.1.orig/src/ucarp_p.h
-+++ ucarp-1.5.1/src/ucarp_p.h
-@@ -1,7 +1,7 @@
- #ifndef __CARP_P_H__
- #define __CARP_P_H__ 1
-
--static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:BoSM";
-+static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:Bo:SM";
-
- static struct option long_options[] = {
- { "interface", 1, NULL, 'i' },

Copied: ucarp/repos/community-i686/01-fix-getopt.patch (from rev 207388, 
ucarp/trunk/01-fix-getopt.patch)
===
--- community-i686/01-fix-getopt.patch  (rev 0)
+++ community-i686/01-fix-getopt.patch  2017-01-14 18:10:14 UTC (rev 207389)
@@ -0,0 +1,11 @@
+--- ucarp-1.5.1.orig/src/ucarp_p.h
 ucarp-1.5.1/src/ucarp_p.h
+@@ -1,7 +1,7 @@
+ #ifndef __CARP_P_H__
+ #define __CARP_P_H__ 1
+
+-static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:BoSM";
++static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:Bo:SM";
+
+ static struct option long_options[] = {
+ { "interface", 1, NULL, 'i' },

Deleted: community-i686/02-fix-downscript-on-error.c
===
--- community-i686/02-fix-downscript-on-error.c 2017-01-14 18:09:31 UTC (rev 
207388)
+++ community-i686/02-fix-downscript-on-error.c 2017-01-14 18:10:14 UTC (rev 
207389)
@@ -1,12 +0,0 @@
 ucarp-1.5.1.orig/src/carp.c
-+++ ucarp-1.5.1/src/carp.c
-@@ -843,6 +843,9 @@
- if ((pfds[0].revents & (POLLERR | POLLHUP)) != 0) {
- logfile(LOG_ERR, _("exiting: pfds[0].revents = %d"),
- pfds[0].revents);
-+if ((sc.sc_state != BACKUP) && (shutdown_at_exit != 0)) {
-+(void) spawn_handler(dev_desc_fd, downscript);
-+}
- break;
- }
- if (gettimeofday(&now, NULL) != 0) {

Copied: ucarp/repos/community-i686/02-fix-downscript-on-error.patch (from rev 
207388, ucarp/trunk/02-fix-downscript-on-error.patch)
==

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:09:31
  Author: seblu
Revision: 207388

upgpkg: ucarp 1.5.2-6

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  ucarp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:08:37 UTC (rev 207387)
+++ PKGBUILD2017-01-14 18:09:31 UTC (rev 207388)
@@ -3,19 +3,21 @@
 
 pkgname=ucarp
 pkgver=1.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Userspace implementation of the CARP protocol'
 arch=('i686' 'x86_64')
-url='http://www.ucarp.org/project/ucarp'
+url='https://www.pureftpd.org/project/ucarp'
 license=('GPL2')
 depends=('libpcap')
 optdepends=('iproute2')
-source=("http://download.pureftpd.org/pub/$pkgname/$pkgname-$pkgver.tar.gz";
+source=("https://download.pureftpd.org/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
 "$pkgname.service"
 "$pkgname.8"
 '01-fix-getopt.patch'
 '02-fix-downscript-on-error.patch')
+validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
 md5sums=('e3caa733316a32c09e5d3817617e9145'
+ 'SKIP'
  'fdc72a8d6f89224b40c78705df1f46f9'
  '2ccfdc464b88c437b38bd0324cf1fef3'
  '3f20699aaf2ef8139dcd337f1e7f06ab'
@@ -27,8 +29,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :
@@ -53,10 +55,10 @@
   install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
   popd
   # add manpage
-  install -D -m 644 $pkgname.8 "${pkgdir}/usr/share/man/man8/$pkgname.8"
+  install -D -m 644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8"
   # systemd
   install -D -m 644 $pkgname.service \
-"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
 
 }
 


[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD mupdf-1.9.patch)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:08:25
  Author: demize
Revision: 207386

upgpkg: zathura-pdf-mupdf 0.3.1-1

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD
Deleted:
  zathura-pdf-mupdf/trunk/mupdf-1.9.patch

-+
 PKGBUILD|   15 +
 mupdf-1.9.patch |  151 --
 2 files changed, 5 insertions(+), 161 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:04:55 UTC (rev 207385)
+++ PKGBUILD2017-01-14 18:08:25 UTC (rev 207386)
@@ -5,8 +5,8 @@
 # Contributor: Moritz Lipp 
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.3.0
-pkgrel=6
+pkgver=0.3.1
+pkgrel=1
 
 pkgdesc="PDF support for Zathura (MuPDF backend)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/";
@@ -15,17 +15,12 @@
 
 conflicts=('zathura-pdf-poppler')
 
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils' 
'openssl')
 makedepends=('libmupdf')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-mupdf-1.9.patch)
-sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
-  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7')
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
 
-prepare() {
-  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
-}
+sha1sums=('ef37a181de96d6fca36db3ac818f790dcf3627ae')
 
 build() {
   make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"

Deleted: mupdf-1.9.patch
===
--- mupdf-1.9.patch 2017-01-14 18:04:55 UTC (rev 207385)
+++ mupdf-1.9.patch 2017-01-14 18:08:25 UTC (rev 207386)
@@ -1,151 +0,0 @@
-From 368e80b59a7b2f330ad9bd7de45c350c6fbb2209 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 18 Apr 2016 15:23:07 +0200
-Subject: [PATCH 1/1] update API for mupdf 1.9
-
-Signed-off-by: Christian Hesse 

- AUTHORS| 1 +
- config.mk  | 2 +-
- document.c | 6 +++---
- image.c| 2 +-
- page.c | 8 
- plugin.h   | 4 ++--
- search.c   | 2 +-
- utils.c| 2 +-
- 8 files changed, 14 insertions(+), 13 deletions(-)
-
-diff --git a/AUTHORS b/AUTHORS
-index f5f8430..371ebf1 100644
 a/AUTHORS
-+++ b/AUTHORS
-@@ -5,5 +5,6 @@ Sebastian Ramacher 
- 
- Other contributors are (in alphabetical order):
- 
-+Christian Hesse 
- Pavel Borzenkov 
- William Skeith 
-diff --git a/config.mk b/config.mk
-index cba8d40..6407ae6 100644
 a/config.mk
-+++ b/config.mk
-@@ -32,7 +32,7 @@ endif
- OPENSSL_INC ?= $(shell pkg-config --cflags libcrypto)
- OPENSSL_LIB ?= $(shell pkg-config --libs libcrypto)
- 
--MUPDF_LIB ?= -lmupdf -lmujs
-+MUPDF_LIB ?= -lmupdf -lmupdfthird
- 
- INCS = ${GTK_INC} ${GIRARA_INC} ${OPENSSL_INC} ${ZATHURA_INC}
- LIBS = ${GTK_LIB} ${GIRARA_LIB} ${MUPDF_LIB} ${OPENSSL_LIB} -ljbig2dec 
-lopenjp2 -ljpeg
-diff --git a/document.c b/document.c
-index 873866c..548f4ff 100644
 a/document.c
-+++ b/document.c
-@@ -109,12 +109,12 @@ pdf_document_save_as(zathura_document_t* document, 
mupdf_document_t*
-   }
- 
-   fz_try (mupdf_document->ctx) {
--/* fz_write_document claims to accepts NULL as third argument but doesn't.
-+/* pdf_save_document claims to accepts NULL as third argument but doesn't.
-  * pdf_write_document does not check if the third arguments is NULL for 
some
-  * options. */
- 
--fz_write_options opts = { 0 }; /* just use the default options */
--fz_write_document(mupdf_document->ctx, mupdf_document->document, (char*) 
path, &opts);
-+pdf_write_options opts = { 0 }; /* just use the default options */
-+pdf_save_document(mupdf_document->ctx, (pdf_document*) 
mupdf_document->document, (char*) path, &opts);
-   } fz_catch (mupdf_document->ctx) {
- return ZATHURA_ERROR_UNKNOWN;
-   }
-diff --git a/image.c b/image.c
-index 97d4143..8f6912b 100644
 a/image.c
-+++ b/image.c
-@@ -93,7 +93,7 @@ pdf_page_image_get_cairo(zathura_page_t* page, mupdf_page_t* 
mupdf_page,
-   fz_pixmap* pixmap = NULL;
-   cairo_surface_t* surface = NULL;
- 
--  pixmap = fz_new_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0);
-+  pixmap = fz_get_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0);
-   if (pixmap == NULL) {
- goto error_free;
-   }
-diff --git a/page.c b/page.c
-index beb0351..219fc2a 100644
 a/page.c
-+++ b/page.c
-@@ -43,12 +43,12 @@ pdf_page_init(zathura_page_t* page)
-   /* setup text */
-   mupdf_page->extracted_text = false;
- 
--  mupdf_page->text = fz_new_text_page(mupdf_page->ctx);
-+  mupdf_page->text = fz_new_stext_page(mupdf_page->ctx);
-   if (mupdf_page->text == NULL) {
- goto error_free;
-   }
- 
--  mupdf_page->sheet = fz_new_text_sheet(mupdf_page->ctx);
-+  mupdf_page->sheet = fz_new_stext_sheet(mupdf_page->ctx);
-   if (mupdf_page->sheet == NULL) {
- goto error_free;
-   }
-@@ -74,11 +74,11 @@ pdf_pa

[arch-commits] Commit in zathura-pdf-mupdf/repos (6 files)

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:08:37
  Author: demize
Revision: 207387

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 207386, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 207386, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-i686/mupdf-1.9.patch
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/mupdf-1.9.patch

--+
 /PKGBUILD|   64 +++
 community-i686/PKGBUILD  |   37 -
 community-i686/mupdf-1.9.patch   |  151 -
 community-x86_64/PKGBUILD|   37 -
 community-x86_64/mupdf-1.9.patch |  151 -
 5 files changed, 64 insertions(+), 376 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 18:08:25 UTC (rev 207386)
+++ community-i686/PKGBUILD 2017-01-14 18:08:37 UTC (rev 207387)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.3.0
-pkgrel=6
-
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-url="https://pwmt.org/projects/zathura-pdf-mupdf/";
-arch=('i686' 'x86_64')
-license=('zlib')
-
-conflicts=('zathura-pdf-poppler')
-
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils')
-makedepends=('libmupdf')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-mupdf-1.9.patch)
-sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
-  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7')
-
-prepare() {
-  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
-}
-
-build() {
-  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"
-}
-
-package(){
-  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 207386, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 18:08:37 UTC (rev 207387)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.3.1
+pkgrel=1
+
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/";
+arch=('i686' 'x86_64')
+license=('zlib')
+
+conflicts=('zathura-pdf-poppler')
+
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils' 
'openssl')
+makedepends=('libmupdf')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
+
+sha1sums=('ef37a181de96d6fca36db3ac818f790dcf3627ae')
+
+build() {
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"
+}
+
+package(){
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/mupdf-1.9.patch
===
--- community-i686/mupdf-1.9.patch  2017-01-14 18:08:25 UTC (rev 207386)
+++ community-i686/mupdf-1.9.patch  2017-01-14 18:08:37 UTC (rev 207387)
@@ -1,151 +0,0 @@
-From 368e80b59a7b2f330ad9bd7de45c350c6fbb2209 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 18 Apr 2016 15:23:07 +0200
-Subject: [PATCH 1/1] update API for mupdf 1.9
-
-Signed-off-by: Christian Hesse 

- AUTHORS| 1 +
- config.mk  | 2 +-
- document.c | 6 +++---
- image.c| 2 +-
- page.c | 8 
- plugin.h   | 4 ++--
- search.c   | 2 +-
- utils.c| 2 +-
- 8 files changed, 14 insertions(+), 13 deletions(-)
-
-diff --git a/AUTHORS b/AUTHORS
-index f5f8430..371ebf1 100644
 a/AUTHORS
-+++ b/AUTHORS
-@@ -5,5 +5,6 @@ Sebastian Ramacher 
- 
- Other contributors are (in alphabetical order):
- 
-+Christian Hesse 
- Pavel Borzenkov 
- William Skeith 
-diff --git a/config.mk b/config.mk
-index cba8d40..6407ae6 100644
 a/config.mk
-+++ b/config.mk
-@@ -32,7 +32,7 @@ endif
- OPENSSL_INC ?= $(shell pkg-config --cflags libcrypto)
- OPENSSL_LIB ?= $(shell pkg-config --libs libcrypto)
- 
--MUPDF_LIB ?= -lmupdf -lmujs
-+MUPDF_LIB ?= -lmupdf -lmupdfthird
- 
- INCS = ${GTK_INC} ${GIRARA_INC} ${OPENSSL_INC} ${ZATHURA_INC}
- LIBS = ${GTK_LIB} ${GIRARA_LIB} ${MUPDF_LIB} ${OPENSSL_LIB} -ljbig2dec 
-lopenjp2 -ljpeg
-diff --git a/document.c b/d

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:04:55
  Author: seblu
Revision: 207385

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 18:04:34 UTC (rev 207384)
+++ community-i686/PKGBUILD 2017-01-14 18:04:55 UTC (rev 207385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet 
-
-pkgname=vlan
-pkgver=1.9
-pkgrel=3
-pkgdesc='Virtual LAN configuration utility'
-arch=('i686' 'x86_64')
-url='http://www.candelatech.com/~greear/vlan.html'
-license=('GPL')
-source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz";)
-md5sums=('5f0c6060b33956fb16e11a15467dd394')
-
-build() {
-  cd $pkgname
-  # don't call clean and all on the same line with -jn (with n > 0)
-  # there is a race condition, both target are launched at the same time
-  # and as upstream provide target nothing is built.
-  # don't use !makeflags in PKGBUILD options to not penalize building
-  make clean
-  make all
-}
-
-package() {
-  cd $pkgname
-  install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
-  install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
-  install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vlan/repos/community-i686/PKGBUILD (from rev 207384, 
vlan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 18:04:55 UTC (rev 207385)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Judd Vinet 
+
+pkgname=vlan
+pkgver=1.9
+pkgrel=4
+pkgdesc='Virtual LAN configuration utility'
+arch=('i686' 'x86_64')
+url='https://www.candelatech.com/~greear/vlan.html'
+license=('GPL')
+depends=('glibc')
+source=("https://www.candelatech.com/~greear/vlan/vlan.$pkgver.tar.gz";)
+md5sums=('5f0c6060b33956fb16e11a15467dd394')
+
+build() {
+  cd $pkgname
+  # don't call clean and all on the same line with -jn (with n > 0)
+  # there is a race condition, both target are launched at the same time
+  # and as upstream provide target nothing is built.
+  # don't use !makeflags in PKGBUILD options to not penalize building
+  make clean
+  make all
+}
+
+package() {
+  cd $pkgname
+  install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
+  install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
+  install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 18:04:34 UTC (rev 207384)
+++ community-x86_64/PKGBUILD   2017-01-14 18:04:55 UTC (rev 207385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet 
-
-pkgname=vlan
-pkgver=1.9
-pkgrel=3
-pkgdesc='Virtual LAN configuration utility'
-arch=('i686' 'x86_64')
-url='http://www.candelatech.com/~greear/vlan.html'
-license=('GPL')
-source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz";)
-md5sums=('5f0c6060b33956fb16e11a15467dd394')
-
-build() {
-  cd $pkgname
-  # don't call clean and all on the same line with -jn (with n > 0)
-  # there is a race condition, both target are launched at the same time
-  # and as upstream provide target nothing is built.
-  # don't use !makeflags in PKGBUILD options to not penalize building
-  make clean
-  make all
-}
-
-package() {
-  cd $pkgname
-  install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
-  install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
-  install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vlan/repos/community-x86_64/PKGBUILD (from rev 207384, 
vlan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 18:04:55 UTC (rev 207385)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Judd Vinet 
+
+pkgname=vlan
+pkgver=1.9
+pkgrel=4
+pkgdesc='Virtual LAN configuration utility'
+arch=('i686' 'x86_64')
+url='https://www.candelatech.com/~greear/vlan.html'
+license=('GPL')
+depends=('glibc')
+source=("https://www.candelatech.com/~greear/vlan/vlan.$pkgver.tar

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:04:34
  Author: seblu
Revision: 207384

upgpkg: vlan 1.9-4

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  vlan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:03:19 UTC (rev 207383)
+++ PKGBUILD2017-01-14 18:04:34 UTC (rev 207384)
@@ -4,12 +4,13 @@
 
 pkgname=vlan
 pkgver=1.9
-pkgrel=3
+pkgrel=4
 pkgdesc='Virtual LAN configuration utility'
 arch=('i686' 'x86_64')
-url='http://www.candelatech.com/~greear/vlan.html'
+url='https://www.candelatech.com/~greear/vlan.html'
 license=('GPL')
-source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz";)
+depends=('glibc')
+source=("https://www.candelatech.com/~greear/vlan/vlan.$pkgver.tar.gz";)
 md5sums=('5f0c6060b33956fb16e11a15467dd394')
 
 build() {


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:03:13
  Author: demize
Revision: 207382

upgpkg: zathura-ps 0.2.4-1

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:01:29 UTC (rev 207381)
+++ PKGBUILD2017-01-14 18:03:13 UTC (rev 207382)
@@ -4,8 +4,8 @@
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps";
@@ -16,7 +16,7 @@
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
 
-sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
 
 build(){
   make -C zathura-ps-$pkgver


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:03:19
  Author: demize
Revision: 207383

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 207382, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 207382, zathura-ps/trunk/PKGBUILD)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 18:03:13 UTC (rev 207382)
+++ community-i686/PKGBUILD 2017-01-14 18:03:19 UTC (rev 207383)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-ps
-pkgver=0.2.3
-pkgrel=2
-
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-url="https://pwmt.org/projects/zathura-ps";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('libspectre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-
-sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
-
-build(){
-  make -C zathura-ps-$pkgver
-}
-
-package(){
-  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 207382, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 18:03:19 UTC (rev 207383)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-ps
+pkgver=0.2.4
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
+
+build(){
+  make -C zathura-ps-$pkgver
+}
+
+package(){
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 18:03:13 UTC (rev 207382)
+++ community-x86_64/PKGBUILD   2017-01-14 18:03:19 UTC (rev 207383)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-ps
-pkgver=0.2.3
-pkgrel=2
-
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-url="https://pwmt.org/projects/zathura-ps";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('libspectre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-
-sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
-
-build(){
-  make -C zathura-ps-$pkgver
-}
-
-package(){
-  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 207382, 
zathura-ps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 18:03:19 UTC (rev 207383)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-ps
+pkgver=0.2.4
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
+
+build(){
+  make -C zathura-ps-$pkgver
+}
+
+package(){
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:01:29
  Author: demize
Revision: 207381

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
(from rev 207380, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 207380, zathura-djvu/trunk/PKGBUILD)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 18:01:23 UTC (rev 207380)
+++ community-i686/PKGBUILD 2017-01-14 18:01:29 UTC (rev 207381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-djvu
-pkgver=0.2.5
-pkgrel=2
-
-pkgdesc="DjVu support for Zathura"
-url="https://pwmt.org/projects/zathura-djvu/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('djvulibre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-
-sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
-
-build(){
-  make -C zathura-djvu-$pkgver
-}
-
-package(){
-  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 207380, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 18:01:29 UTC (rev 207381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-djvu
+pkgver=0.2.6
+pkgrel=1
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('8fd8ff2ac19d1deea90b737f2bd8b6de415ff502')
+
+build(){
+  make -C zathura-djvu-$pkgver
+}
+
+package(){
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 18:01:23 UTC (rev 207380)
+++ community-x86_64/PKGBUILD   2017-01-14 18:01:29 UTC (rev 207381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-djvu
-pkgver=0.2.5
-pkgrel=2
-
-pkgdesc="DjVu support for Zathura"
-url="https://pwmt.org/projects/zathura-djvu/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('djvulibre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-
-sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
-
-build(){
-  make -C zathura-djvu-$pkgver
-}
-
-package(){
-  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 207380, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 18:01:29 UTC (rev 207381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-djvu
+pkgver=0.2.6
+pkgrel=1
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/";
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('8fd8ff2ac19d1deea90b737f2bd8b6de415ff502')
+
+build(){
+  make -C zathura-djvu-$pkgver
+}
+
+package(){
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:01:23
  Author: demize
Revision: 207380

upgpkg: zathura-djvu 0.2.6-1

Modified:
  zathura-djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:59:30 UTC (rev 207379)
+++ PKGBUILD2017-01-14 18:01:23 UTC (rev 207380)
@@ -5,8 +5,8 @@
 # Contributor: karnath 
 
 pkgname=zathura-djvu
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
 
 pkgdesc="DjVu support for Zathura"
 url="https://pwmt.org/projects/zathura-djvu/";
@@ -17,7 +17,7 @@
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
 
-sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+sha1sums=('8fd8ff2ac19d1deea90b737f2bd8b6de415ff502')
 
 build(){
   make -C zathura-djvu-$pkgver


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:59:30
  Author: demize
Revision: 207379

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

Added:
  zathura-cb/repos/community-i686/PKGBUILD
(from rev 207378, zathura-cb/trunk/PKGBUILD)
  zathura-cb/repos/community-x86_64/PKGBUILD
(from rev 207378, zathura-cb/trunk/PKGBUILD)
Deleted:
  zathura-cb/repos/community-i686/PKGBUILD
  zathura-cb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:59:24 UTC (rev 207378)
+++ community-i686/PKGBUILD 2017-01-14 17:59:30 UTC (rev 207379)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Lex Black 
-
-pkgname=zathura-cb
-pkgver=0.1.5
-pkgrel=3
-
-pkgdesc="Adds comic book support to zathura"
-url="http://pwmt.org/projects/zathura-cb/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-conflicts=('zathura-cb-git')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-
-source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
-
-sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
-
-build() {
-  make -C zathura-cb-$pkgver
-}
-
-package() {
-  cd zathura-cb-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-cb/repos/community-i686/PKGBUILD (from rev 207378, 
zathura-cb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:59:30 UTC (rev 207379)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Lex Black 
+
+pkgname=zathura-cb
+pkgver=0.1.6
+pkgrel=1
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/";
+arch=('i686' 'x86_64')
+license=('custom:zlib')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+
+sha1sums=('73b7cea040ebf603253894f6e08c1b5bd183cd76')
+
+build() {
+  make -C zathura-cb-$pkgver
+}
+
+package() {
+  cd zathura-cb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 17:59:24 UTC (rev 207378)
+++ community-x86_64/PKGBUILD   2017-01-14 17:59:30 UTC (rev 207379)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Lex Black 
-
-pkgname=zathura-cb
-pkgver=0.1.5
-pkgrel=3
-
-pkgdesc="Adds comic book support to zathura"
-url="http://pwmt.org/projects/zathura-cb/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-conflicts=('zathura-cb-git')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-
-source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
-
-sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
-
-build() {
-  make -C zathura-cb-$pkgver
-}
-
-package() {
-  cd zathura-cb-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 207378, 
zathura-cb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 17:59:30 UTC (rev 207379)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Lex Black 
+
+pkgname=zathura-cb
+pkgver=0.1.6
+pkgrel=1
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/";
+arch=('i686' 'x86_64')
+license=('custom:zlib')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+
+sha1sums=('73b7cea040ebf603253894f6e08c1b5bd183cd76')
+
+build() {
+  make -C zathura-cb-$pkgver
+}
+
+package() {
+  cd zathura-cb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:59:24
  Author: demize
Revision: 207378

upgpkg: zathura-cb 0.1.6-1

Modified:
  zathura-cb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:57:29 UTC (rev 207377)
+++ PKGBUILD2017-01-14 17:59:24 UTC (rev 207378)
@@ -2,8 +2,8 @@
 # Contributor: Lex Black 
 
 pkgname=zathura-cb
-pkgver=0.1.5
-pkgrel=4
+pkgver=0.1.6
+pkgrel=1
 
 pkgdesc="Adds comic book support to zathura"
 url="http://pwmt.org/projects/zathura-cb/";
@@ -14,7 +14,7 @@
 
 
source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
 
-sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
+sha1sums=('73b7cea040ebf603253894f6e08c1b5bd183cd76')
 
 build() {
   make -C zathura-cb-$pkgver


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:57:22
  Author: seblu
Revision: 207375

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

Added:
  ndisc6/repos/community-i686/PKGBUILD
(from rev 207374, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-i686/ndisc6.install
(from rev 207374, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-i686/rdnssd@.service
(from rev 207374, ndisc6/trunk/rdnssd@.service)
  ndisc6/repos/community-i686/resolvconf-hook
(from rev 207374, ndisc6/trunk/resolvconf-hook)
  ndisc6/repos/community-x86_64/PKGBUILD
(from rev 207374, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-x86_64/ndisc6.install
(from rev 207374, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-x86_64/rdnssd@.service
(from rev 207374, ndisc6/trunk/rdnssd@.service)
  ndisc6/repos/community-x86_64/resolvconf-hook
(from rev 207374, ndisc6/trunk/resolvconf-hook)
Deleted:
  ndisc6/repos/community-i686/PKGBUILD
  ndisc6/repos/community-i686/ndisc6.install
  ndisc6/repos/community-i686/rdnssd@.service
  ndisc6/repos/community-i686/resolvconf-hook
  ndisc6/repos/community-x86_64/PKGBUILD
  ndisc6/repos/community-x86_64/ndisc6.install
  ndisc6/repos/community-x86_64/rdnssd@.service
  ndisc6/repos/community-x86_64/resolvconf-hook

--+
 /PKGBUILD|  116 +
 /ndisc6.install  |   28 
 /rdnssd@.service |   20 ++
 /resolvconf-hook |   10 +++
 community-i686/PKGBUILD  |   56 -
 community-i686/ndisc6.install|   19 --
 community-i686/rdnssd@.service   |   10 ---
 community-i686/resolvconf-hook   |5 -
 community-x86_64/PKGBUILD|   56 -
 community-x86_64/ndisc6.install  |   19 --
 community-x86_64/rdnssd@.service |   10 ---
 community-x86_64/resolvconf-hook |5 -
 12 files changed, 174 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:56:57 UTC (rev 207374)
+++ community-i686/PKGBUILD 2017-01-14 17:57:22 UTC (rev 207375)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Chris Brannon 
-# Contributor: Mark Smith 
-
-pkgname=ndisc6
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Collection of IPv6 networking utilities'
-arch=('i686' 'x86_64')
-url='http://www.remlab.net/ndisc6/'
-license=('GPL')
-depends=('glibc' 'perl')
-makedepends=('glibc' 'gcc' 'systemd')
-options=('!emptydirs')
-install=$pkgname.install
-source=("http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2";
- 'rdnssd@.service'
-'resolvconf-hook')
-md5sums=('21afdaa3a5a5c1ce50eb7f2b7d795989'
- '58b44cbe6d38082fb299eb136754bf31'
- '48d0a77ed9536cd0d4642e1f1ca0b255')
-
-prepare() {
-  # patch invalid path
-  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' \
-$pkgname-$pkgver/rdnssd/merge-hook.in
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # service
-  install -Dm644 "$srcdir/rdnssd@.service" 
"$pkgdir/usr/lib/systemd/system/rdnssd@.service"
-
-  # tmpfiles
-  install -Dm644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo 'd /run/rdnssd 0755 nobody root' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  # resolvconf merge hook
-  install -Dm755 "$srcdir/resolvconf-hook" "$pkgdir/etc/rdnssd/resolvconf-hook"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ndisc6/repos/community-i686/PKGBUILD (from rev 207374, 
ndisc6/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:57:22 UTC (rev 207375)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Chris Brannon 
+# Contributor: Mark Smith 
+
+pkgname=ndisc6
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Collection of IPv6 networking utilities'
+arch=('i686' 'x86_64')
+url='https://www.remlab.net/ndisc6/'
+license=('GPL')
+depends=('glibc' 'perl')
+makedepends=('glibc' 'gcc' 'systemd')
+options=('!emptydirs')
+install=$pkgname.install
+source=("https://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2"{,.asc}
+ 'rdnssd@.service'
+'resolvconf-hook')
+validpgpkeys=('9480583353E334D2F03FE80CC3EC6DBEDD6D12BD') # Rémi 
Denis-Courmont 
+md5sums=('21afdaa3a5a5c1ce50eb7f2b7d795989'
+ 'SKIP'
+ '58b44cbe6d38082fb299eb136754bf31'
+ '48d0a77ed9536cd0d4642e1f1ca0b255')
+
+prepare() {
+  # patch invalid path
+  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' \
+$pkgname-$pkgver/rdnssd/merge-hook.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+ 

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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:57:29
  Author: demize
Revision: 207377

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 207376, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 207376, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 207376, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 207376, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion

--+
 /PKGBUILD|   80 +
 /bash-completion |   58 ++
 community-i686/PKGBUILD  |   40 --
 community-i686/bash-completion   |   29 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/bash-completion |   29 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:57:23 UTC (rev 207376)
+++ community-i686/PKGBUILD 2017-01-14 17:57:29 UTC (rev 207377)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.6
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/";
-arch=('i686' 'x86_64')
-license=('custom')
-
-makedepends=('python2-docutils' 'texlive-bin')
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-bash-completion)
-
-sha1sums=('db5e76815fdfd0c2d6b5d5c16492995720268440'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  make WITH_SYNCTEX=1
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 207376, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:57:29 UTC (rev 207377)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.7
+pkgrel=1
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/";
+arch=('i686' 'x86_64')
+license=('custom')
+
+makedepends=('python2-docutils' 'texlive-bin')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+bash-completion)
+
+sha1sums=('51935ae1781712b9dc8baed7698c2fa900bcf4fa'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  make WITH_SYNCTEX=1
+}
+
+package() {
+  cd zathura-$pkgver
+
+  make install DESTDIR="$pkgdir"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2017-01-14 17:57:23 UTC (rev 207376)
+++ community-i686/bash-completion  2017-01-14 17:57:29 UTC (rev 207377)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-i686/b

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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:57:23
  Author: demize
Revision: 207376

upgpkg: zathura 0.3.7-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:57:22 UTC (rev 207375)
+++ PKGBUILD2017-01-14 17:57:23 UTC (rev 207376)
@@ -5,8 +5,8 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/";
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python2-docutils' 'texlive-bin')
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -23,7 +23,7 @@
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 bash-completion)
 
-sha1sums=('db5e76815fdfd0c2d6b5d5c16492995720268440'
+sha1sums=('51935ae1781712b9dc8baed7698c2fa900bcf4fa'
   '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:56:57
  Author: seblu
Revision: 207374

upgpkg: ndisc6 1.0.3-2

https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/
https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  ndisc6/trunk/PKGBUILD
  ndisc6/trunk/ndisc6.install

+
 PKGBUILD   |8 +---
 ndisc6.install |5 -
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:53:29 UTC (rev 207373)
+++ PKGBUILD2017-01-14 17:56:57 UTC (rev 207374)
@@ -5,19 +5,21 @@
 
 pkgname=ndisc6
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of IPv6 networking utilities'
 arch=('i686' 'x86_64')
-url='http://www.remlab.net/ndisc6/'
+url='https://www.remlab.net/ndisc6/'
 license=('GPL')
 depends=('glibc' 'perl')
 makedepends=('glibc' 'gcc' 'systemd')
 options=('!emptydirs')
 install=$pkgname.install
-source=("http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2";
+source=("https://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2"{,.asc}
  'rdnssd@.service'
 'resolvconf-hook')
+validpgpkeys=('9480583353E334D2F03FE80CC3EC6DBEDD6D12BD') # Rémi 
Denis-Courmont 
 md5sums=('21afdaa3a5a5c1ce50eb7f2b7d795989'
+ 'SKIP'
  '58b44cbe6d38082fb299eb136754bf31'
  '48d0a77ed9536cd0d4642e1f1ca0b255')
 

Modified: ndisc6.install
===
--- ndisc6.install  2017-01-14 17:53:29 UTC (rev 207373)
+++ ndisc6.install  2017-01-14 17:56:57 UTC (rev 207374)
@@ -1,11 +1,6 @@
 #!/bin/bash
 
 # arg 1:  the new package version
-post_install() {
-  systemd-tmpfiles --create ndisc6.conf
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
   if (( "$(vercmp $2 1.0.2-7)" <= 0 )); then


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:53:29
  Author: demize
Revision: 207373

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:53:23 UTC (rev 207372)
+++ community-i686/PKGBUILD 2017-01-14 17:53:29 UTC (rev 207373)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Piotr Gorski 
-# Contributor: Lucy 
-# Contributor: Bartlomiej Piotrowski 
-
-pkgname=pkgconf
-pkgver=1.1.0
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz";)
-
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
-
-build() {
-   cd pkgconf-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd pkgconf-$pkgver
-   make DESTDIR="$pkgdir" install
-   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-i686/PKGBUILD (from rev 207372, 
pkgconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:53:29 UTC (rev 207373)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.1.1
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz";)
+
+sha256sums=('c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5')
+
+build() {
+   cd pkgconf-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd pkgconf-$pkgver
+   make DESTDIR="$pkgdir" install
+   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 17:53:23 UTC (rev 207372)
+++ community-x86_64/PKGBUILD   2017-01-14 17:53:29 UTC (rev 207373)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Piotr Gorski 
-# Contributor: Lucy 
-# Contributor: Bartlomiej Piotrowski 
-
-pkgname=pkgconf
-pkgver=1.1.0
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz";)
-
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
-
-build() {
-   cd pkgconf-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd pkgconf-$pkgver
-   make DESTDIR="$pkgdir" install
-   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 207372, 
pkgconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 17:53:29 UTC (rev 207373)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.1.1
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz";)
+
+sha256sums=('c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5')
+
+build() {
+   cd pkgconf-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd pkgconf-$pkgver
+   make DESTDIR="$pkgdir" install
+ 

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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:53:23
  Author: demize
Revision: 207372

upgpkg: pkgconf 1.1.1-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:53:11 UTC (rev 207371)
+++ PKGBUILD2017-01-14 17:53:23 UTC (rev 207372)
@@ -4,7 +4,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 
 pkgdesc='Light pkg-config replacement'
@@ -17,7 +17,7 @@
 
 source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz";)
 
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
+sha256sums=('c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5')
 
 build() {
cd pkgconf-$pkgver


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:52:46
  Author: demize
Revision: 207370

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

Added:
  girara/repos/community-i686/PKGBUILD
(from rev 207369, girara/trunk/PKGBUILD)
  girara/repos/community-i686/fix-font-handling-gtk-3.21.patch
(from rev 207369, girara/trunk/fix-font-handling-gtk-3.21.patch)
  girara/repos/community-i686/revert-incorrect-changes.patch
(from rev 207369, girara/trunk/revert-incorrect-changes.patch)
  girara/repos/community-x86_64/PKGBUILD
(from rev 207369, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
(from rev 207369, girara/trunk/fix-font-handling-gtk-3.21.patch)
  girara/repos/community-x86_64/revert-incorrect-changes.patch
(from rev 207369, girara/trunk/revert-incorrect-changes.patch)
Deleted:
  girara/repos/community-i686/PKGBUILD
  girara/repos/community-i686/fix-font-handling-gtk-3.21.patch
  girara/repos/community-i686/revert-incorrect-changes.patch
  girara/repos/community-x86_64/PKGBUILD
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
  girara/repos/community-x86_64/revert-incorrect-changes.patch

---+
 /PKGBUILD |   80 
 /fix-font-handling-gtk-3.21.patch |  380 
 /revert-incorrect-changes.patch   |   60 +++
 community-i686/PKGBUILD   |   45 --
 community-i686/fix-font-handling-gtk-3.21.patch   |  190 --
 community-i686/revert-incorrect-changes.patch |   30 -
 community-x86_64/PKGBUILD |   40 --
 community-x86_64/fix-font-handling-gtk-3.21.patch |  190 --
 community-x86_64/revert-incorrect-changes.patch   |   30 -
 9 files changed, 520 insertions(+), 525 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:51:49 UTC (rev 207369)
+++ community-i686/PKGBUILD 2017-01-14 17:52:46 UTC (rev 207370)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: mlq 
-
-pkgname=girara
-pkgver=0.2.6
-pkgrel=3
-
-pkgdesc="User interface library focused on simplicity and minimalism"
-url="http://pwmt.org/projects/girara";
-arch=('i686' 'x86_64')
-license=('custom')
-
-provides=('girara-gtk3' 'girara-common')
-replaces=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-
-depends=('gtk3')
-
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
-fix-font-handling-gtk-3.21.patch
-revert-incorrect-changes.patch)
-sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
-  '609f469dc6ad4570959dea028fd36f8ba8562231'
-  '21b31fe5589fa127772cb3cc29a461fd0b24ac08')
-
-prepare() {
-  cd girara-$pkgver
-  patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
-  patch -p1 <"$srcdir"/revert-incorrect-changes.patch
-}
-
-build() {
-  cd girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 207369, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:52:46 UTC (rev 207370)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.2.7
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara";
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+
+sha1sums=('d868a6fc55a155cc043e17e5da31b8440e7babf0')
+
+prepare() {
+  cd girara-$pkgver
+}
+
+build() {
+  cd girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix-font-handling-gtk-3.21.patch
===
--- community-i686/fix-font-handling-gtk-3.21.patch 2017-01-14 17:51:49 UTC 
(rev 207369)
+++ community-i686/fix-font-handling-gtk-3.21.patch 2017-01-14 17:52:46 UTC 
(rev 207370)
@@ -1,190 +0,0 @@
-From 949c879aa84e9496fabc7d3602060e29f9dc42a1 Mon Sep 17 00:00:00 2001
-From: Sebastian Ramacher 
-Date: Sat, 3 Sep 2016 11:

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:51:49
  Author: seblu
Revision: 207369

upgpkg: mailman 2.1.23-2

Modified:
  mailman/trunk/PKGBUILD
  mailman/trunk/mailman.install
Deleted:
  mailman/trunk/02-fix-fs#48387.patch

---+
 02-fix-fs#48387.patch |   21 -
 PKGBUILD  |   10 ++
 mailman.install   |2 --
 3 files changed, 6 insertions(+), 27 deletions(-)

Deleted: 02-fix-fs#48387.patch
===
--- 02-fix-fs#48387.patch   2017-01-14 17:48:57 UTC (rev 207368)
+++ 02-fix-fs#48387.patch   2017-01-14 17:51:49 UTC (rev 207369)
@@ -1,21 +0,0 @@
-=== modified file 'Mailman/Handlers/MimeDel.py'
 a/Mailman/Handlers/MimeDel.py  2011-04-13 04:13:10 +
-+++ b/Mailman/Handlers/MimeDel.py  2016-02-29 06:28:44 +
-@@ -1,4 +1,4 @@
--# Copyright (C) 2002-2011 by the Free Software Foundation, Inc.
-+# Copyright (C) 2002-2016 by the Free Software Foundation, Inc.
- #
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU General Public License
-@@ -210,6 +210,11 @@
- # If we're left with a multipart message with only one sub-part, recast
- # the message to just the sub-part, but not if the part is message/rfc822
- # because we don't want to lose the headers.
-+# Also, if this is a multipart/signed part, stop now as the original part
-+# may have had a multipart sub-part with only one sub-sub-part, the sig
-+# may still be valid and going further may break it.  (LP: #1551075)
-+if msg.get_content_type() == 'multipart/signed':
-+return
- if msg.is_multipart():
- if (len(msg.get_payload()) == 1 and
- msg.get_content_type() <> 'message/rfc822'):

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:48:57 UTC (rev 207368)
+++ PKGBUILD2017-01-14 17:51:49 UTC (rev 207369)
@@ -5,7 +5,7 @@
 pkgname=mailman
 _pkgver=2.1.23
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,7 +16,7 @@
 # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead.
 backup=('usr/lib/mailman/Mailman/mm_cfg.py')
 install=$pkgname.install
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$_pkgver.tgz";
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$_pkgver.tgz"{,.sig}
 'mailman.profile.sh'
 'mailman.profile.csh'
 'mailman.sysusers'
@@ -37,7 +37,9 @@
 'mailman-senddigests.timer'
 '01-mailman-2.1-build.patch'
 )
+validpgpkeys=('C638CAEF0AC21563736B5A22555B975E953B8693') # Mark Sapiro 

 md5sums=('ceb2d8427e29f4e69b2505423ffeb60b'
+ 'SKIP'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'
  '5ced9364c38ee40046007ee9587b1228'
@@ -65,8 +67,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
 

Modified: mailman.install
===
--- mailman.install 2017-01-14 17:48:57 UTC (rev 207368)
+++ mailman.install 2017-01-14 17:51:49 UTC (rev 207369)
@@ -2,8 +2,6 @@
 
 ## arg 1:  the new package version
 post_install() {
-  # ensure system users are present
-  systemd-sysusers mailman.conf
   # check file permissions
   cd /usr/lib/mailman && bin/check_perms > /dev/null
 }


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:48:57
  Author: demize
Revision: 207368

archrelease: copy trunk to community-x86_64

Added:
  girara/repos/community-x86_64/PKGBUILD
(from rev 207367, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
(from rev 207367, girara/trunk/fix-font-handling-gtk-3.21.patch)
  girara/repos/community-x86_64/revert-incorrect-changes.patch
(from rev 207367, girara/trunk/revert-incorrect-changes.patch)
Deleted:
  girara/repos/community-x86_64/PKGBUILD
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
  girara/repos/community-x86_64/revert-incorrect-changes.patch

--+
 PKGBUILD |   85 +++-
 fix-font-handling-gtk-3.21.patch |  380 ++---
 revert-incorrect-changes.patch   |   60 ++---
 3 files changed, 260 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 17:48:49 UTC (rev 207367)
+++ PKGBUILD2017-01-14 17:48:57 UTC (rev 207368)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: mlq 
-
-pkgname=girara
-pkgver=0.2.6
-pkgrel=3
-
-pkgdesc="User interface library focused on simplicity and minimalism"
-url="http://pwmt.org/projects/girara";
-arch=('i686' 'x86_64')
-license=('custom')
-
-provides=('girara-gtk3' 'girara-common')
-replaces=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-
-depends=('gtk3')
-
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
-fix-font-handling-gtk-3.21.patch
-revert-incorrect-changes.patch)
-sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
-  '609f469dc6ad4570959dea028fd36f8ba8562231'
-  '21b31fe5589fa127772cb3cc29a461fd0b24ac08')
-
-prepare() {
-  cd girara-$pkgver
-  patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
-  patch -p1 <"$srcdir"/revert-incorrect-changes.patch
-}
-
-build() {
-  cd girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 207367, 
girara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 17:48:57 UTC (rev 207368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.2.7
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara";
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+
+sha1sums=('d868a6fc55a155cc043e17e5da31b8440e7babf0')
+
+prepare() {
+  cd girara-$pkgver
+}
+
+build() {
+  cd girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: fix-font-handling-gtk-3.21.patch
===
--- fix-font-handling-gtk-3.21.patch2017-01-14 17:48:49 UTC (rev 207367)
+++ fix-font-handling-gtk-3.21.patch2017-01-14 17:48:57 UTC (rev 207368)
@@ -1,190 +0,0 @@
-From 949c879aa84e9496fabc7d3602060e29f9dc42a1 Mon Sep 17 00:00:00 2001
-From: Sebastian Ramacher 
-Date: Sat, 3 Sep 2016 11:54:53 +0200
-Subject: [PATCH] Update font handling for changes in Gtk+ 3.21
-
-Signed-off-by: Sebastian Ramacher 

- data/girara-post-3.20.css_t | 11 ++-
- girara/config.c |  3 +--
- girara/internal.h   |  2 ++
- girara/session.c| 93 
++---
- 4 files changed, 103 insertions(+), 6 deletions(-)
-
-diff --git a/data/girara-post-3.20.css_t b/data/girara-post-3.20.css_t
-index 491e08e..29758de 100644
 a/data/girara-post-3.20.css_t
-+++ b/data/girara-post-3.20.css_t
-@@ -2,7 +2,15 @@
-   color: @default-fg@;
-   background-color: @default-bg@;
-   background-image: none;
--  font: @font@;
-+  font-family: @font-family@;
-+  font-size: @font-size@;
-+  font-weight: @font-weight@;
-+  box-shadow: none;
-+  border-style: none;
-+  margin: 0px;
-+  padding: @bottombox-padding1@px @bottombox-padding2@px 
@bottombox-padding3@px
-+@bottombox-padding4@px;
-+
- }
- 
- /* Scrollbar */
-@@ -114,4 +122,5 @@
- #@session@ scrolledwindow ove

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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 17:48:49
  Author: demize
Revision: 207367

upgpkg: girara 0.2.7-1

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:47:08 UTC (rev 207366)
+++ PKGBUILD2017-01-14 17:48:49 UTC (rev 207367)
@@ -5,8 +5,8 @@
 # Contributor: mlq 
 
 pkgname=girara
-pkgver=0.2.6
-pkgrel=3
+pkgver=0.2.7
+pkgrel=1
 
 pkgdesc="User interface library focused on simplicity and minimalism"
 url="http://pwmt.org/projects/girara";
@@ -19,17 +19,12 @@
 
 depends=('gtk3')
 
-source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
-fix-font-handling-gtk-3.21.patch
-revert-incorrect-changes.patch)
-sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
-  '609f469dc6ad4570959dea028fd36f8ba8562231'
-  '21b31fe5589fa127772cb3cc29a461fd0b24ac08')
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
 
+sha1sums=('d868a6fc55a155cc043e17e5da31b8440e7babf0')
+
 prepare() {
   cd girara-$pkgver
-  patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
-  patch -p1 <"$srcdir"/revert-incorrect-changes.patch
 }
 
 build() {


[arch-commits] Commit in sagemath-doc/repos/community-any (14 files)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 17:47:08
  Author: arojas
Revision: 207366

archrelease: copy trunk to community-any

Added:
  sagemath-doc/repos/community-any/PKGBUILD
(from rev 207365, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-any/disable-fes.patch
(from rev 207365, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-any/docbuild_main.patch
(from rev 207365, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-any/ecm-7.patch
(from rev 207365, sagemath-doc/trunk/ecm-7.patch)
  sagemath-doc/repos/community-any/is-package-installed.patch
(from rev 207365, sagemath-doc/trunk/is-package-installed.patch)
  sagemath-doc/repos/community-any/package.patch
(from rev 207365, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-any/sagemath-singular4.patch
(from rev 207365, sagemath-doc/trunk/sagemath-singular4.patch)
Deleted:
  sagemath-doc/repos/community-any/PKGBUILD
  sagemath-doc/repos/community-any/disable-fes.patch
  sagemath-doc/repos/community-any/docbuild_main.patch
  sagemath-doc/repos/community-any/ecm-7.patch
  sagemath-doc/repos/community-any/is-package-installed.patch
  sagemath-doc/repos/community-any/package.patch
  sagemath-doc/repos/community-any/sagemath-singular4.patch

+
 PKGBUILD   |  187 -
 disable-fes.patch  |   38 
 docbuild_main.patch|   16 
 ecm-7.patch|  158 
 is-package-installed.patch |  656 +--
 package.patch  |   76 
 sagemath-singular4.patch   | 7462 +--
 7 files changed, 4301 insertions(+), 4292 deletions(-)

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


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 17:46:21
  Author: arojas
Revision: 207365

Remove duplicate files

Modified:
  sagemath-doc/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:43:43 UTC (rev 207364)
+++ PKGBUILD2017-01-14 17:46:21 UTC (rev 207365)
@@ -4,7 +4,7 @@
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
 pkgver=7.5
-pkgrel=2
+pkgrel=3
 arch=(any)
 url="http://www.sagemath.org";
 license=(GPL)
@@ -77,6 +77,15 @@
   cp -r en/introspect "$pkgdir"/usr/share/doc/sage/en
   cp -r common "$pkgdir"/usr/share/doc/sage
   cp -r html "$pkgdir"/usr/share/doc/sage
+
+# Replace duplicated files by symlinks (Gentoo)
+  cd "$pkgdir"/usr/share/doc/sage
+  mv html/en/_static{,.tmp}
+  for _dir in `find -name _static` ; do
+rm -r $_dir
+ln -s /usr/share/doc/sage/html/en/_static $_dir
+  done
+  mv html/en/_static{.tmp,}
 }
 
 package_sagemath-src() {


[arch-commits] Commit in (makedev)

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:43:43
  Author: seblu
Revision: 207364

Moved to AUR

Deleted:
  makedev/


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:38:54
  Author: seblu
Revision: 207363

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 207362, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 207362, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.service
(from rev 207362, lldpd/trunk/lldpd.service)
  lldpd/repos/community-i686/lldpd.sysusers
(from rev 207362, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-i686/lldpd.tmpfiles
(from rev 207362, lldpd/trunk/lldpd.tmpfiles)
  lldpd/repos/community-x86_64/LICENSE
(from rev 207362, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 207362, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 207362, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/lldpd.sysusers
(from rev 207362, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-x86_64/lldpd.tmpfiles
(from rev 207362, lldpd/trunk/lldpd.tmpfiles)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-i686/lldpd.sysusers
  lldpd/repos/community-i686/lldpd.tmpfiles
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service
  lldpd/repos/community-x86_64/lldpd.sysusers
  lldpd/repos/community-x86_64/lldpd.tmpfiles

-+
 /LICENSE|   22 ++
 /PKGBUILD   |  134 ++
 /lldpd.service  |   24 ++
 /lldpd.sysusers |4 +
 /lldpd.tmpfiles |2 
 community-i686/LICENSE  |   11 ---
 community-i686/PKGBUILD |   65 --
 community-i686/lldpd.install|   11 ---
 community-i686/lldpd.service|   12 ---
 community-i686/lldpd.sysusers   |1 
 community-i686/lldpd.tmpfiles   |1 
 community-x86_64/LICENSE|   11 ---
 community-x86_64/PKGBUILD   |   65 --
 community-x86_64/lldpd.install  |   11 ---
 community-x86_64/lldpd.service  |   12 ---
 community-x86_64/lldpd.sysusers |1 
 community-x86_64/lldpd.tmpfiles |1 
 17 files changed, 186 insertions(+), 202 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-01-14 17:38:16 UTC (rev 207362)
+++ community-i686/LICENSE  2017-01-14 17:38:54 UTC (rev 207363)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 207362, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-01-14 17:38:54 UTC (rev 207363)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:38:16 UTC (rev 207362)
+++ community-i686/PKGBUILD 2017-01-14 17:38:54 UTC (rev 207363)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=0.9.5
-pkgrel=2
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:38:16
  Author: seblu
Revision: 207362

upgpkg: lldpd 0.9.5-3

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/

Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.sysusers
Deleted:
  lldpd/trunk/lldpd.install

+
 PKGBUILD   |   12 +++-
 lldpd.install  |   11 ---
 lldpd.sysusers |1 +
 3 files changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:30:32 UTC (rev 207361)
+++ PKGBUILD2017-01-14 17:38:16 UTC (rev 207362)
@@ -4,24 +4,26 @@
 
 pkgname=lldpd
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
+url='https://vincentbernat.github.io/lldpd/'
 license=('custom:ISC' 'GPL')
 depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
  'libxml2' 'net-snmp' 'jansson')
 backup=('etc/lldpd.conf')
-install=$pkgname.install
-source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
+source=("https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
+
"lldpd-$pkgver.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz.gpg";
 'LICENSE'
 'lldpd.service'
 'lldpd.sysusers'
 'lldpd.tmpfiles')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

 md5sums=('b44f8858f54d702f8a4a8f9a3f8ae2eb'
+ 'd899e761d533b1d1e46b677296b7e002'
  '8ae98663bac55afe5d989919d296f28a'
  'a650af7390db0632480184f9f2e7ee4a'
- '8623610442a9d553de764b50046cd6d3'
+ '1d3a5451d44f67e3786d082c150639a4'
  '00a82f466404aec01b074503633d12ba')
 
 build() {

Deleted: lldpd.install
===
--- lldpd.install   2017-01-14 17:30:32 UTC (rev 207361)
+++ lldpd.install   2017-01-14 17:38:16 UTC (rev 207362)
@@ -1,11 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  systemd-sysusers lldpd.conf
-  systemd-tmpfiles --create lldpd.conf
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Modified: lldpd.sysusers
===
--- lldpd.sysusers  2017-01-14 17:30:32 UTC (rev 207361)
+++ lldpd.sysusers  2017-01-14 17:38:16 UTC (rev 207362)
@@ -1 +1,2 @@
+# https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
 u lldpd 127 - -


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

2017-01-14 Thread Levente Polyak
Date: Saturday, January 14, 2017 @ 17:30:32
  Author: anthraxx
Revision: 207361

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:30:14 UTC (rev 207360)
+++ community-i686/PKGBUILD 2017-01-14 17:30:32 UTC (rev 207361)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.2.0rcgit.16
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(i686 x86_64)
-url="http://www.remmina.org/";
-license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'avahi' 'vte3'
-'libgcrypt' 'libxdmcp' 'libsecret' 'webkit2gtk')
-makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
- 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
- 'libvncserver')
-optdepends=('libxkbfile'
-'freerdp'
-'telepathy-glib'
-'gnome-keyring'
-'nxproxy'
-'xorg-server-xephyr: XDMCP support'
-'libvncserver: VNC client/server support')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";)
-md5sums=('0868d084bcb7e4053a6e8c9abd1f93b0')
-
-build() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/build
-}

Copied: remmina/repos/community-i686/PKGBUILD (from rev 207360, 
remmina/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:30:32 UTC (rev 207361)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.2.0rcgit.16
+pkgrel=2
+pkgdesc="remote desktop client written in GTK+"
+arch=(i686 x86_64)
+url="http://www.remmina.org/";
+license=('GPL')
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'avahi' 'vte3'
+'libgcrypt' 'libxdmcp' 'libsecret' 'webkit2gtk')
+makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
+ 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
+ 'libvncserver')
+optdepends=('libxkbfile'
+'freerdp'
+'telepathy-glib'
+'gnome-keyring'
+'nxproxy'
+'xorg-server-xephyr: XDMCP support'
+'libvncserver: VNC client/server support')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";)
+md5sums=('0868d084bcb7e4053a6e8c9abd1f93b0')
+
+build() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 17:30:14 UTC (rev 207360)
+++ community-x86_64/PKGBUILD   2017-01-14 17:30:32 UTC (rev 207361)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.2.0rcgit.16
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(i686 x86_64)
-url="http://www.remmina.org/";
-license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'avahi' 'vte3'
-'libgcrypt' 'libxdmcp' 'libsecret' 'webkit2gtk')
-makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
- 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
- 'libvncserver')
-optdepends=('libxkbfile'
-'freerdp'
-'telepathy-glib'
-'gnome-keyring'
-'nxproxy'
-'xorg-server-xephyr: XDMCP support'
-'libvncserver: VNC client/server support')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz";)
-md5sums=('0868d084bcb7e4053a6e8c9abd1f93b0')
-
-build() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  cmake \
-

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

2017-01-14 Thread Levente Polyak
Date: Saturday, January 14, 2017 @ 17:30:14
  Author: anthraxx
Revision: 207360

upgpkg: remmina 1:1.2.0rcgit.16-2 (libvncserver rebuild)

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:26:55 UTC (rev 207359)
+++ PKGBUILD2017-01-14 17:30:14 UTC (rev 207360)
@@ -4,7 +4,7 @@
 pkgname=remmina
 epoch=1
 pkgver=1.2.0rcgit.16
-pkgrel=1
+pkgrel=2
 pkgdesc="remote desktop client written in GTK+"
 arch=(i686 x86_64)
 url="http://www.remmina.org/";


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:26:55
  Author: seblu
Revision: 207359

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

Added:
  znc/repos/community-i686/PKGBUILD
(from rev 207358, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 207358, znc/trunk/znc.install)
  znc/repos/community-i686/znc.sysusers
(from rev 207358, znc/trunk/znc.sysusers)
  znc/repos/community-i686/znc.tmpfiles
(from rev 207358, znc/trunk/znc.tmpfiles)
  znc/repos/community-x86_64/PKGBUILD
(from rev 207358, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 207358, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 207358, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/znc.tmpfiles
(from rev 207358, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-i686/PKGBUILD
  znc/repos/community-i686/znc.install
  znc/repos/community-i686/znc.sysusers
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers

---+
 /PKGBUILD |   94 
 /znc.install  |   34 ++
 /znc.sysusers |2 
 community-i686/PKGBUILD   |   42 -
 community-i686/znc.install|   20 
 community-i686/znc.sysusers   |1 
 community-i686/znc.tmpfiles   |1 
 community-x86_64/PKGBUILD |   42 -
 community-x86_64/znc.install  |   20 
 community-x86_64/znc.sysusers |1 
 community-x86_64/znc.tmpfiles |1 
 11 files changed, 132 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:26:31 UTC (rev 207358)
+++ community-i686/PKGBUILD 2017-01-14 17:26:55 UTC (rev 207359)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.4
-pkgrel=3
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";
-"$pkgname.sysusers")
-md5sums=('368bca41192cbfc0b873699d6a82e0d5'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 207358, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:26:55 UTC (rev 207359)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=4
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://wiki.znc.in/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ 'SKIP'
+ '6404881ac7fd1db331029071be319d0d'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2017-01-14 17:26:31 UTC (rev 207358)
+++ community-i686/znc.install  2017-01-14 17:26:55 UTC (rev 207359)
@@ -1,20 +0,0 @@
-#/bin

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:26:31
  Author: seblu
Revision: 207358

upgpkg: znc 1.6.4-4

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/

Added:
  znc/trunk/znc.tmpfiles
Modified:
  znc/trunk/PKGBUILD
  znc/trunk/znc.install

--+
 PKGBUILD |   11 ---
 znc.install  |7 ++-
 znc.tmpfiles |1 +
 3 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:17:14 UTC (rev 207357)
+++ PKGBUILD2017-01-14 17:26:31 UTC (rev 207358)
@@ -5,9 +5,9 @@
 
 pkgname=znc
 pkgver=1.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
+url='http://wiki.znc.in/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('libsasl' 'icu')
@@ -17,9 +17,13 @@
 'perl: modperl module'
 'cyrus-sasl: saslauth module')
 install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
 "$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

 md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ 'SKIP'
+ '6404881ac7fd1db331029071be319d0d'
  '919705dccc42d3bff1549d3b3680e55a')
 
 build() {
@@ -37,6 +41,7 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: znc.install
===
--- znc.install 2017-01-14 17:17:14 UTC (rev 207357)
+++ znc.install 2017-01-14 17:26:31 UTC (rev 207358)
@@ -1,10 +1,8 @@
-#/bin/sh
+#/bin/bash
 
 # arg 1:  the new package version
 post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
+  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
 }
 
 # arg 1:  the new package version
@@ -11,7 +9,6 @@
 # arg 2:  the old package version
 post_upgrade() {
   if (( "$(vercmp $2 1.0-4)" < 0 )); then
-[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
 usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
   fi
   :

Added: znc.tmpfiles
===
--- znc.tmpfiles(rev 0)
+++ znc.tmpfiles2017-01-14 17:26:31 UTC (rev 207358)
@@ -0,0 +1 @@
+d /var/lib/znc 0750 znc znc -


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:17:14
  Author: seblu
Revision: 207357

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

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

---+
 /PKGBUILD |  144 
 /grafana.install  |   26 ++
 /grafana.service  |   30 +++
 /grafana.sysusers |2 
 /grafana.tmpfiles |6 +
 community-i686/PKGBUILD   |   72 --
 community-i686/grafana.install|   20 -
 community-i686/grafana.service|   15 ---
 community-i686/grafana.sysusers   |1 
 community-i686/grafana.tmpfiles   |3 
 community-x86_64/PKGBUILD |   72 --
 community-x86_64/grafana.install  |   13 ---
 community-x86_64/grafana.service  |   15 ---
 community-x86_64/grafana.sysusers |1 
 community-x86_64/grafana.tmpfiles |3 
 15 files changed, 208 insertions(+), 215 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:15:53 UTC (rev 207356)
+++ community-i686/PKGBUILD 2017-01-14 17:17:14 UTC (rev 207357)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64' 'i686')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig')
-makedepends=('git' 'go' 'npm')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  # $GOPATH tunning
-  export GOPATH="$srcdir"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsr "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  # building the backend
-  go run build.go setup
-  go run build.go build
-
-  # building the frontend
-  npm install
-  npm run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  cp -r vendor "$pkgdir/usr/share/grafana/"
-  cp -r public_gen "$pkgdir/usr/share/grafana/public"
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:15:53
  Author: seblu
Revision: 207356

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

Added:
  drbd-utils/repos/community-i686/PKGBUILD
(from rev 207355, drbd-utils/trunk/PKGBUILD)
  drbd-utils/repos/community-x86_64/PKGBUILD
(from rev 207355, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-i686/PKGBUILD
  drbd-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:14:50 UTC (rev 207355)
+++ community-i686/PKGBUILD 2017-01-14 17:15:53 UTC (rev 207356)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz";)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('db24f778a14245b0edc867b3abc7eea5')
-
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---with-distro=generic \
---with-bashcompletion \
---with-udev \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---with-initscripttype=systemd \
---without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  # move /lib files under /usr/lib
-  cd "$pkgdir"
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-  # fix rights on systemd files
-  chmod 644 usr/lib/systemd/system/*
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-i686/PKGBUILD (from rev 207355, 
drbd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:15:53 UTC (rev 207356)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='https://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=("https://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz";)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('186a59a714084026c074ce7d8f2a9d11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--with-distro=generic \
+--with-bashcompletion \
+--with-initscripttype=systemd \
+--with-udev \
+--without-rgmanager \
+--without-pacemaker \
+--without-heartbeat \
+--without-83support \
+--without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 17:14:50 UTC (rev 207355)
+++ community-x86_64/PKGBUILD   2017-01-14 17:15:53 UTC (rev 207356)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://ww

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:14:50
  Author: seblu
Revision: 207355

upgpkg: drbd-utils 8.9.10-1

Modified:
  drbd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:09:05 UTC (rev 207354)
+++ PKGBUILD2017-01-14 17:14:50 UTC (rev 207355)
@@ -2,25 +2,20 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd-utils
-pkgver=8.9.9
+pkgver=8.9.10
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
+url='https://www.drbd.org'
 license=('GPL2')
 depends=('perl' 'bash')
 makedepends=('libxslt' 'systemd')
 conflicts=('drbd')
 replaces=('drbd')
-source=("http://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz";)
+source=("https://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz";)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('db24f778a14245b0edc867b3abc7eea5')
+md5sums=('186a59a714084026c074ce7d8f2a9d11')
 
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-#}
-
 build() {
   cd $pkgname-$pkgver
   ./configure \
@@ -31,11 +26,12 @@
 --libdir=/usr/lib \
 --with-distro=generic \
 --with-bashcompletion \
+--with-initscripttype=systemd \
 --with-udev \
 --without-rgmanager \
 --without-pacemaker \
 --without-heartbeat \
---with-initscripttype=systemd \
+--without-83support \
 --without-xen
   make
 }
@@ -43,8 +39,9 @@
 package() {
   make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 
+  cd "$pkgdir"
+
   # move /lib files under /usr/lib
-  cd "$pkgdir"
   mv lib/drbd/* usr/lib/drbd
   rmdir lib/drbd lib
 
@@ -58,10 +55,6 @@
   # autoload module
   install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
   echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-  # fix rights on systemd files
-  chmod 644 usr/lib/systemd/system/*
-
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in grafana/repos/community-x86_64 (10 files)

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:09:05
  Author: seblu
Revision: 207354

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

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 207353, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 207353, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 207353, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 207353, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 207353, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  144 ++---
 grafana.install  |   33 
 grafana.service  |   30 +--
 grafana.sysusers |2 
 grafana.tmpfiles |6 +-
 5 files changed, 104 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 17:08:29 UTC (rev 207353)
+++ PKGBUILD2017-01-14 17:09:05 UTC (rev 207354)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64' 'i686')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig')
-makedepends=('git' 'go' 'npm')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  # $GOPATH tunning
-  export GOPATH="$srcdir"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsr "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  # building the backend
-  go run build.go setup
-  go run build.go build
-
-  # building the frontend
-  npm install
-  npm run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  cp -r vendor "$pkgdir/usr/share/grafana/"
-  cp -r public_gen "$pkgdir/usr/share/grafana/public"
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 207353, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 17:09:05 UTC (rev 207354)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64' 'i686')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig')
+makedepends=('git' 'go' 'npm')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '2f1d73689923ecee92a102a65b91003a'
+ '49688ed04bb3fac45fd48d0ac99e52d5'
+ 'a23177c9e555a7d8ede65c86cf21add2')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+ 

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:08:29
  Author: seblu
Revision: 207353

upgpkg: grafana 4.1.1-1

Modified:
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.install

-+
 PKGBUILD|2 +-
 grafana.install |7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:07:25 UTC (rev 207352)
+++ PKGBUILD2017-01-14 17:08:29 UTC (rev 207353)
@@ -4,7 +4,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=4.0.2
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'

Modified: grafana.install
===
--- grafana.install 2017-01-14 17:07:25 UTC (rev 207352)
+++ grafana.install 2017-01-14 17:08:29 UTC (rev 207353)
@@ -1,15 +1,8 @@
 #/bin/sh
 
 # arg 1:  the new package version
-post_install() {
-  systemd-sysusers grafana.conf
-  systemd-tmpfiles --create grafana.conf
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  post_install "$1"
   if (( "$(vercmp $2 2.6.0-3)" < 0 )); then
echo '==> Configuration moved to /etc/grafana.ini'
fi


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

2017-01-14 Thread Jaroslav Lichtblau
Date: Saturday, January 14, 2017 @ 17:07:25
  Author: jlichtblau
Revision: 207352

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 17:07:09 UTC (rev 207351)
+++ community-i686/PKGBUILD 2017-01-14 17:07:25 UTC (rev 207352)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=76
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep";
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-i686/PKGBUILD (from rev 207351, 
godep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 17:07:25 UTC (rev 207352)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=77
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep";
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('aa86d1fbb7f6faa4e986c306021c3ebe3fe649def53acf926c6783d51637f4be')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-14 17:07:09 UTC (rev 207351)
+++ community-x86_64/PKGBUILD   2017-01-14 17:07:25 UTC (rev 207352)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=76
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep";
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-x86_64/PKGBUILD (from rev 207351, 
godep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-14 17:07:25 UTC (rev 207352)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=77
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep";
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go

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

2017-01-14 Thread Jaroslav Lichtblau
Date: Saturday, January 14, 2017 @ 17:07:09
  Author: jlichtblau
Revision: 207351

upgpkg: godep 2:77-1 - new upstream release

Modified:
  godep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:02:41 UTC (rev 207350)
+++ PKGBUILD2017-01-14 17:07:09 UTC (rev 207351)
@@ -4,7 +4,7 @@
 # Contributor: Sauyon Lee 
 
 pkgname=godep
-pkgver=76
+pkgver=77
 pkgrel=1
 epoch=2
 pkgdesc="Dependency tool for go"
@@ -14,7 +14,7 @@
 depends=('glibc')
 makedepends=('git' 'go' 'mercurial')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83')
+sha256sums=('aa86d1fbb7f6faa4e986c306021c3ebe3fe649def53acf926c6783d51637f4be')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 17:05:10
  Author: seblu
Revision: 286372

upgpkg: quagga 1.1.0-3

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  quagga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 17:04:35 UTC (rev 286371)
+++ PKGBUILD2017-01-14 17:05:10 UTC (rev 286372)
@@ -11,7 +11,7 @@
 depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl')
 options=('!buildflags')
 validpgpkeys=('C1B5C3ED3000F2BFCD66F3B76FE57CA8C1A4AEA6') # Quagga Release 
Signing Key
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
 'quagga.sysusers'
 'quagga.tmpfiles'
 'babeld.service'


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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 17:04:35
  Author: arojas
Revision: 286371

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

Added:
  kcoreaddons/repos/testing-i686/PKGBUILD
(from rev 286370, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/testing-x86_64/PKGBUILD
(from rev 286370, kcoreaddons/trunk/PKGBUILD)
Deleted:
  kcoreaddons/repos/testing-i686/PKGBUILD
  kcoreaddons/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-14 17:04:01 UTC (rev 286370)
+++ testing-i686/PKGBUILD   2017-01-14 17:04:35 UTC (rev 286371)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcoreaddons
-pkgver=5.30.0
-pkgrel=1
-pkgdesc='Addons to QtCore'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-base' 'shared-mime-info')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-
kcoreaddons-servicetypes-fix.patch::"https://cgit.kde.org/kcoreaddons.git/patch/?id=2a9b56e9";)
-md5sums=('ec2fe5d8f75b1c66c376579e0d6b4bcc'
- 'SKIP'
- '659490cf94a59794b13be4fb6b4fec42')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Fix for ServiceType keys in desktop files
-  patch -p1 -i ../kcoreaddons-servicetypes-fix.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--D_KDE4_DEFAULT_HOME_POSTFIX=4 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kcoreaddons/repos/testing-i686/PKGBUILD (from rev 286370, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-14 17:04:35 UTC (rev 286371)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.30.1
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('27dfcb767872348ced5ac16dfa6e7eb8'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-01-14 17:04:01 UTC (rev 286370)
+++ testing-x86_64/PKGBUILD 2017-01-14 17:04:35 UTC (rev 286371)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcoreaddons
-pkgver=5.30.0
-pkgrel=1
-pkgdesc='Addons to QtCore'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-base' 'shared-mime-info')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-
kcoreaddons-servicetypes-fix.patch::"https://cgit.kde.org/kcoreaddons.git/patch/?id=2a9b56e9";)
-md5sums=('ec2fe5d8f75b1c66c376579e0d6b4bcc'
- 'SKIP'
- '659490cf94a59794b13be4fb6b4fec42')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Fix for ServiceType keys in desktop files
-  patch -p1 -i ../kcoreaddons-servicetypes-fix.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--D_KDE4_DEFAULT_HOME_POSTFIX=4 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 286370, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/P

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

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 17:04:01
  Author: arojas
Revision: 286370

Update to 5.30.1

Modified:
  kcoreaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 16:48:21 UTC (rev 286369)
+++ PKGBUILD2017-01-14 17:04:01 UTC (rev 286370)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcoreaddons
-pkgver=5.30.0
+pkgver=5.30.1
 pkgrel=1
 pkgdesc='Addons to QtCore'
 arch=('i686' 'x86_64')
@@ -12,19 +12,13 @@
 depends=('qt5-base' 'shared-mime-info')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-
kcoreaddons-servicetypes-fix.patch::"https://cgit.kde.org/kcoreaddons.git/patch/?id=2a9b56e9";)
-md5sums=('ec2fe5d8f75b1c66c376579e0d6b4bcc'
- 'SKIP'
- '659490cf94a59794b13be4fb6b4fec42')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('27dfcb767872348ced5ac16dfa6e7eb8'
+ 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Fix for ServiceType keys in desktop files
-  patch -p1 -i ../kcoreaddons-servicetypes-fix.patch
 }
 
 build() {


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

2017-01-14 Thread Jaroslav Lichtblau
Date: Saturday, January 14, 2017 @ 17:02:41
  Author: jlichtblau
Revision: 207350

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 17:02:29 UTC (rev 207349)
+++ PKGBUILD2017-01-14 17:02:41 UTC (rev 207350)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.01.10
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 207349, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 17:02:41 UTC (rev 207350)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.01.14
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-01-14 Thread Jaroslav Lichtblau
Date: Saturday, January 14, 2017 @ 17:02:29
  Author: jlichtblau
Revision: 207349

upgpkg: youtube-dl 2017.01.14-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 15:53:00 UTC (rev 207348)
+++ PKGBUILD2017-01-14 17:02:29 UTC (rev 207349)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.01.10
+pkgver=2017.01.14
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932'
+sha256sums=('76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 16:48:21
  Author: seblu
Revision: 286369

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

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

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

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 16:47:22
  Author: seblu
Revision: 286368

upgpkg: quagga 1.1.0-3

https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/

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

+
 PKGBUILD   |3 +--
 quagga.install |6 --
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 15:46:40 UTC (rev 286367)
+++ PKGBUILD2017-01-14 16:47:22 UTC (rev 286368)
@@ -3,7 +3,7 @@
 
 pkgname=quagga
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
@@ -10,7 +10,6 @@
 license=('GPL2')
 depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl')
 options=('!buildflags')
-install=quagga.install
 validpgpkeys=('C1B5C3ED3000F2BFCD66F3B76FE57CA8C1A4AEA6') # Quagga Release 
Signing Key
 
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
 'quagga.sysusers'

Deleted: quagga.install
===
--- quagga.install  2017-01-14 15:46:40 UTC (rev 286367)
+++ quagga.install  2017-01-14 16:47:22 UTC (rev 286368)
@@ -1,6 +0,0 @@
-# vim: ft=sh ts=2 sw=2 et:
-
-post_install() {
-  systemd-sysusers quagga.conf
-  systemd-tmpfiles --create quagga.conf
-}


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 15:52:33
  Author: seblu
Revision: 207347

upgpkg: ipvsadm 1.29-1

Modified:
  ipvsadm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 15:28:34 UTC (rev 207346)
+++ PKGBUILD2017-01-14 15:52:33 UTC (rev 207347)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=ipvsadm
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc='The IP Virtual Server administration utility'
 arch=('i686' 'x86_64')
@@ -13,11 +13,13 @@
 backup=("etc/$pkgname.conf")
 options=('!makeflags')
 install=$pkgname.install
-source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar.xz";
+source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar."{xz,sign}
 "$pkgname.systemd"
 "$pkgname.service")
+validpgpkeys=('D893F72888349DB4F170F9A23A554D033B37BCED') # Jesper Dangaard 
Brouer (RedHat)
 # upstream provides sha256sums of release
-sha256sums=('90e0e49cad5acb9db1c04ed4cdadf7933152a472c2f694039b9d7a291c37f3ab'
+sha256sums=('c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149'
+'SKIP'
 '4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
 '25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341')
 
@@ -27,8 +29,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :


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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 15:53:00
  Author: seblu
Revision: 207348

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

Added:
  ipvsadm/repos/community-i686/PKGBUILD
(from rev 207347, ipvsadm/trunk/PKGBUILD)
  ipvsadm/repos/community-i686/ipvsadm.install
(from rev 207347, ipvsadm/trunk/ipvsadm.install)
  ipvsadm/repos/community-i686/ipvsadm.service
(from rev 207347, ipvsadm/trunk/ipvsadm.service)
  ipvsadm/repos/community-i686/ipvsadm.systemd
(from rev 207347, ipvsadm/trunk/ipvsadm.systemd)
  ipvsadm/repos/community-x86_64/PKGBUILD
(from rev 207347, ipvsadm/trunk/PKGBUILD)
  ipvsadm/repos/community-x86_64/ipvsadm.install
(from rev 207347, ipvsadm/trunk/ipvsadm.install)
  ipvsadm/repos/community-x86_64/ipvsadm.service
(from rev 207347, ipvsadm/trunk/ipvsadm.service)
  ipvsadm/repos/community-x86_64/ipvsadm.systemd
(from rev 207347, ipvsadm/trunk/ipvsadm.systemd)
Deleted:
  ipvsadm/repos/community-i686/PKGBUILD
  ipvsadm/repos/community-i686/ipvsadm.install
  ipvsadm/repos/community-i686/ipvsadm.service
  ipvsadm/repos/community-i686/ipvsadm.systemd
  ipvsadm/repos/community-x86_64/PKGBUILD
  ipvsadm/repos/community-x86_64/ipvsadm.install
  ipvsadm/repos/community-x86_64/ipvsadm.service
  ipvsadm/repos/community-x86_64/ipvsadm.systemd

--+
 /PKGBUILD|  128 +
 /ipvsadm.install |   20 +
 /ipvsadm.service |   22 ++
 /ipvsadm.systemd |   42 
 community-i686/PKGBUILD  |   53 ---
 community-i686/ipvsadm.install   |   10 --
 community-i686/ipvsadm.service   |   11 ---
 community-i686/ipvsadm.systemd   |   21 --
 community-x86_64/PKGBUILD|   53 ---
 community-x86_64/ipvsadm.install |   10 --
 community-x86_64/ipvsadm.service |   11 ---
 community-x86_64/ipvsadm.systemd |   21 --
 12 files changed, 212 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-14 15:52:33 UTC (rev 207347)
+++ community-i686/PKGBUILD 2017-01-14 15:53:00 UTC (rev 207348)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet 
-
-pkgname=ipvsadm
-pkgver=1.28
-pkgrel=1
-pkgdesc='The IP Virtual Server administration utility'
-arch=('i686' 'x86_64')
-url='http://www.linuxvirtualserver.org/software/ipvs.html'
-license=('GPL2')
-depends=('libnl1' 'popt' 'bash')
-backup=("etc/$pkgname.conf")
-options=('!makeflags')
-install=$pkgname.install
-source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar.xz";
-"$pkgname.systemd"
-"$pkgname.service")
-# upstream provides sha256sums of release
-sha256sums=('90e0e49cad5acb9db1c04ed4cdadf7933152a472c2f694039b9d7a291c37f3ab'
-'4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
-'25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341')
-
-#prepare() {
-  #patch -p1 -d $pkgname-$pkgver < 01-fix-not-showing-all-server.patch
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make \
-BUILD_ROOT="$pkgdir" \
-MANDIR=usr/share/man \
-SBIN="$pkgdir/usr/bin" \
-INIT="$pkgdir/etc/rc.d" \
-install
-  popd
-  # systemd
-  install -Dm 755 $pkgname.systemd \
-"$pkgdir/usr/lib/systemd/scripts/$pkgname"
-  install -Dm 644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # remove legacy init system
-  rm -rf "$pkgdir/etc/rc.d"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipvsadm/repos/community-i686/PKGBUILD (from rev 207347, 
ipvsadm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-14 15:53:00 UTC (rev 207348)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Judd Vinet 
+
+pkgname=ipvsadm
+pkgver=1.29
+pkgrel=1
+pkgdesc='The IP Virtual Server administration utility'
+arch=('i686' 'x86_64')
+url='http://www.linuxvirtualserver.org/software/ipvs.html'
+license=('GPL2')
+depends=('libnl1' 'popt' 'bash')
+backup=("etc/$pkgname.conf")
+options=('!makeflags')
+install=$pkgname.install
+source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar."{xz,sign}
+"$pkgname.systemd"
+"$pkgname.service")
+validpgpkeys=('D893F72888349DB4F170F9A23A554D033B37BCED') # Jesper Dangaard 
Brouer (RedHat)
+# upstream provides sha256sums of release
+sha256sums=('c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149'
+'SKIP'
+'4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
+'25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d1

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

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 15:46:40
  Author: seblu
Revision: 286367

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-01-14 15:39:13 UTC (rev 286366)
+++ core-i686/PKGBUILD  2017-01-14 15:46:40 UTC (rev 286367)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=lz4
-epoch=1
-pkgver=1.7.4.2
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.lz4.org/'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  # do not use the main makefile, it calls sub make with -e
-  # exported CLFAGS by makepkg break the version. see FS#50071
-  cd $pkgname
-  make -C lib PREFIX=/usr
-  make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
-  rm -f passwd.lz4
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-i686/PKGBUILD (from rev 286366, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-01-14 15:46:40 UTC (rev 286367)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=lz4
+epoch=1
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='Extremely fast compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.lz4.org/'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  cd $pkgname
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd.lz4
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-01-14 15:39:13 UTC (rev 286366)
+++ core-x86_64/PKGBUILD2017-01-14 15:46:40 UTC (rev 286367)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=lz4
-epoch=1
-pkgver=1.7.4.2
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.lz4.org/'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  # do not use the main makefile, it calls sub make with -e
-  # exported CLFAGS by makepkg break the version. see FS#50071
-  cd $pkgname
-  make -C lib PREFIX=/usr
-  make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
-  rm -f passwd.lz4
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 286366, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2017-01-14 15:46:40 UTC (rev 286367)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=lz4
+epoch=1
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='Extremely fast compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.lz4.org/'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  cd $pkgname
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd

  1   2   3   >