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

2017-05-12 Thread Christian Hesse
Date: Friday, May 12, 2017 @ 22:47:01
  Author: eworm
Revision: 227894

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

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

---+
 community-i686/PKGBUILD   |   33 +
 community-i686/pacredir.install   |6 ++
 community-x86_64/PKGBUILD |   33 +
 community-x86_64/pacredir.install |6 ++
 4 files changed, 78 insertions(+)

Copied: pacredir/repos/community-i686/PKGBUILD (from rev 227893, 
pacredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: pacredir/repos/community-i686/pacredir.install (from rev 227893, 
pacredir/trunk/pacredir.install)
===
--- community-i686/pacredir.install (rev 0)
+++ community-i686/pacredir.install 2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage";
+}
+

Copied: pacredir/repos/community-x86_64/PKGBUILD (from rev 227893, 
pacredir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: pacredir/repos/community-x86_64/pacredir.install (from rev 227893, 
pacredir/trunk/pacredir.install)
===
--- community-x86_64/pacredir.install   (rev 0)
+++ community-x86_64/pacredir.install   2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage";
+}
+


[arch-commits] Commit in (5 files)

2017-05-12 Thread Christian Hesse
Date: Friday, May 12, 2017 @ 22:46:14
  Author: eworm
Revision: 227893

initial import of pacredir

Added:
  pacredir/
  pacredir/repos/
  pacredir/trunk/
  pacredir/trunk/PKGBUILD
  pacredir/trunk/pacredir.install

--+
 PKGBUILD |   33 +
 pacredir.install |6 ++
 2 files changed, 39 insertions(+)

Added: pacredir/trunk/PKGBUILD
===
--- pacredir/trunk/PKGBUILD (rev 0)
+++ pacredir/trunk/PKGBUILD 2017-05-12 22:46:14 UTC (rev 227893)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+


Property changes on: pacredir/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pacredir/trunk/pacredir.install
===
--- pacredir/trunk/pacredir.install (rev 0)
+++ pacredir/trunk/pacredir.install 2017-05-12 22:46:14 UTC (rev 227893)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage";
+}
+


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

2017-05-12 Thread Jan Steffens
Date: Friday, May 12, 2017 @ 21:49:47
  Author: heftig
Revision: 295873

1.3.15-1

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 19:40:12 UTC (rev 295872)
+++ PKGBUILD2017-05-12 21:49:47 UTC (rev 295873)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=1.3.14
+pkgver=1.3.15
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=(any)
@@ -18,7 +18,7 @@
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-_commit=9bec5142c72a386a3cb40d3b3169b1ad68a1d969  # tags/deluge-1.3.14^0
+_commit=a6e8ac8725c2be28679e26b7c6674aad339338b1  # tags/deluge-1.3.15^0
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
 untag-build.patch
 deluged.service deluge-web.service)


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 20:21:08
  Author: arodseth
Revision: 227892

archrelease: copy trunk to community-any

Added:
  processing-examples/repos/community-any/PKGBUILD
(from rev 227891, processing-examples/trunk/PKGBUILD)
Deleted:
  processing-examples/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 20:20:58 UTC (rev 227891)
+++ PKGBUILD2017-05-12 20:21:08 UTC (rev 227892)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing-examples
-pkgver=3.3.1
-pkgrel=1
-arch=('any')
-pkgdesc='Examples for Processing'
-url='https://www.processing.org/'
-license=('GPL' 'LGPL')
-makedepends=('git')
-source=("git+https://github.com/processing/processing-docs#commit=8da681de9748dcf64969ea37c3104402df394b09";)
-md5sums=('SKIP')
-
-package() {
-  install -d "$pkgdir/usr/share/processing/modes/java"
-  cp -r processing-docs/content/examples/ \
-"$pkgdir/usr/share/processing/modes/java/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: processing-examples/repos/community-any/PKGBUILD (from rev 227891, 
processing-examples/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 20:21:08 UTC (rev 227892)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing-examples
+pkgver=3.3.3
+pkgrel=1
+arch=('any')
+pkgdesc='Examples for Processing'
+url='https://www.processing.org/'
+license=('GPL' 'LGPL')
+makedepends=('git')
+source=("git+https://github.com/processing/processing-docs#commit=f6ecf823ec2a72a724ed0918538e358fec50c60a";)
+md5sums=('SKIP')
+
+package() {
+  install -d "$pkgdir/usr/share/processing/modes/java"
+  cp -r processing-docs/content/examples/ \
+"$pkgdir/usr/share/processing/modes/java/"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 20:20:58
  Author: arodseth
Revision: 227891

upgpkg: processing-examples 3.3.3-1

Modified:
  processing-examples/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 20:12:41 UTC (rev 227890)
+++ PKGBUILD2017-05-12 20:20:58 UTC (rev 227891)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing-examples
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 arch=('any')
 pkgdesc='Examples for Processing'
@@ -9,7 +9,7 @@
 url='https://www.processing.org/'
 license=('GPL' 'LGPL')
 makedepends=('git')
-source=("git+https://github.com/processing/processing-docs#commit=8da681de9748dcf64969ea37c3104402df394b09";)
+source=("git+https://github.com/processing/processing-docs#commit=f6ecf823ec2a72a724ed0918538e358fec50c60a";)
 md5sums=('SKIP')
 
 package() {


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 20:12:41
  Author: arodseth
Revision: 227890

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 20:12:26 UTC (rev 227889)
+++ community-i686/PKGBUILD 2017-05-12 20:12:41 UTC (rev 227890)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.3.1
-_rev=0258
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
-depends=('libgl' 'java-runtime=8')
-options=('!strip')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz";)
-sha256sums=('bea89c3841923299e9b66555fbb8ce2c3c88aa84044eac0326ad5b9a444878fb')
-
-prepare() {
-  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-
-  # Use the font's built-in hinting instructions
-  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
--i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
-}
-
-build() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
-
-  ant run
-}
-
-package() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver"
-
-  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
-  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
-
-  # Desktop shortcut
-  install -Dm644 "build/shared/lib/icons/pde-256.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # Symbolic links in /usr/bin
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-}
-
-# getver: 
https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 227889, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 20:12:41 UTC (rev 227890)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.3.3
+_rev=0260
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
+depends=('libgl' 'java-runtime=8')
+options=('!strip')
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz";)
+sha256sums=('f8fcb1669b0f1302714300cb21beef56019393143ca225e01f56127cf841fb37')
+
+prepare() {
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+
+  # Use the font's built-in hinting instructions
+  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
+-i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
+}
+
+build() {
+  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
+
+  ant run
+}
+
+package() {
+  cd "$pkgname-$pkgname-$_rev-$pkgver"
+
+  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
+  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
+
+  # Desktop shortcut
+  install -Dm644 "build/shared/lib/icons/pde-256.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Symbolic links in /usr/bin
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+}
+
+# getver: 
raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-12 20:12:26 UTC (rev 227889)
+++ community-x86_64/PKGBUILD   2017-05-12 20:12:41 UTC (rev 227890)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.3.1
-_rev=0258
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-ur

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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 20:12:26
  Author: arodseth
Revision: 227889

upgpkg: processing 3.3.3-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 19:34:49 UTC (rev 227888)
+++ PKGBUILD2017-05-12 20:12:26 UTC (rev 227889)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing
-pkgver=3.3.1
-_rev=0258
+pkgver=3.3.3
+_rev=0260
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
@@ -13,7 +13,7 @@
 depends=('libgl' 'java-runtime=8')
 options=('!strip')
 
source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz";)
-sha256sums=('bea89c3841923299e9b66555fbb8ce2c3c88aa84044eac0326ad5b9a444878fb')
+sha256sums=('f8fcb1669b0f1302714300cb21beef56019393143ca225e01f56127cf841fb37')
 
 prepare() {
   gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
@@ -46,5 +46,5 @@
   ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
 }
 
-# getver: 
https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
-# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
+# vim: ts=2 sw=2 et:


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

2017-05-12 Thread Levente Polyak
Date: Friday, May 12, 2017 @ 19:40:12
  Author: anthraxx
Revision: 295872

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

Added:
  zziplib/repos/extra-i686/CVE-2017-5979.patch
(from rev 295871, zziplib/trunk/CVE-2017-5979.patch)
  zziplib/repos/extra-i686/PKGBUILD
(from rev 295871, zziplib/trunk/PKGBUILD)
  zziplib/repos/extra-x86_64/CVE-2017-5979.patch
(from rev 295871, zziplib/trunk/CVE-2017-5979.patch)
  zziplib/repos/extra-x86_64/PKGBUILD
(from rev 295871, zziplib/trunk/PKGBUILD)
Deleted:
  zziplib/repos/extra-i686/PKGBUILD
  zziplib/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   90 +
 extra-i686/CVE-2017-5979.patch   |   13 +
 extra-i686/PKGBUILD  |   33 -
 extra-x86_64/CVE-2017-5979.patch |   13 +
 extra-x86_64/PKGBUILD|   33 -
 5 files changed, 116 insertions(+), 66 deletions(-)

Copied: zziplib/repos/extra-i686/CVE-2017-5979.patch (from rev 295871, 
zziplib/trunk/CVE-2017-5979.patch)
===
--- extra-i686/CVE-2017-5979.patch  (rev 0)
+++ extra-i686/CVE-2017-5979.patch  2017-05-12 19:40:12 UTC (rev 295872)
@@ -0,0 +1,13 @@
+Index: zziplib-0.13.62/zzip/fseeko.c
+===
+--- zziplib-0.13.62.orig/zzip/fseeko.c
 zziplib-0.13.62/zzip/fseeko.c
+@@ -255,7 +255,7 @@ zzip_entry_findfirst(FILE * disk)
+ return 0;
+ /* we read out chunks of 8 KiB in the hope to match disk granularity */
+ ___ zzip_off_t pagesize = PAGESIZE; /* getpagesize() */
+-___ ZZIP_ENTRY *entry = malloc(sizeof(*entry));
++___ ZZIP_ENTRY *entry = calloc(1, sizeof(*entry));
+ if (! entry)
+ return 0;
+ ___ unsigned char *buffer = malloc(pagesize);

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-12 19:39:53 UTC (rev 295871)
+++ extra-i686/PKGBUILD 2017-05-12 19:40:12 UTC (rev 295872)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Daniel J Griffiths 
-# Contributor: Roman Kyrylych 
-
-pkgname=zziplib
-pkgver=0.13.66
-pkgrel=1
-pkgdesc="A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file"
-arch=('i686' 'x86_64')
-url="http://zziplib.sourceforge.net";
-license=('LGPL' 'MPL')
-depends=('zlib')
-makedepends=('python2' 'xmlto' 'zip')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz";)
-md5sums=('0990b8e409834b62475b4de901fe3f6a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
-  make doc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-# fix permissions
-  chmod -s "${pkgdir}/usr/share/man/man3"
-# chmod 644 "${pkgdir}"/usr/share/man/man3/*
-  chown -R root:root "${pkgdir}/usr/share/man/man3"
-}

Copied: zziplib/repos/extra-i686/PKGBUILD (from rev 295871, 
zziplib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-12 19:40:12 UTC (rev 295872)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Daniel J Griffiths 
+# Contributor: Roman Kyrylych 
+
+pkgname=zziplib
+pkgver=0.13.66
+pkgrel=2
+pkgdesc="A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file"
+arch=('i686' 'x86_64')
+url="http://zziplib.sourceforge.net";
+license=('LGPL' 'MPL')
+depends=('zlib')
+makedepends=('python2' 'xmlto' 'zip')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz";
+CVE-2017-5979.patch)
+sha256sums=('59b18c7c4ed348ba8d63fa7e194e6b012cd94197265b7a7b3afb539d8206bd7d'
+'6c649cc35eb040dc9f667faa1484e61fdb8600eccc293d79dca5a3cd8fdb1ee4')
+sha512sums=('893885d85293269fd8ff14d61eaae5f7d07689a16dd9c07c1ae8d46ea2b2f94a13d6aab19670efa7716cafe5e9f8efb1cbc1254bd9e860c836faa35736bdbe20'
+
'b11e940f6d0d0806e6408a06c465180c5a250449ea837108663049a0f395c2d8b5ff30614fa364a56f2686dd1ee2da120aa47dfb7d80698db43c00ae7a5ebd27')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # extracted from opensuse
+  patch -p1 < "${srcdir}/CVE-2017-5979.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+# fix permissions
+  chmod -s "${pkgdir}/usr/share/man/man3"
+# chmod 644 "${pkgdir}"/usr/share/man/man3/*
+  chown -R root:root "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: set ts=2 sw=2 et:

Copied: zziplib/repos/extra-x86_64/CVE-2017-5979.patch (from rev 295871, 
zziplib/trunk/CVE-2017-5979.patch)
===

[arch-commits] Commit in zziplib/trunk (CVE-2017-5979.patch PKGBUILD)

2017-05-12 Thread Levente Polyak
Date: Friday, May 12, 2017 @ 19:39:53
  Author: anthraxx
Revision: 295871

upgpkg: zziplib 0.13.66-2 (fix CVE-2017-5979)

Added:
  zziplib/trunk/CVE-2017-5979.patch
Modified:
  zziplib/trunk/PKGBUILD

-+
 CVE-2017-5979.patch |   13 +
 PKGBUILD|   18 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)

Added: CVE-2017-5979.patch
===
--- CVE-2017-5979.patch (rev 0)
+++ CVE-2017-5979.patch 2017-05-12 19:39:53 UTC (rev 295871)
@@ -0,0 +1,13 @@
+Index: zziplib-0.13.62/zzip/fseeko.c
+===
+--- zziplib-0.13.62.orig/zzip/fseeko.c
 zziplib-0.13.62/zzip/fseeko.c
+@@ -255,7 +255,7 @@ zzip_entry_findfirst(FILE * disk)
+ return 0;
+ /* we read out chunks of 8 KiB in the hope to match disk granularity */
+ ___ zzip_off_t pagesize = PAGESIZE; /* getpagesize() */
+-___ ZZIP_ENTRY *entry = malloc(sizeof(*entry));
++___ ZZIP_ENTRY *entry = calloc(1, sizeof(*entry));
+ if (! entry)
+ return 0;
+ ___ unsigned char *buffer = malloc(pagesize);

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 18:55:36 UTC (rev 295870)
+++ PKGBUILD2017-05-12 19:39:53 UTC (rev 295871)
@@ -5,7 +5,7 @@
 
 pkgname=zziplib
 pkgver=0.13.66
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file"
 arch=('i686' 'x86_64')
 url="http://zziplib.sourceforge.net";
@@ -12,9 +12,19 @@
 license=('LGPL' 'MPL')
 depends=('zlib')
 makedepends=('python2' 'xmlto' 'zip')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz";)
-md5sums=('0990b8e409834b62475b4de901fe3f6a')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz";
+CVE-2017-5979.patch)
+sha256sums=('59b18c7c4ed348ba8d63fa7e194e6b012cd94197265b7a7b3afb539d8206bd7d'
+'6c649cc35eb040dc9f667faa1484e61fdb8600eccc293d79dca5a3cd8fdb1ee4')
+sha512sums=('893885d85293269fd8ff14d61eaae5f7d07689a16dd9c07c1ae8d46ea2b2f94a13d6aab19670efa7716cafe5e9f8efb1cbc1254bd9e860c836faa35736bdbe20'
+
'b11e940f6d0d0806e6408a06c465180c5a250449ea837108663049a0f395c2d8b5ff30614fa364a56f2686dd1ee2da120aa47dfb7d80698db43c00ae7a5ebd27')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # extracted from opensuse
+  patch -p1 < "${srcdir}/CVE-2017-5979.patch"
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   export PYTHON=/usr/bin/python2
@@ -31,3 +41,5 @@
 # chmod 644 "${pkgdir}"/usr/share/man/man3/*
   chown -R root:root "${pkgdir}/usr/share/man/man3"
 }
+
+# vim: set ts=2 sw=2 et:


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 19:34:40
  Author: arodseth
Revision: 227887

upgpkg: kotlin 1.1.2-2

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 18:42:36 UTC (rev 227886)
+++ PKGBUILD2017-05-12 19:34:40 UTC (rev 227887)
@@ -4,7 +4,7 @@
 
 pkgname=kotlin
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Kotlin programming language'
 arch=('any')
 url='http://kotlinlang.org/'
@@ -26,13 +26,13 @@
 package() {
   cd "${pkgname}c"
 
-  msg2 'Packaging executables...'
+  # executables
   install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
   install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
   install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
   install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
 
-  msg2 'Packaging jar files...'
+  # jar files
   cd "$srcdir/${pkgname}c/lib"
   install -d "$pkgdir/usr/share/$pkgname/lib"
   for jar in *.jar; do
@@ -39,7 +39,7 @@
 install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
   done
 
-  msg2 'Packaging licenses...'
+  # licenses
   cd "$srcdir/${pkgname}c/license"
   install -d "$pkgdir/usr/share/licenses/$pkgname"
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
@@ -48,7 +48,11 @@
   for txt in *.txt; do
 install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
   done
+
+  # for -version to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
 }
 
 # getver: raw.githubusercontent.com/JetBrains/kotlin/master/ChangeLog.md
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 19:34:49
  Author: arodseth
Revision: 227888

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 227887, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 19:34:40 UTC (rev 227887)
+++ PKGBUILD2017-05-12 19:34:49 UTC (rev 227888)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='The Kotlin programming language'
-arch=('any')
-url='http://kotlinlang.org/'
-license=('apache' 'custom')
-makedepends=('setconf')
-depends=('bash' 'java-environment>=6')
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver%.0}/kotlin-compiler-${pkgver%.0}.zip";)
-sha256sums=('cb6d30b14adb0067477042e12c1d15e5a26cf80ef6a115e248ed4a89cbf6cf4e')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-  setconf kotlinc-js DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-}
-
-package() {
-  cd "${pkgname}c"
-
-  msg2 'Packaging executables...'
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
-  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
-  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
-  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-
-  msg2 'Packaging jar files...'
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  msg2 'Packaging licenses...'
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-}
-
-# getver: raw.githubusercontent.com/JetBrains/kotlin/master/ChangeLog.md
-# vim:set ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 227887, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 19:34:49 UTC (rev 227888)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc='The Kotlin programming language'
+arch=('any')
+url='http://kotlinlang.org/'
+license=('apache' 'custom')
+makedepends=('setconf')
+depends=('bash' 'java-environment>=6')
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver%.0}/kotlin-compiler-${pkgver%.0}.zip";)
+sha256sums=('cb6d30b14adb0067477042e12c1d15e5a26cf80ef6a115e248ed4a89cbf6cf4e')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+  setconf kotlinc-js DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # executables
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # for -version to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/JetBrains/kotlin/master/ChangeLog.md
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in iana-etc/repos (3 files)

2017-05-12 Thread Gaëtan Bisson
Date: Friday, May 12, 2017 @ 18:55:36
  Author: bisson
Revision: 295870

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 295869, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 295869, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 
 PKGBUILD |   62 +
 2 files changed, 63 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 295869, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2017-05-12 18:55:36 UTC (rev 295870)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 295869, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-05-12 18:55:36 UTC (rev 295870)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20170512
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('fc4ef2d9dc2616e9981aa7845f33071dc9fd7b4269cc6440e3a52d4149c95d52'
+'f7a7fd69b66b936cdcba4416066cba8d8e88b6261ba43c2c2fab8cc3c6876825'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2017-05-12 Thread Gaëtan Bisson
Date: Friday, May 12, 2017 @ 18:55:16
  Author: bisson
Revision: 295869

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 18:51:33 UTC (rev 295868)
+++ PKGBUILD2017-05-12 18:55:16 UTC (rev 295869)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20170426
+pkgver=20170512
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -13,7 +13,7 @@
 
source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha256sums=('676a787583663dcc9668e369e96a6bee0611d51125b4e5e5debc289618c85166'
+sha256sums=('fc4ef2d9dc2616e9981aa7845f33071dc9fd7b4269cc6440e3a52d4149c95d52'
 'f7a7fd69b66b936cdcba4416066cba8d8e88b6261ba43c2c2fab8cc3c6876825'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2017-05-12 Thread Jelle van der Waa
Date: Friday, May 12, 2017 @ 18:42:36
  Author: jelle
Revision: 227886

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

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

+
 /PKGBUILD  |   88 +++
 /timew.install |   14 ++
 community-i686/PKGBUILD|   42 --
 community-i686/timew.install   |7 ---
 community-x86_64/PKGBUILD  |   42 --
 community-x86_64/timew.install |7 ---
 6 files changed, 102 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 18:42:24 UTC (rev 227885)
+++ community-i686/PKGBUILD 2017-05-12 18:42:36 UTC (rev 227886)
@@ -1,42 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Joost Bremmer 
-
-pkgname=timew
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A command line time tracking application"
-arch=('x86_64' 'i686')
-url="http://taskwarrior.org/docs/timewarrior/";
-license=('MIT')
-makedepends=('cmake' 'gcc-libs')
-optdepends=('task: Taskwarrior integration')
-provides=('timew')
-conflicts=('timew-git')
-install=$pkgname.install
-source=("http://taskwarrior.org/download/timew-${pkgver}.tar.gz";)
-sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-
-# Fix Python shebang, fixed upstream in 1.1.0
-# 
https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
-sed -i 's/env python/env python2/g' doc/holidays/refresh
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .
-make
-}
-
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-make DESTDIR=${pkgdir} install
-
-# Install the refresh holiday scripts in /usr/bin/ for user convenience.
-chmod 755 "${pkgdir}/usr/share/doc/timew/doc/holidays/refresh"
-ln -s "/usr/share/doc/timew/doc/holidays/refresh" 
"${pkgdir}/usr/bin/timew-refresh-holidays"
-}

Copied: timew/repos/community-i686/PKGBUILD (from rev 227885, 
timew/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 18:42:36 UTC (rev 227886)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Joost Bremmer 
+
+pkgname=timew
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A command line time tracking application"
+arch=('x86_64' 'i686')
+url="http://taskwarrior.org/docs/timewarrior/";
+license=('MIT')
+makedepends=('cmake' 'gcc-libs')
+optdepends=('task: Taskwarrior integration')
+provides=('timew')
+conflicts=('timew-git')
+install=$pkgname.install
+source=("https://taskwarrior.org/download/timew-${pkgver}.tar.gz";)
+sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+# Fix Python shebang, fixed upstream in 1.1.0
+# 
https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
+sed -i 's/env python/env python2/g' doc/holidays/refresh
+sed -i 's/env python/env python2/g' ext/on-modify.timewarrior
+sed -i 's/env python/env python2/g' ext/totals.py
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .
+make
+}
+
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+make DESTDIR=${pkgdir} install
+
+# Install the refresh holiday scripts in /usr/bin/ for user convenience.
+chmod 755 "${pkgdir}/usr/share/doc/timew/doc/holidays/refresh"
+ln -s "/usr/share/doc/timew/doc/holidays/refresh" 
"${pkgdir}/usr/bin/timew-refresh-holidays"
+}

Deleted: community-i686/timew.install
===
--- community-i686/timew.install2017-05-12 18:42:24 UTC (rev 227885)
+++ community-i686/timew.install2017-05-12 18:42:36 UTC (rev 227886)
@@ -1,7 +0,0 @@
-post_install() {
-echo "You can find the taskwarrior on-modify-hook at:
-/usr/share/doc/timew/ext/on-modify.timewarrior"
-echo
-echo "You can use /usr/bin/timew-refresh-holidays to download holiday 
schedules"
-echo "Please see: http://taskwarrior.org/docs/timewarrior/holidays.html 
for more info"
-}

Copied: timew/repos/community-i686/timew.install (from rev 22788

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

2017-05-12 Thread Jelle van der Waa
Date: Friday, May 12, 2017 @ 18:42:24
  Author: jelle
Revision: 227885

upgpkg: timew 1.0.0-4

Modified:
  timew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 18:38:05 UTC (rev 227884)
+++ PKGBUILD2017-05-12 18:42:24 UTC (rev 227885)
@@ -3,7 +3,7 @@
 
 pkgname=timew
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A command line time tracking application"
 arch=('x86_64' 'i686')
 url="http://taskwarrior.org/docs/timewarrior/";
@@ -22,6 +22,8 @@
 # Fix Python shebang, fixed upstream in 1.1.0
 # 
https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
 sed -i 's/env python/env python2/g' doc/holidays/refresh
+sed -i 's/env python/env python2/g' ext/on-modify.timewarrior
+sed -i 's/env python/env python2/g' ext/totals.py
 }
 
 build() {


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 18:37:52
  Author: arodseth
Revision: 227883

upgpkg: yaws 2.0.4-2

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 18:19:21 UTC (rev 227882)
+++ PKGBUILD2017-05-12 18:37:52 UTC (rev 227883)
@@ -5,7 +5,7 @@
 
 pkgname=yaws
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Web server/framework written in Erlang'
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
@@ -14,16 +14,21 @@
 backup=('etc/yaws/yaws.conf')
 options=('!emptydirs')
 install="$pkgname.install"
-source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz";
+source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz"; # no https
 "$pkgname.service")
 sha256sums=('da6677c315aadc7c64c970ef74eaa29f61eba886c7d30c61806651ac38c1e6c5'
 '3628a0f6fdacc91c216cb782e3f3da638958cca6eee34a0a1e692482659109db')
 
 prepare() {
+  cd "$pkgname-$pkgver"
+
   # use python2
   for f in cgi.yaws cgi-bin/foo.py; do
-sed -i 's:n/python:n/python2:' "$pkgname-$pkgver/www/$f"
+sed -i 's:n/python:n/python2:' "www/$f"
   done
+
+  # don't treat warnings as errors just now
+  sed -i 's/-Werror//g' include.mk
 }
 
 build() {


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 18:38:05
  Author: arodseth
Revision: 227884

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

Added:
  yaws/repos/community-i686/PKGBUILD
(from rev 227883, yaws/trunk/PKGBUILD)
  yaws/repos/community-i686/yaws.install
(from rev 227883, yaws/trunk/yaws.install)
  yaws/repos/community-i686/yaws.service
(from rev 227883, yaws/trunk/yaws.service)
  yaws/repos/community-x86_64/PKGBUILD
(from rev 227883, yaws/trunk/PKGBUILD)
  yaws/repos/community-x86_64/yaws.install
(from rev 227883, yaws/trunk/yaws.install)
  yaws/repos/community-x86_64/yaws.service
(from rev 227883, yaws/trunk/yaws.service)
Deleted:
  yaws/repos/community-i686/PKGBUILD
  yaws/repos/community-i686/yaws.install
  yaws/repos/community-i686/yaws.service
  yaws/repos/community-x86_64/PKGBUILD
  yaws/repos/community-x86_64/yaws.install
  yaws/repos/community-x86_64/yaws.service

---+
 /PKGBUILD |  120 
 /yaws.install |   26 
 /yaws.service |   26 
 community-i686/PKGBUILD   |   55 --
 community-i686/yaws.install   |   13 
 community-i686/yaws.service   |   13 
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/yaws.install |   13 
 community-x86_64/yaws.service |   13 
 9 files changed, 172 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 18:37:52 UTC (rev 227883)
+++ community-i686/PKGBUILD 2017-05-12 18:38:05 UTC (rev 227884)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Patrick Smits 
-
-pkgname=yaws
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Web server/framework written in Erlang'
-arch=('x86_64' 'i686')
-url='http://yaws.hyber.org/'
-license=('BSD')
-depends=('pam' 'erlang-nox')
-backup=('etc/yaws/yaws.conf')
-options=('!emptydirs')
-install="$pkgname.install"
-source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz";
-"$pkgname.service")
-sha256sums=('da6677c315aadc7c64c970ef74eaa29f61eba886c7d30c61806651ac38c1e6c5'
-'3628a0f6fdacc91c216cb782e3f3da638958cca6eee34a0a1e692482659109db')
-
-prepare() {
-  # use python2
-  for f in cgi.yaws cgi-bin/foo.py; do
-sed -i 's:n/python:n/python2:' "$pkgname-$pkgver/www/$f"
-  done
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export wwwdir=/srv/http/yaws
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  ln -s /usr/lib/yaws "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver"
-  install -Dm644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # path fixes
-  cp -ru examples/include "$pkgdir/usr/lib/yaws-$pkgver/examples/"
-  mv "$pkgdir/srv/http/yaws/"* "$pkgdir/srv/http/www" || true
-  rmdir "$pkgdir/srv/http/yaws" || true
-  mv "$pkgdir/srv/http/www" "$pkgdir/srv/http/yaws" || true
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yaws/repos/community-i686/PKGBUILD (from rev 227883, 
yaws/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 18:38:05 UTC (rev 227884)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Patrick Smits 
+
+pkgname=yaws
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Web server/framework written in Erlang'
+arch=('x86_64' 'i686')
+url='http://yaws.hyber.org/'
+license=('BSD')
+depends=('pam' 'erlang-nox')
+backup=('etc/yaws/yaws.conf')
+options=('!emptydirs')
+install="$pkgname.install"
+source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz"; # no https
+"$pkgname.service")
+sha256sums=('da6677c315aadc7c64c970ef74eaa29f61eba886c7d30c61806651ac38c1e6c5'
+'3628a0f6fdacc91c216cb782e3f3da638958cca6eee34a0a1e692482659109db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # use python2
+  for f in cgi.yaws cgi-bin/foo.py; do
+sed -i 's:n/python:n/python2:' "www/$f"
+  done
+
+  # don't treat warnings as errors just now
+  sed -i 's/-Werror//g' include.mk
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export wwwdir=/srv/http/yaws
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/lib/erlang/lib"
+  ln -s /usr/lib/yaws "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver"
+  install -Dm644 "$srcdir/$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$srcdir/$pkgnam

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

2017-05-12 Thread Jelle van der Waa
Date: Friday, May 12, 2017 @ 18:19:21
  Author: jelle
Revision: 227882

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 18:19:08 UTC (rev 227881)
+++ community-i686/PKGBUILD 2017-05-12 18:19:21 UTC (rev 227882)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.84.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('75a6c2f142ccee594d6e208c4c7f57e137e2c4f06c81d36d5bc42f0dcdaa76cf'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 227881, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 18:19:21 UTC (rev 227882)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.85.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
+ 'desktop-file-utils' 'gtk-upda

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

2017-05-12 Thread Jelle van der Waa
Date: Friday, May 12, 2017 @ 18:19:08
  Author: jelle
Revision: 227881

upgpkg: calibre 2.85.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 17:58:36 UTC (rev 227880)
+++ PKGBUILD2017-05-12 18:19:08 UTC (rev 227881)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.84.0
+pkgver=2.85.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('75a6c2f142ccee594d6e208c4c7f57e137e2c4f06c81d36d5bc42f0dcdaa76cf'
+sha256sums=('d3d26643a6c97d4e88e8c91cbe6b540186ef679aa580af970e179708e71c2a5e'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-05-12 Thread Giancarlo Razzolini
Date: Friday, May 12, 2017 @ 17:58:36
  Author: grazzolini
Revision: 227880

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/PKGBUILD
(from rev 227879, streamlink/trunk/PKGBUILD)
Deleted:
  streamlink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 17:57:48 UTC (rev 227879)
+++ PKGBUILD2017-05-12 17:58:36 UTC (rev 227880)
@@ -1,43 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Josip Ponjavic 
-
-pkgname=streamlink
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
-depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
-checkdepends=("python-"{mock,pytest})
-makedepends=("python-"{setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
-'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-# Charlie Drage 
-validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('89ab32d4eab487212d124c1eeae16604708cb46bc27a2d797649be2bae8f239b'
-'SKIP')
-sha512sums=('5a0c20091cc880ac705690488c17d634f30ebd8bb2714a19ac1b40451d5bd436747f8634f968dd53369eb0dabe8cd1f1d8cb3c11c87c41d0c43b4e88807eb6e0'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export STREAMLINK_USE_PYCOUNTRY="true"
-  export STREAMLINK_USE_PYCRYPTO="true"
-  python setup.py build_sphinx -b man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test || warning "Tests failed"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 build/sphinx/man/streamlink.1 \
-"$pkgdir/usr/share/man/man1/streamlink.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: streamlink/repos/community-any/PKGBUILD (from rev 227879, 
streamlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 17:58:36 UTC (rev 227880)
@@ -0,0 +1,43 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
+depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
+checkdepends=("python-"{mock,pytest})
+makedepends=("python-"{setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
+'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+# Charlie Drage 
+validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
+sha256sums=('945a6a0e9e8c3965a83579506219baaa2f89801d463002650d8206adfa39a072'
+'SKIP')
+sha512sums=('bf1b63c5598e6252b44407532e4ebd2af1234993d60e922bf7c6b943707d3bdc3a85a761ce87f511a7b0a8b184df4d72ba1956fb1b746ec5b9ff54487070e736'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  export STREAMLINK_USE_PYCRYPTO="true"
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-05-12 Thread Giancarlo Razzolini
Date: Friday, May 12, 2017 @ 17:57:48
  Author: grazzolini
Revision: 227879

upgpkg: streamlink 0.6.0-1

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:33:37 UTC (rev 227878)
+++ PKGBUILD2017-05-12 17:57:48 UTC (rev 227879)
@@ -2,7 +2,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -17,9 +17,9 @@
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 # Charlie Drage 
 validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('89ab32d4eab487212d124c1eeae16604708cb46bc27a2d797649be2bae8f239b'
+sha256sums=('945a6a0e9e8c3965a83579506219baaa2f89801d463002650d8206adfa39a072'
 'SKIP')
-sha512sums=('5a0c20091cc880ac705690488c17d634f30ebd8bb2714a19ac1b40451d5bd436747f8634f968dd53369eb0dabe8cd1f1d8cb3c11c87c41d0c43b4e88807eb6e0'
+sha512sums=('bf1b63c5598e6252b44407532e4ebd2af1234993d60e922bf7c6b943707d3bdc3a85a761ce87f511a7b0a8b184df4d72ba1956fb1b746ec5b9ff54487070e736'
 'SKIP')
 
 build() {


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

2017-05-12 Thread Evangelos Foutras
Date: Friday, May 12, 2017 @ 16:39:44
  Author: foutrelis
Revision: 295867

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 295866, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 295866, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 295866, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 295866, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 295866, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 295866, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 295866, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 295866, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 295866, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 295866, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 295866, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 295866, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 295866, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 295866, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 295866, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 295866, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 295866, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 295866, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 295866, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 295866, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 295866, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 295866, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 295866, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 295866, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 295866, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 295866, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd-hwdb.hook
  systemd/repos/testing-i686/systemd-sysusers.hook
  systemd/repos/testing-i686/systemd-tmpfiles.hook
  systemd/repos/testing-i686/systemd-update.hook
  systemd/repos/testing-i686/systemd-user.pam
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  478 ++
 /arch.conf  |   14 
 /initcpio-hook-udev |   44 ++
 /initcpio-install-systemd   |  394 
 /initcpio-install-udev  |   58 +++
 /loader.conf|2 
 /systemd-hwdb.hook  |   22 +
 /systemd-sysusers.hook  |   22 +
 /systemd-tmpfiles.hook  |   22 +
 /systemd-update.hook|   22 +
 /systemd-user.pam   |   10 
 /systemd.install|  180 +++
 testing-i686/PKGBUILD   |  231 --
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  197 
 testing-i686/initcpio-inst

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

2017-05-12 Thread Evangelos Foutras
Date: Friday, May 12, 2017 @ 16:39:02
  Author: foutrelis
Revision: 295866

upgpkg: systemd 233-4

Fix two upstream issues:

- resolved: mDNS stack conflicts with avahi (FS#53700)
- nss-resolve: example nsswitch.conf renders myhostname unused

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 14:38:39 UTC (rev 295865)
+++ PKGBUILD2017-05-12 16:39:02 UTC (rev 295866)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=233
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -41,7 +41,10 @@
 )
 
 _backports=(
+  # build-sys: make RPM macros installation path configurable
   'ff2e33db54719bfe8feea833571652318c6d197c'
+  # resolved: do not start LLMNR or mDNS stack when no network enables them
+  
'2c7ef56459bf6fe7761595585aa4eed5cd183f27^..2c7ef56459bf6fe7761595585aa4eed5cd183f27^2'
 )
 
 _validate_tag() {
@@ -76,10 +79,15 @@
 
   _validate_tag || return
 
-  if (( ${#_backports[*]} > 0 )); then
-git cherry-pick -n "${_backports[@]}"
-  fi
+  local _commit
+  for _commit in "${_backports[@]}"; do
+git cherry-pick -n "$_commit"
+  done
 
+  # nss-resolve: drop the internal fallback to libnss_dns
+  git show 5486a31d287f26bcd7c0a4eb2abfa4c074b985f1 -- \
+Makefile.am src/nss-resolve/nss-resolve.c | git apply --index
+
   ./autogen.sh
 }
 


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:33:37
  Author: spupykin
Revision: 227878

archrelease: copy trunk to community-any

Added:
  openshot/repos/community-any/PKGBUILD
(from rev 227877, openshot/trunk/PKGBUILD)
Deleted:
  openshot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 16:33:26 UTC (rev 227877)
+++ PKGBUILD2017-05-12 16:33:37 UTC (rev 227878)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Florian Pritz 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="http://www.openshotvideo.com/";
-license=('GPL')
-depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
-'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
-makedepends=('python-setuptools')
-source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz";)
-sha256sums=('f3bcfb82b66cd58409acbef8b58445ae0034b07fa3593353653d1d306adf7b88')
-
-package() {
-  cd "$srcdir"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 227877, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 16:33:37 UTC (rev 227878)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/";
+license=('GPL')
+depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
+sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
+
+package() {
+  cd "$srcdir"/openshot-qt-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:33:16
  Author: spupykin
Revision: 227876

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 227875, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 227875, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 227875, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 227875, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 227875, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 227875, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 227875, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 227875, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  174 
 /lxc-auto.service |   26 +
 /lxc.service  |   26 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   87 --
 community-i686/lxc-auto.service   |   13 --
 community-i686/lxc.service|   13 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   87 --
 community-x86_64/lxc-auto.service |   13 --
 community-x86_64/lxc.service  |   13 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 16:32:55 UTC (rev 227875)
+++ community-i686/PKGBUILD 2017-05-12 16:33:16 UTC (rev 227876)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org";
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('1c09c075f06ec029f86fa6370c7d379494ff4c66a129eda17af7b7b41e055f5d'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\"";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e "s|name='_lxc'|name='lxc'|" \
-src/python-lxc/setup.py.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$p

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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:33:26
  Author: spupykin
Revision: 227877

upgpkg: openshot 2.3.2-1

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:33:16 UTC (rev 227876)
+++ PKGBUILD2017-05-12 16:33:26 UTC (rev 227877)
@@ -4,7 +4,7 @@
 # Contributor: Asa Marco 
 
 pkgname=openshot
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
@@ -17,10 +17,10 @@
 optdepends=('frei0r-plugins: effects'
'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
 makedepends=('python-setuptools')
-source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz";)
-sha256sums=('f3bcfb82b66cd58409acbef8b58445ae0034b07fa3593353653d1d306adf7b88')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
+sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
 
 package() {
-  cd "$srcdir"
+  cd "$srcdir"/openshot-qt-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
 }


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:32:55
  Author: spupykin
Revision: 227875

upgpkg: lxc 1:2.0.8-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:32:48 UTC (rev 227874)
+++ PKGBUILD2017-05-12 16:32:55 UTC (rev 227875)
@@ -7,7 +7,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('1c09c075f06ec029f86fa6370c7d379494ff4c66a129eda17af7b7b41e055f5d'
+sha256sums=('0d8e34b302cfe4c40c6c9ae5097096aa5cc2c1dfceea3f0f22e3e16c4a4e8494'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:32:48
  Author: spupykin
Revision: 227874

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

Added:
  libopenshot-audio/repos/community-i686/PKGBUILD
(from rev 227873, libopenshot-audio/trunk/PKGBUILD)
  libopenshot-audio/repos/community-x86_64/PKGBUILD
(from rev 227873, libopenshot-audio/trunk/PKGBUILD)
Deleted:
  libopenshot-audio/repos/community-i686/PKGBUILD
  libopenshot-audio/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-05-12 16:32:32 UTC (rev 227873)
+++ community-i686/PKGBUILD 2017-05-12 16:32:48 UTC (rev 227874)
@@ -1,30 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot-audio
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
-makedepends=('cmake' 'doxygen')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('ec587ceed6b8d0d8de455b222fdb75832e67779e1a7b80925e86709353099e8a')
-
-build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}/build"
-cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-i686/PKGBUILD (from rev 227873, 
libopenshot-audio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 16:32:48 UTC (rev 227874)
@@ -0,0 +1,30 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz";)
+sha256sums=('3aa8cff51913a65e266b49699858fd5139b63817bd207145cf5699fe75d2459e')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-12 16:32:32 UTC (rev 227873)
+++ community-x86_64/PKGBUILD   2017-05-12 16:32:48 UTC (rev 227874)
@@ -1,30 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot-audio
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
-makedepends=('cmake' 'doxygen')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('ec587ceed6b8d0d8de455b222fdb75832e67779e1a7b80925e86709353099e8a')
-
-build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}/build"
-cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-x86_64/PKGBUILD (from rev 227873, 
libopenshot-audio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-12 16:32:48 UTC (rev 227874)
@@ -0,0 +1,30 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname

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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:32:25
  Author: spupykin
Revision: 227872

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 16:32:06 UTC (rev 227871)
+++ community-i686/PKGBUILD 2017-05-12 16:32:25 UTC (rev 227872)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('c3cdf9598b54c0680a298e06c61aaf1e18a102b0d4c6b545e561476659eda253')
-
-build() {
-   mkdir build
-   cd build
-export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
-  -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-i686/PKGBUILD (from rev 227871, 
libopenshot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 16:32:25 UTC (rev 227872)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
+sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   export CXXFLAGS+=" -std=gnu++98"
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-12 16:32:06 UTC (rev 227871)
+++ community-x86_64/PKGBUILD   2017-05-12 16:32:25 UTC (rev 227872)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('c3cdf9598b54c0680a298e06c61aaf1e18a102b0d4c6b545e561476659eda253')
-
-build() {
-   mkdir build
-   cd build
-export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
-  -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-x86_64/PKGBUILD (from rev 227871, 
libopenshot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-0

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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:32:32
  Author: spupykin
Revision: 227873

upgpkg: libopenshot-audio 0.1.4-1

Modified:
  libopenshot-audio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:32:25 UTC (rev 227872)
+++ PKGBUILD2017-05-12 16:32:32 UTC (rev 227873)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot-audio
-pkgver=0.1.2
+pkgver=0.1.4
 pkgrel=1
 pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 license=('GPL3')
 depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
 makedepends=('cmake' 'doxygen')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('ec587ceed6b8d0d8de455b222fdb75832e67779e1a7b80925e86709353099e8a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz";)
+sha256sums=('3aa8cff51913a65e266b49699858fd5139b63817bd207145cf5699fe75d2459e')
 
 build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
@@ -24,7 +24,7 @@
 }
 
 package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}/build"
-cd build
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
make DESTDIR="${pkgdir}" install
 }


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:32:06
  Author: spupykin
Revision: 227871

upgpkg: libopenshot 0.1.5-1

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:22:32 UTC (rev 227870)
+++ PKGBUILD2017-05-12 16:32:06 UTC (rev 227871)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('i686' 'x86_64')
@@ -12,19 +12,21 @@
 license=('LGPL3')
 depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('c3cdf9598b54c0680a298e06c61aaf1e18a102b0d4c6b545e561476659eda253')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
+sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
 
 build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
mkdir build
cd build
-export CXXFLAGS+=" -std=gnu++98"
+   export CXXFLAGS+=" -std=gnu++98"
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
-  -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
make
 }
 
 package() {
-cd build
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
make DESTDIR="${pkgdir}" install
 }


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:22:17
  Author: spupykin
Revision: 227869

upgpkg: firefox-noscript 5.0.4-1

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 16:16:03 UTC (rev 227868)
+++ PKGBUILD2017-05-12 16:22:17 UTC (rev 227869)
@@ -3,7 +3,7 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-noscript
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('unzip')
 
source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('d8110856976b0dab8127d5ae8de92cc2c88ce0d460b3d1d191bf0646fb4b9019')
+sha256sums=('cd8e5561bdd7331d9fdd510fb1bd1cb6460d64f351076b523d31361ff9853c76')
 
 prepare() {
   cd "${srcdir}"


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

2017-05-12 Thread Sergej Pupykin
Date: Friday, May 12, 2017 @ 16:22:32
  Author: spupykin
Revision: 227870

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 227869, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 16:22:17 UTC (rev 227869)
+++ PKGBUILD2017-05-12 16:22:32 UTC (rev 227870)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('d8110856976b0dab8127d5ae8de92cc2c88ce0d460b3d1d191bf0646fb4b9019')
-
-prepare() {
-  cd "${srcdir}"
-  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R noscript-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 227869, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 16:22:32 UTC (rev 227870)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('cd8e5561bdd7331d9fdd510fb1bd1cb6460d64f351076b523d31361ff9853c76')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2017-05-12 Thread Felix Yan
Date: Friday, May 12, 2017 @ 16:16:03
  Author: felixonmars
Revision: 227868

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

Added:
  consul/repos/community-i686/PKGBUILD
(from rev 227867, consul/trunk/PKGBUILD)
  consul/repos/community-i686/consul.service
(from rev 227867, consul/trunk/consul.service)
  consul/repos/community-x86_64/PKGBUILD
(from rev 227867, consul/trunk/PKGBUILD)
  consul/repos/community-x86_64/consul.service
(from rev 227867, consul/trunk/consul.service)
Deleted:
  consul/repos/community-i686/PKGBUILD
  consul/repos/community-i686/consul.service
  consul/repos/community-x86_64/PKGBUILD
  consul/repos/community-x86_64/consul.service

-+
 /PKGBUILD   |   90 ++
 /consul.service |   28 +++
 community-i686/PKGBUILD |   45 ---
 community-i686/consul.service   |   14 -
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/consul.service |   14 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 16:15:08 UTC (rev 227867)
+++ community-i686/PKGBUILD 2017-05-12 16:16:03 UTC (rev 227868)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('i686' 'x86_64')
-url="https://www.consul.io";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz";
-consul.service)
-sha512sums=('13bd28f0da488ee8fb3068515e2fddc7fe2d663c8848357b689332c44d757c1f3a017c604a68958f1fa22b5d6b58e3b09574a8fff9ab41d74ab6aec347b356d0'
-
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
-
-prepare() {
-  cd consul-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/hashicorp
-  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
-  export GOPATH="$PWD/.gopath"
-
-  sed -e "s/Version   = \"unknown\"/Version   = \"$pkgver\"/" \
-  -e "s/VersionPrerelease = \"unknown\"/VersionPrerelease = \"\"/" \
-  -e "s/release = \"dev\"/release = \"\"/" \
-  -i version/version.go
-}
-
-build() {
-  cd consul-$pkgver
-
-  go get github.com/mitchellh/cli
-  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd consul-$pkgver
-  
-  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
-  install -Dm644 "$srcdir"/consul.service 
"$pkgdir"/usr/lib/systemd/system/consul.service
-  install -d "$pkgdir"/etc/consul.d
-}

Copied: consul/repos/community-i686/PKGBUILD (from rev 227867, 
consul/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 16:16:03 UTC (rev 227868)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=consul
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('i686' 'x86_64')
+url="https://www.consul.io";
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz";
+consul.service)
+sha512sums=('84c72f5cdc9f82288b29b92e386324214bf71ef3952cbd3391f4c7c427cf5f385a3e472304cfb8c837bbfb009547ad3b736d6f66f0546a5f994d547d431bd4b8'
+
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
+
+prepare() {
+  cd consul-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/hashicorp
+  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
+  export GOPATH="$PWD/.gopath"
+
+  sed -e "s/Version   = \"unknown\"/Version   = \"$pkgver\"/" \
+  -e "s/VersionPrerelease = \"unknown\"/VersionPrerelease = \"\"/" \
+  -e "s/release = \"dev\"/release = \"\"/" \
+  -i version/version.go
+}
+
+build() {
+  cd consul-$pkgver
+
+  go get github.com/mitchellh/cli
+  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd consul-$pkgver
+  
+  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
+  install -Dm644 "$srcdir"/consul.service 
"$pkgdir"/usr/lib/systemd/system/consul.service
+  install -d "$pkgdir"/etc/consul.d
+}

Deleted: community-i686/consul.service
===
--- community-i686/consul.service   2017-05-12 16:15:08 UTC (rev 227867)
+++ community-i686/consul.service   2017-05-12 16:16:03 UTC (rev 227868)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Consul Agent
-Requires=network-online.target
-After=network-online.target
-
-[Se

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

2017-05-12 Thread Felix Yan
Date: Friday, May 12, 2017 @ 16:15:08
  Author: felixonmars
Revision: 227867

upgpkg: consul 0.8.3-1

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 14:53:37 UTC (rev 227866)
+++ PKGBUILD2017-05-12 16:15:08 UTC (rev 227867)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('git' 'go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz";
 consul.service)
-sha512sums=('13bd28f0da488ee8fb3068515e2fddc7fe2d663c8848357b689332c44d757c1f3a017c604a68958f1fa22b5d6b58e3b09574a8fff9ab41d74ab6aec347b356d0'
+sha512sums=('84c72f5cdc9f82288b29b92e386324214bf71ef3952cbd3391f4c7c427cf5f385a3e472304cfb8c837bbfb009547ad3b736d6f66f0546a5f994d547d431bd4b8'
 
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
 
 prepare() {


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:53:37
  Author: arojas
Revision: 227866

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 14:53:02 UTC (rev 227865)
+++ community-i686/PKGBUILD 2017-05-12 14:53:37 UTC (rev 227866)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-41
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('c31401375af61c4be606bc60c775c8e488bff915f31d89f2d16df5f537dd3807')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 227865, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 14:53:37 UTC (rev 227866)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-43
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+sha256sums=('3d51df76e1c26938b867f42eedd9cfd7f961f9180ae74c0dcf59d3868095e537')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-12 14:53:02 UTC (rev 227865)
+++ community-x86_64/PKGBUILD   2017-05-12 14:53:37 UTC (rev 227866)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-41
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('c31401375af61c4be606bc60c775c8e488bff915f31d89f2d16df5f537dd3807')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 227865, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-0

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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:53:02
  Author: arojas
Revision: 227865

Update to 1.2.3.43

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 14:16:34 UTC (rev 227864)
+++ PKGBUILD2017-05-12 14:53:02 UTC (rev 227865)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.3-41
+_pkgver=1.2.3-43
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('c31401375af61c4be606bc60c775c8e488bff915f31d89f2d16df5f537dd3807')
+sha256sums=('3d51df76e1c26938b867f42eedd9cfd7f961f9180ae74c0dcf59d3868095e537')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:38:39
  Author: arojas
Revision: 295865

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-12 14:36:49 UTC (rev 295864)
+++ extra-i686/PKGBUILD 2017-05-12 14:38:39 UTC (rev 295865)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=tslib
-pkgver=1.9
-pkgrel=1
-pkgdesc="Touchscreen Access Library"
-arch=(i686 x86_64)
-url="https://github.com/kergoth/tslib";
-license=(GPL2)
-depends=(glibc)
-makedepends=()
-source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('af4e40a4cf2aa7a81f1602de1613190a101760689709103cc3590132266ac7b8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tslib/repos/extra-i686/PKGBUILD (from rev 295864, tslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-12 14:38:39 UTC (rev 295865)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=tslib
+pkgver=1.10
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib";
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('26ce1df4647dc8d16f6247062f30a8a03c34165dd19e042d0b2df8860da265b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-12 14:36:49 UTC (rev 295864)
+++ extra-x86_64/PKGBUILD   2017-05-12 14:38:39 UTC (rev 295865)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=tslib
-pkgver=1.9
-pkgrel=1
-pkgdesc="Touchscreen Access Library"
-arch=(i686 x86_64)
-url="https://github.com/kergoth/tslib";
-license=(GPL2)
-depends=(glibc)
-makedepends=()
-source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('af4e40a4cf2aa7a81f1602de1613190a101760689709103cc3590132266ac7b8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tslib/repos/extra-x86_64/PKGBUILD (from rev 295864, 
tslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-12 14:38:39 UTC (rev 295865)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=tslib
+pkgver=1.10
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib";
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('26ce1df4647dc8d16f6247062f30a8a03c34165dd19e042d0b2df8860da265b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:36:49
  Author: arojas
Revision: 295864

Update to 1.10

Modified:
  tslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 09:05:58 UTC (rev 295863)
+++ PKGBUILD2017-05-12 14:36:49 UTC (rev 295864)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=tslib
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc="Touchscreen Access Library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=()
 
source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('af4e40a4cf2aa7a81f1602de1613190a101760689709103cc3590132266ac7b8')
+sha256sums=('26ce1df4647dc8d16f6247062f30a8a03c34165dd19e042d0b2df8860da265b2')
 
 build() {
   cd $pkgname-$pkgver


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:16:34
  Author: arojas
Revision: 227864

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

Added:
  kio-gdrive/repos/community-i686/PKGBUILD
(from rev 227863, kio-gdrive/trunk/PKGBUILD)
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 227863, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/community-i686/PKGBUILD
  kio-gdrive/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-05-12 14:16:07 UTC (rev 227863)
+++ community-i686/PKGBUILD 2017-05-12 14:16:34 UTC (rev 227864)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.1.1
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive";
-license=(GPL)
-depends=(libkgapi qtkeychain)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('dd6674458b0d274cd488cb3e52b94299'
- 'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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

Copied: kio-gdrive/repos/community-i686/PKGBUILD (from rev 227863, 
kio-gdrive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 14:16:34 UTC (rev 227864)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.1.2
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive";
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('52b1c34445bc24635c53f2420112613d'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-12 14:16:07 UTC (rev 227863)
+++ community-x86_64/PKGBUILD   2017-05-12 14:16:34 UTC (rev 227864)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.1.1
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive";
-license=(GPL)
-depends=(libkgapi qtkeychain)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('dd6674458b0d274cd488cb3e52b94299'
- 'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 227863, 
kio-gdrive/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-12 14:16:34 UTC (rev 227864)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.1.2
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive";
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('52b1c34445bc24635c53f2420112613d'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 14:16:07
  Author: arojas
Revision: 227863

Update to 1.1.2

Modified:
  kio-gdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 08:54:24 UTC (rev 227862)
+++ PKGBUILD2017-05-12 14:16:07 UTC (rev 227863)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kio-gdrive
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="KIO Slave to access Google Drive"
 url="https://community.kde.org/KIO_GDrive";
@@ -11,7 +11,7 @@
 depends=(libkgapi qtkeychain)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('dd6674458b0d274cd488cb3e52b94299'
+md5sums=('52b1c34445bc24635c53f2420112613d'
  'SKIP')
 validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

 


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

2017-05-12 Thread Laurent Carlier
Date: Friday, May 12, 2017 @ 09:05:58
  Author: lcarlier
Revision: 295863

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 295862, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  
mesa/repos/testing-i686/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
(from rev 295862, 
mesa/trunk/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 295862, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 295862, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/glvnd-fix-gl-dot-pc.patch
(from rev 295862, mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 295862, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  
mesa/repos/testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
(from rev 295862, 
mesa/trunk/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 295862, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 295862, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 295862, mesa/trunk/glvnd-fix-gl-dot-pc.patch)

+
 testing-i686/0001-Fix-linkage-against-shared-glapi.patch   
|   26 +
 testing-i686/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch   
|   88 
 testing-i686/LICENSE   
|   82 
 testing-i686/PKGBUILD  
|  196 ++
 testing-i686/glvnd-fix-gl-dot-pc.patch 
|   12 
 testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
|   26 +
 testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch 
|   88 
 testing-x86_64/LICENSE 
|   82 
 testing-x86_64/PKGBUILD
|  196 ++
 testing-x86_64/glvnd-fix-gl-dot-pc.patch   
|   12 
 10 files changed, 808 insertions(+)

Copied: mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 295862, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(rev 0)
+++ testing-i686/0001-Fix-linkage-against-shared-glapi.patch2017-05-12 
09:05:58 UTC (rev 295863)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Copied: 
mesa/repos/testing-i686/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
 (from rev 295862, 
mesa/trunk/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch)
===
--- 
testing-i686/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
(rev 0)
+++ 
testing-i686/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
2017-05-12 09:05:58 UTC (rev 295863)
@@ -0,0 +1,88 @@
+From efa4f2ebc1e788c3f1cfcf3842058cf838171653 Mon Sep 17 00:00:00 2001
+From: Hans de Goede 
+Date: Mon, 20 Mar 2017 08:41:26 +0100
+Subject: [PATCH] glxglvnddispatch: Add missing dispatch for GetDriverConfig
+
+Together with some fixes to xdriinfo this fixes xdriinfo not working
+with glvnd.
+
+Since apps (xdriinfo) expect GetDriverConfig to work without going to
+need through the dance to setup a glxcontext (which is a reasonable
+expectation IMHO), the dispatch for this ends up significantly different
+then any other dispatch function.
+
+This patch gets the

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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 08:54:24
  Author: arodseth
Revision: 227862

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 227861, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 227861, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 227861, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 227861, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 227861, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 227861, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 227861, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 227861, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/disable-deprecated.patch
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-i686/openssl-1.1.0-fixup.patch
  erlang-nox/repos/community-i686/openssl-1.1.0.patch
  erlang-nox/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/disable-deprecated.patch
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket
  erlang-nox/repos/community-x86_64/openssl-1.1.0-fixup.patch
  erlang-nox/repos/community-x86_64/openssl-1.1.0.patch
  erlang-nox/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch

+
 /PKGBUILD  |  148 
 /epmd.conf |6 
 /epmd.service  |   22 
 /epmd.socket   |   18 
 community-i686/PKGBUILD|   89 
 community-i686/disable-deprecated.patch| 3377 ---
 community-i686/epmd.conf   |3 
 community-i686/epmd.service|   11 
 community-i686/epmd.socket |9 
 community-i686/openssl-1.1.0-fixup.patch   |   32 
 community-i686/openssl-1.1.0.patch | 1062 -
 community-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 -
 community-x86_64/PKGBUILD  |   89 
 community-x86_64/disable-deprecated.patch  | 3377 ---
 community-x86_64/epmd.conf |3 
 community-x86_64/epmd.service  |   11 
 community-x86_64/epmd.socket   |9 
 community-x86_64/openssl-1.1.0-fixup.patch |   32 
 community-x86_64/openssl-1.1.0.patch   | 1062 -
 community-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 -
 20 files changed, 194 insertions(+), 9802 deletions(-)

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


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

2017-05-12 Thread Alexander Rødseth
Date: Friday, May 12, 2017 @ 08:53:50
  Author: arodseth
Revision: 227860

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 227859, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 227859, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 227859, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 227859, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 227859, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 227859, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 227859, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 227859, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/disable-deprecated.patch
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-i686/openssl-1.1.0-fixup.patch
  erlang/repos/community-i686/openssl-1.1.0.patch
  erlang/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/disable-deprecated.patch
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket
  erlang/repos/community-x86_64/openssl-1.1.0-fixup.patch
  erlang/repos/community-x86_64/openssl-1.1.0.patch
  erlang/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch

+
 /PKGBUILD  |  186 +
 /epmd.conf |6 
 /epmd.service  |   22 
 /epmd.socket   |   18 
 community-i686/PKGBUILD|  107 
 community-i686/disable-deprecated.patch| 3377 ---
 community-i686/epmd.conf   |3 
 community-i686/epmd.service|   11 
 community-i686/epmd.socket |9 
 community-i686/openssl-1.1.0-fixup.patch   |   32 
 community-i686/openssl-1.1.0.patch | 1062 -
 community-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 -
 community-x86_64/PKGBUILD  |  107 
 community-x86_64/disable-deprecated.patch  | 3377 ---
 community-x86_64/epmd.conf |3 
 community-x86_64/epmd.service  |   11 
 community-x86_64/epmd.socket   |9 
 community-x86_64/openssl-1.1.0-fixup.patch |   32 
 community-x86_64/openssl-1.1.0.patch   | 1062 -
 community-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 -
 20 files changed, 232 insertions(+), 9838 deletions(-)

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


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

2017-05-12 Thread Massimiliano Torromeo
Date: Friday, May 12, 2017 @ 07:57:08
  Author: mtorromeo
Revision: 227857

upgpkg: snapper 0.5.0-1

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 07:16:03 UTC (rev 227856)
+++ PKGBUILD2017-05-12 07:57:08 UTC (rev 227857)
@@ -3,8 +3,8 @@
 # Contributor: Tom Kuther 
 
 pkgname=snapper
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('i686' 'x86_64')
 url="http://snapper.io";
@@ -61,4 +61,4 @@
 "$pkgdir"/etc/conf.d/snapper
 }
 
-sha256sums=('db9cce7f61ed1197d2663dfca444d313b05d7fb2d50af5ab468c7bdba6dd660f')
+sha256sums=('8876b6fa946dc46df5dcbaf747bb11ac4c5a3418dd59c5ba09c47910cbad1835')


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

2017-05-12 Thread Massimiliano Torromeo
Date: Friday, May 12, 2017 @ 07:57:28
  Author: mtorromeo
Revision: 227858

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-12 07:57:08 UTC (rev 227857)
+++ community-i686/PKGBUILD 2017-05-12 07:57:28 UTC (rev 227858)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tom Kuther 
-
-pkgname=snapper
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
-arch=('i686' 'x86_64')
-url="http://snapper.io";
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2";)
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # cron names
-  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
-
-  # fix sysconf dir
-  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-# NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 data/sysconfig.snapper \
-"$pkgdir"/etc/conf.d/snapper
-}
-
-sha256sums=('db9cce7f61ed1197d2663dfca444d313b05d7fb2d50af5ab468c7bdba6dd660f')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 227857, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-12 07:57:28 UTC (rev 227858)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io";
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2";)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+"$pkgdir"/etc/conf.d/snapper
+}
+
+sha256sums=('8876b6fa946dc46df5dcbaf747bb11ac4c5a3418dd59c5ba09c47910cbad1835')

Deleted: community-x86_64/PKGBUILD
==

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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 07:50:51
  Author: arojas
Revision: 295860

Update to 1.0.18

Modified:
  enlightenment16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 05:14:56 UTC (rev 295859)
+++ PKGBUILD2017-05-12 07:50:51 UTC (rev 295860)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=enlightenment16
-pkgver=1.0.17
+pkgver=1.0.18
 _themever=1.0.1
 pkgrel=1
 pkgdesc="A fast, flexible, and very extensible Window Manager"
@@ -13,7 +13,7 @@
  'libxrandr' 'libpulse')
 
source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('db4ed131197495e1cd45e4cd6fff427e86b2eb92'
+sha1sums=('b45dfb6a91af3b458b4515f48c0a877b767fb8d4'
   'ae34e2df1294198795736bf953bf695aba93b710')
 
 build() {


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 07:51:22
  Author: arojas
Revision: 295861

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

Added:
  enlightenment16/repos/testing-i686/
  enlightenment16/repos/testing-i686/PKGBUILD
(from rev 295860, enlightenment16/trunk/PKGBUILD)
  enlightenment16/repos/testing-x86_64/
  enlightenment16/repos/testing-x86_64/PKGBUILD
(from rev 295860, enlightenment16/trunk/PKGBUILD)

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

Copied: enlightenment16/repos/testing-i686/PKGBUILD (from rev 295860, 
enlightenment16/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-12 07:51:22 UTC (rev 295861)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=enlightenment16
+pkgver=1.0.18
+_themever=1.0.1
+pkgrel=1
+pkgdesc="A fast, flexible, and very extensible Window Manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('b45dfb6a91af3b458b4515f48c0a877b767fb8d4'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  pushd e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+  popd
+  
+  cd e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd e16-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome"
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera"
+
+  cd "${srcdir}/e16-themes-${_themever}"
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"/usr/share/*
+}

Copied: enlightenment16/repos/testing-x86_64/PKGBUILD (from rev 295860, 
enlightenment16/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-12 07:51:22 UTC (rev 295861)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=enlightenment16
+pkgver=1.0.18
+_themever=1.0.1
+pkgrel=1
+pkgdesc="A fast, flexible, and very extensible Window Manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('b45dfb6a91af3b458b4515f48c0a877b767fb8d4'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  pushd e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+  popd
+  
+  cd e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd e16-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome"
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera"
+
+  cd "${srcdir}/e16-themes-${_themever}"
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"/usr/share/*
+}


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 07:16:03
  Author: arojas
Revision: 227856

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-12 07:15:42 UTC (rev 227855)
+++ PKGBUILD2017-05-12 07:16:03 UTC (rev 227856)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-themes
-pkgver=3.22.10
-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')
-source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8bc9ffe898d2e28eec7a92f1c36f9f6c479ffb171342cd36e91713d59d64d10d')
-
-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 227855, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-12 07:16:03 UTC (rev 227856)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-themes
+pkgver=3.22.11
+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')
+source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d529a64b84a97152417f2398d2d4f366c6a820fad1a49a46f0c8e0e12d0bcabd')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-05-12 Thread Antonio Rojas
Date: Friday, May 12, 2017 @ 07:15:42
  Author: arojas
Revision: 227855

Update to 3.22.11

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 06:59:17 UTC (rev 227854)
+++ PKGBUILD2017-05-12 07:15:42 UTC (rev 227855)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-themes
-pkgver=3.22.10
+pkgver=3.22.11
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8bc9ffe898d2e28eec7a92f1c36f9f6c479ffb171342cd36e91713d59d64d10d')
+sha256sums=('d529a64b84a97152417f2398d2d4f366c6a820fad1a49a46f0c8e0e12d0bcabd')
 
 build() {
 cd ${pkgname}-${pkgver}