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

2017-10-11 Thread Christian Hesse
Date: Thursday, October 12, 2017 @ 05:52:48
  Author: eworm
Revision: 307527

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

Added:
  haveged/repos/testing-i686/
  haveged/repos/testing-i686/PKGBUILD
(from rev 307526, haveged/trunk/PKGBUILD)
  haveged/repos/testing-i686/haveged.service
(from rev 307526, haveged/trunk/haveged.service)
  haveged/repos/testing-x86_64/
  haveged/repos/testing-x86_64/PKGBUILD
(from rev 307526, haveged/trunk/PKGBUILD)
  haveged/repos/testing-x86_64/haveged.service
(from rev 307526, haveged/trunk/haveged.service)

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/haveged.service   |   13 +
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/haveged.service |   13 +
 4 files changed, 94 insertions(+)

Copied: haveged/repos/testing-i686/PKGBUILD (from rev 307526, 
haveged/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: kfgz 
+# Contributor: pootzko 
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('4CFBA9F06A360837CE23919DA24EDC651E265688') # Gary Wuertz 

+source=("$url/$pkgname-$pkgver.tar.gz"
+"$pkgname-$pkgver.tar.gz.sig::$url/verify/$pkgname-$pkgver.sig"
+'haveged.service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+'SKIP'
+'43540fbff57c5106e4283dd7b331499648e38ba15e84898ef5e0a530200b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 haveged.service 
"$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/testing-i686/haveged.service (from rev 307526, 
haveged/trunk/haveged.service)
===
--- testing-i686/haveged.service(rev 0)
+++ testing-i686/haveged.service2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+ProtectSystem=full
+ProtectHome=on
+PrivateNetwork=on
+
+[Install]
+WantedBy=multi-user.target

Copied: haveged/repos/testing-x86_64/PKGBUILD (from rev 307526, 
haveged/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: kfgz 
+# Contributor: pootzko 
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('4CFBA9F06A360837CE23919DA24EDC651E265688') # Gary Wuertz 

+source=("$url/$pkgname-$pkgver.tar.gz"
+"$pkgname-$pkgver.tar.gz.sig::$url/verify/$pkgname-$pkgver.sig"
+'haveged.service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+'SKIP'
+'43540fbff57c5106e4283dd7b331499648e38ba15e84898ef5e0a530200b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 haveged.service 
"$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/testing-x86_64/haveged.service (from rev 307526, 
haveged/trunk/haveged.service)
===
--- testing-x86_64/haveged.service  (rev 0)
+++ testing-x86_64/haveged.service  2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+ProtectSystem=full
+ProtectHome=on
+PrivateNetwork=on
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in haveged/trunk (PKGBUILD haveged.service service)

2017-10-11 Thread Christian Hesse
Date: Thursday, October 12, 2017 @ 05:52:44
  Author: eworm
Revision: 307526

upgpkg: haveged 1.9.1-4

add some systemd security features

Added:
  haveged/trunk/haveged.service
(from rev 307525, haveged/trunk/service)
Modified:
  haveged/trunk/PKGBUILD
Deleted:
  haveged/trunk/service

-+
 PKGBUILD|   13 -
 haveged.service |   13 +
 service |   10 --
 3 files changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-12 05:44:50 UTC (rev 307525)
+++ PKGBUILD2017-10-12 05:52:44 UTC (rev 307526)
@@ -5,7 +5,7 @@
 
 pkgname=haveged
 pkgver=1.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('i686' 'x86_64')
 url='http://www.issihosts.com/haveged'
@@ -14,18 +14,21 @@
 validpgpkeys=('4CFBA9F06A360837CE23919DA24EDC651E265688') # Gary Wuertz 

 source=("$url/$pkgname-$pkgver.tar.gz"
 "$pkgname-$pkgver.tar.gz.sig::$url/verify/$pkgname-$pkgver.sig"
-'service')
+'haveged.service')
 sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
 'SKIP'
-'5cd8bf4bf5ab18ee46dd5b461b82bad832ccf87cc3f1e0586574db9a55ae9925')
+'43540fbff57c5106e4283dd7b331499648e38ba15e84898ef5e0a530200b')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  ./configure \
+  --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin
   make
 }
 
 package() {
   make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
+  install -Dm644 haveged.service 
"$pkgdir"/usr/lib/systemd/system/haveged.service
 }

Copied: haveged/trunk/haveged.service (from rev 307525, haveged/trunk/service)
===
--- haveged.service (rev 0)
+++ haveged.service 2017-10-12 05:52:44 UTC (rev 307526)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+ProtectSystem=full
+ProtectHome=on
+PrivateNetwork=on
+
+[Install]
+WantedBy=multi-user.target

Deleted: service
===
--- service 2017-10-12 05:44:50 UTC (rev 307525)
+++ service 2017-10-12 05:52:44 UTC (rev 307526)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-ExecStart=/usr/bin/haveged -F -w 1024 -v 1
-SuccessExitStatus=143
-
-[Install]
-WantedBy=multi-user.target


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

2017-10-11 Thread Ray Rashif
Date: Thursday, October 12, 2017 @ 03:36:05
  Author: schiv
Revision: 307524

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

Added:
  ardour/repos/testing-i686/
  ardour/repos/testing-i686/.contrib
(from rev 307523, ardour/trunk/.contrib)
  ardour/repos/testing-i686/PKGBUILD
(from rev 307523, ardour/trunk/PKGBUILD)
  ardour/repos/testing-i686/ardour.desktop
(from rev 307523, ardour/trunk/ardour.desktop)
  ardour/repos/testing-x86_64/
  ardour/repos/testing-x86_64/.contrib
(from rev 307523, ardour/trunk/.contrib)
  ardour/repos/testing-x86_64/PKGBUILD
(from rev 307523, ardour/trunk/PKGBUILD)
  ardour/repos/testing-x86_64/ardour.desktop
(from rev 307523, ardour/trunk/ardour.desktop)

---+
 testing-i686/.contrib |2 +
 testing-i686/PKGBUILD |   55 
 testing-i686/ardour.desktop   |9 ++
 testing-x86_64/.contrib   |2 +
 testing-x86_64/PKGBUILD   |   55 
 testing-x86_64/ardour.desktop |9 ++
 6 files changed, 132 insertions(+)

Copied: ardour/repos/testing-i686/.contrib (from rev 307523, 
ardour/trunk/.contrib)
===
--- testing-i686/.contrib   (rev 0)
+++ testing-i686/.contrib   2017-10-12 03:36:05 UTC (rev 307524)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Copied: ardour/repos/testing-i686/PKGBUILD (from rev 307523, 
ardour/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-12 03:36:05 UTC (rev 307524)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=5.12
+pkgrel=2
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver;
+"$pkgname.desktop")
+md5sums=('SKIP'
+ 'dc653c227bc34aa6c729a4c2149308a7')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa" \
+--libjack=weak \
+--optimize \
+--docs \
+--cxx11 \
+--no-phone-home
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ardour/repos/testing-i686/ardour.desktop (from rev 307523, 
ardour/trunk/ardour.desktop)
===
--- testing-i686/ardour.desktop (rev 0)
+++ testing-i686/ardour.desktop 2017-10-12 03:36:05 UTC (rev 307524)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Ardour 5
+Comment=Multitrack hard disk recorder
+Exec=ardour5
+Icon=/usr/share/ardour5/resources/Ardour-icon_256px.png
+Terminal=false
+Type=Application
+X-MultipleArgs=false
+Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Copied: ardour/repos/testing-x86_64/.contrib (from rev 307523, 
ardour/trunk/.contrib)
===
--- testing-x86_64/.contrib (rev 0)
+++ testing-x86_64/.contrib 2017-10-12 03:36:05 UTC (rev 307524)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Copied: ardour/repos/testing-x86_64/PKGBUILD (from rev 307523, 
ardour/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-12 03:36:05 UTC (rev 307524)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=5.12
+pkgrel=2
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 

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

2017-10-11 Thread Ray Rashif
Date: Thursday, October 12, 2017 @ 03:35:54
  Author: schiv
Revision: 307523

upgpkg: ardour 5.12-2

delayed upstream sync

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-12 02:56:24 UTC (rev 307522)
+++ PKGBUILD2017-10-12 03:35:54 UTC (rev 307523)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=5.9
+pkgver=5.12
 pkgrel=2
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')


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

2017-10-11 Thread Ray Rashif
Date: Thursday, October 12, 2017 @ 02:56:24
  Author: schiv
Revision: 307522

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

Added:
  liblo/repos/testing-i686/
  liblo/repos/testing-i686/PKGBUILD
(from rev 307521, liblo/trunk/PKGBUILD)
  liblo/repos/testing-x86_64/
  liblo/repos/testing-x86_64/PKGBUILD
(from rev 307521, liblo/trunk/PKGBUILD)

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

Copied: liblo/repos/testing-i686/PKGBUILD (from rev 307521, 
liblo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-12 02:56:24 UTC (rev 307522)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: David Runge 
+# Contributor: damir 
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.29
+pkgrel=1
+epoch=1
+pkgdesc="A lightweight OSC (Open Sound Control) implementation"
+arch=('i686' 'x86_64')
+url="http://liblo.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/$pkgname-$pkgver.tar.gz;)
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # package docs, by request; the package size is less than 1MB
+  # reasonable to include even if it increases from a few KBs to 100s of KBs 
-- schiv
+  mkdir -p 
${pkgdir}/usr/share/{man/man3,doc/${pkgname}/{html,latex},${pkgname}/examples}
+
+  # delete broken man pages
+  rm -f doc/man/man3/_*.3
+
+  # move all doc
+  install -Dm 644 doc/html/* ${pkgdir}/usr/share/doc/${pkgname}/html
+  install -Dm 644 doc/latex/* ${pkgdir}/usr/share/doc/${pkgname}/latex
+  install -Dm 644 doc/man/man3/*.3 ${pkgdir}/usr/share/man/man3
+  install -Dm 644 examples/*.{cpp,c} ${pkgdir}/usr/share/${pkgname}/examples
+}
+
+# vim:set ts=2 sw=2 et:

Copied: liblo/repos/testing-x86_64/PKGBUILD (from rev 307521, 
liblo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-12 02:56:24 UTC (rev 307522)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: David Runge 
+# Contributor: damir 
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.29
+pkgrel=1
+epoch=1
+pkgdesc="A lightweight OSC (Open Sound Control) implementation"
+arch=('i686' 'x86_64')
+url="http://liblo.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/$pkgname-$pkgver.tar.gz;)
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # package docs, by request; the package size is less than 1MB
+  # reasonable to include even if it increases from a few KBs to 100s of KBs 
-- schiv
+  mkdir -p 
${pkgdir}/usr/share/{man/man3,doc/${pkgname}/{html,latex},${pkgname}/examples}
+
+  # delete broken man pages
+  rm -f doc/man/man3/_*.3
+
+  # move all doc
+  install -Dm 644 doc/html/* ${pkgdir}/usr/share/doc/${pkgname}/html
+  install -Dm 644 doc/latex/* ${pkgdir}/usr/share/doc/${pkgname}/latex
+  install -Dm 644 doc/man/man3/*.3 ${pkgdir}/usr/share/man/man3
+  install -Dm 644 examples/*.{cpp,c} ${pkgdir}/usr/share/${pkgname}/examples
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-11 Thread Ray Rashif
Date: Thursday, October 12, 2017 @ 02:56:13
  Author: schiv
Revision: 307521

upgpkg: liblo 1:0.29-1

Delayed upstream sync; including docs

Modified:
  liblo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 22:42:10 UTC (rev 307520)
+++ PKGBUILD2017-10-12 02:56:13 UTC (rev 307521)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Ray Rashif 
+# Contributor: David Runge 
 # Contributor: damir 
 # Contributor: Pajaro
 
 pkgname=liblo
-pkgver=0.28
+pkgver=0.29
 pkgrel=1
 epoch=1
 pkgdesc="A lightweight OSC (Open Sound Control) implementation"
@@ -12,8 +13,9 @@
 url="http://liblo.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e2a4391a08b49bb316c03e2034e06fa2')
+makedepends=('doxygen')
+source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/$pkgname-$pkgver.tar.gz;)
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -26,6 +28,19 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
+
+  # package docs, by request; the package size is less than 1MB
+  # reasonable to include even if it increases from a few KBs to 100s of KBs 
-- schiv
+  mkdir -p 
${pkgdir}/usr/share/{man/man3,doc/${pkgname}/{html,latex},${pkgname}/examples}
+
+  # delete broken man pages
+  rm -f doc/man/man3/_*.3
+
+  # move all doc
+  install -Dm 644 doc/html/* ${pkgdir}/usr/share/doc/${pkgname}/html
+  install -Dm 644 doc/latex/* ${pkgdir}/usr/share/doc/${pkgname}/latex
+  install -Dm 644 doc/man/man3/*.3 ${pkgdir}/usr/share/man/man3
+  install -Dm 644 examples/*.{cpp,c} ${pkgdir}/usr/share/${pkgname}/examples
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 22:42:10
  Author: heftig
Revision: 307520

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 307519, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/commonify
(from rev 307519, eclipse/trunk/commonify)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 307519, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 307519, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 307519, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 307519, eclipse/trunk/commonify)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 307519, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 307519, eclipse/trunk/eclipse.sh)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/commonify
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.sh

--+
 /PKGBUILD|  200 
 /commonify   |  250 +
 /eclipse.desktop |   18 ++
 /eclipse.sh  |6 
 extra-i686/PKGBUILD  |  100 
 extra-i686/commonify |  126 
 extra-i686/eclipse.desktop   |9 -
 extra-i686/eclipse.sh|3 
 extra-x86_64/PKGBUILD|  100 
 extra-x86_64/commonify   |  126 
 extra-x86_64/eclipse.desktop |9 -
 extra-x86_64/eclipse.sh  |3 
 12 files changed, 474 insertions(+), 476 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-11 20:44:07 UTC (rev 307519)
+++ extra-i686/PKGBUILD 2017-10-11 22:42:10 UTC (rev 307520)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php,javascript})
-pkgver=4.7.1
-pkgrel=1
-_release=oxygen-1
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(i686 x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-options=(!emptydirs)
-source=(commonify eclipse.sh eclipse.desktop)
-source_i686=()
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
-  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('a5a5cb8a8b86bd8bb98692c4553abd84592aac2438621d8273c43715a115e2ac'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('b118ab3186ace6e2b2ff27bfe9cc3dd183fff65d67968e45fd202f4fc9309c90'
- 
'9fbe5d8986bfcd9764456b2f47acea3fb90ee7e68e736725dedf054778fac0e9'
- 
'e58286ead68458c5f8476377ff313f7dff058499305097e6a69de5796b0531e2'
- 
'918a80302fe35787df1a17df7165b25fe66f27ce5af55510cb581aa099665706'
- 
'b5606c483612111d019e411fc472645477f077939c3261d4f2e6015eb3924f7f')
-sha256sums_x86_64=('b569d1b7d5dd57c752272ef4d3455d740ec93d012dddfbd2fad841d6c4eb81b9'
-   
'c2435e8f52fbe94859e8786d3c631c3c3b592c5f58d4c49de615fc414f6dfe3c'
-   
'1c8f20798afc6027913d49ff1cda836b9943b56e38bfdcd507e96232f34f0ae6'
-   
'465caf1a55d0486d68d5a6a280342adebad3bc4ec31dc7e045b8056b46dd0695'
-   
'7523a965e18e6fba195fe0d463a33b44ed7682ff7c9d58a1e906a570ba205e5a')
-
-prepare() {
-  mkdir eclipse-common
-
-  for _pkg in ${pkgname[@]}; do
-[[ $_pkg == 'eclipse-common' ]] && continue
-
-if [[ $CARCH == x86_64 ]]; then
-  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
-else
-  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
-fi
-
-mv eclipse $_pkg
-  done
-}
-
-build() {
-  ./commonify --identical ${pkgname[@]}
-
-  mkdir -p eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=("java-environment>=8" webkit2gtk unzip)
-
- 

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

2017-10-11 Thread Pierre Neidhardt
Date: Wednesday, October 11, 2017 @ 22:18:14
  Author: ambrevar
Revision: 262401

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 262400, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 22:17:09 UTC (rev 262400)
+++ PKGBUILD2017-10-11 22:18:14 UTC (rev 262401)
@@ -1,51 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webengine: alternative backend based on Chrome"
-   "python-opengl: required when QtWebengine is used")
-options=(!emptydirs)
-source=(
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('dbb7de2d54f3849b03db11c2417a725ab8bf26a8f7f48bfa36ad852a8de9308e'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 262400, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 22:18:14 UTC (rev 262401)
@@ -0,0 +1,51 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webengine: alternative backend based on Chrome"
+   "python-opengl: required when QtWebengine is used")
+options=(!emptydirs)
+source=(
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('361b56e10e78ff843c127eb1c27217d382401c5856c82e839af4d4d058f43f5d'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   

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

2017-10-11 Thread Pierre Neidhardt
Date: Wednesday, October 11, 2017 @ 22:17:09
  Author: ambrevar
Revision: 262400

upgpkg: qutebrowser 0.11.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 21:50:27 UTC (rev 262399)
+++ PKGBUILD2017-10-11 22:17:09 UTC (rev 262400)
@@ -2,8 +2,8 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
 url="http://www.qutebrowser.org/;
@@ -26,7 +26,7 @@

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('dbb7de2d54f3849b03db11c2417a725ab8bf26a8f7f48bfa36ad852a8de9308e'
+sha256sums=('361b56e10e78ff843c127eb1c27217d382401c5856c82e839af4d4d058f43f5d'
 'SKIP')
 
 build() {


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 21:50:27
  Author: felixonmars
Revision: 262399

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 262398, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 262398, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 262398, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 262398, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 262398, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 262398, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 262398, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-10-11 21:49:49 UTC (rev 262398)
+++ LICENSE 2017-10-11 21:50:27 UTC (rev 262399)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 262398, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-10-11 21:50:27 UTC (rev 262399)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 21:49:49 UTC (rev 262398)
+++ PKGBUILD2017-10-11 21:50:27 UTC (rev 262399)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.83
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 21:49:49
  Author: felixonmars
Revision: 262398

upgpkg: jenkins 2.84-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 21:02:43 UTC (rev 262397)
+++ PKGBUILD2017-10-11 21:49:49 UTC (rev 262398)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.83
+pkgver=2.84
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('604feb83bf849c9f758c457d016a617e146ef6dd736e44df2bb54020968ebcb02e950c505af9c31b41a90627dfb616004a864659bbca47f0bb5aa227a962e919'
+sha512sums=('0074b2299f72f45040b4afd087caae0e08362708d3370d17f3bda047d11240881a3fd779753a49c298961e87c509d0b278ac2712934febed23c13c7e36d6c51c'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)

2017-10-11 Thread Maxime Gauduin
Date: Wednesday, October 11, 2017 @ 21:02:43
  Author: alucryd
Revision: 262397

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 262396, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 21:02:29 UTC (rev 262396)
+++ PKGBUILD2017-10-11 21:02:43 UTC (rev 262397)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgbase=python-django-extensions
-pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('graphviz: graph_models extension')
-source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('5d4649b7e43ea371f71a67cf37b6426d59687ce24b15d8bdccd50d28a84a732a')
-
-prepare() {
-  cp -r {,python-}django-extensions-${pkgver}
-  mv {,python2-}django-extensions-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-extensions-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-extensions() {
-  depends=('python-django' 'python-six')
-  optdepends+=('python-werkzeug: runserver_plus extension'
-   'ipython: shell_plus extension')
-
-  cd python-django-extensions-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-package_python2-django-extensions() {
-  depends=('python2-django' 'python2-six')
-  optdepends+=('python2-werkzeug: runserver_plus extension'
-   'ipython2: shell_plus extensions')
-
-  cd python2-django-extensions-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 262396, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 21:02:43 UTC (rev 262397)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgbase=python-django-extensions
+pkgname=('python-django-extensions' 'python2-django-extensions')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='http://github.com/django-extensions/django-extensions'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('graphviz: graph_models extension')
+source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
+sha256sums=('9940b60268ac97a897a8a1514179c7035e955e48da0ae9452090183f08e7aac9')
+
+prepare() {
+  cp -r {,python-}django-extensions-${pkgver}
+  mv {,python2-}django-extensions-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-django-extensions-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-django-extensions() {
+  depends=('python-django' 'python-six')
+  optdepends+=('python-werkzeug: runserver_plus extension'
+   'ipython: shell_plus extension')
+
+  cd python-django-extensions-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+package_python2-django-extensions() {
+  depends=('python2-django' 'python2-six')
+  optdepends+=('python2-werkzeug: runserver_plus extension'
+   'ipython2: shell_plus extensions')
+
+  cd python2-django-extensions-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-11 Thread Maxime Gauduin
Date: Wednesday, October 11, 2017 @ 21:02:29
  Author: alucryd
Revision: 262396

upgpkg: python-django-extensions 1.9.1-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 19:50:22 UTC (rev 262395)
+++ PKGBUILD2017-10-11 21:02:29 UTC (rev 262396)
@@ -8,7 +8,7 @@
 
 pkgbase=python-django-extensions
 pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('graphviz: graph_models extension')
 
source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('5d4649b7e43ea371f71a67cf37b6426d59687ce24b15d8bdccd50d28a84a732a')
+sha256sums=('9940b60268ac97a897a8a1514179c7035e955e48da0ae9452090183f08e7aac9')
 
 prepare() {
   cp -r {,python-}django-extensions-${pkgver}


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

2017-10-11 Thread Evangelos Foutras
Date: Wednesday, October 11, 2017 @ 20:44:07
  Author: foutrelis
Revision: 307519

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 307518, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 307518, xfce4-weather-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-11 20:43:55 UTC (rev 307518)
+++ extra-i686/PKGBUILD 2017-10-11 20:44:07 UTC (rev 307519)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.9
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 307518, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-11 20:44:07 UTC (rev 307519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy Williams 
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.10
+pkgrel=1
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--disable-upower
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-11 20:43:55 UTC (rev 307518)
+++ extra-x86_64/PKGBUILD   2017-10-11 20:44:07 UTC (rev 307519)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.9
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD (from rev 307518, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-11 20:44:07 UTC (rev 307519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy 

[arch-commits] Commit in xfce4-weather-plugin/trunk (PKGBUILD)

2017-10-11 Thread Evangelos Foutras
Date: Wednesday, October 11, 2017 @ 20:43:55
  Author: foutrelis
Revision: 307518

upgpkg: xfce4-weather-plugin 0.8.10-1

New upstream release.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 20:41:58 UTC (rev 307517)
+++ PKGBUILD2017-10-11 20:43:55 UTC (rev 307518)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams 
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5')
+sha256sums=('ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 20:41:58
  Author: heftig
Revision: 307517

4.7.1.a-1

Modified:
  eclipse/trunk/PKGBUILD
  eclipse/trunk/commonify

---+
 PKGBUILD  |   26 +-
 commonify |   11 +--
 2 files changed, 18 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:43:26 UTC (rev 307516)
+++ PKGBUILD2017-10-11 20:41:58 UTC (rev 307517)
@@ -8,9 +8,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php,javascript})
-pkgver=4.7.1
+pkgver=4.7.1.a
 pkgrel=1
-_release=oxygen-1
+_release=oxygen-1a
 pkgdesc="Highly extensible IDE"
 license=(EPL)
 arch=(i686 x86_64)
@@ -30,19 +30,19 @@
   eval "package_$_pkg() { _package $_pkg; }"
 done
 
-sha256sums=('a5a5cb8a8b86bd8bb98692c4553abd84592aac2438621d8273c43715a115e2ac'
+sha256sums=('9e5573f7b951774be3f98c69f9d391ddafbe8a3a727ce81c08dfd67d42cee503'
 '04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
 '57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('b118ab3186ace6e2b2ff27bfe9cc3dd183fff65d67968e45fd202f4fc9309c90'
- 
'9fbe5d8986bfcd9764456b2f47acea3fb90ee7e68e736725dedf054778fac0e9'
- 
'e58286ead68458c5f8476377ff313f7dff058499305097e6a69de5796b0531e2'
- 
'918a80302fe35787df1a17df7165b25fe66f27ce5af55510cb581aa099665706'
- 
'b5606c483612111d019e411fc472645477f077939c3261d4f2e6015eb3924f7f')
-sha256sums_x86_64=('b569d1b7d5dd57c752272ef4d3455d740ec93d012dddfbd2fad841d6c4eb81b9'
-   
'c2435e8f52fbe94859e8786d3c631c3c3b592c5f58d4c49de615fc414f6dfe3c'
-   
'1c8f20798afc6027913d49ff1cda836b9943b56e38bfdcd507e96232f34f0ae6'
-   
'465caf1a55d0486d68d5a6a280342adebad3bc4ec31dc7e045b8056b46dd0695'
-   
'7523a965e18e6fba195fe0d463a33b44ed7682ff7c9d58a1e906a570ba205e5a')
+sha256sums_i686=('9ffb8980f1f5e68ee6779c9f02376040ace2dec76d8be6407e0d2c77c1c3100b'
+ 
'9752f15435a417c03bb75313ee94a4dc3b35adcdd300af055a6f7aa9311225a5'
+ 
'eb8462e778034dd4c8e5fcb538d271300730fd7584fe7c2c5e2d53541ee453c8'
+ 
'ac6d167124aaad5fb8629802ce5e7acfa57848fc5c7854d068ecd9cd19719ca8'
+ 
'65a536d0ce3b41a0c8471167085757eee49b4ebeb04b68929af6475ac465aa5b')
+sha256sums_x86_64=('f1b8205abec2dc9cc769941fbde96bb83007050841d7f094dcb3cb07b1696446'
+   
'7c6bf1640c2ed9db3717cf2c65cecd5f18c3736b46151caa09cd28397516f08b'
+   
'a155afe0b305a1206efb463123f68f48be3900e694f4c7fffa0643e1424511cf'
+   
'6b90524ec4f075ed382f14c598c817df1764f31bebbf4b1ba9bdd4056033eaf3'
+   
'af546dd94f7376dced761970ab0a0f31508fc0ec06e51282a02f5df96748918c')
 
 prepare() {
   mkdir eclipse-common

Modified: commonify
===
--- commonify   2017-10-11 18:43:26 UTC (rev 307516)
+++ commonify   2017-10-11 20:41:58 UTC (rev 307517)
@@ -36,9 +36,7 @@
 
 
 class DiffError(RuntimeError):
-def __init__(self, file1, file2):
-self.file1 = file1
-self.file2 = file2
+pass
 
 
 async def diff(file1, file2):
@@ -54,7 +52,7 @@
 pass
 
 if ret != 0:
-raise DiffError(file1, file2)
+raise DiffError()
 
 
 async def identical(files):
@@ -65,7 +63,6 @@
 try:
 await fut
 except DiffError as e:
-logger.info("Divergent files: %s <> %s", e.file1, e.file2)
 return False
 else:
 return True
@@ -84,7 +81,9 @@
 if await identical(files):
 commonify_file(common_file, files)
 return 1
-return 0
+else:
+logger.info("Divergent file: %s", common_file)
+return 0
 
 
 def arg_dir(s):


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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 19:50:11
  Author: anthraxx
Revision: 262394

upgpkg: kibana 5.6.3-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 19:38:05 UTC (rev 262393)
+++ PKGBUILD2017-10-11 19:50:11 UTC (rev 262394)
@@ -2,8 +2,8 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=5.6.2
-pkgrel=2
+pkgver=5.6.3
+pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
 arch=('any')
@@ -15,9 +15,9 @@
 install=kibana.install
 
source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
 kibana.service)
-sha256sums=('d4fb6a736c367d8df563f405bdc3c6d6541e1a8fe0b22d29c8070c032ca97cd8'
+sha256sums=('6f3df48dabf51917252b1d99bea03a66e981812b27097645cc3cbb53281a1c71'
 '34fe64b2f7d27b359b3e2c395f1a30ce48ec2b7116cc974b58345e8928bd843a')
-sha512sums=('e9ef4f8dee16b1274d4b0399c0df938a5c99d450f8b8f8b1e56b3410661696b67a100187aa719c270359bd22b000dc5002c664d33eb178fd657dc80ae8237830'
+sha512sums=('fe957f0a2def9fb40be32ac77986d5eb7cc3373f828eed8eae074770ef965cf01c36028f2f9790f927e217ee59a283e63273eb768b9d2375aa0cdf15e4963c9a'
 
'68b5104ab57942c4a443fddb34ed8ef06659a8af9ab0db76193aad6ac4c4f9857d8fb07368cfab042c8aac9dd96222500d4da83067787e77a3964df094bba28b')
 
 prepare() {


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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 19:50:22
  Author: anthraxx
Revision: 262395

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 262394, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.install
(from rev 262394, kibana/trunk/kibana.install)
  kibana/repos/community-any/kibana.service
(from rev 262394, kibana/trunk/kibana.service)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.install
  kibana/repos/community-any/kibana.service

+
 PKGBUILD   |   86 +++
 kibana.install |   34 ++---
 kibana.service |   24 +++
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 19:50:11 UTC (rev 262394)
+++ PKGBUILD2017-10-11 19:50:22 UTC (rev 262395)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=5.6.2
-pkgrel=2
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch>=2.4')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-install=kibana.install
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
-kibana.service)
-sha256sums=('d4fb6a736c367d8df563f405bdc3c6d6541e1a8fe0b22d29c8070c032ca97cd8'
-'34fe64b2f7d27b359b3e2c395f1a30ce48ec2b7116cc974b58345e8928bd843a')
-sha512sums=('e9ef4f8dee16b1274d4b0399c0df938a5c99d450f8b8f8b1e56b3410661696b67a100187aa719c270359bd22b000dc5002c664d33eb178fd657dc80ae8237830'
-
'68b5104ab57942c4a443fddb34ed8ef06659a8af9ab0db76193aad6ac4c4f9857d8fb07368cfab042c8aac9dd96222500d4da83067787e77a3964df094bba28b')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
-  rm -r "${pkgdir}/usr/share/kibana/node"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 262394, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 19:50:22 UTC (rev 262395)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=5.6.3
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch>=2.4')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+install=kibana.install
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
+kibana.service)
+sha256sums=('6f3df48dabf51917252b1d99bea03a66e981812b27097645cc3cbb53281a1c71'
+'34fe64b2f7d27b359b3e2c395f1a30ce48ec2b7116cc974b58345e8928bd843a')
+sha512sums=('fe957f0a2def9fb40be32ac77986d5eb7cc3373f828eed8eae074770ef965cf01c36028f2f9790f927e217ee59a283e63273eb768b9d2375aa0cdf15e4963c9a'
+
'68b5104ab57942c4a443fddb34ed8ef06659a8af9ab0db76193aad6ac4c4f9857d8fb07368cfab042c8aac9dd96222500d4da83067787e77a3964df094bba28b')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+
+  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
+  rm -r "${pkgdir}/usr/share/kibana/node"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: kibana.install
===
--- kibana.install  2017-10-11 19:50:11 UTC (rev 262394)
+++ kibana.install  2017-10-11 19:50:22 UTC (rev 262395)
@@ -1,17 +0,0 @@
-post_install() {
-  if ! getent passwd kibana &>/dev/null; then
-groupadd -r -g 206 

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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 19:38:05
  Author: anthraxx
Revision: 262393

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

Added:
  logstash/repos/community-i686/PKGBUILD
(from rev 262392, logstash/trunk/PKGBUILD)
  logstash/repos/community-i686/bundle.config
(from rev 262392, logstash/trunk/bundle.config)
  logstash/repos/community-i686/logstash-sysuser.conf
(from rev 262392, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-i686/logstash-tmpfile.conf
(from rev 262392, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-i686/logstash.service
(from rev 262392, logstash/trunk/logstash.service)
  logstash/repos/community-i686/logstash@.service
(from rev 262392, logstash/trunk/logstash@.service)
  logstash/repos/community-x86_64/PKGBUILD
(from rev 262392, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/bundle.config
(from rev 262392, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 262392, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 262392, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 262392, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 262392, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-i686/PKGBUILD
  logstash/repos/community-i686/bundle.config
  logstash/repos/community-i686/logstash-sysuser.conf
  logstash/repos/community-i686/logstash-tmpfile.conf
  logstash/repos/community-i686/logstash.service
  logstash/repos/community-i686/logstash@.service
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

+
 /PKGBUILD  |  152 +++
 /bundle.config |8 +
 /logstash-sysuser.conf |2 
 /logstash-tmpfile.conf |   10 ++
 /logstash.service  |   46 +
 /logstash@.service |   14 ++
 community-i686/PKGBUILD|   73 --
 community-i686/bundle.config   |4 
 community-i686/logstash-sysuser.conf   |1 
 community-i686/logstash-tmpfile.conf   |5 -
 community-i686/logstash.service|   23 
 community-i686/logstash@.service   |7 -
 community-x86_64/PKGBUILD  |   73 --
 community-x86_64/bundle.config |4 
 community-x86_64/logstash-sysuser.conf |1 
 community-x86_64/logstash-tmpfile.conf |5 -
 community-x86_64/logstash.service  |   23 
 community-x86_64/logstash@.service |7 -
 18 files changed, 232 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 19:37:47 UTC (rev 262392)
+++ community-i686/PKGBUILD 2017-10-11 19:38:05 UTC (rev 262393)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=5.6.2
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
-# TODO: switch to up-to-date rake when 6.x arrives
-makedepends=('java-environment>=8' 'gradle' 'git' 'ruby2.3')
-backup=('etc/conf.d/logstash'
-'etc/logstash/logstash.yml')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-sha256sums=('89c3e44ed21fc0fd93a1a70fe92b29043d947e64b85328ed915346db82ba8647'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('52b674173e07236f932635eadaf094451ab90182096a2c628989868aa291c4acd03d6bec8a2681396a0ecbffe5200118d7b906f7fb1c867bd1aa569c8dac91c9'
-
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
-

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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 19:37:47
  Author: anthraxx
Revision: 262392

upgpkg: logstash 5.6.3-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:54:13 UTC (rev 262391)
+++ PKGBUILD2017-10-11 19:37:47 UTC (rev 262392)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
 url='https://www.elastic.co/products/logstash/'
@@ -10,7 +10,7 @@
 license=('Apache')
 depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
 # TODO: switch to up-to-date rake when 6.x arrives
-makedepends=('java-environment>=8' 'gradle' 'git' 'ruby2.3')
+makedepends=('java-environment=8' 'gradle' 'git' 'ruby2.3')
 backup=('etc/conf.d/logstash'
 'etc/logstash/logstash.yml')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
@@ -19,13 +19,13 @@
 logstash-sysuser.conf
 logstash-tmpfile.conf
 bundle.config)
-sha256sums=('89c3e44ed21fc0fd93a1a70fe92b29043d947e64b85328ed915346db82ba8647'
+sha256sums=('f0da4a7e5b4ebe1e7beb0b53edd32b5038ba33a18556d98d858793221b9d328d'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
 'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('52b674173e07236f932635eadaf094451ab90182096a2c628989868aa291c4acd03d6bec8a2681396a0ecbffe5200118d7b906f7fb1c867bd1aa569c8dac91c9'
+sha512sums=('22dd5b94381ac838ca5056c6ac72d443f791cafd746b9334f3db3e67ac514280dca8ba549fe0a4bfa26b4c4f71179aa273234ad96065f1fcc61e7976a5220d38'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
 
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
 
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
@@ -41,9 +41,12 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  msg "Rake bootstrap..."
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+  msg2 "Rake bootstrap..."
   /opt/ruby2.3/bin/rake bootstrap
-  msg "Rake plugin:install-default..."
+
+  msg2 "Rake plugin:install-default..."
   /opt/ruby2.3/bin/rake plugin:install-default
 
   rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache .gradle


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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:54:13
  Author: anthraxx
Revision: 262391

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

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 262390, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat-tmpfile.conf
(from rev 262390, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-i686/filebeat.service
(from rev 262390, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 262390, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/heartbeat-tmpfile.conf
(from rev 262390, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-i686/heartbeat.service
(from rev 262390, beats/trunk/heartbeat.service)
  beats/repos/community-i686/metricbeat-tmpfile.conf
(from rev 262390, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-i686/metricbeat.service
(from rev 262390, beats/trunk/metricbeat.service)
  beats/repos/community-i686/packetbeat-tmpfile.conf
(from rev 262390, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-i686/packetbeat.service
(from rev 262390, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 262390, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 262390, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 262390, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 262390, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 262390, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 262390, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 262390, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 262390, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 262390, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 262390, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat-tmpfile.conf
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/heartbeat-tmpfile.conf
  beats/repos/community-i686/heartbeat.service
  beats/repos/community-i686/metricbeat-tmpfile.conf
  beats/repos/community-i686/metricbeat.service
  beats/repos/community-i686/packetbeat-tmpfile.conf
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

--+
 /PKGBUILD|  250 +
 /filebeat-tmpfile.conf   |4 
 /filebeat.service|   24 ++
 /filebeat.sysusers   |2 
 /heartbeat-tmpfile.conf  |4 
 /heartbeat.service   |   22 ++
 /metricbeat-tmpfile.conf |4 
 /metricbeat.service  |   22 ++
 /packetbeat-tmpfile.conf |4 
 /packetbeat.service  |   22 ++
 community-i686/PKGBUILD  |  125 --
 community-i686/filebeat-tmpfile.conf |2 
 community-i686/filebeat.service  |   12 -
 community-i686/filebeat.sysusers |1 
 community-i686/heartbeat-tmpfile.conf|2 
 community-i686/heartbeat.service |   11 -
 community-i686/metricbeat-tmpfile.conf   |2 
 community-i686/metricbeat.service|   11 -
 community-i686/packetbeat-tmpfile.conf   |2 
 community-i686/packetbeat.service|   11 -
 community-x86_64/PKGBUILD|  125 --
 community-x86_64/filebeat-tmpfile.conf   |2 
 community-x86_64/filebeat.service|   12 -
 community-x86_64/filebeat.sysusers   |1 
 community-x86_64/heartbeat-tmpfile.conf  |2 
 community-x86_64/heartbeat.service   |   11 -
 community-x86_64/metricbeat-tmpfile.conf |2 
 community-x86_64/metricbeat.service  |   11 -
 community-x86_64/packetbeat-tmpfile.conf |2 
 community-x86_64/packetbeat.service  |   11 -
 30 files changed, 358 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===

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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:53:42
  Author: anthraxx
Revision: 262390

upgpkg: beats 5.6.3-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:42:27 UTC (rev 262389)
+++ PKGBUILD2017-10-11 18:53:42 UTC (rev 262390)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat heartbeat)
-pkgver=5.6.0
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 "packetbeat-tmpfile.conf"
 "metricbeat-tmpfile.conf"
 "heartbeat-tmpfile.conf")
-sha256sums=('7ec86da04b97fa7dcddc88250f0f7d2efd06f4ef058cc0097d1d439526b9ed44'
+sha256sums=('52a4c9094287f725a089e161dc71d9cdf0caf73595e8835a5d0636d3ad333bbe'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


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

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 18:43:26
  Author: heftig
Revision: 307516

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

Added:
  
libsoup/repos/extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 307515, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-i686/PKGBUILD
(from rev 307515, libsoup/trunk/PKGBUILD)
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 307515, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 307515, libsoup/trunk/PKGBUILD)
Deleted:
  
libsoup/repos/extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  libsoup/repos/extra-i686/PKGBUILD
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 /0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch | 
 228 ++
 /PKGBUILD| 
 100 
 extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch   | 
 114 -
 extra-i686/PKGBUILD  | 
  50 --
 extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch | 
 114 -
 extra-x86_64/PKGBUILD| 
  50 --
 6 files changed, 328 insertions(+), 328 deletions(-)

Deleted: 
extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
===
--- extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch  
2017-10-11 18:41:38 UTC (rev 307515)
+++ extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch  
2017-10-11 18:43:26 UTC (rev 307516)
@@ -1,114 +0,0 @@
-From 22fae95aff7073da55b2a79055292d320475439b Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 9 May 2017 22:54:16 +0200
-Subject: [PATCH] Configure PHP to load the XMLRPC extension if present
-
-This is needed when the system PHP configuration does not already load
-the extension.

- configure.ac| 7 ++-
- tests/Makefile.am   | 8 +++-
- tests/httpd.conf.in | 2 ++
- tests/php.ini.in| 1 +
- 4 files changed, 16 insertions(+), 2 deletions(-)
- create mode 100644 tests/php.ini.in
-
-diff --git a/configure.ac b/configure.ac
-index 3df131e67d586522..868b00e7f091a70e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
- 
- if test "$have_php" = yes; then
-   AC_MSG_CHECKING([for php-xmlrpc])
--  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
-+  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
-   have_php_xmlrpc=no
-+  IF_HAVE_PHP_XMLRPC=";"
-   else
-   have_php_xmlrpc=yes
-+  IF_HAVE_PHP_XMLRPC=""
-   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
-   fi
-   AC_MSG_RESULT($have_php_xmlrpc)
-+  AC_SUBST(IF_HAVE_PHP_XMLRPC)
- fi
- 
- if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
-   IF_HAVE_MOD_UNIXD=""
- else
-   IF_HAVE_MOD_UNIXD="#"
- fi
- AC_SUBST(IF_HAVE_MOD_UNIXD)
- fi
-+AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
- 
- AC_PATH_PROG(CURL, curl, no)
- if test "$CURL" != no; then
-@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
-   po/Makefile
-   tests/Makefile
-   tests/httpd.conf
-+  tests/php.ini
-   examples/Makefile
-   docs/Makefile
-   docs/reference/Makefile
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 81a72cbc5ffd9739..d2986975be11eca2 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -73,24 +73,30 @@ test_data +=   \
-   httpd.conf
- endif
- 
-+if HAVE_PHP
-+test_data +=  \
-+  php.ini
-+endif
-+
- RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
- 
- soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
-   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
- 
- EXTRA_DIST +=  \
-   htdigest \
-   htpasswd \
-   httpd.conf.in\
-   index.txt\
-   libsoup.supp \
-+  php.ini.in   \
-   soup-tests.gresource.xml \
-   test-cert.pem\
-   test-key.pem \
-   xmlrpc-server.php\
-   $(RESOURCES)
- 
--DISTCLEANFILES += soup-tests.gresource httpd.conf
-+DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
- 
- 

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

2017-10-11 Thread Johannes Löthberg
Date: Wednesday, October 11, 2017 @ 18:42:27
  Author: demize
Revision: 262389

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

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

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

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

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


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

2017-10-11 Thread Johannes Löthberg
Date: Wednesday, October 11, 2017 @ 18:42:18
  Author: demize
Revision: 262388

upgpkg: pkgconf 1.3.8-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:42:00 UTC (rev 262387)
+++ PKGBUILD2017-10-11 18:42:18 UTC (rev 262388)
@@ -4,7 +4,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 
 pkgdesc='Light pkg-config replacement'
@@ -17,7 +17,7 @@
 
 source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz;)
 
-sha256sums=('1be7e40900c7467893c65f810211b1e68da3f8d5e70fddb883fc24839cad0339')
+sha256sums=('fc06f058e6905435481f649865ca51000192c91808f307b1053ca5e859cb1488')
 
 build() {
cd pkgconf-$pkgver


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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:42:00
  Author: anthraxx
Revision: 262387

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 262386, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 262386, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 262386, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 262386, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 262386, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 262386, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 262386, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   68 +-
 elasticsearch@.service |   68 +-
 7 files changed, 169 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 18:41:48 UTC (rev 262386)
+++ PKGBUILD2017-10-11 18:42:00 UTC (rev 262387)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.6.2
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('ef505373fdd85c762dedef0b067ce7b089e177568a57b31e5b4126d8acd47653'
-'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
-'4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   

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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:41:48
  Author: anthraxx
Revision: 262386

upgpkg: elasticsearch 5.6.3-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:35:20 UTC (rev 262385)
+++ PKGBUILD2017-10-11 18:41:48 UTC (rev 262386)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('ef505373fdd85c762dedef0b067ce7b089e177568a57b31e5b4126d8acd47653'
+sha256sums=('492b7e59d5204b3dc7eb13b611c33b3db36b392bdd6a4c004ba99c6543fc28f9'
 'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
 '4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 18:41:38
  Author: heftig
Revision: 307515

2.60.1-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:25:39 UTC (rev 307514)
+++ PKGBUILD2017-10-11 18:41:38 UTC (rev 307515)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.60.0
+pkgver=2.60.1
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup;
@@ -11,7 +11,7 @@
 depends=(glib2 libxml2 glib-networking sqlite krb5)
 makedepends=(intltool gobject-introspection python vala git gtk-doc)
 checkdepends=(apache php-apache)
-_commit=a53e94a5b1b4319976daced199e3e51341326201  # tags/2.60.0^0
+_commit=7556557b8fb989368d530ad55a57dcd46e1f2633  # tags/2.60.1^0
 source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit;
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
 sha256sums=('SKIP'


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

2017-10-11 Thread Jaroslav Lichtblau
Date: Wednesday, October 11, 2017 @ 18:35:20
  Author: jlichtblau
Revision: 262385

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

Added:
  skrooge/repos/community-testing-i686/
  skrooge/repos/community-testing-i686/PKGBUILD
(from rev 262384, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-i686/skrooge.changelog
(from rev 262384, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-i686/skrooge.install
(from rev 262384, skrooge/trunk/skrooge.install)
  skrooge/repos/community-testing-x86_64/
  skrooge/repos/community-testing-x86_64/PKGBUILD
(from rev 262384, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-x86_64/skrooge.changelog
(from rev 262384, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-x86_64/skrooge.install
(from rev 262384, skrooge/trunk/skrooge.install)

+
 community-testing-i686/PKGBUILD|   40 ++
 community-testing-i686/skrooge.changelog   |  101 +++
 community-testing-i686/skrooge.install |   11 ++
 community-testing-x86_64/PKGBUILD  |   40 ++
 community-testing-x86_64/skrooge.changelog |  101 +++
 community-testing-x86_64/skrooge.install   |   11 ++
 6 files changed, 304 insertions(+)

Copied: skrooge/repos/community-testing-i686/PKGBUILD (from rev 262384, 
skrooge/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-11 18:35:20 UTC (rev 262385)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx' 'grantlee'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-testing-i686/skrooge.changelog (from rev 
262384, skrooge/trunk/skrooge.changelog)
===
--- community-testing-i686/skrooge.changelog(rev 0)
+++ community-testing-i686/skrooge.changelog2017-10-11 18:35:20 UTC (rev 
262385)
@@ -0,0 +1,101 @@
+2017-10-11 Jaroslav Lichtblau 
+   * skrooge 2.9.0-1
+
+2017-07-11 Jaroslav Lichtblau 
+   * skrooge 2.8.1-5 FS#54540 fix
+
+2017-07-10 Jaroslav Lichtblau 
+   * skrooge 2.8.1-4 clean qt5-tools dependency
+
+2017-05-29 Jaroslav Lichtblau 
+   * skrooge 2.8.1-1
+
+2017-05-11 Jaroslav Lichtblau 
+   * skrooge 2.8.0-1
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-2 Qt 5.8 rebuild
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-1
+
+2016-12-29 Jaroslav Lichtblau 
+   * skrooge 2.6.0-1
+
+2016-10-02 Jaroslav Lichtblau 
+   * skrooge 2.5.0-1
+
+2016-07-04 Jaroslav Lichtblau 
+   * skrooge 2.4.0-3 FS#49880 fix
+
+2016-05-11 Jaroslav Lichtblau 
+   * skrooge 2.4.0-1
+
+2016-05-01 Jaroslav Lichtblau 
+   * skrooge 2.3.0-3 pacman hooks rebuild
+
+2016-02-22 Jaroslav Lichtblau 
+   * skrooge 2.3.0-1
+
+2015-11-30 Jaroslav Lichtblau 
+   * skrooge 2.2.0-1
+
+2015-09-14 Jaroslav Lichtblau 
+   * skrooge 2.1.1-1
+
+2015-08-29 Jaroslav Lichtblau 
+   * skrooge 2.1.0-1
+
+2015-06-27 Jaroslav Lichtblau 
+   * skrooge 2.0.0-1 - kf5 version
+
+2015-06-08 Jaroslav Lichtblau 

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

2017-10-11 Thread Jaroslav Lichtblau
Date: Wednesday, October 11, 2017 @ 18:35:03
  Author: jlichtblau
Revision: 262384

upgpkg: skrooge 2.9.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |   10 +-
 skrooge.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:29:59 UTC (rev 262383)
+++ PKGBUILD2017-10-11 18:35:03 UTC (rev 262384)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.8.1
-pkgrel=6
+pkgver=2.9.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;
@@ -19,17 +19,17 @@
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460'
+sha256sums=('ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5'
 'SKIP')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  export
+#   export
   cmake . -DCMAKE_BUILD_TYPE=Release \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_DESIGNER=OFF   # FS#54540
+  -DSKG_DESIGNER=OFF
   make
 }
 

Modified: skrooge.changelog
===
--- skrooge.changelog   2017-10-11 18:29:59 UTC (rev 262383)
+++ skrooge.changelog   2017-10-11 18:35:03 UTC (rev 262384)
@@ -1,3 +1,6 @@
+2017-10-11 Jaroslav Lichtblau 
+   * skrooge 2.9.0-1
+
 2017-07-11 Jaroslav Lichtblau 
* skrooge 2.8.1-5 FS#54540 fix
 


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

2017-10-11 Thread Florian Pritz
Date: Wednesday, October 11, 2017 @ 18:29:59
  Author: bluewind
Revision: 262383

archrelease: copy trunk to community-any

Added:
  perl-app-borgrestore/repos/community-any/PKGBUILD
(from rev 262382, perl-app-borgrestore/trunk/PKGBUILD)
Deleted:
  perl-app-borgrestore/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 18:29:52 UTC (rev 262382)
+++ PKGBUILD2017-10-11 18:29:59 UTC (rev 262383)
@@ -1,52 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-app-borgrestore
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Restore paths from borg backups'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-file-pushd
- perl-function-parameters perl-ipc-run perl-log-any
- perl-log-any-adapter-log4perl perl-log-log4perl borg)
-makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
-checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject
-  perl-test-pod perl-test-pod-coverage)
-url=https://metacpan.org/release/App-BorgRestore
-source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
-md5sums=(6b60b4f25fc2cfaa7beff77f29391d6f)
-sha512sums=(200802d91b92f55aa47bdfa467f0014afb862b47ae30caca998ec6f7c4dab4cbba3680e339b4df1a46a3e1b4944bd79fc994af0e14467ceb6a43faa1ad91adaf)
-_ddir="App-BorgRestore-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install --installdirs=vendor --destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-app-borgrestore/repos/community-any/PKGBUILD (from rev 262382, 
perl-app-borgrestore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 18:29:59 UTC (rev 262383)
@@ -0,0 +1,52 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-app-borgrestore
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Restore paths from borg backups'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.14.0' perl-dbd-sqlite perl-dbi perl-file-pushd
+ perl-function-parameters perl-ipc-run perl-log-any
+ perl-log-any-adapter-log4perl perl-log-log4perl borg)
+makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
+checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject
+  perl-test-pod perl-test-pod-coverage)
+url=https://metacpan.org/release/App-BorgRestore
+source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
+md5sums=(944406f1f360e17dd3eea9b27154b105)
+sha512sums=(a093bd6e76d2c2ba2b6f32d5a305425bdbf7ca6535e7751b6d6615ed47af6599588bcc3f6c161f7eaec4889950e66825beb7b815e595f16f28632541ff46e88a)
+_ddir="App-BorgRestore-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2017-10-11 Thread Florian Pritz
Date: Wednesday, October 11, 2017 @ 18:29:52
  Author: bluewind
Revision: 262382

upgpkg: perl-app-borgrestore 2.1.1-1

upstream update

Modified:
  perl-app-borgrestore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:28:35 UTC (rev 262381)
+++ PKGBUILD2017-10-11 18:29:52 UTC (rev 262382)
@@ -1,13 +1,13 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-app-borgrestore
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Restore paths from borg backups'
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-file-pushd
+depends=('perl>=5.14.0' perl-dbd-sqlite perl-dbi perl-file-pushd
  perl-function-parameters perl-ipc-run perl-log-any
  perl-log-any-adapter-log4perl perl-log-log4perl borg)
 makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
@@ -15,8 +15,8 @@
   perl-test-pod perl-test-pod-coverage)
 url=https://metacpan.org/release/App-BorgRestore
 
source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
-md5sums=(6b60b4f25fc2cfaa7beff77f29391d6f)
-sha512sums=(200802d91b92f55aa47bdfa467f0014afb862b47ae30caca998ec6f7c4dab4cbba3680e339b4df1a46a3e1b4944bd79fc994af0e14467ceb6a43faa1ad91adaf)
+md5sums=(944406f1f360e17dd3eea9b27154b105)
+sha512sums=(a093bd6e76d2c2ba2b6f32d5a305425bdbf7ca6535e7751b6d6615ed47af6599588bcc3f6c161f7eaec4889950e66825beb7b815e595f16f28632541ff46e88a)
 _ddir="App-BorgRestore-$pkgver"
 
 build()


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

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:28:27
  Author: anthraxx
Revision: 262380

upgpkg: python-flask-sqlalchemy 2.3.2-1

Modified:
  python-flask-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:11:43 UTC (rev 262379)
+++ PKGBUILD2017-10-11 18:28:27 UTC (rev 262380)
@@ -5,7 +5,7 @@
 _pyname=flask-sqlalchemy
 pkgbase=python-flask-sqlalchemy
 pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Adds SQLAlchemy support to your Flask application'
 url='http://flask-sqlalchemy.pocoo.org/'
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest' 'python-blinker'
   'python2-pytest' 'python2-blinker')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('7c30ed179152bdbaf71a176be2d65dae19aaaf0d33d6e1e477a12fb2991cb8f55c56eede71b8c58e1cd9fa38e5b58c3f3fe8be5a34e652485119429fac5e5f03')
+sha512sums=('0dda35dbdd0a2bd87aeaad72c44bdbc80f47fcda519c072f235fe0cc5d64d46278fa6d4cedce66e0731035423f3adb5fc2c20d631d70cc1b3c3e2289bdd1cbd1')
 
 prepare() {
   sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py


[arch-commits] Commit in python-flask-sqlalchemy/repos/community-any (2 files)

2017-10-11 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 18:28:35
  Author: anthraxx
Revision: 262381

archrelease: copy trunk to community-any

Added:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD
(from rev 262380, python-flask-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 18:28:27 UTC (rev 262380)
+++ PKGBUILD2017-10-11 18:28:35 UTC (rev 262381)
@@ -1,66 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Serge Victor 
-# Contributor: Kevin Azzam 
-
-_pyname=flask-sqlalchemy
-pkgbase=python-flask-sqlalchemy
-pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Adds SQLAlchemy support to your Flask application'
-url='http://flask-sqlalchemy.pocoo.org/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-sqlalchemy'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-sqlalchemy')
-checkdepends=('python-pytest' 'python-blinker'
-  'python2-pytest' 'python2-blinker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('7c30ed179152bdbaf71a176be2d65dae19aaaf0d33d6e1e477a12fb2991cb8f55c56eede71b8c58e1cd9fa38e5b58c3f3fe8be5a34e652485119429fac5e5f03')
-
-prepare() {
-  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build2 PYTHONPATH=..
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-PYTHONPATH=".:${PYTHONPATH}" py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-PYTHONPATH=".:${PYTHONPATH}" py.test2
-  )
-}
-
-package_python-flask-sqlalchemy() {
-  depends=('python-flask' 'python-sqlalchemy')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-sqlalchemy() {
-  depends=('python2-flask' 'python2-sqlalchemy')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-sqlalchemy/repos/community-any/PKGBUILD (from rev 262380, 
python-flask-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 18:28:35 UTC (rev 262381)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+# Contributor: Kevin Azzam 
+
+_pyname=flask-sqlalchemy
+pkgbase=python-flask-sqlalchemy
+pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Adds SQLAlchemy support to your Flask application'
+url='http://flask-sqlalchemy.pocoo.org/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-sqlalchemy'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-sqlalchemy')
+checkdepends=('python-pytest' 'python-blinker'
+  'python2-pytest' 'python2-blinker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
+sha512sums=('0dda35dbdd0a2bd87aeaad72c44bdbc80f47fcda519c072f235fe0cc5d64d46278fa6d4cedce66e0731035423f3adb5fc2c20d631d70cc1b3c3e2289bdd1cbd1')
+
+prepare() {
+  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build2 PYTHONPATH=..
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+

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

2017-10-11 Thread Florian Pritz
Date: Wednesday, October 11, 2017 @ 18:25:39
  Author: bluewind
Revision: 307514

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 307513, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 307513, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-11 18:25:39 UTC (rev 307514)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.14
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('81aa248ecd0e787d49d1eed6dc7ffb1a'
+ '0b28bf18f648c05e048f8881786443ff')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2017-10-11 Thread Florian Pritz
Date: Wednesday, October 11, 2017 @ 18:25:33
  Author: bluewind
Revision: 307513

upgpkg: netctl 1.14-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 17:34:34 UTC (rev 307512)
+++ PKGBUILD2017-10-11 18:25:33 UTC (rev 307513)
@@ -1,8 +1,8 @@
 # Maintainer: Jouke Witteveen 
 
 pkgname=netctl
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
 license=('GPL')
@@ -21,8 +21,8 @@
)
 
source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('a8ae5a62d10d7660bb2dd43faee8b794'
- '9ccefe82154463411d1e9b12ee3bd925')
+md5sums=('81aa248ecd0e787d49d1eed6dc7ffb1a'
+ '0b28bf18f648c05e048f8881786443ff')
 validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
 
 package() {
@@ -31,6 +31,8 @@
 
   # Shell Completion
   install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
   install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
 }
 


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

2017-10-11 Thread Jaroslav Lichtblau
Date: Wednesday, October 11, 2017 @ 18:11:43
  Author: jlichtblau
Revision: 262379

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

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

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 18:11:18 UTC (rev 262378)
+++ community-i686/PKGBUILD 2017-10-11 18:11:43 UTC (rev 262379)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.38
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('cfd55bafeb12ed5257093452f128806d96f25ff4bf0f8100ecf590bc4d02047e'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd 

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

2017-10-11 Thread Jaroslav Lichtblau
Date: Wednesday, October 11, 2017 @ 18:11:18
  Author: jlichtblau
Revision: 262378

upgpkg: syncthing 0.14.39-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 18:07:14 UTC (rev 262377)
+++ PKGBUILD2017-10-11 18:11:18 UTC (rev 262378)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.38
+pkgver=0.14.39
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('cfd55bafeb12ed5257093452f128806d96f25ff4bf0f8100ecf590bc4d02047e'
+sha256sums=('2ef169e75590032ef501789fdffb8142dd1d5e1f07df064a71e402bc47dbb91e'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in (sensorfw)

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 18:07:14
  Author: arojas
Revision: 262377

Remove, causes BIC issues in Qt

Deleted:
  sensorfw/


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:38:48
  Author: felixonmars
Revision: 262374

archrelease: copy trunk to community-any

Added:
  autopep8/repos/community-any/PKGBUILD
(from rev 262373, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 17:38:28 UTC (rev 262373)
+++ PKGBUILD2017-10-11 17:38:48 UTC (rev 262374)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=autopep8
-pkgname=(autopep8 python2-autopep8)
-pkgver=1.3.2
-pkgrel=1
-epoch=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="http://github.com/hhatto/autopep8;
-license=('MIT')
-makedepends=('python-pycodestyle' 'python2-pycodestyle')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz;)
-sha512sums=('68a35e365f7bb2ec25b8ba8be693b758d7bbd121cdd72d1293d682ff117a515e609994e2ef40c351dcfd8dc19426925abeffba517ba0bba5a10e3373628a8ade')
-
-prepare() {
-  cp -a autopep8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/autopep8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/autopep8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/autopep8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/autopep8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_autopep8() {
-  depends=('python-pycodestyle')
-
-  cd autopep8-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-autopep8() {
-  depends=('python2-pycodestyle')
-
-  cd autopep8-$pkgver-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/autopep8{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-any/PKGBUILD (from rev 262373, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 17:38:48 UTC (rev 262374)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgbase=autopep8
+pkgname=(autopep8 python2-autopep8)
+pkgver=1.3.3
+pkgrel=1
+epoch=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="https://github.com/hhatto/autopep8;
+license=('MIT')
+makedepends=('python-pycodestyle' 'python2-pycodestyle')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz;)
+sha512sums=('b0b60db4a575af23b0bcd4c345aed98253278faf499866a3158a460c0abf9d10fc18f980d5a6a0f70918833575687979030ce064735638a21ef304d1b42a23d1')
+
+prepare() {
+  cp -a autopep8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/autopep8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/autopep8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/autopep8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/autopep8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_autopep8() {
+  depends=('python-pycodestyle')
+
+  cd autopep8-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-autopep8() {
+  depends=('python2-pycodestyle')
+
+  cd autopep8-$pkgver-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/autopep8{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:38:28
  Author: felixonmars
Revision: 262373

upgpkg: autopep8 1:1.3.3-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 17:10:15 UTC (rev 262372)
+++ PKGBUILD2017-10-11 17:38:28 UTC (rev 262373)
@@ -5,16 +5,16 @@
 
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')
-url="http://github.com/hhatto/autopep8;
+url="https://github.com/hhatto/autopep8;
 license=('MIT')
 makedepends=('python-pycodestyle' 'python2-pycodestyle')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz;)
-sha512sums=('68a35e365f7bb2ec25b8ba8be693b758d7bbd121cdd72d1293d682ff117a515e609994e2ef40c351dcfd8dc19426925abeffba517ba0bba5a10e3373628a8ade')
+sha512sums=('b0b60db4a575af23b0bcd4c345aed98253278faf499866a3158a460c0abf9d10fc18f980d5a6a0f70918833575687979030ce064735638a21ef304d1b42a23d1')
 
 prepare() {
   cp -a autopep8-$pkgver{,-py2}


[arch-commits] Commit in qt5-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 17:34:34
  Author: arojas
Revision: 307512

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

Added:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 307511, qt5-sensors/kde-unstable/PKGBUILD)
Deleted:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 17:34:05 UTC (rev 307511)
+++ PKGBUILD2017-10-11 17:34:34 UTC (rev 307512)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.10.0-beta
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=('qt5-base')
-makedepends=('qt5-declarative' 'sensorfw')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('57bb98be9a359aaf6a1b440d6e720ba5f6aaf6283aa7d7780d6e0862348d32d7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 307511, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 17:34:34 UTC (rev 307512)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.10.0-beta
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('57bb98be9a359aaf6a1b440d6e720ba5f6aaf6283aa7d7780d6e0862348d32d7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 17:34:05
  Author: arojas
Revision: 307511

Rebuild without sensorfw, fixes Qt version mismatch errors

Modified:
  qt5-sensors/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 17:14:08 UTC (rev 307510)
+++ PKGBUILD2017-10-11 17:34:05 UTC (rev 307511)
@@ -5,13 +5,13 @@
 pkgname=qt5-sensors
 _qtver=5.10.0-beta
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to sensor hardware and motion gesture recognition'
 depends=('qt5-base')
-makedepends=('qt5-declarative' 'sensorfw')
+makedepends=('qt5-declarative')
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"


[arch-commits] Commit in qt5-webkit/repos (3 files)

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 17:14:08
  Author: arojas
Revision: 307510

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-webkit/repos/kde-unstable-x86_64/
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 307509, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch
(from rev 307509, qt5-webkit/trunk/qt5-webkit-gcc7.patch)

---+
 PKGBUILD  |   56 
 qt5-webkit-gcc7.patch |   34 +
 2 files changed, 90 insertions(+)

Copied: qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD (from rev 307509, 
qt5-webkit/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-10-11 17:14:08 UTC (rev 307510)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=5
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
 qt5-webkit-gcc7.patch)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
+'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720')
+
+prepare() {
+  mkdir -p build
+
+# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
+  cd qtwebkit-$_qtver
+  patch -p1 -i ../qt5-webkit-gcc7.patch
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}

Copied: qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch (from rev 
307509, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
===
--- kde-unstable-x86_64/qt5-webkit-gcc7.patch   (rev 0)
+++ kde-unstable-x86_64/qt5-webkit-gcc7.patch   2017-10-11 17:14:08 UTC (rev 
307510)
@@ -0,0 +1,34 @@
+diff -u -r webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h 
webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h
+--- webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h  2017-02-20 
17:20:15.0 +0100
 webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h 2017-06-27 
13:13:57.801527350 +0200
+@@ -581,29 +581,7 @@
+ // FIXME: Does this really belong in StringImpl?
+ template  static void copyChars(T* destination, const T* 
source, unsigned numCharacters)
+ {
+-if (numCharacters == 1) {
+-*destination = *source;
+-return;
+-}
+-
+-if (numCharacters <= s_copyCharsInlineCutOff) {
+-unsigned i = 0;
+-#if (CPU(X86) || CPU(X86_64))
+-const unsigned charsPerInt = sizeof(uint32_t) / sizeof(T);
+-
+-if (numCharacters > charsPerInt) {
+-unsigned stopCount = numCharacters & ~(charsPerInt - 1);
+-
+-const uint32_t* srcCharacters = reinterpret_cast(source);
+-uint32_t* destCharacters = 
reinterpret_cast(destination);
+-for (unsigned j = 0; i < stopCount; i += charsPerInt, ++j)
+-destCharacters[j] = srcCharacters[j];
+-}
+-#endif
+-for (; i < numCharacters; ++i)
+-destination[i] = source[i];
+-} else
+-memcpy(destination, source, numCharacters * sizeof(T));
++memcpy(destination, source, numCharacters * sizeof(T));
+ }
+ 
+ ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* 
source, unsigned numCharacters)


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:10:01
  Author: felixonmars
Revision: 307509

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

Added:
  python-cryptography/repos/testing-i686/
  python-cryptography/repos/testing-i686/PKGBUILD
(from rev 307508, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/testing-x86_64/
  python-cryptography/repos/testing-x86_64/PKGBUILD
(from rev 307508, python-cryptography/trunk/PKGBUILD)

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

Copied: python-cryptography/repos/testing-i686/PKGBUILD (from rev 307508, 
python-cryptography/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-11 17:10:01 UTC (rev 307509)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=2.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('62ee423473c0f0a9087bdd15e2e15006318343218019447e4436071ac862ecbf5cf8a35d6938d2946f8890b23cc325a6ab067667a86d2b8f15ea3250d0141950')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Copied: python-cryptography/repos/testing-x86_64/PKGBUILD (from rev 307508, 
python-cryptography/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-11 17:10:01 UTC (rev 307509)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=2.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('62ee423473c0f0a9087bdd15e2e15006318343218019447e4436071ac862ecbf5cf8a35d6938d2946f8890b23cc325a6ab067667a86d2b8f15ea3250d0141950')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py 

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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:10:15
  Author: felixonmars
Revision: 262372

fix pkgdesc

Modified:
  python-pyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:42:41 UTC (rev 262371)
+++ PKGBUILD2017-10-11 17:10:15 UTC (rev 262372)
@@ -5,7 +5,7 @@
 pkgname=(python-pyaml python2-pyaml)
 pkgver=17.10.0
 pkgrel=1
-pkgdesc="Low-level CSS parser for Python"
+pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
 url="https://pypi.python.org/pypi/pyaml;
 license=('BSD')
 arch=('any')


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:09:34
  Author: felixonmars
Revision: 307508

upgpkg: python-cryptography 2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:21:13 UTC (rev 307507)
+++ PKGBUILD2017-10-11 17:09:34 UTC (rev 307508)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.0.3
+pkgver=2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('fa569c4f5a994e2bd90810649fdf48115bfd5ff46790c849991e8f7a7c8b5435402f92453e4365426ee645623b3bb509c9bb781657c4b4e81e3a36b58ba5461c')
+sha512sums=('62ee423473c0f0a9087bdd15e2e15006318343218019447e4436071ac862ecbf5cf8a35d6938d2946f8890b23cc325a6ab067667a86d2b8f15ea3250d0141950')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-10-11 Thread Sergej Pupykin
Date: Wednesday, October 11, 2017 @ 16:42:24
  Author: spupykin
Revision: 262370

upgpkg: remmina 1:1.2.0rcgit.21-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:41:29 UTC (rev 262369)
+++ PKGBUILD2017-10-11 16:42:24 UTC (rev 262370)
@@ -3,7 +3,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.2.0rcgit.20
+pkgver=1.2.0rcgit.21
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(i686 x86_64)
@@ -25,7 +25,7 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz;)
-sha256sums=('5663105735600cfe5dbbcd62e64ffb27bb6587e1035b04b2b63a32a98d25ef30')
+sha256sums=('9b4ac39a4ca40fffc9ce52e4a504839626eb4e0b3d1cdddf54217beef1fcd535')
 
 build() {
   cd "$srcdir"/Remmina-${pkgver/rc/-rc}/


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

2017-10-11 Thread Sergej Pupykin
Date: Wednesday, October 11, 2017 @ 16:42:41
  Author: spupykin
Revision: 262371

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

Added:
  remmina/repos/community-i686/PKGBUILD
(from rev 262370, remmina/trunk/PKGBUILD)
  remmina/repos/community-i686/fix-freerdp-name.patch
(from rev 262370, remmina/trunk/fix-freerdp-name.patch)
  remmina/repos/community-x86_64/PKGBUILD
(from rev 262370, remmina/trunk/PKGBUILD)
  remmina/repos/community-x86_64/fix-freerdp-name.patch
(from rev 262370, remmina/trunk/fix-freerdp-name.patch)
Deleted:
  remmina/repos/community-i686/PKGBUILD
  remmina/repos/community-i686/fix-freerdp-name.patch
  remmina/repos/community-x86_64/PKGBUILD
  remmina/repos/community-x86_64/fix-freerdp-name.patch

-+
 /PKGBUILD   |   86 ++
 /fix-freerdp-name.patch |   40 +
 community-i686/PKGBUILD |   43 ---
 community-i686/fix-freerdp-name.patch   |   20 --
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fix-freerdp-name.patch |   20 --
 6 files changed, 126 insertions(+), 126 deletions(-)

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

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

Deleted: community-i686/fix-freerdp-name.patch
===
--- community-i686/fix-freerdp-name.patch   2017-10-11 16:42:24 UTC (rev 
262370)
+++ community-i686/fix-freerdp-name.patch   2017-10-11 16:42:41 UTC (rev 
262371)
@@ -1,20 +0,0 @@
-diff -wbBur Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 
Remmina-1.2.0-rcgit.17.my/cmake/FindFREERDP.cmake
 Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 2016-12-22 

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

2017-10-11 Thread Sergej Pupykin
Date: Wednesday, October 11, 2017 @ 16:41:29
  Author: spupykin
Revision: 262369

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 16:41:08 UTC (rev 262368)
+++ community-i686/PKGBUILD 2017-10-11 16:41:29 UTC (rev 262369)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=2
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=('LGPL2')
-depends=()
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-i686/PKGBUILD (from rev 262368, 
bcunit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 16:41:29 UTC (rev 262369)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2
+#_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=1
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(i686 x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=('LGPL2')
+depends=()
+options=('!libtool')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
+
+build() {
+  cd "$srcdir/bcunit-${pkgver}"
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/bcunit-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 16:41:08 UTC (rev 262368)
+++ community-x86_64/PKGBUILD   2017-10-11 16:41:29 UTC (rev 262369)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=2
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=('LGPL2')
-depends=()
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-x86_64/PKGBUILD (from rev 262368, 
bcunit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 16:41:29 UTC (rev 262369)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2
+#_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=1
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(i686 x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;

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

2017-10-11 Thread Sergej Pupykin
Date: Wednesday, October 11, 2017 @ 16:41:08
  Author: spupykin
Revision: 262368

upgpkg: bcunit 3.0.2-1

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:02:23 UTC (rev 262367)
+++ PKGBUILD2017-10-11 16:41:08 UTC (rev 262368)
@@ -2,9 +2,9 @@
 # Contributor: Danibspi danibspi  gmail  com
 
 pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=2
+pkgver=3.0.2
+#_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=1
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(i686 x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
@@ -11,12 +11,12 @@
 license=('LGPL2')
 depends=()
 options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
 
 build() {
-  cd "$srcdir/bcunit-${_commit}"
+  cd "$srcdir/bcunit-${pkgver}"
   [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/bcunit-${_commit}"
+  cd "$srcdir/bcunit-${pkgver}"
   make DESTDIR="$pkgdir" install
   mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
 }


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

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 16:21:13
  Author: eworm
Revision: 307507

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

Added:
  rsync/repos/testing-i686/
  rsync/repos/testing-i686/PKGBUILD
(from rev 307506, rsync/trunk/PKGBUILD)
  rsync/repos/testing-i686/rsync.xinetd
(from rev 307506, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-i686/rsyncd.conf
(from rev 307506, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-i686/rsyncd.service
(from rev 307506, rsync/trunk/rsyncd.service)
  rsync/repos/testing-i686/rsyncd.socket
(from rev 307506, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-i686/rsyncd@.service
(from rev 307506, rsync/trunk/rsyncd@.service)
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 307506, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsync.xinetd
(from rev 307506, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 307506, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-x86_64/rsyncd.service
(from rev 307506, rsync/trunk/rsyncd.service)
  rsync/repos/testing-x86_64/rsyncd.socket
(from rev 307506, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-x86_64/rsyncd@.service
(from rev 307506, rsync/trunk/rsyncd@.service)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/rsync.xinetd  |   11 
 testing-i686/rsyncd.conf   |   10 +++
 testing-i686/rsyncd.service|   14 ++
 testing-i686/rsyncd.socket |   10 +++
 testing-i686/rsyncd@.service   |   13 ++
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/rsync.xinetd|   11 
 testing-x86_64/rsyncd.conf |   10 +++
 testing-x86_64/rsyncd.service  |   14 ++
 testing-x86_64/rsyncd.socket   |   10 +++
 testing-x86_64/rsyncd@.service |   13 ++
 12 files changed, 216 insertions(+)

Copied: rsync/repos/testing-i686/PKGBUILD (from rev 307506, 
rsync/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-11 16:21:13 UTC (rev 307507)
@@ -0,0 +1,50 @@
+# $Id$
+
+pkgname=rsync
+pkgver=3.1.2
+pkgrel=4
+pkgdesc="A file transfer program to keep remote files in sync"
+arch=('i686' 'x86_64')
+url="https://rsync.samba.org/;
+license=('GPL3')
+depends=('perl' 'popt' 'acl' 'zlib')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

+source=("https://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"{,.asc}
+'rsyncd.conf'
+'rsync.xinetd'
+'rsyncd.service'
+'rsyncd.socket'
+'rsyncd@.service')
+sha256sums=('ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2'
+'SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
+'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
+'c6998eaa5f3baa0e02830c182acacbb966187c428f8e42eab087f681f8e3d0a6'
+'551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
+'53e9e2546a74ce622f4eabc5590662fc2d0b06467f71f95428ab7926ea7e24c4')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --with-included-zlib=no \
+   --disable-debug
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make test
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm644 ../rsyncd.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -m644 ../rsyncd.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -m644 ../rsyncd@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-i686/rsync.xinetd (from rev 307506, 
rsync/trunk/rsync.xinetd)
===
--- testing-i686/rsync.xinetd   (rev 0)
+++ testing-i686/rsync.xinetd   2017-10-11 16:21:13 UTC (rev 307507)
@@ -0,0 +1,11 @@
+service rsync
+{
+socket_type = stream
+wait= no
+user= root
+server  = /usr/bin/rsync
+server_args = --daemon
+log_on_success  += HOST DURATION
+log_on_failure  += HOST
+disable = yes
+}

Copied: rsync/repos/testing-i686/rsyncd.conf (from rev 307506, 
rsync/trunk/rsyncd.conf)

[arch-commits] Commit in rsync/trunk (PKGBUILD rsyncd.service rsyncd@.service)

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 16:21:05
  Author: eworm
Revision: 307506

upgpkg: rsync 3.1.2-4

* switch to sha256 checksums
* link against system zlib
* add some systemd security features

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsyncd.service
  rsync/trunk/rsyncd@.service

-+
 PKGBUILD|   26 +++---
 rsyncd.service  |4 
 rsyncd@.service |4 
 3 files changed, 23 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:09:25 UTC (rev 307505)
+++ PKGBUILD2017-10-11 16:21:05 UTC (rev 307506)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/;
@@ -9,22 +9,26 @@
 license=('GPL3')
 depends=('perl' 'popt' 'acl' 'zlib')
 backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

 source=("https://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"{,.asc}
-'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
-'rsyncd.socket' 'rsyncd@.service')
-md5sums=('0f758d7e000c0f7f7d3792610fad70cb'
- 'SKIP'
- 'bce64d122a8e0f86872a4a21a03bc7f3'
- 'ea3e9277dc908bc51f9eddc0f6b935c1'
- 'f90ba7f3717028769d6f230a2402b5aa'
- 'ae4c381e0c02d6132c7f6ded3f473041'
- 'ceab0b656e5e8239df594040b3b31d3c')
-validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5')
+'rsyncd.conf'
+'rsync.xinetd'
+'rsyncd.service'
+'rsyncd.socket'
+'rsyncd@.service')
+sha256sums=('ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2'
+'SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
+'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
+'c6998eaa5f3baa0e02830c182acacbb966187c428f8e42eab087f681f8e3d0a6'
+'551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
+'53e9e2546a74ce622f4eabc5590662fc2d0b06467f71f95428ab7926ea7e24c4')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--with-included-popt=no \
+   --with-included-zlib=no \
--disable-debug
make
 }

Modified: rsyncd.service
===
--- rsyncd.service  2017-10-11 16:09:25 UTC (rev 307505)
+++ rsyncd.service  2017-10-11 16:21:05 UTC (rev 307506)
@@ -5,6 +5,10 @@
 [Service]
 ExecStart=/usr/bin/rsync --daemon --no-detach
 RestartSec=1
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
 
 [Install]
 WantedBy=multi-user.target

Modified: rsyncd@.service
===
--- rsyncd@.service 2017-10-11 16:09:25 UTC (rev 307505)
+++ rsyncd@.service 2017-10-11 16:21:05 UTC (rev 307506)
@@ -7,3 +7,7 @@
 StandardInput=socket
 StandardOutput=inherit
 StandardError=journal
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 16:02:23
  Author: felixonmars
Revision: 262367

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 262366, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 16:01:59 UTC (rev 262366)
+++ PKGBUILD2017-10-11 16:02:23 UTC (rev 262367)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-sha512sums=('a944ca7781d47e6e81d69c32a717a19c2f461412e38f4d2b93cb02309bacdf01d766f7227a20b520faae2db20cf3dca194ed3c34363dcc70866d9ef6200f65cc')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
262366, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 16:02:23 UTC (rev 262367)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=2.1
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+sha512sums=('5209a85986d86b8570bca20e5367043626d252cdd0d9003c63b26db3a57f4a1004a052be3a1372654a851071594e57a01b42d36214eb76c977a4d1811af88c7e')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 16:01:59
  Author: felixonmars
Revision: 262366

upgpkg: python-cryptography-vectors 2.1-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 14:30:38 UTC (rev 262365)
+++ PKGBUILD2017-10-11 16:01:59 UTC (rev 262366)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.0.3
+pkgver=2.1
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-sha512sums=('a944ca7781d47e6e81d69c32a717a19c2f461412e38f4d2b93cb02309bacdf01d766f7227a20b520faae2db20cf3dca194ed3c34363dcc70866d9ef6200f65cc')
+sha512sums=('5209a85986d86b8570bca20e5367043626d252cdd0d9003c63b26db3a57f4a1004a052be3a1372654a851071594e57a01b42d36214eb76c977a4d1811af88c7e')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 14:30:38
  Author: eworm
Revision: 262365

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 14:30:28 UTC (rev 262364)
+++ community-i686/PKGBUILD 2017-10-11 14:30:38 UTC (rev 262365)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171005
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('832a3b7cbb510f6986fd0c3a6b2d86bc75fc9f23b6754d8f46bc58ea8e02d608')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 262364, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 14:30:38 UTC (rev 262365)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20171011
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('e2e44ff658743507bca0f6b443c2f85aacc48d507ba2dcd4812717145df10b96')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 14:30:28 UTC (rev 262364)
+++ community-x86_64/PKGBUILD   2017-10-11 14:30:38 UTC (rev 262365)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171005
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')

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

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 14:30:28
  Author: eworm
Revision: 262364

upgpkg: wireguard 0.0.20171011-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 13:12:32 UTC (rev 262363)
+++ PKGBUILD2017-10-11 14:30:28 UTC (rev 262364)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171005
+pkgver=0.0.20171011
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('832a3b7cbb510f6986fd0c3a6b2d86bc75fc9f23b6754d8f46bc58ea8e02d608')
+sha256sums=('e2e44ff658743507bca0f6b443c2f85aacc48d507ba2dcd4812717145df10b96')
 
 prepare() {
cd WireGuard-${pkgver}/


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 13:12:32
  Author: felixonmars
Revision: 262363

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 13:11:58 UTC (rev 262362)
+++ community-i686/PKGBUILD 2017-10-11 13:12:32 UTC (rev 262363)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=0.2
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('496b49cbecb4f5feeb4dcadc695af2e1a7027c10a7189f3eb943d8ed51a5f59d3281cb1a094fdba3ad20b88c660e936bb3af7a24f628fcfb70f7ed0a125b6c3d')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 262362, 
deepin-picker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 13:12:32 UTC (rev 262363)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.3
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('4078560b454115f5898934a1d5335df474b4223c0bd39691f52279c0ec0c6c28d209e9b6a1c5bc08410f6d94e7330edb21bb53db4b5e9c7c17bdd4a39ec181b7')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 13:11:58 UTC (rev 262362)
+++ community-x86_64/PKGBUILD   2017-10-11 13:12:32 UTC (rev 262363)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=0.2
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('496b49cbecb4f5feeb4dcadc695af2e1a7027c10a7189f3eb943d8ed51a5f59d3281cb1a094fdba3ad20b88c660e936bb3af7a24f628fcfb70f7ed0a125b6c3d')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 262362, 
deepin-picker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 13:12:32 UTC (rev 262363)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.3
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)

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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 13:11:58
  Author: felixonmars
Revision: 262362

upgpkg: deepin-picker 0.3-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 12:49:27 UTC (rev 262361)
+++ PKGBUILD2017-10-11 13:11:58 UTC (rev 262362)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('496b49cbecb4f5feeb4dcadc695af2e1a7027c10a7189f3eb943d8ed51a5f59d3281cb1a094fdba3ad20b88c660e936bb3af7a24f628fcfb70f7ed0a125b6c3d')
+sha512sums=('4078560b454115f5898934a1d5335df474b4223c0bd39691f52279c0ec0c6c28d209e9b6a1c5bc08410f6d94e7330edb21bb53db4b5e9c7c17bdd4a39ec181b7')
 
 build() {
   cd deepin-picker-$pkgver


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

2017-10-11 Thread Jonathan Steel
Date: Wednesday, October 11, 2017 @ 12:48:48
  Author: jsteel
Revision: 262358

upgpkg: python-botocore 1.7.26-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 12:47:51 UTC (rev 262357)
+++ PKGBUILD2017-10-11 12:48:48 UTC (rev 262358)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.25
+pkgver=1.7.26
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('155d7e2d02b723ab3e33a88758c410e3')
+md5sums=('453e6cc1f190fd5e4744c7587c301fa0')
 
 build() {
   cd botocore-$pkgver


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

2017-10-11 Thread Jonathan Steel
Date: Wednesday, October 11, 2017 @ 12:49:04
  Author: jsteel
Revision: 262359

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 12:48:48 UTC (rev 262358)
+++ PKGBUILD2017-10-11 12:49:04 UTC (rev 262359)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.25
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('155d7e2d02b723ab3e33a88758c410e3')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 262358, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 12:49:04 UTC (rev 262359)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.26
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('453e6cc1f190fd5e4744c7587c301fa0')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-11 Thread Jonathan Steel
Date: Wednesday, October 11, 2017 @ 12:49:17
  Author: jsteel
Revision: 262360

upgpkg: aws-cli 1.11.168-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 12:49:04 UTC (rev 262359)
+++ PKGBUILD2017-10-11 12:49:17 UTC (rev 262360)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.167
+pkgver=1.11.168
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('73feff5c498c8b8497ddce64a1bcdaeb')
+md5sums=('a104b8aaf3dbff9436a04296998bea1f')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-11 Thread Jonathan Steel
Date: Wednesday, October 11, 2017 @ 12:49:27
  Author: jsteel
Revision: 262361

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 262360, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 12:49:17 UTC (rev 262360)
+++ PKGBUILD2017-10-11 12:49:27 UTC (rev 262361)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.167
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('73feff5c498c8b8497ddce64a1bcdaeb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 262360, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 12:49:27 UTC (rev 262361)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.168
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('a104b8aaf3dbff9436a04296998bea1f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 12:47:51
  Author: felixonmars
Revision: 262357

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 12:46:41 UTC (rev 262356)
+++ community-i686/PKGBUILD 2017-10-11 12:47:51 UTC (rev 262357)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=0.1
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 262356, 
deepin-picker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 12:47:51 UTC (rev 262357)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.2
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('496b49cbecb4f5feeb4dcadc695af2e1a7027c10a7189f3eb943d8ed51a5f59d3281cb1a094fdba3ad20b88c660e936bb3af7a24f628fcfb70f7ed0a125b6c3d')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 12:46:41 UTC (rev 262356)
+++ community-x86_64/PKGBUILD   2017-10-11 12:47:51 UTC (rev 262357)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=0.1
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 262356, 
deepin-picker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 12:47:51 UTC (rev 262357)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.2
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)

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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 12:46:41
  Author: felixonmars
Revision: 262356

upgpkg: deepin-picker 0.2-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 12:27:44 UTC (rev 262355)
+++ PKGBUILD2017-10-11 12:46:41 UTC (rev 262356)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=0.1
+pkgver=0.2
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('dtkwidget' 'qt5-svg')
 makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
+groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
+sha512sums=('496b49cbecb4f5feeb4dcadc695af2e1a7027c10a7189f3eb943d8ed51a5f59d3281cb1a094fdba3ad20b88c660e936bb3af7a24f628fcfb70f7ed0a125b6c3d')
 
 build() {
   cd deepin-picker-$pkgver


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 12:27:44
  Author: felixonmars
Revision: 262355

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

Added:
  deepin-picker/repos/community-i686/
  deepin-picker/repos/community-i686/PKGBUILD
(from rev 262354, deepin-picker/trunk/PKGBUILD)
  deepin-picker/repos/community-x86_64/
  deepin-picker/repos/community-x86_64/PKGBUILD
(from rev 262354, deepin-picker/trunk/PKGBUILD)

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

Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 262354, 
deepin-picker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 12:27:44 UTC (rev 262355)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.1
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 262354, 
deepin-picker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 12:27:44 UTC (rev 262355)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.1
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 12:27:16
  Author: felixonmars
Revision: 262354

addpkg: deepin-picker 0.1-1

Added:
  deepin-picker/
  deepin-picker/repos/
  deepin-picker/trunk/
  deepin-picker/trunk/PKGBUILD

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

Added: deepin-picker/trunk/PKGBUILD
===
--- deepin-picker/trunk/PKGBUILD(rev 0)
+++ deepin-picker/trunk/PKGBUILD2017-10-11 12:27:16 UTC (rev 262354)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=0.1
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('929ddab0dea5c167c32b5680385d4d2c7ee8689907d8f94d04d84326008d98c6a104305af4d9719d71db6cae70a7bd736ff67cf2cc06ef256d6107f0a73298c3')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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


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

2017-10-11 Thread Dave Reisner
Date: Wednesday, October 11, 2017 @ 12:08:28
  Author: dreisner
Revision: 307503

updpkgsums

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 12:07:20 UTC (rev 307502)
+++ PKGBUILD2017-10-11 12:08:28 UTC (rev 307503)
@@ -36,7 +36,7 @@
 sha512sums=('SKIP'
 'SKIP'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'a70a779828e03c91275df1e046f78bdface08e2a8df0245a3f6e8d5904e3dbbe5d498cbf7f32d5ce61f2fb0d0a3d440d47ce9e41352a5547d80fa1bc29687159'
+
'86d7cacd7536b1069c8208de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'


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

2017-10-11 Thread Dave Reisner
Date: Wednesday, October 11, 2017 @ 12:07:20
  Author: dreisner
Revision: 307502

Expand MODULES as an array (FS#55926)

This covers both the case of MODULES being a string and an array in
/etc/mkinitcpio.conf.

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2017-10-11 11:17:49 UTC (rev 307501)
+++ initcpio-install-systemd2017-10-11 12:07:20 UTC (rev 307502)
@@ -181,7 +181,7 @@
 (
   . "$_f_config"
   set -f
-  printf "%s\n" $MODULES >"$BUILDROOT/etc/modules-load.d/MODULES.conf"
+  printf '%s\n' ${MODULES[@]} >"$BUILDROOT/etc/modules-load.d/MODULES.conf"
 )
 }
 


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2017-10-11 Thread Ike Devolder
Date: Wednesday, October 11, 2017 @ 12:03:23
  Author: idevolder
Revision: 262353

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 262352, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 262352, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 262352, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 262352, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 12:03:11 UTC (rev 262352)
+++ PKGBUILD2017-10-11 12:03:23 UTC (rev 262353)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=48.0.2685.35
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
-'pepper-flash: flash support'
-'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-"opera"
-"default"
-)
-sha512sums=('2350fe08f2af8cbcd0e92101e122368f0b154e31eedb8cb632d6e36e2734a1d50e28113c6188d8e2b7a66f920a91a001cf46c46801e0b9ba9746eb9abffe0e90'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 262352, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 12:03:23 UTC (rev 262353)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=48.0.2685.39
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+'pepper-flash: flash support'
+'upower: opera battery save'
+)
+source=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+"opera"
+"default"
+)
+sha512sums=('e7a934a45fc0de8214431496766cb14d4b232f15b446c7d97df5088f0d92672c6583932f522b7bc82ffa979146351281a007c68eb2335d4744f2628d08f84832'
+

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

2017-10-11 Thread Ike Devolder
Date: Wednesday, October 11, 2017 @ 12:03:11
  Author: idevolder
Revision: 262352

upgpkg: opera 48.0.2685.39-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 11:56:51 UTC (rev 262351)
+++ PKGBUILD2017-10-11 12:03:11 UTC (rev 262352)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=48.0.2685.35
+pkgver=48.0.2685.39
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -29,7 +29,7 @@
 "opera"
 "default"
 )
-sha512sums=('2350fe08f2af8cbcd0e92101e122368f0b154e31eedb8cb632d6e36e2734a1d50e28113c6188d8e2b7a66f920a91a001cf46c46801e0b9ba9746eb9abffe0e90'
+sha512sums=('e7a934a45fc0de8214431496766cb14d4b232f15b446c7d97df5088f0d92672c6583932f522b7bc82ffa979146351281a007c68eb2335d4744f2628d08f84832'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
 


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

2017-10-11 Thread Alexander Rødseth
Date: Wednesday, October 11, 2017 @ 11:56:39
  Author: arodseth
Revision: 262350

upgpkg: haxe 3.4.4-1

Modified:
  haxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 11:05:49 UTC (rev 262349)
+++ PKGBUILD2017-10-11 11:56:39 UTC (rev 262350)
@@ -7,11 +7,11 @@
 # Contributor: Michael Fellinger 
 
 pkgname=haxe
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='Cross-platform toolkit and programming language'
 arch=('x86_64' 'i686')
-url='http://haxe.org/'
+url='https://haxe.org/'
 license=('GPL' 'MIT' 'LGPL')
 groups=('devel')
 depends=('neko')
@@ -19,9 +19,9 @@
 makedepends=('git' 'ocaml' 'camlp4' 'zlib' 'neko')
 provides=('haxe' 'haxelib')
 options=('!strip' '!makeflags')
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=e24c990d58f2ccff5e5add8369602bb729bcdfab;
-  
'git+https://github.com/HaxeFoundation/haxelib.git#commit=36caef7b611cbe9d8b5c650307778e346bb267df'
-  
'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=ba1679cb1ed1e74ccd5068755642dc1353780ded'
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#tag=3.4.4;
+  
'git+https://github.com/HaxeFoundation/haxelib.git#commit=9056886d636e9d7d0e1759195c60b0260b8c67c0'
+  
'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=21d6a6673a49f024ccb8306d08927fc3fabe81af'
   'haxe.sh'
 )
 md5sums=('SKIP'
@@ -55,4 +55,4 @@
   install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh"
 }
 
-# vim:ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-10-11 Thread Alexander Rødseth
Date: Wednesday, October 11, 2017 @ 11:56:51
  Author: arodseth
Revision: 262351

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

Added:
  haxe/repos/community-i686/PKGBUILD
(from rev 262350, haxe/trunk/PKGBUILD)
  haxe/repos/community-i686/haxe.sh
(from rev 262350, haxe/trunk/haxe.sh)
  haxe/repos/community-x86_64/PKGBUILD
(from rev 262350, haxe/trunk/PKGBUILD)
  haxe/repos/community-x86_64/haxe.sh
(from rev 262350, haxe/trunk/haxe.sh)
Deleted:
  haxe/repos/community-i686/PKGBUILD
  haxe/repos/community-i686/haxe.sh
  haxe/repos/community-x86_64/PKGBUILD
  haxe/repos/community-x86_64/haxe.sh

---+
 /PKGBUILD |  116 
 /haxe.sh  |2 
 community-i686/PKGBUILD   |   58 --
 community-i686/haxe.sh|1 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/haxe.sh  |1 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 11:56:39 UTC (rev 262350)
+++ community-i686/PKGBUILD 2017-10-11 11:56:51 UTC (rev 262351)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daichi Shinozaki 
-# Contributor: Andy Li 
-# Contributor: Kyle Brady  
-# Contributor: Patrick Hof 
-# Contributor: Michael Fellinger 
-
-pkgname=haxe
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Cross-platform toolkit and programming language'
-arch=('x86_64' 'i686')
-url='http://haxe.org/'
-license=('GPL' 'MIT' 'LGPL')
-groups=('devel')
-depends=('neko')
-optdepends=('python' 'php' 'java-environment' 'mono')
-makedepends=('git' 'ocaml' 'camlp4' 'zlib' 'neko')
-provides=('haxe' 'haxelib')
-options=('!strip' '!makeflags')
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=e24c990d58f2ccff5e5add8369602bb729bcdfab;
-  
'git+https://github.com/HaxeFoundation/haxelib.git#commit=36caef7b611cbe9d8b5c650307778e346bb267df'
-  
'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=ba1679cb1ed1e74ccd5068755642dc1353780ded'
-  'haxe.sh'
-)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- '977476c8fc1dfc0acbb05bd22f9136b0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
-  git config submodule.libs.url "$srcdir/ocamllibs"
-  git submodule update
-}
-
-build() {
-  make -C "$pkgname-$pkgver" all tools
-}
-
-check() {
-  "$pkgname-$pkgver/haxe" -version && "$pkgname-$pkgver/haxelib" version
-}
-
-package() {
-  install -d "$pkgdir/usr/"{bin/,share/haxe/}
-  install -m 755 "$srcdir/$pkgname-$pkgver"/{haxe,haxelib} "$pkgdir"/usr/bin/
-  cp -rf "$srcdir/$pkgname-$pkgver/std" "$pkgdir/usr/share/$pkgname/"
-  install -Dm 644 "$srcdir/$pkgname-$pkgver"/extra/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh"
-}
-
-# vim:ts=2 sw=2 et:

Copied: haxe/repos/community-i686/PKGBUILD (from rev 262350, 
haxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 11:56:51 UTC (rev 262351)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Andy Li 
+# Contributor: Kyle Brady  
+# Contributor: Patrick Hof 
+# Contributor: Michael Fellinger 
+
+pkgname=haxe
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Cross-platform toolkit and programming language'
+arch=('x86_64' 'i686')
+url='https://haxe.org/'
+license=('GPL' 'MIT' 'LGPL')
+groups=('devel')
+depends=('neko')
+optdepends=('python' 'php' 'java-environment' 'mono')
+makedepends=('git' 'ocaml' 'camlp4' 'zlib' 'neko')
+provides=('haxe' 'haxelib')
+options=('!strip' '!makeflags')
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#tag=3.4.4;
+  
'git+https://github.com/HaxeFoundation/haxelib.git#commit=9056886d636e9d7d0e1759195c60b0260b8c67c0'
+  
'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=21d6a6673a49f024ccb8306d08927fc3fabe81af'
+  'haxe.sh'
+)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '977476c8fc1dfc0acbb05bd22f9136b0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
+  git config submodule.libs.url "$srcdir/ocamllibs"
+  git submodule update
+}
+
+build() {
+  make -C "$pkgname-$pkgver" all tools
+}
+
+check() {
+  "$pkgname-$pkgver/haxe" -version && "$pkgname-$pkgver/haxelib" version
+}
+
+package() {
+  install -d 

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

2017-10-11 Thread Evangelos Foutras
Date: Wednesday, October 11, 2017 @ 11:05:49
  Author: foutrelis
Revision: 262349

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 11:05:27 UTC (rev 262348)
+++ community-i686/PKGBUILD 2017-10-11 11:05:49 UTC (rev 262349)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.14.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-i686/PKGBUILD (from rev 262348, 
axel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 11:05:49 UTC (rev 262349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.15
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('70daa27abca5a3f1abe4be833d8f64205ac422416f5bcf396856eb6dd0fe9194')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 11:05:27 UTC (rev 262348)
+++ community-x86_64/PKGBUILD   2017-10-11 11:05:49 UTC (rev 262349)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.14.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 262348, 
axel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 11:05:49 UTC (rev 262349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.15
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('70daa27abca5a3f1abe4be833d8f64205ac422416f5bcf396856eb6dd0fe9194')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-11 Thread Evangelos Foutras
Date: Wednesday, October 11, 2017 @ 11:05:27
  Author: foutrelis
Revision: 262348

upgpkg: axel 2.15-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 10:25:54 UTC (rev 262347)
+++ PKGBUILD2017-10-11 11:05:27 UTC (rev 262348)
@@ -3,7 +3,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.14.1
+pkgver=2.15
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('i686' 'x86_64')
@@ -10,14 +10,9 @@
 url="https://github.com/eribertomota/axel;
 license=('GPL')
 depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('70daa27abca5a3f1abe4be833d8f64205ac422416f5bcf396856eb6dd0fe9194')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr


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

2017-10-11 Thread Jan de Groot
Date: Wednesday, October 11, 2017 @ 10:38:22
  Author: jgc
Revision: 307459

upgpkg: gnome-shell 3.26.1+3+g43ec5280b-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 10:03:32 UTC (rev 307458)
+++ PKGBUILD2017-10-11 10:38:22 UTC (rev 307459)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

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

2017-10-11 Thread Jan de Groot
Date: Wednesday, October 11, 2017 @ 10:38:29
  Author: jgc
Revision: 307460

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 307459, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 307459, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 307459, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 307459, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  126 +
 /nm-libexecdir.patch |   24 +++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-11 10:38:22 UTC (rev 307459)
+++ extra-i686/PKGBUILD 2017-10-11 10:38:29 UTC (rev 307460)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab 

[arch-commits] Commit in wine/repos/multilib-x86_64 (5 files)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 10:25:54
  Author: heftig
Revision: 262347

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 262346, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 262346, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/harmony-fix.diff
(from rev 262346, wine/trunk/harmony-fix.diff)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  368 
 harmony-fix.diff  |   63 
 3 files changed, 269 insertions(+), 202 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-10-11 10:25:28 UTC (rev 262346)
+++ 30-win32-aliases.conf   2017-10-11 10:25:54 UTC (rev 262347)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 262346, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-10-11 10:25:54 UTC (rev 262347)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 10:25:28 UTC (rev 262346)
+++ PKGBUILD2017-10-11 10:25:54 UTC (rev 262347)
@@ -1,182 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   

[arch-commits] Commit in wine/repos/community-i686 (5 files)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 10:25:28
  Author: heftig
Revision: 262346

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 262345, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 262345, wine/trunk/PKGBUILD)
  wine/repos/community-i686/harmony-fix.diff
(from rev 262345, wine/trunk/harmony-fix.diff)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  368 
 harmony-fix.diff  |   63 
 3 files changed, 269 insertions(+), 202 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-10-11 10:25:02 UTC (rev 262345)
+++ 30-win32-aliases.conf   2017-10-11 10:25:28 UTC (rev 262346)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 262345, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-10-11 10:25:28 UTC (rev 262346)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 10:25:02 UTC (rev 262345)
+++ PKGBUILD2017-10-11 10:25:28 UTC (rev 262346)
@@ -1,182 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   

[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (5 files)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 10:25:02
  Author: heftig
Revision: 262345

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 262344, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 262344, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
(from rev 262344, wine-staging/trunk/harmony-fix.diff)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  380 ++---
 harmony-fix.diff |   63 
 2 files changed, 255 insertions(+), 188 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
262344, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 10:24:36 UTC (rev 262344)
+++ PKGBUILD2017-10-11 10:25:02 UTC (rev 262345)
@@ -1,188 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha512sums=('13a1d76b496774dfa2f9d59379a1074e77f56cc480e9862069428bcac0d4ab6221e39099f14c4a3ba3eb64e01f9eab75b2020b21a36398cff37ebe7dec6f90f7'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  

[arch-commits] Commit in wine-staging/repos/community-i686 (5 files)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 10:24:36
  Author: heftig
Revision: 262344

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 262343, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 262343, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/community-i686/harmony-fix.diff
(from rev 262343, wine-staging/trunk/harmony-fix.diff)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  380 ++---
 harmony-fix.diff |   63 
 2 files changed, 255 insertions(+), 188 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
262343, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 09:43:47 UTC (rev 262343)
+++ PKGBUILD2017-10-11 10:24:36 UTC (rev 262344)
@@ -1,188 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha512sums=('13a1d76b496774dfa2f9d59379a1074e77f56cc480e9862069428bcac0d4ab6221e39099f14c4a3ba3eb64e01f9eab75b2020b21a36398cff37ebe7dec6f90f7'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} 

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

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 10:03:32
  Author: arojas
Revision: 307458

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-11 10:02:42 UTC (rev 307457)
+++ extra-i686/PKGBUILD 2017-10-11 10:03:32 UTC (rev 307458)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-i686/PKGBUILD (from rev 307457, krita/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-11 10:03:32 UTC (rev 307458)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-11 10:02:42 UTC (rev 307457)
+++ extra-x86_64/PKGBUILD   2017-10-11 10:03:32 UTC (rev 307458)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

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

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 10:02:42
  Author: arojas
Revision: 307457

Add krita-plugin-gmic optdepend

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 09:29:25 UTC (rev 307456)
+++ PKGBUILD2017-10-11 10:02:42 UTC (rev 307457)
@@ -3,7 +3,7 @@
 
 pkgname=krita
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
 url="https://krita.org;
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})


[arch-commits] Commit in mate-power-manager/repos (4 files)

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 09:43:47
  Author: arojas
Revision: 262343

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

Added:
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 262342, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 262342, mate-power-manager/trunk/PKGBUILD)
Deleted:
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 09:43:20 UTC (rev 262342)
+++ community-i686/PKGBUILD 2017-10-11 09:43:47 UTC (rev 262343)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-power-manager
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---disable-strict
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 262342, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 09:43:47 UTC (rev 262343)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="Power management tool for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
mate-power-manager-dbus-abort.patch::"https://github.com/mate-desktop/mate-power-manager/commit/52a94894.patch;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd'
+  '8493d2514b800942c5f86391df31b481ad8d4366')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mate-power-manager-dbus-abort.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 09:43:20 UTC (rev 262342)
+++ community-x86_64/PKGBUILD   2017-10-11 09:43:47 UTC (rev 262343)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-power-manager
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---disable-strict
-make
-}
-
-package() {

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

2017-10-11 Thread Antonio Rojas
Date: Wednesday, October 11, 2017 @ 09:41:46
  Author: arojas
Revision: 262340

Fix crash (FS#55921)

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 09:30:17 UTC (rev 262339)
+++ PKGBUILD2017-10-11 09:41:46 UTC (rev 262340)
@@ -2,20 +2,27 @@
 
 pkgname=mate-power-manager
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Power management tool for the MATE desktop"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
 optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
mate-power-manager-dbus-abort.patch::"https://github.com/mate-desktop/mate-power-manager/commit/52a94894.patch;)
 groups=('mate-extra')
 conflicts=('mate-power-manager-gtk3')
 replaces=('mate-power-manager-gtk3')
-sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd'
+  '8493d2514b800942c5f86391df31b481ad8d4366')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mate-power-manager-dbus-abort.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
 ./configure \


[arch-commits] Commit in wine-staging/trunk (PKGBUILD harmony-fix.diff)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 09:30:17
  Author: heftig
Revision: 262339

2.18-2

Added:
  wine-staging/trunk/harmony-fix.diff
Modified:
  wine-staging/trunk/PKGBUILD

--+
 PKGBUILD |6 -
 harmony-fix.diff |   63 +
 2 files changed, 68 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 09:30:06 UTC (rev 262338)
+++ PKGBUILD2017-10-11 09:30:17 UTC (rev 262339)
@@ -7,13 +7,15 @@
 
 pkgname=wine-staging
 pkgver=2.18
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
+harmony-fix.diff
 30-win32-aliases.conf)
 
sha512sums=('13a1d76b496774dfa2f9d59379a1074e77f56cc480e9862069428bcac0d4ab6221e39099f14c4a3ba3eb64e01f9eab75b2020b21a36398cff37ebe7dec6f90f7'
+
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"
@@ -114,6 +116,8 @@
   export CFLAGS="${CFLAGS/-fno-plt/}"
   export LDFLAGS="${LDFLAGS/,-z,now/}"
 
+  patch -d $pkgname -Np1 < harmony-fix.diff
+
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs

Added: harmony-fix.diff
===
--- harmony-fix.diff(rev 0)
+++ harmony-fix.diff2017-10-11 09:30:17 UTC (rev 262339)
@@ -0,0 +1,63 @@
+diff -u -r wine/dlls/gdi32/freetype.c wine-ft281/dlls/gdi32/freetype.c
+--- wine/dlls/gdi32/freetype.c 2017-10-04 18:01:36.0 +0200
 wine-ft281/dlls/gdi32/freetype.c   2017-10-10 10:29:17.506632615 +0200
+@@ -996,18 +996,23 @@
+ 
+ static BOOL is_subpixel_rendering_enabled( void )
+ {
+-#ifdef FT_LCD_FILTER_H
+ static int enabled = -1;
+ if (enabled == -1)
+ {
+-enabled = (pFT_Library_SetLcdFilter &&
+-   pFT_Library_SetLcdFilter( NULL, 0 ) != 
FT_Err_Unimplemented_Feature);
++/* >= 2.8.1 provides LCD rendering without filters */
++if (FT_Version.major > 2 ||
++FT_Version.major == 2 && FT_Version.minor > 8 ||
++FT_Version.major == 2 && FT_Version.minor == 8 && 
FT_Version.patch >= 1)
++enabled = TRUE;
++#ifdef FT_LCD_FILTER_H
++else if (pFT_Library_SetLcdFilter &&
++ pFT_Library_SetLcdFilter( NULL, 0 ) != 
FT_Err_Unimplemented_Feature)
++enabled = TRUE;
++#endif
++else enabled = FALSE;
+ TRACE("subpixel rendering is %senabled\n", enabled ? "" : "NOT ");
+ }
+ return enabled;
+-#else
+-return FALSE;
+-#endif
+ }
+ 
+ 
+@@ -7271,7 +7276,6 @@
+ case WINE_GGO_HBGR_BITMAP:
+ case WINE_GGO_VRGB_BITMAP:
+ case WINE_GGO_VBGR_BITMAP:
+-#ifdef FT_LCD_FILTER_H
+   {
+ switch (ft_face->glyph->format)
+ {
+@@ -7357,8 +7361,11 @@
+ if ( needsTransform )
+ pFT_Outline_Transform (_face->glyph->outline, 
);
+ 
++#ifdef FT_LCD_FILTER_H
+ if ( pFT_Library_SetLcdFilter )
+ pFT_Library_SetLcdFilter( library, FT_LCD_FILTER_DEFAULT );
++#endif
++
+ pFT_Render_Glyph (ft_face->glyph, render_mode);
+ 
+ src = ft_face->glyph->bitmap.buffer;
+@@ -7439,9 +7446,6 @@
+ 
+ break;
+   }
+-#else
+-  return GDI_ERROR;
+-#endif
+ 
+ case GGO_NATIVE:
+   {


[arch-commits] Commit in wine/trunk (PKGBUILD harmony-fix.diff)

2017-10-11 Thread Jan Steffens
Date: Wednesday, October 11, 2017 @ 09:30:06
  Author: heftig
Revision: 262338

2.18-2

Added:
  wine/trunk/harmony-fix.diff
Modified:
  wine/trunk/PKGBUILD

--+
 PKGBUILD |6 -
 harmony-fix.diff |   63 +
 2 files changed, 68 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 09:28:21 UTC (rev 262337)
+++ PKGBUILD2017-10-11 09:30:06 UTC (rev 262338)
@@ -6,14 +6,16 @@
 
 pkgname=wine
 pkgver=2.18
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
+harmony-fix.diff
 30-win32-aliases.conf)
 
sha512sums=('61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9'
 'SKIP'
+
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
   DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
@@ -109,6 +111,8 @@
   export CFLAGS="${CFLAGS/-fno-plt/}"
   export LDFLAGS="${LDFLAGS/,-z,now/}"
 
+  patch -d $pkgname -Np1 < harmony-fix.diff
+
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs

Added: harmony-fix.diff
===
--- harmony-fix.diff(rev 0)
+++ harmony-fix.diff2017-10-11 09:30:06 UTC (rev 262338)
@@ -0,0 +1,63 @@
+diff -u -r wine/dlls/gdi32/freetype.c wine-ft281/dlls/gdi32/freetype.c
+--- wine/dlls/gdi32/freetype.c 2017-10-04 18:01:36.0 +0200
 wine-ft281/dlls/gdi32/freetype.c   2017-10-10 10:29:17.506632615 +0200
+@@ -996,18 +996,23 @@
+ 
+ static BOOL is_subpixel_rendering_enabled( void )
+ {
+-#ifdef FT_LCD_FILTER_H
+ static int enabled = -1;
+ if (enabled == -1)
+ {
+-enabled = (pFT_Library_SetLcdFilter &&
+-   pFT_Library_SetLcdFilter( NULL, 0 ) != 
FT_Err_Unimplemented_Feature);
++/* >= 2.8.1 provides LCD rendering without filters */
++if (FT_Version.major > 2 ||
++FT_Version.major == 2 && FT_Version.minor > 8 ||
++FT_Version.major == 2 && FT_Version.minor == 8 && 
FT_Version.patch >= 1)
++enabled = TRUE;
++#ifdef FT_LCD_FILTER_H
++else if (pFT_Library_SetLcdFilter &&
++ pFT_Library_SetLcdFilter( NULL, 0 ) != 
FT_Err_Unimplemented_Feature)
++enabled = TRUE;
++#endif
++else enabled = FALSE;
+ TRACE("subpixel rendering is %senabled\n", enabled ? "" : "NOT ");
+ }
+ return enabled;
+-#else
+-return FALSE;
+-#endif
+ }
+ 
+ 
+@@ -7271,7 +7276,6 @@
+ case WINE_GGO_HBGR_BITMAP:
+ case WINE_GGO_VRGB_BITMAP:
+ case WINE_GGO_VBGR_BITMAP:
+-#ifdef FT_LCD_FILTER_H
+   {
+ switch (ft_face->glyph->format)
+ {
+@@ -7357,8 +7361,11 @@
+ if ( needsTransform )
+ pFT_Outline_Transform (_face->glyph->outline, 
);
+ 
++#ifdef FT_LCD_FILTER_H
+ if ( pFT_Library_SetLcdFilter )
+ pFT_Library_SetLcdFilter( library, FT_LCD_FILTER_DEFAULT );
++#endif
++
+ pFT_Render_Glyph (ft_face->glyph, render_mode);
+ 
+ src = ft_face->glyph->bitmap.buffer;
+@@ -7439,9 +7446,6 @@
+ 
+ break;
+   }
+-#else
+-  return GDI_ERROR;
+-#endif
+ 
+ case GGO_NATIVE:
+   {


[arch-commits] Commit in git/trunk (git-daemon@.service)

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 08:47:25
  Author: eworm
Revision: 307416

add some systemd security features for git-daemon@.service

Modified:
  git/trunk/git-daemon@.service

-+
 git-daemon@.service |4 
 1 file changed, 4 insertions(+)

Modified: git-daemon@.service
===
--- git-daemon@.service 2017-10-11 08:39:37 UTC (rev 307415)
+++ git-daemon@.service 2017-10-11 08:47:25 UTC (rev 307416)
@@ -8,3 +8,7 @@
 StandardInput=socket
 StandardOutput=inherit
 StandardError=journal
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:39:16
  Author: felixonmars
Revision: 307414

upgpkg: python-pyasn1-modules 0.1.5-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 07:56:32 UTC (rev 307413)
+++ PKGBUILD2017-10-11 08:39:16 UTC (rev 307414)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('29467aa9fff15b7a7ef999389db01fe696350e29910397f0c867685689a9fa8e5df8128a7703ae0de095804ae20c3759b24656467cec8d086d07a1014ccf5d65')
+sha512sums=('0d7f631fdbcb4c89ccf65b91c106483f536daadd099f5b3fb9b144bbcfcb0619bf818fa18715b8f61baf10699421a1af80f003781a5ebac28ebb4f4e7f677c1a')
 
 prepare() {
   cp -a pyasn1-modules-$pkgver{,-py2}


[arch-commits] Commit in python-pyasn1-modules/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:39:37
  Author: felixonmars
Revision: 307415

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 307414, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 08:39:16 UTC (rev 307414)
+++ PKGBUILD2017-10-11 08:39:37 UTC (rev 307415)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="http://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('29467aa9fff15b7a7ef999389db01fe696350e29910397f0c867685689a9fa8e5df8128a7703ae0de095804ae20c3759b24656467cec8d086d07a1014ccf5d65')
-
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  PYTHONPATH=. python tests/__main__.py
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  PYTHONPATH=. python2 tests/__main__.py
-}
-
-package_python-pyasn1-modules() {
-  depends=('python-pyopenssl' 'python-pyasn1')
-
-  cd pyasn1-modules-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyasn1-modules() {
-  depends=('python2-pyopenssl' 'python2-pyasn1')
-
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 307414, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 08:39:37 UTC (rev 307415)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('0d7f631fdbcb4c89ccf65b91c106483f536daadd099f5b3fb9b144bbcfcb0619bf818fa18715b8f61baf10699421a1af80f003781a5ebac28ebb4f4e7f677c1a')
+
+prepare() {
+  cp -a pyasn1-modules-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  PYTHONPATH=. python2 tests/__main__.py
+}
+
+package_python-pyasn1-modules() {
+  depends=('python-pyopenssl' 'python-pyasn1')
+
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyasn1-modules() {
+  depends=('python2-pyopenssl' 'python2-pyasn1')
+
+  cd pyasn1-modules-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:37:09
  Author: felixonmars
Revision: 262329

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

Added:
  deepin-movie/repos/community-i686/PKGBUILD
(from rev 262325, deepin-movie/trunk/PKGBUILD)
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 262327, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-i686/PKGBUILD
  deepin-movie/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 08:37:05 UTC (rev 262328)
+++ community-i686/PKGBUILD 2017-10-11 08:37:09 UTC (rev 262329)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.9.12
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('dtkwidget' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('0dc98ab182bd420d9f6b77f398f547d68bd16d98b68229806640918e4f23c067cd3ea9322595bb4ca365e22a4885685ba8b66ee94a722ccdbec36eb8d840153a')
-
-build(){
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-i686/PKGBUILD (from rev 262325, 
deepin-movie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 08:37:09 UTC (rev 262329)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.9.16
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('dtkwidget' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('b30a13b0d45f3b99b7e778c1c04a479e5ca87f5f33135645f78d06eb448fd84d47d641c1e668a916bd6c1a4b15fb77d71477763a5cacbd72f92b5b6d5f42b2a6')
+
+build(){
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 08:37:05 UTC (rev 262328)
+++ community-x86_64/PKGBUILD   2017-10-11 08:37:09 UTC (rev 262329)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.9.12
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('dtkwidget' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('0dc98ab182bd420d9f6b77f398f547d68bd16d98b68229806640918e4f23c067cd3ea9322595bb4ca365e22a4885685ba8b66ee94a722ccdbec36eb8d840153a')
-
-build(){
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 262327, 
deepin-movie/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 08:37:09 UTC (rev 262329)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.9.16
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('dtkwidget' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('b30a13b0d45f3b99b7e778c1c04a479e5ca87f5f33135645f78d06eb448fd84d47d641c1e668a916bd6c1a4b15fb77d71477763a5cacbd72f92b5b6d5f42b2a6')
+

[arch-commits] Commit in atftp/trunk (PKGBUILD atftpd.service)

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 08:36:54
  Author: eworm
Revision: 262327

upgpkg: atftp 0.7.1-4

add some systemd security features

Modified:
  atftp/trunk/PKGBUILD
  atftp/trunk/atftpd.service

+
 PKGBUILD   |4 ++--
 atftpd.service |4 
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 08:36:53 UTC (rev 262326)
+++ PKGBUILD2017-10-11 08:36:54 UTC (rev 262327)
@@ -3,7 +3,7 @@
 
 pkgname=atftp
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Client/server implementation of the TFTP protocol that implements 
RFCs 1350, 2090, 2347, 2348, and 2349'
 arch=(i686 x86_64)
 url='http://sourceforge.net/projects/atftp/'
@@ -16,7 +16,7 @@
 'atftpd.conf')
 sha256sums=('ae4c6f09cadb8d2150c3ce32d88f19036a54e8211f22d723e97864bb5e18f92d'
 '56a9bdf1c4f9452db041fce1bc4c994e84ce44c6093ef48588f8d8bc93adaf24'
-'9b900148b4d67c49363e1e990bb10a07c73e2680355b0c4d33df379951998070'
+'c7f115241777155265cae9760bbadd7299e49630e5be69d0d1d349e2bd4062bf'
 'b9942e43206ddd4337454d6ed27a97976c0b84b6218b09a1a6549eec6b3023e6')
 
 prepare() {

Modified: atftpd.service
===
--- atftpd.service  2017-10-11 08:36:53 UTC (rev 262326)
+++ atftpd.service  2017-10-11 08:36:54 UTC (rev 262327)
@@ -5,6 +5,10 @@
 [Service]
 EnvironmentFile=/etc/conf.d/atftpd
 ExecStart=/usr/bin/atftpd --daemon --no-fork $ATFTPD_ARGS
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in deepin-movie/repos (community-any)

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:37:18
  Author: felixonmars
Revision: 262330

Removed community-any for deepin-movie

Deleted:
  deepin-movie/repos/community-any/


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

2017-10-11 Thread Christian Hesse
Date: Wednesday, October 11, 2017 @ 08:37:05
  Author: eworm
Revision: 262328

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

Added:
  atftp/repos/community-testing-i686/
  atftp/repos/community-testing-i686/PKGBUILD
(from rev 262327, atftp/trunk/PKGBUILD)
  atftp/repos/community-testing-i686/atftp-0.7-cflags.patch
(from rev 262327, atftp/trunk/atftp-0.7-cflags.patch)
  atftp/repos/community-testing-i686/atftpd.conf
(from rev 262327, atftp/trunk/atftpd.conf)
  atftp/repos/community-testing-i686/atftpd.service
(from rev 262327, atftp/trunk/atftpd.service)
  atftp/repos/community-testing-x86_64/
  atftp/repos/community-testing-x86_64/PKGBUILD
(from rev 262327, atftp/trunk/PKGBUILD)
  atftp/repos/community-testing-x86_64/atftp-0.7-cflags.patch
(from rev 262327, atftp/trunk/atftp-0.7-cflags.patch)
  atftp/repos/community-testing-x86_64/atftpd.conf
(from rev 262327, atftp/trunk/atftpd.conf)
  atftp/repos/community-testing-x86_64/atftpd.service
(from rev 262327, atftp/trunk/atftpd.service)

-+
 community-testing-i686/PKGBUILD |   48 ++
 community-testing-i686/atftp-0.7-cflags.patch   |   32 ++
 community-testing-i686/atftpd.conf  |3 +
 community-testing-i686/atftpd.service   |   14 ++
 community-testing-x86_64/PKGBUILD   |   48 ++
 community-testing-x86_64/atftp-0.7-cflags.patch |   32 ++
 community-testing-x86_64/atftpd.conf|3 +
 community-testing-x86_64/atftpd.service |   14 ++
 8 files changed, 194 insertions(+)

Copied: atftp/repos/community-testing-i686/PKGBUILD (from rev 262327, 
atftp/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-11 08:37:05 UTC (rev 262328)
@@ -0,0 +1,48 @@
+# Maintainer: Benjamin Bukowski 
+# Contributor: Johannes Löthberg 
+
+pkgname=atftp
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Client/server implementation of the TFTP protocol that implements 
RFCs 1350, 2090, 2347, 2348, and 2349'
+arch=(i686 x86_64)
+url='http://sourceforge.net/projects/atftp/'
+license=(GPL)
+depends=(pcre readline)
+backup=(etc/conf.d/atftpd)
+source=("https://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz;
+'atftp-0.7-cflags.patch'
+'atftpd.service'
+'atftpd.conf')
+sha256sums=('ae4c6f09cadb8d2150c3ce32d88f19036a54e8211f22d723e97864bb5e18f92d'
+'56a9bdf1c4f9452db041fce1bc4c994e84ce44c6093ef48588f8d8bc93adaf24'
+'c7f115241777155265cae9760bbadd7299e49630e5be69d0d1d349e2bd4062bf'
+'b9942e43206ddd4337454d6ed27a97976c0b84b6218b09a1a6549eec6b3023e6')
+
+prepare() {
+  cd atftp-$pkgver
+  # Respect our CFLAGS; needed below for building with -std=gnu89
+  patch -Np1 -i ../atftp-0.7-cflags.patch
+  autoreconf -vi
+}
+
+build() {
+  cd atftp-$pkgver
+  CFLAGS+=' -std=gnu89'
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin \
+  --enable-libreadline --disable-libwrap
+  make
+}
+
+package() {
+  cd atftp-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../atftpd.service 
"$pkgdir"/usr/lib/systemd/system/atftpd.service
+  install -Dm644 ../atftpd.conf "$pkgdir"/etc/conf.d/atftpd
+  install -dm775 --group=nobody "$pkgdir"/srv/atftp 
+
+  # remove in.tftpd link as it conflicts with extra/tftp-hpa
+  rm "${pkgdir}/usr/share/man/man8/in.tftpd.8"
+  rm "${pkgdir}/usr/bin/in.tftpd"
+}

Copied: atftp/repos/community-testing-i686/atftp-0.7-cflags.patch (from rev 
262327, atftp/trunk/atftp-0.7-cflags.patch)
===
--- community-testing-i686/atftp-0.7-cflags.patch   
(rev 0)
+++ community-testing-i686/atftp-0.7-cflags.patch   2017-10-11 08:37:05 UTC 
(rev 262328)
@@ -0,0 +1,32 @@
+--- atftp-0.7/configure.ac
 atftp-0.7/configure.ac
+@@ -66,29 +66,6 @@
+ dnl Check for AIX
+ AC_AIX
+ 
+-CFLAGS="-g -Wall -D_REENTRANT"
+-
+-if test x$debug = xtrue; then
+-   CFLAGS="$CFLAGS -O0 -DDEBUG"
+-else
+-  if test -n "$auto_cflags"; then
+-if test -n "$GCC"; then
+-  CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
+-else
+-  case "$host_os" in
+-*hpux*)  CFLAGS="$CFLAGS +O3"
+-;;
+-*ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
+-;;
+-*)   CFLAGS="$CFLAGS -O2"
+-;;
+-  esac
+-fi
+-  else
+-CFLAGS="$CFLAGS -O2"
+-  fi
+-fi
+-
+ AC_PROG_MAKE_SET
+ AC_PROG_INSTALL
+ 

Copied: atftp/repos/community-testing-i686/atftpd.conf (from rev 262327, 
atftp/trunk/atftpd.conf)
===
--- community-testing-i686/atftpd.conf  (rev 0)
+++ 

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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:36:37
  Author: felixonmars
Revision: 262325

upgpkg: deepin-movie 1:2.9.16-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 08:36:28 UTC (rev 262324)
+++ PKGBUILD2017-10-11 08:36:37 UTC (rev 262325)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=2.9.12
+pkgver=2.9.16
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('0dc98ab182bd420d9f6b77f398f547d68bd16d98b68229806640918e4f23c067cd3ea9322595bb4ca365e22a4885685ba8b66ee94a722ccdbec36eb8d840153a')
+sha512sums=('b30a13b0d45f3b99b7e778c1c04a479e5ca87f5f33135645f78d06eb448fd84d47d641c1e668a916bd6c1a4b15fb77d71477763a5cacbd72f92b5b6d5f42b2a6')
 
 build(){
   cd deepin-movie-reborn-$pkgver


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:36:28
  Author: felixonmars
Revision: 262324

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 262323, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 08:36:08 UTC (rev 262323)
+++ PKGBUILD2017-10-11 08:36:28 UTC (rev 262324)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('python')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('399a4bc71fa3171834f7a5f0a1e4086ab980c71d542cf5c0993f29d52dad679a9a8d2214e69bb5470f0f8c5ebd92be2383bd592739dfb90392161da7de15148c')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 262323, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 08:36:28 UTC (rev 262324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.1.17
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('python')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
+sha512sums=('e2e055f4d2e55c440a12c07bf03c7c0c285ccc1e3203f617afe3d324bb5373e6d6cc4b18b1889308bc2746dbe3d7f6b6c3260d02c9d8046d00c2f4a60727314a')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 08:36:08
  Author: felixonmars
Revision: 262323

upgpkg: deepin-desktop-schemas 3.1.17-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 07:57:30 UTC (rev 262322)
+++ PKGBUILD2017-10-11 08:36:08 UTC (rev 262323)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.16
+pkgver=3.1.17
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('deepin-default-gsettings')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('399a4bc71fa3171834f7a5f0a1e4086ab980c71d542cf5c0993f29d52dad679a9a8d2214e69bb5470f0f8c5ebd92be2383bd592739dfb90392161da7de15148c')
+sha512sums=('e2e055f4d2e55c440a12c07bf03c7c0c285ccc1e3203f617afe3d324bb5373e6d6cc4b18b1889308bc2746dbe3d7f6b6c3260d02c9d8046d00c2f4a60727314a')
 
 prepare() {
   cd deepin-desktop-schemas-$pkgver


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

2017-10-11 Thread Alexander Rødseth
Date: Wednesday, October 11, 2017 @ 07:57:30
  Author: arodseth
Revision: 262322

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 07:57:16 UTC (rev 262321)
+++ community-i686/PKGBUILD 2017-10-11 07:57:30 UTC (rev 262322)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a714f1252dc6878fa640291e8ed36a336f8d00bce7ca7aab64e65ab04c56201c')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim: ts=2 sw=2 et:

Copied: howl/repos/community-i686/PKGBUILD (from rev 262321, 
howl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-11 07:57:30 UTC (rev 262322)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: howl.io
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-11 07:57:16 UTC (rev 262321)
+++ community-x86_64/PKGBUILD   2017-10-11 07:57:30 UTC (rev 262322)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a714f1252dc6878fa640291e8ed36a336f8d00bce7ca7aab64e65ab04c56201c')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim: ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 262321, 
howl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-11 07:57:30 UTC (rev 262322)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install 

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

2017-10-11 Thread Alexander Rødseth
Date: Wednesday, October 11, 2017 @ 07:57:16
  Author: arodseth
Revision: 262321

upgpkg: howl 0.5.2-1

Modified:
  howl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 06:25:23 UTC (rev 262320)
+++ PKGBUILD2017-10-11 07:57:16 UTC (rev 262321)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a714f1252dc6878fa640291e8ed36a336f8d00bce7ca7aab64e65ab04c56201c')
+sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
 
 build() {
   make -C "howl-$pkgver/src"
@@ -24,4 +24,5 @@
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
+# getver: howl.io
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in dbus-glib/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-10-11 Thread Jan de Groot
Date: Wednesday, October 11, 2017 @ 07:56:22
  Author: jgc
Revision: 307412

archrelease: copy trunk to extra-i686

Added:
  dbus-glib/repos/extra-i686/PKGBUILD
(from rev 307411, dbus-glib/trunk/PKGBUILD)
Deleted:
  dbus-glib/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-11 07:56:10 UTC (rev 307411)
+++ PKGBUILD2017-10-11 07:56:22 UTC (rev 307412)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=dbus-glib
-pkgver=0.108
-pkgrel=1
-pkgdesc="GLib bindings for DBUS"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.freedesktop.org/wiki/Software/DBusBindings;
-depends=('dbus' 'glib2')
-options=('!emptydirs')
-source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('a66a613705870752ca9786e0359aea97'
- 'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-static=no --enable-bash-completion=no
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: dbus-glib/repos/extra-i686/PKGBUILD (from rev 307411, 
dbus-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-11 07:56:22 UTC (rev 307412)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=dbus-glib
+pkgver=0.108
+pkgrel=1
+pkgdesc="GLib bindings for DBUS"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.freedesktop.org/wiki/Software/DBusBindings;
+depends=('dbus' 'glib2')
+makedepends=('python')
+options=('!emptydirs')
+source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('a66a613705870752ca9786e0359aea97'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-static=no --enable-bash-completion=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


  1   2   >