[arch-commits] Commit in pdfpc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Jiachen Yang via arch-commits
Date: Thursday, May 10, 2018 @ 05:27:45
  Author: farseerfc
Revision: 319933

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 319932, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 05:26:51 UTC (rev 319932)
+++ PKGBUILD2018-05-10 05:27:45 UTC (rev 319933)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.1
-_pkgver=$pkgver
-pkgrel=2
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
-"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
-#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
-
-sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454'
-'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
-
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
-
-prepare() {
-cd "$srcdir/$pkgname-$_pkgver"
-patch -p1 <../pr317.patch
-}
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 319932, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 05:27:45 UTC (rev 319933)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.1.2
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+#"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
+#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
+
+sha256sums=('0fcacd0deac39d93e21fc152b0cb01279b4ba209934fe385be6811236a03c87d')
+
#'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
+
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
+
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#patch -p1 <../pr317.patch
+#}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-05-09 Thread Jiachen Yang via arch-commits
Date: Thursday, May 10, 2018 @ 05:26:51
  Author: farseerfc
Revision: 319932

upgpkg: pdfpc 4.1.2-1

pdfpc 4.1.2

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 03:13:18 UTC (rev 319931)
+++ PKGBUILD2018-05-10 05:26:51 UTC (rev 319932)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Bilke 
 
 pkgname=pdfpc
-pkgver=4.1
+pkgver=4.1.2
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -14,18 +14,18 @@
 optdepends=('gst-plugins-good: more codecs for video playback support'
 'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
-"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+#"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
 
#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
 
-sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454'
-'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
+sha256sums=('0fcacd0deac39d93e21fc152b0cb01279b4ba209934fe385be6811236a03c87d')
+
#'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
 
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
 
-prepare() {
-cd "$srcdir/$pkgname-$_pkgver"
-patch -p1 <../pr317.patch
-}
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#patch -p1 <../pr317.patch
+#}
 
 build() {
 cd "$srcdir/$pkgname-$_pkgver"


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:13:18
  Author: felixonmars
Revision: 319931

archrelease: copy trunk to community-testing-any

Added:
  python-pyjwt/repos/community-testing-any/
  python-pyjwt/repos/community-testing-any/PKGBUILD
(from rev 319930, python-pyjwt/trunk/PKGBUILD)

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

Copied: python-pyjwt/repos/community-testing-any/PKGBUILD (from rev 319930, 
python-pyjwt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-05-10 03:13:18 UTC (rev 319931)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyjwt
+pkgname=('python-pyjwt' 'python2-pyjwt')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='JSON Web Token implementation in Python'
+arch=('any')
+url='https://github.com/jpadilla/pyjwt'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz;)
+sha512sums=('b96435fa9809a06472d5205c76fed1436a5bd8bac23848e4213038e6be5590f44ab935ff2def09beae0775666cde8be6512adb2d9987f215637dd9fcc880c078')
+
+prepare() {
+  sed -i 's/pytest==2.7.3/pytest/' pyjwt-$pkgver/setup.py
+  cp -a pyjwt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyjwt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyjwt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyjwt-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/pyjwt-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-pyjwt() {
+  depends=('python-setuptools')
+
+  cd pyjwt-$pkgver
+  python3 setup.py install --root="$pkgdir" -O1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyjwt() {
+  depends=('python2-setuptools')
+
+  cd pyjwt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pyjwt{,2}
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:12:57
  Author: felixonmars
Revision: 319930

upgpkg: python-pyjwt 1.6.1-1

Modified:
  python-pyjwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 03:08:21 UTC (rev 319929)
+++ PKGBUILD2018-05-10 03:12:57 UTC (rev 319930)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyjwt
 pkgname=('python-pyjwt' 'python2-pyjwt')
-pkgver=1.5.3
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='JSON Web Token implementation in Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov' 'python2-pytest-cov')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz;)
-sha512sums=('eeb655a739cb32878f53809fb6206cabb33c2767c3d34f923228cabe3282e3791a689d6a15374626559a22c270dbb88bbe0a74d8236a82987dc613473d38b845')
+sha512sums=('b96435fa9809a06472d5205c76fed1436a5bd8bac23848e4213038e6be5590f44ab935ff2def09beae0775666cde8be6512adb2d9987f215637dd9fcc880c078')
 
 prepare() {
   sed -i 's/pytest==2.7.3/pytest/' pyjwt-$pkgver/setup.py


[arch-commits] Commit in perl-net-http/trunk (PKGBUILD)

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:11:28
  Author: felixonmars
Revision: 323656

upgpkg: perl-net-http 6.18-1

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 22:41:44 UTC (rev 323655)
+++ PKGBUILD2018-05-10 03:11:28 UTC (rev 323656)
@@ -3,7 +3,7 @@
 # Contributor: Justin "juster" Davis 
 
 pkgname=perl-net-http
-pkgver=6.17
+pkgver=6.18
 pkgrel=1
 pkgdesc="Low-level HTTP connection (client)"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-uri')
 conflicts=('perl-libwww<6')
 
source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz;)
-sha512sums=('ce4453896fea1194342ed5279173fe3289ae7a2f489145930bd74eb680a347d974675b65d387aa7735d2c5404d7c5a34049b10a1ba87f36df0ad6e3d45d4f2f8')
+sha512sums=('89cf197c8717fd368a892b0d37efccb7c2aa46ece7851906282f33aa5a2105809fa0b917c56f94d217731568c20e2ff86eb455607d0bc24eb6d093c3fbab185d')
 
 build() {
 export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


[arch-commits] Commit in perl-net-http/repos/extra-any (PKGBUILD PKGBUILD)

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:11:50
  Author: felixonmars
Revision: 323657

archrelease: copy trunk to extra-any

Added:
  perl-net-http/repos/extra-any/PKGBUILD
(from rev 323656, perl-net-http/trunk/PKGBUILD)
Deleted:
  perl-net-http/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 03:11:28 UTC (rev 323656)
+++ PKGBUILD2018-05-10 03:11:50 UTC (rev 323657)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-
-pkgname=perl-net-http
-pkgver=6.17
-pkgrel=1
-pkgdesc="Low-level HTTP connection (client)"
-arch=('any')
-url=http://search.cpan.org/dist/Net-HTTP
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-uri')
-conflicts=('perl-libwww<6')
-source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz;)
-sha512sums=('ce4453896fea1194342ed5279173fe3289ae7a2f489145930bd74eb680a347d974675b65d387aa7735d2c5404d7c5a34049b10a1ba87f36df0ad6e3d45d4f2f8')
-
-build() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd Net-HTTP-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd Net-HTTP-${pkgver}
-make test
-}
-
-package() {
-cd Net-HTTP-${pkgver}
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-http/repos/extra-any/PKGBUILD (from rev 323656, 
perl-net-http/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 03:11:50 UTC (rev 323657)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+
+pkgname=perl-net-http
+pkgver=6.18
+pkgrel=1
+pkgdesc="Low-level HTTP connection (client)"
+arch=('any')
+url=http://search.cpan.org/dist/Net-HTTP
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-uri')
+conflicts=('perl-libwww<6')
+source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz;)
+sha512sums=('89cf197c8717fd368a892b0d37efccb7c2aa46ece7851906282f33aa5a2105809fa0b917c56f94d217731568c20e2ff86eb455607d0bc24eb6d093c3fbab185d')
+
+build() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Net-HTTP-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Net-HTTP-${pkgver}
+make test
+}
+
+package() {
+cd Net-HTTP-${pkgver}
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:08:21
  Author: felixonmars
Revision: 319929

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 03:07:57 UTC (rev 319928)
+++ PKGBUILD2018-05-10 03:08:21 UTC (rev 319929)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-funcy
-pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz;)
-sha512sums=('97b0c23e541d8d6a1a37e537fa80ce72fc1ef811df6e9b95ffae57e2345f74719d590e8fe9e76ba47b19f9f18baf1b97c9473e0a9941b13601f9af5b7f737a8c')
-
-prepare() {
-  cp -a funcy-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-funcy() {
-  depends=('python')
-
-  cd funcy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-funcy() {
-  depends=('python2')
-
-  cd funcy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-funcy/repos/community-any/PKGBUILD (from rev 319928, 
python-funcy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 03:08:21 UTC (rev 319929)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-funcy
+pkgname=('python-funcy' 'python2-funcy')
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz;)
+sha512sums=('3d636972294e5d3469dc51fbeac3db42e99f913fcb47f572ba2ac140521888ef383a75b426e18bd108034b0327e793fa50be9df79147b792bf510df496ad61ae')
+
+prepare() {
+  cp -a funcy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-funcy() {
+  depends=('python')
+
+  cd funcy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-funcy() {
+  depends=('python2')
+
+  cd funcy-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:07:57
  Author: felixonmars
Revision: 319928

upgpkg: python-funcy 1.10.2-1

Modified:
  python-funcy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 03:06:18 UTC (rev 319927)
+++ PKGBUILD2018-05-10 03:07:57 UTC (rev 319928)
@@ -3,7 +3,7 @@
 
 pkgbase=python-funcy
 pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz;)
-sha512sums=('97b0c23e541d8d6a1a37e537fa80ce72fc1ef811df6e9b95ffae57e2345f74719d590e8fe9e76ba47b19f9f18baf1b97c9473e0a9941b13601f9af5b7f737a8c')
+sha512sums=('3d636972294e5d3469dc51fbeac3db42e99f913fcb47f572ba2ac140521888ef383a75b426e18bd108034b0327e793fa50be9df79147b792bf510df496ad61ae')
 
 prepare() {
   cp -a funcy-$pkgver{,-py2}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 03:05:55
  Author: felixonmars
Revision: 319926

upgpkg: python-qiniu 7.2.1-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 02:32:40 UTC (rev 319925)
+++ PKGBUILD2018-05-10 03:05:55 UTC (rev 319926)
@@ -3,7 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.2.0
+pkgver=7.2.1
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
-sha512sums=('fbf306628049d5377ec5ca48fda88e123171e996e75940c22960d25469721cc7eb97c979e05d036653affa4b8ae24bdc5f31fa4e8a6745d0846be2776b39ddbe')
+sha512sums=('20b468cb225cb94c153985af493714c8e4bc84d96d65609dd2b2679670fc85051322be22615ca944b945d7b1218de7495d90041c9d1a80f9caac25bc7f165613')
 
 prepare() {
   cp -a python-sdk-$pkgver{,-py2}


[arch-commits] Commit in etherape/repos/community-x86_64 (3 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 02:32:40
  Author: anthraxx
Revision: 319925

archrelease: copy trunk to community-x86_64

Added:
  etherape/repos/community-x86_64/PKGBUILD
(from rev 319924, etherape/trunk/PKGBUILD)
Deleted:
  etherape/repos/community-x86_64/PKGBUILD
  etherape/repos/community-x86_64/drop-libgnomeui.patch

---+
 PKGBUILD  |   75 ++
 drop-libgnomeui.patch |  157 
 2 files changed, 34 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 02:32:32 UTC (rev 319924)
+++ PKGBUILD2018-05-10 02:32:40 UTC (rev 319925)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: kevin 
-# Contributor: Damir Perisa 
-
-pkgname=etherape
-pkgver=0.9.15
-pkgrel=2
-pkgdesc='A graphical network monitor for various OSI layers and protocols'
-arch=('i686' 'x86_64')
-url="http://etherape.sourceforge.net/;
-license=('GPL2')
-depends=('libgnomecanvas' 'libpcap' 'popt')
-makedepends=('rarian' 'gnome-doc-utils')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'drop-libgnomeui.patch')
-sha1sums=('9e97875b76a1543bf7145632dd3e018987ea1c96'
-  'SKIP')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove libgnomeui dependency
-  patch -Np1 -i ../drop-libgnomeui.patch
-
-  autoreconf -fi
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-

Copied: etherape/repos/community-x86_64/PKGBUILD (from rev 319924, 
etherape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 02:32:40 UTC (rev 319925)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Thorsten Töpper 
+# Contributor: kevin 
+# Contributor: Damir Perisa 
+
+pkgname=etherape
+pkgver=0.9.17
+pkgrel=1
+pkgdesc='Graphical network monitor for various OSI layers and protocols'
+url='http://etherape.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'glib2' 'libgnomecanvas' 'libpcap' 'popt' 'libglade')
+makedepends=('rarian' 'gnome-doc-utils' 'yelp-tools')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('65f039cd98826fee9a5988235dbdface00e2f17e5bd83eb28339d5bdb9d2b5f8ffe84e071c36418617d68add32e39866eb393f23b008b35fe36662453a02c57a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: drop-libgnomeui.patch
===
--- drop-libgnomeui.patch   2018-05-10 02:32:32 UTC (rev 319924)
+++ drop-libgnomeui.patch   2018-05-10 02:32:40 UTC (rev 319925)
@@ -1,157 +0,0 @@
-diff -Naur etherape-0.9.15.orig/configure.ac etherape-0.9.15/configure.ac
 etherape-0.9.15.orig/configure.ac  2017-04-27 05:53:49.226303987 +
-+++ etherape-0.9.15/configure.ac   2017-04-27 06:02:09.328964318 +
-@@ -26,7 +26,7 @@
- #AC_PROG_INTLTOOL(0.27)
- 
- # Checks for libraries.
--PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomeui-2.0)
-+PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomecanvas-2.0 popt)
- AC_SUBST(ETHERAPE_CFLAGS)
- AC_SUBST(ETHERAPE_LDFLAGS)
- AC_SUBST(ETHERAPE_LIBS)
-diff -Naur etherape-0.9.15.orig/src/callbacks.c etherape-0.9.15/src/callbacks.c
 etherape-0.9.15.orig/src/callbacks.c   2017-04-27 05:53:49.236303974 
+
-+++ etherape-0.9.15/src/callbacks.c2017-04-27 05:56:33.176083792 +
-@@ -21,7 +21,8 @@
- #include 
- #endif
- 
--#include 
-+#include 
-+#include 
- #include "appdata.h"
- #include "callbacks.h"
- #include "diagram.h"
-diff -Naur etherape-0.9.15.orig/src/diagram.c etherape-0.9.15/src/diagram.c
 etherape-0.9.15.orig/src/diagram.c 2017-04-27 05:53:49.226303987 +
-+++ etherape-0.9.15/src/diagram.c  2017-04-27 05:58:19.665940538 +
-@@ -21,7 +21,8 @@
- #include 
- #endif
- 
--#include 
-+#include 
-+#include 
- 
- #include "appdata.h"
- #include "diagram.h"
-diff -Naur etherape-0.9.15.orig/src/main.c etherape-0.9.15/src/main.c
 etherape-0.9.15.orig/src/main.c2017-04-27 05:53:49.236303974 +
-+++ etherape-0.9.15/src/main.c 2017-04-27 06:17:23.701057857 +
-@@ -28,8 +28,10 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include "appdata.h"
- #include 

[arch-commits] Commit in etherape/trunk (PKGBUILD drop-libgnomeui.patch)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 02:32:32
  Author: anthraxx
Revision: 319924

upgpkg: etherape 0.9.17-1

Modified:
  etherape/trunk/PKGBUILD
Deleted:
  etherape/trunk/drop-libgnomeui.patch

---+
 PKGBUILD  |   39 ---
 drop-libgnomeui.patch |  157 
 2 files changed, 16 insertions(+), 180 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 02:09:50 UTC (rev 319923)
+++ PKGBUILD2018-05-10 02:32:32 UTC (rev 319924)
@@ -1,41 +1,34 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
+# Maintainer: Levente Polyak 
+# Contributor: Thorsten Töpper 
 # Contributor: kevin 
 # Contributor: Damir Perisa 
 
 pkgname=etherape
-pkgver=0.9.15
-pkgrel=2
-pkgdesc='A graphical network monitor for various OSI layers and protocols'
+pkgver=0.9.17
+pkgrel=1
+pkgdesc='Graphical network monitor for various OSI layers and protocols'
+url='http://etherape.sourceforge.net/'
 arch=('x86_64')
-url="http://etherape.sourceforge.net/;
 license=('GPL2')
-depends=('libgnomecanvas' 'libpcap' 'popt')
-makedepends=('rarian' 'gnome-doc-utils')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'drop-libgnomeui.patch')
-sha1sums=('9e97875b76a1543bf7145632dd3e018987ea1c96'
-  'SKIP')
+depends=('glibc' 'glib2' 'libgnomecanvas' 'libpcap' 'popt' 'libglade')
+makedepends=('rarian' 'gnome-doc-utils' 'yelp-tools')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('65f039cd98826fee9a5988235dbdface00e2f17e5bd83eb28339d5bdb9d2b5f8ffe84e071c36418617d68add32e39866eb393f23b008b35fe36662453a02c57a')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove libgnomeui dependency
-  patch -Np1 -i ../drop-libgnomeui.patch
-
-  autoreconf -fi
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
 
+# vim: ts=2 sw=2 et:

Deleted: drop-libgnomeui.patch
===
--- drop-libgnomeui.patch   2018-05-10 02:09:50 UTC (rev 319923)
+++ drop-libgnomeui.patch   2018-05-10 02:32:32 UTC (rev 319924)
@@ -1,157 +0,0 @@
-diff -Naur etherape-0.9.15.orig/configure.ac etherape-0.9.15/configure.ac
 etherape-0.9.15.orig/configure.ac  2017-04-27 05:53:49.226303987 +
-+++ etherape-0.9.15/configure.ac   2017-04-27 06:02:09.328964318 +
-@@ -26,7 +26,7 @@
- #AC_PROG_INTLTOOL(0.27)
- 
- # Checks for libraries.
--PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomeui-2.0)
-+PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomecanvas-2.0 popt)
- AC_SUBST(ETHERAPE_CFLAGS)
- AC_SUBST(ETHERAPE_LDFLAGS)
- AC_SUBST(ETHERAPE_LIBS)
-diff -Naur etherape-0.9.15.orig/src/callbacks.c etherape-0.9.15/src/callbacks.c
 etherape-0.9.15.orig/src/callbacks.c   2017-04-27 05:53:49.236303974 
+
-+++ etherape-0.9.15/src/callbacks.c2017-04-27 05:56:33.176083792 +
-@@ -21,7 +21,8 @@
- #include 
- #endif
- 
--#include 
-+#include 
-+#include 
- #include "appdata.h"
- #include "callbacks.h"
- #include "diagram.h"
-diff -Naur etherape-0.9.15.orig/src/diagram.c etherape-0.9.15/src/diagram.c
 etherape-0.9.15.orig/src/diagram.c 2017-04-27 05:53:49.226303987 +
-+++ etherape-0.9.15/src/diagram.c  2017-04-27 05:58:19.665940538 +
-@@ -21,7 +21,8 @@
- #include 
- #endif
- 
--#include 
-+#include 
-+#include 
- 
- #include "appdata.h"
- #include "diagram.h"
-diff -Naur etherape-0.9.15.orig/src/main.c etherape-0.9.15/src/main.c
 etherape-0.9.15.orig/src/main.c2017-04-27 05:53:49.236303974 +
-+++ etherape-0.9.15/src/main.c 2017-04-27 06:17:23.701057857 +
-@@ -28,8 +28,10 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include "appdata.h"
- #include "names/ip-cache.h"
- #include "main.h"
-@@ -60,11 +62,6 @@
-  **/
- static void free_static_data(void);
- static void set_debug_level (void);
--static void session_die (GnomeClient * client, gpointer client_data);
--static gint save_session (GnomeClient * client, gint phase, 
--  GnomeSaveStyle save_style, gint is_shutdown, 
--  GnomeInteractStyle interact_style, gint is_fast, 
--  gpointer client_data);
- static void log_handler (gchar * log_domain, GLogLevelFlags mask, 
-  const gchar * message, gpointer user_data);
- static 

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 02:09:43
  Author: anthraxx
Revision: 319922

upgpkg: tcpreplay 4.2.6-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 01:16:51 UTC (rev 319921)
+++ PKGBUILD2018-05-10 02:09:43 UTC (rev 319922)
@@ -1,30 +1,52 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
 # Contributor: Sébastien Duquette 
 # Contributor: Dawid Wrobel 
+
 pkgname=tcpreplay
-pkgver=4.2.5
-pkgrel=2
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='http://tcpreplay.appneta.com'
 arch=('x86_64')
 license=('GPL3')
-depends=('libpcap' 'libdnet')
+depends=('libpcap' 'libdnet' 'autogen')
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('8765cad213335cc58daa3697dc3043fb'
- 'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
+sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-local-libopts \
+--enable-dynamic-link \
+--enable-shared \
+--with-libdnet \
+--with-tcpdump=/usr/bin/tcpdump \
+--with-testnic2=lo \
+--with-testnic=lo \
+ac_cv_header_net_bpf_h=n
+  make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
 package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tcpreplay/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 02:09:50
  Author: anthraxx
Revision: 319923

archrelease: copy trunk to community-x86_64

Added:
  tcpreplay/repos/community-x86_64/PKGBUILD
(from rev 319922, tcpreplay/trunk/PKGBUILD)
Deleted:
  tcpreplay/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 02:09:43 UTC (rev 319922)
+++ PKGBUILD2018-05-10 02:09:50 UTC (rev 319923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-pkgname=tcpreplay
-pkgver=4.2.5
-pkgrel=2
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('8765cad213335cc58daa3697dc3043fb'
- 'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 319922, 
tcpreplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 02:09:50 UTC (rev 319923)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+
+pkgname=tcpreplay
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='http://tcpreplay.appneta.com'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet' 'autogen')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-local-libopts \
+--enable-dynamic-link \
+--enable-shared \
+--with-libdnet \
+--with-tcpdump=/usr/bin/tcpdump \
+--with-testnic2=lo \
+--with-testnic=lo \
+ac_cv_header_net_bpf_h=n
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-axolotl-curve25519/repos/community-x86_64 (2 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 01:16:51
  Author: anthraxx
Revision: 319921

archrelease: copy trunk to community-x86_64

Added:
  python-axolotl-curve25519/repos/community-x86_64/PKGBUILD
(from rev 319920, python-axolotl-curve25519/trunk/PKGBUILD)
Deleted:
  python-axolotl-curve25519/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 01:16:42 UTC (rev 319920)
+++ PKGBUILD2018-05-10 01:16:51 UTC (rev 319921)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexandre Bouvier 
-# Contributor: Ivan Shapovalov 
-# Contributor: Tommaso Sardelli 
-# Contributor: Philipp Joram 
-
-pkgbase=python-axolotl-curve25519
-pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
-pkgver=0.1
-pkgrel=2
-pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
-url='https://github.com/tgalal/python-axolotl-curve25519'
-arch=('i686' 'x86_64')
-license=('GPL3')
-makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
-source=(https://pypi.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-${pkgver}.tar.gz)
-sha256sums=('c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0')
-sha512sums=('e8dc93e6830502706966eb7b9adc7daf67fc95bd246661eed58aedef5b964f92abe20362bc56b7ad9d97ab322a4c97b056174a9b63fddd0ecd4eaeaf7b2473bd')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_python-axolotl-curve25519() {
-  depends=('python' 'zlib' 'glibc')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-package_python2-axolotl-curve25519() {
-  depends=('python2' 'zlib' 'glibc')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-axolotl-curve25519/repos/community-x86_64/PKGBUILD (from rev 
319920, python-axolotl-curve25519/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 01:16:51 UTC (rev 319921)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl-curve25519
+pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
+_pkgver=0.4.1-2
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
+url='https://github.com/tgalal/python-axolotl-curve25519'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/tgalal/python-axolotl-curve25519/archive/${_pkgver}.tar.gz)
+sha256sums=('cc8de0c140831519e45598b082fdef0e939fd30930be442e38bdec13dc16aab5')
+sha512sums=('cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d')
+
+prepare() {
+  cp -a ${pkgbase}-${_pkgver}{,-py2}
+}
+
+build() {
+  msg "Building python..."
+  (cd ${pkgbase}-${_pkgver}
+python setup.py build
+  )
+  msg "Building python2..."
+  (cd ${pkgbase}-${_pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-axolotl-curve25519() {
+  depends=('python' 'zlib' 'glibc')
+  cd ${pkgbase}-${_pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-axolotl-curve25519() {
+  depends=('python2' 'zlib' 'glibc')
+  cd ${pkgbase}-${_pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 01:16:42
  Author: anthraxx
Revision: 319920

upgpkg: python-axolotl-curve25519 0.4.1.2-1

Modified:
  python-axolotl-curve25519/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 01:09:01 UTC (rev 319919)
+++ PKGBUILD2018-05-10 01:16:42 UTC (rev 319920)
@@ -6,26 +6,29 @@
 
 pkgbase=python-axolotl-curve25519
 pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
-pkgver=0.1
-pkgrel=2
+_pkgver=0.4.1-2
+pkgver=${_pkgver//-/.}
+pkgrel=1
 pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
 url='https://github.com/tgalal/python-axolotl-curve25519'
 arch=('x86_64')
 license=('GPL3')
 makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
-source=(https://pypi.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-${pkgver}.tar.gz)
-sha256sums=('c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0')
-sha512sums=('e8dc93e6830502706966eb7b9adc7daf67fc95bd246661eed58aedef5b964f92abe20362bc56b7ad9d97ab322a4c97b056174a9b63fddd0ecd4eaeaf7b2473bd')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/tgalal/python-axolotl-curve25519/archive/${_pkgver}.tar.gz)
+sha256sums=('cc8de0c140831519e45598b082fdef0e939fd30930be442e38bdec13dc16aab5')
+sha512sums=('cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d')
 
 prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
+  cp -a ${pkgbase}-${_pkgver}{,-py2}
 }
 
 build() {
-  (cd ${pkgbase}-${pkgver}
+  msg "Building python..."
+  (cd ${pkgbase}-${_pkgver}
 python setup.py build
   )
-  (cd ${pkgbase}-${pkgver}-py2
+  msg "Building python2..."
+  (cd ${pkgbase}-${_pkgver}-py2
 python2 setup.py build
   )
 }
@@ -32,16 +35,16 @@
 
 package_python-axolotl-curve25519() {
   depends=('python' 'zlib' 'glibc')
-
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 package_python2-axolotl-curve25519() {
   depends=('python2' 'zlib' 'glibc')
-
-  cd ${pkgbase}-${pkgver}-py2
+  cd ${pkgbase}-${_pkgver}-py2
   python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in chrony/repos/community-x86_64 (7 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 01:09:01
  Author: anthraxx
Revision: 319919

archrelease: copy trunk to community-x86_64

Added:
  chrony/repos/community-x86_64/PKGBUILD
(from rev 319918, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.sysusers
(from rev 319918, chrony/trunk/chrony.sysusers)
  chrony/repos/community-x86_64/chrony.tmpfiles
(from rev 319918, chrony/trunk/chrony.tmpfiles)
Deleted:
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.sysusers
  chrony/repos/community-x86_64/chrony.tmpfiles
  chrony/repos/community-x86_64/service

-+
 PKGBUILD|  140 --
 chrony.sysusers |2 
 chrony.tmpfiles |2 
 service |   12 
 4 files changed, 75 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 01:08:53 UTC (rev 319918)
+++ PKGBUILD2018-05-10 01:09:01 UTC (rev 319919)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=3.2
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('x86_64')
-url="http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-
"${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt;
-service
-chrony.sysusers
-chrony.tmpfiles)
-sha256sums=('329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116'
-'4434f5f6eca4781ac906e260db2444f9ce08df4406621e0c0b58818b5a78cb9c'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212'
-'56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
-'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
-validpgpkeys=('8B1F4A9ADA73D401E3085A0B5FF06F29BA1E013B') # Miroslav Lichvar 
 has a dsa1024 key *in the wild*
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
--e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
--e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
--e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
-examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-  install -Dm0644 "$srcdir/chrony.sysusers" 
"$pkgdir/usr/lib/sysusers.d/chrony.conf"
-  install -Dm0644 "$srcdir/chrony.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/chrony.conf"
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" 
"$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir"{/usr/sbin,/var/lib/chrony,/var/lib}
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chronyd.service"
-
-  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
-
-}

Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 319918, 
chrony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 01:09:01 UTC (rev 319919)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=3.3
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+url="http://chrony.tuxfamily.org/;
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'nss' 'readline' 'libcap' 'libedit' 'libseccomp' 'nettle')
+makedepends=('asciidoctor')
+options=('!emptydirs')
+backup=('etc/chrony.conf')
+source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt
+chrony.sysusers
+chrony.tmpfiles)

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 01:08:53
  Author: anthraxx
Revision: 319918

upgpkg: chrony 3.3-1

Modified:
  chrony/trunk/PKGBUILD
Deleted:
  chrony/trunk/service

--+
 PKGBUILD |   68 +
 service  |   12 --
 2 files changed, 37 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 23:27:18 UTC (rev 319917)
+++ PKGBUILD2018-05-10 01:08:53 UTC (rev 319918)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
 # Contributor: Daniel Micay 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Patrick Leslie Polzer 
@@ -8,29 +8,28 @@
 # Contributor: Elisamuel Resto 
 
 pkgname=chrony
-pkgver=3.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
 pkgdesc='Lightweight NTP client and server'
+url="http://chrony.tuxfamily.org/;
 arch=('x86_64')
-url="http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
+license=('GPL2')
+depends=('glibc' 'nss' 'readline' 'libcap' 'libedit' 'libseccomp' 'nettle')
+makedepends=('asciidoctor')
+options=('!emptydirs')
 backup=('etc/chrony.conf')
 source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-
"${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt;
-service
+
${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt
 chrony.sysusers
 chrony.tmpfiles)
-sha256sums=('329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116'
-'4434f5f6eca4781ac906e260db2444f9ce08df4406621e0c0b58818b5a78cb9c'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212'
+sha256sums=('0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128'
+'22d18f79029cc243d3ec2cb45116c0a03786836fae239e755579005a77be8843'
 '56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
 'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
 validpgpkeys=('8B1F4A9ADA73D401E3085A0B5FF06F29BA1E013B') # Miroslav Lichvar 
 has a dsa1024 key *in the wild*
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   sed -i \
 -e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
 -e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
@@ -37,31 +36,38 @@
 -e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
 -e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
 examples/chrony.conf.example*
+  sed 's|/usr/sbin|/usr/bin|g' -i examples/*.service
 }
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-scfilter \
+--enable-ntp-signd \
+--with-user=chrony \
+--with-sendmail=/usr/bin/sendmail \
+--with-hwclockfile=/etc/adjtime
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-  install -Dm0644 "$srcdir/chrony.sysusers" 
"$pkgdir/usr/lib/sysusers.d/chrony.conf"
-  install -Dm0644 "$srcdir/chrony.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/chrony.conf"
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-docs
 
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" 
"$pkgdir/etc/chrony.conf"
+  install -Dm 644 "${srcdir}/chrony.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/chrony.conf"
+  install -Dm 644 "${srcdir}/chrony.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/chrony.conf"
+  install -Dm 644 examples/{chronyd,chrony-wait}.service -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 examples/chrony.logrotate "${pkgdir}/etc/logrotate.d/chrony"
+  install -Dm 644 README NEWS FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
 
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
+  install -Dm 644 examples/chrony.conf.example3 "${pkgdir}/etc/chrony.conf"
+  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "${pkgdir}/etc/chrony.conf"
+  sed -i '/^! rtconutc$/ s/^! //' "${pkgdir}/etc/chrony.conf"
 
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
+  mv "${pkgdir}/usr/sbin/chronyd" "${pkgdir}/usr/bin"
+  rmdir "${pkgdir}"{/usr/sbin,/var/lib/chrony,/var/lib}
+}
 
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir"{/usr/sbin,/var/lib/chrony,/var/lib}
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chronyd.service"
-
-  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
-
-}
+# vim: ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in miniupnpd/repos/community-x86_64 (4 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 23:27:18
  Author: anthraxx
Revision: 319917

archrelease: copy trunk to community-x86_64

Added:
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 319916, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.service
(from rev 319916, miniupnpd/trunk/miniupnpd.service)
Deleted:
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.service

---+
 PKGBUILD  |  104 +++-
 miniupnpd.service |   29 +++---
 2 files changed, 69 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 23:27:11 UTC (rev 319916)
+++ PKGBUILD2018-05-09 23:27:18 UTC (rev 319917)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: fauno 
-
-pkgname=miniupnpd
-pkgver=2.1
-pkgrel=1
-pkgdesc='Lightweight UPnP IGD daemon'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-backup=('etc/miniupnpd/miniupnpd.conf')
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
-miniupnpd.service)
-sha256sums=('950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-sha512sums=('c737faad21bfba1f59346cbe0082d24827f36c0422cfaa5e71180aa9f61e784eb19ea9d6abf2d005f92d4cde106eac8c66ecc88b30421de710f3c129ac15f4ae'
-
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/gzip/d' -i Makefile.linux
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-
-  rm -r "${pkgdir}/etc/init.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpd/repos/community-x86_64/PKGBUILD (from rev 319916, 
miniupnpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 23:27:18 UTC (rev 319917)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: fauno 
+
+pkgname=miniupnpd
+pkgver=2.1
+pkgrel=2
+pkgdesc='Lightweight UPnP IGD daemon'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+backup=('etc/miniupnpd/miniupnpd.conf')
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release' 'procps-ng')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig}
+miniupnpd.service)
+sha256sums=('950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1'
+'SKIP'
+'a224a6e12d47809fe0a051ed5731084245e34a33f42ffe3127bcceff75d0e215')
+sha512sums=('c737faad21bfba1f59346cbe0082d24827f36c0422cfaa5e71180aa9f61e784eb19ea9d6abf2d005f92d4cde106eac8c66ecc88b30421de710f3c129ac15f4ae'
+'SKIP'
+
'6387f646d91257e50159f66c5168830c5c845e1de739e52cc86647baafaa96ed3a5d00b6c7e46080c3dd998a486d81183c3c11ce9bf32e2f6d9fdd40b0ea8bef')
+validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/gzip/d' -i Makefile.linux
+  sed 's|/sbin/sysctl|sysctl|g' -i genconfig.sh
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e 

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 23:27:11
  Author: anthraxx
Revision: 319916

upgpkg: miniupnpd 2.1-2 (added signature and fix service unit network target)

Modified:
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.service

---+
 PKGBUILD  |   14 +-
 miniupnpd.service |5 +++--
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 22:56:24 UTC (rev 319915)
+++ PKGBUILD2018-05-09 23:27:11 UTC (rev 319916)
@@ -4,7 +4,7 @@
 
 pkgname=miniupnpd
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight UPnP IGD daemon'
 url='https://miniupnp.tuxfamily.org/'
 arch=('x86_64')
@@ -11,17 +11,21 @@
 license=('BSD')
 backup=('etc/miniupnpd/miniupnpd.conf')
 depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
+makedepends=('lsb-release' 'procps-ng')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig}
 miniupnpd.service)
 sha256sums=('950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+'SKIP'
+'a224a6e12d47809fe0a051ed5731084245e34a33f42ffe3127bcceff75d0e215')
 
sha512sums=('c737faad21bfba1f59346cbe0082d24827f36c0422cfaa5e71180aa9f61e784eb19ea9d6abf2d005f92d4cde106eac8c66ecc88b30421de710f3c129ac15f4ae'
-
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
+'SKIP'
+
'6387f646d91257e50159f66c5168830c5c845e1de739e52cc86647baafaa96ed3a5d00b6c7e46080c3dd998a486d81183c3c11ce9bf32e2f6d9fdd40b0ea8bef')
+validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed '/gzip/d' -i Makefile.linux
+  sed 's|/sbin/sysctl|sysctl|g' -i genconfig.sh
 }
 
 

Modified: miniupnpd.service
===
--- miniupnpd.service   2018-05-09 22:56:24 UTC (rev 319915)
+++ miniupnpd.service   2018-05-09 23:27:11 UTC (rev 319916)
@@ -1,7 +1,8 @@
 [Unit]
 Description=Lightweight UPnP IGD daemon
 Documentation=man:miniupnpd(8)
-After=network.target
+After=network.target network-online.target
+Wants=network-online.target
 
 [Service]
 Type=forking
@@ -11,4 +12,4 @@
 PIDFile=/run/miniupnpd.pid
 
 [Install]
-WantedBy=network.target
+WantedBy=multi-user.target


[arch-commits] Commit in miniupnpc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 22:56:24
  Author: anthraxx
Revision: 319915

archrelease: copy trunk to community-x86_64

Added:
  miniupnpc/repos/community-x86_64/PKGBUILD
(from rev 319914, miniupnpc/trunk/PKGBUILD)
Deleted:
  miniupnpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 22:56:15 UTC (rev 319914)
+++ PKGBUILD2018-05-09 22:56:24 UTC (rev 319915)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Florian Loitsch 
-
-pkgname=miniupnpc
-pkgver=2.1
-pkgrel=1
-pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('sh')
-provides=('libminiupnpc.so')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6')
-sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 319914, 
miniupnpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 22:56:24 UTC (rev 319915)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+
+pkgname=miniupnpc
+pkgver=2.1
+pkgrel=2
+pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('sh')
+provides=('libminiupnpc.so')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6'
+'SKIP')
+sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23'
+'SKIP')
+validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 22:56:15
  Author: anthraxx
Revision: 319914

upgpkg: miniupnpc 2.1-2 (add signature)

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 21:20:27 UTC (rev 319913)
+++ PKGBUILD2018-05-09 22:56:15 UTC (rev 319914)
@@ -4,7 +4,7 @@
 
 pkgname=miniupnpc
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
 url='https://miniupnp.tuxfamily.org/'
 arch=('x86_64')
@@ -11,9 +11,12 @@
 license=('BSD')
 depends=('sh')
 provides=('libminiupnpc.so')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6')
-sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6'
+'SKIP')
+sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23'
+'SKIP')
+validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -20,6 +23,11 @@
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 22:41:44
  Author: anthraxx
Revision: 323655

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 323654, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 323654, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 323654, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 323654, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  436 
 archlinux.vim |   64 
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 282 insertions(+), 276 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 22:41:35 UTC (rev 323654)
+++ PKGBUILD2018-05-09 22:41:44 UTC (rev 323655)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1542
-_versiondir=80
-pkgrel=2
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='http://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('d0818df5c6da23db725aa68067c90c80f0779c2e3446811bd1389b1ac2c2df86'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'8aa90a9723dc1540546645969a53b67102821775a7c11297dc47e931d469a476'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('f6d3af209018ea70c5f87f4b4cc9f8c9daaabd7925ad33a381b20cd744dd7d8e43540f5b0174cd1b01c104a71e3bb6116c585de09c7e5e670a02d93866591541'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'b0a54ef95f955db4a4183ef7643f3c94474009842c791e79903ff97eda8296dacdc3841356c33001fda7054738aa3ddb3fbf680d39b98484cddbceb4618fe98b'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-

[arch-commits] Commit in vim/trunk (PKGBUILD archlinux.vim)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 22:41:35
  Author: anthraxx
Revision: 323654

upgpkg: vim 8.0.1806-1

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/archlinux.vim

---+
 PKGBUILD  |   12 ++--
 archlinux.vim |   12 +---
 2 files changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 21:05:50 UTC (rev 323653)
+++ PKGBUILD2018-05-09 22:41:35 UTC (rev 323654)
@@ -9,9 +9,9 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1542
+pkgver=8.0.1806
 _versiondir=80
-pkgrel=2
+pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='http://www.vim.org'
 arch=('x86_64')
@@ -22,13 +22,13 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('d0818df5c6da23db725aa68067c90c80f0779c2e3446811bd1389b1ac2c2df86'
+sha256sums=('87100bb7db63fe3d97a8e80c9d301e3b57f985849e693280bad4c6faf7624f3b'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'8aa90a9723dc1540546645969a53b67102821775a7c11297dc47e931d469a476'
+'2a6689ce603486f87df9d7e9697032015a8688d663984f5380c1f16cfeed31d4'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('f6d3af209018ea70c5f87f4b4cc9f8c9daaabd7925ad33a381b20cd744dd7d8e43540f5b0174cd1b01c104a71e3bb6116c585de09c7e5e670a02d93866591541'
+sha512sums=('6e3c39517552d6a9b5e766741fab657d172d58585749ef5bfc22c0ce4445d36a326373ac5917a0f0586840595a263724c19b88f93289a875e14f275cc3becc99'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'b0a54ef95f955db4a4183ef7643f3c94474009842c791e79903ff97eda8296dacdc3841356c33001fda7054738aa3ddb3fbf680d39b98484cddbceb4618fe98b'
+
'6d0130bb35fc1abb5d657393290d838742725a9d5e4e592b5fd71c8c5852374de010fb58347974096192c8dd8cf42c67185bc2cc38c70609afbcce2c91489781'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
 
 prepare() {

Modified: archlinux.vim
===
--- archlinux.vim   2018-05-09 21:05:50 UTC (rev 323653)
+++ archlinux.vim   2018-05-09 22:41:35 UTC (rev 323654)
@@ -17,10 +17,16 @@
 set 
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
 
 " Move the swap file location to protect against CVE-2017-1000382
-if ! isdirectory('~/.vim/swap/')
-  silent! call system('install -dm 700 ~/.vim/swap')
+if exists('$XDG_CACHE_HOME')
+   let :directory=$XDG_CACHE_HOME
+else
+   let :directory=$HOME . '/.cache'
 endif
-set directory=~/.vim/swap/
+let :directory.='/vim/swap//'
+" Create swap directory if it doesn't exist
+if ! isdirectory(expand(:directory))
+  silent! call mkdir(expand(:directory), 'p', 0700)
+endif
 
 if has('gui_running')
   " Make shift-insert work like in Xterm


[arch-commits] Commit in miniupnpd/repos/community-x86_64 (4 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:20:27
  Author: anthraxx
Revision: 319913

archrelease: copy trunk to community-x86_64

Added:
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 319912, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.service
(from rev 319912, miniupnpd/trunk/miniupnpd.service)
Deleted:
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.service

---+
 PKGBUILD  |  100 ++--
 miniupnpd.service |   28 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 21:20:19 UTC (rev 319912)
+++ PKGBUILD2018-05-09 21:20:27 UTC (rev 319913)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: fauno 
-
-pkgname=miniupnpd
-pkgver=2.0.20180503
-pkgrel=1
-pkgdesc='Lightweight UPnP IGD daemon'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-backup=('etc/miniupnpd/miniupnpd.conf')
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
-miniupnpd.service)
-sha256sums=('b61bed16865f8692803a9f155523ca7c6e01c65db20362b6173226b08ce12a0c'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-sha512sums=('7615f28d8e41bbe5b7343159a526ba33e643d14e2be7c2382461fda36ecfb3420ef2903e0cc9fa92ffe376f8609feb9403a316244eec0459e78a6b5ad96462ee'
-
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/gzip/d' -i Makefile.linux
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-
-  rm -r "${pkgdir}/etc/init.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpd/repos/community-x86_64/PKGBUILD (from rev 319912, 
miniupnpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 21:20:27 UTC (rev 319913)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: fauno 
+
+pkgname=miniupnpd
+pkgver=2.1
+pkgrel=1
+pkgdesc='Lightweight UPnP IGD daemon'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+backup=('etc/miniupnpd/miniupnpd.conf')
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
+miniupnpd.service)
+sha256sums=('950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+sha512sums=('c737faad21bfba1f59346cbe0082d24827f36c0422cfaa5e71180aa9f61e784eb19ea9d6abf2d005f92d4cde106eac8c66ecc88b30421de710f3c129ac15f4ae'
+
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/gzip/d' -i Makefile.linux
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
+ s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+
+  rm -r "${pkgdir}/etc/init.d"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:20:19
  Author: anthraxx
Revision: 319912

upgpkg: miniupnpd 2.1-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 21:15:42 UTC (rev 319911)
+++ PKGBUILD2018-05-09 21:20:19 UTC (rev 319912)
@@ -3,7 +3,7 @@
 # Contributor: fauno 
 
 pkgname=miniupnpd
-pkgver=2.0.20180503
+pkgver=2.1
 pkgrel=1
 pkgdesc='Lightweight UPnP IGD daemon'
 url='https://miniupnp.tuxfamily.org/'
@@ -14,9 +14,9 @@
 makedepends=('lsb-release')
 source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
 miniupnpd.service)
-sha256sums=('b61bed16865f8692803a9f155523ca7c6e01c65db20362b6173226b08ce12a0c'
+sha256sums=('950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1'
 '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-sha512sums=('7615f28d8e41bbe5b7343159a526ba33e643d14e2be7c2382461fda36ecfb3420ef2903e0cc9fa92ffe376f8609feb9403a316244eec0459e78a6b5ad96462ee'
+sha512sums=('c737faad21bfba1f59346cbe0082d24827f36c0422cfaa5e71180aa9f61e784eb19ea9d6abf2d005f92d4cde106eac8c66ecc88b30421de710f3c129ac15f4ae'
 
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
 
 prepare() {


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:15:42
  Author: anthraxx
Revision: 319911

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 319910, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 21:15:34 UTC (rev 319910)
+++ PKGBUILD2018-05-09 21:15:42 UTC (rev 319911)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.14
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0')
-sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 319910, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 21:15:42 UTC (rev 319911)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.15
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://github.com/aoh/owl-lisp'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
+sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
+sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:15:34
  Author: anthraxx
Revision: 319910

upgpkg: owl-lisp 0.1.15-1

Modified:
  owl-lisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 20:58:44 UTC (rev 319909)
+++ PKGBUILD2018-05-09 21:15:34 UTC (rev 319910)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.14
+pkgver=0.1.15
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
@@ -9,8 +9,8 @@
 license=('MIT')
 depends=('glibc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0')
-sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85')
+sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
+sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:05:50
  Author: anthraxx
Revision: 323653

archrelease: copy trunk to testing-x86_64

Added:
  gimp/repos/testing-x86_64/
  gimp/repos/testing-x86_64/PKGBUILD
(from rev 323652, gimp/trunk/PKGBUILD)
  gimp/repos/testing-x86_64/linux.gpl
(from rev 323652, gimp/trunk/linux.gpl)
  gimp/repos/testing-x86_64/uri-backend-libcurl.patch
(from rev 323652, gimp/trunk/uri-backend-libcurl.patch)

---+
 PKGBUILD  |   65 +
 linux.gpl |   19 ++
 uri-backend-libcurl.patch |   77 
 3 files changed, 161 insertions(+)

Copied: gimp/repos/testing-x86_64/PKGBUILD (from rev 323652, 
gimp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-09 21:05:50 UTC (rev 323653)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='GNU Image Manipulation Program'
+url='https://www.gimp.org/'
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev' 'poppler-data' 'mypaint' 'mypaint' 
'mypaint-brushes')
+makedepends=('intltool' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 
'ghostscript' 'gtk-doc')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+linux.gpl
+uri-backend-libcurl.patch)
+sha256sums=('7fcc96fb88cb0a0595d2610f63a15dec245bb37bf9db527d37a24fb75e547de2'
+'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3'
+'0708a971455fba6406bfa190652797c6620c789a9d21012c57249d2d4878bd55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  _mypaintver=$(echo /usr/lib/libmypaint-*.so | grep -o -E 
'\-[0-9]+(\.[0-9]+)*' | head -1)
+  sed -i "s|\\(libmypaint\\)\\( >= 
libmypaint_required_version\\)|\\1${_mypaintver}\\2|g" configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-mp \
+--enable-gimp-console \
+--enable-gimp-remote \
+--enable-python \
+--enable-gtk-doc \
+--with-gif-compression=lzw \
+--with-libcurl \
+--without-aa \
+--without-hal \
+--without-gvfs \
+--without-gnomevfs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+
+# vim: ts=2 sw=2 et:

Copied: gimp/repos/testing-x86_64/linux.gpl (from rev 323652, 
gimp/trunk/linux.gpl)
===
--- testing-x86_64/linux.gpl(rev 0)
+++ testing-x86_64/linux.gpl2018-05-09 21:05:50 UTC (rev 323653)
@@ -0,0 +1,19 @@
+GIMP Palette
+Name: linux
+#
+  0   0   0
+  0   0 170
+  0 170   0
+  0 170 170
+170   0   0
+170   0 170
+170  85   0
+170 170 170
+ 85  85  85
+ 85  85 255
+ 85 255  85
+ 85 255 255
+255  85  85
+255  85 255
+255 255  85
+255 255 255

Copied: gimp/repos/testing-x86_64/uri-backend-libcurl.patch (from rev 323652, 
gimp/trunk/uri-backend-libcurl.patch)
===
--- testing-x86_64/uri-backend-libcurl.patch(rev 0)
+++ testing-x86_64/uri-backend-libcurl.patch2018-05-09 21:05:50 UTC (rev 
323653)
@@ -0,0 +1,77 @@
+diff -aur gimp-2.6.11/plug-ins/file-uri/uri-backend-libcurl.c 
gimp-2.6.11.patched/plug-ins/file-uri/uri-backend-libcurl.c
+--- gimp-2.6.11/plug-ins/file-uri/uri-backend-libcurl.c2010-07-03 
00:51:59.0 +0200
 gimp-2.6.11.patched/plug-ins/file-uri/uri-backend-libcurl.c
2011-06-23 19:15:30.0 +0200
+@@ -4,9 +4,9 @@
+  * libcurl backend for the URI plug-in
+  * Copyright (C) 2006 Mukund Sivaraman 
+  *
+- * This program is free software; you can redistribute it and/or modify
++ * This program is 

[arch-commits] Commit in gimp/trunk (freetype_location.patch)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:05:41
  Author: anthraxx
Revision: 323652

upgpkg: gimp 2.10.0-1

Deleted:
  gimp/trunk/freetype_location.patch

-+
 freetype_location.patch |   25 -
 1 file changed, 25 deletions(-)

Deleted: freetype_location.patch
===
--- freetype_location.patch 2018-05-09 21:05:08 UTC (rev 323651)
+++ freetype_location.patch 2018-05-09 21:05:41 UTC (rev 323652)
@@ -1,25 +0,0 @@
-From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
-From: Michael Natterer 
-Date: Fri, 29 Nov 2013 20:57:46 +
-Subject: Bug 719560 - Build failure with freetype 2.5.1
-
-Apply patch from su-v that fixes the freetype include to
-the madness devised and recommended by freetype.

-diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
-index 4045ca9..66c6e52 100644
 a/app/text/gimpfont.c
-+++ b/app/text/gimpfont.c
-@@ -28,7 +28,9 @@
- 
- #define PANGO_ENABLE_ENGINE  1   /* Argh */
- #include 
--#include 
-+
-+#include 
-+#include FT_TRUETYPE_TABLES_H
- 
- #include "text-types.h"
- 
---
-cgit v0.9.2


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:05:08
  Author: anthraxx
Revision: 323651

upgpkg: gimp 2.10.0-1

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 20:44:00 UTC (rev 323650)
+++ PKGBUILD2018-05-09 21:05:08 UTC (rev 323651)
@@ -1,41 +1,57 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Isenmann 
 
 pkgname=gimp
-pkgver=2.8.22
-pkgrel=2
-pkgdesc="GNU Image Manipulation Program"
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='GNU Image Manipulation Program'
+url='https://www.gimp.org/'
 arch=('x86_64')
-url="http://www.gimp.org/;
 license=('GPL' 'LGPL')
 depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
- 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
- 'openexr' 'libgudev')
-makedepends=('intltool' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 
'ghostscript')
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev' 'poppler-data' 'mypaint' 'mypaint' 
'mypaint-brushes')
+makedepends=('intltool' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 
'ghostscript' 'gtk-doc')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
 'poppler-glib: for pdf support'
 'alsa-lib: for MIDI event controller module'
 'curl: for URI support'
 'ghostscript: for postscript support')
-options=('!makeflags')
-conflicts=('gimp-devel')
-source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+linux.gpl
 uri-backend-libcurl.patch)
-sha256sums=('9187a35cc52b110d78124d7b27b68a68ade14a794c2721314bac6134d2a5638a'
+sha256sums=('7fcc96fb88cb0a0595d2610f63a15dec245bb37bf9db527d37a24fb75e547de2'
 '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3'
 '0708a971455fba6406bfa190652797c6620c789a9d21012c57249d2d4878bd55')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  _mypaintver=$(echo /usr/lib/libmypaint-*.so | grep -o -E 
'\-[0-9]+(\.[0-9]+)*' | head -1)
+  sed -i "s|\\(libmypaint\\)\\( >= 
libmypaint_required_version\\)|\\1${_mypaintver}\\2|g" configure.ac
+  autoreconf -vi
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
---enable-mp --enable-gimp-console --enable-gimp-remote \
---enable-python --with-gif-compression=lzw --with-libcurl \
---without-aa --without-hal --without-gvfs --without-gnomevfs
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-mp \
+--enable-gimp-console \
+--enable-gimp-remote \
+--enable-python \
+--enable-gtk-doc \
+--with-gif-compression=lzw \
+--with-libcurl \
+--without-aa \
+--without-hal \
+--without-gvfs \
+--without-gnomevfs
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
   install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
@@ -46,3 +62,4 @@
   ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
 }
 
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in kbfs/repos/community-x86_64 (PKGBUILD)

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 20:58:44
  Author: eschwartz
Revision: 319909

archrelease: copy trunk to community-x86_64

Added:
  kbfs/repos/community-x86_64/PKGBUILD
(from rev 319908, kbfs/trunk/PKGBUILD)

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

Copied: kbfs/repos/community-x86_64/PKGBUILD (from rev 319908, 
kbfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 20:58:44 UTC (rev 319909)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=kbfs
+pkgver=1.0.48
+pkgrel=1
+pkgdesc="The Keybase filesystem"
+arch=('x86_64')
+url="https://keybase.io/docs/kbfs;
+license=('BSD')
+depends=('fuse' 'keybase')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
+sha512sums=('89b391223e2c7014e64c09e5303c7b89bea2508331b5d53facf8802de2442c4e53a4d79f65c085a2b3234762b334d3d36e903867ef841140d44207926d82991c')
+
+
+prepare() {
+  cd kbfs-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
+}
+
+build() {
+  cd kbfs-$pkgver
+  export GOPATH="$srcdir/.gopath"
+  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
+  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+}
+
+package() {
+  cd kbfs-$pkgver/
+
+  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
+}


[arch-commits] Commit in kbfs/repos/community-x86_64 (PKGBUILD)

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 20:44:47
  Author: eschwartz
Revision: 319908

archrelease: copy trunk to community-x86_64

Deleted:
  kbfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 20:43:48 UTC (rev 319907)
+++ PKGBUILD2018-05-09 20:44:47 UTC (rev 319908)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=kbfs
-pkgver=1.0.47
-pkgrel=1
-pkgdesc="The Keybase filesystem"
-arch=('x86_64')
-url="https://keybase.io/docs/kbfs;
-license=('BSD')
-depends=('fuse' 'keybase')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
-sha512sums=('1f15239e736d8d06291ece19731a394d8a3a82c2e0396801db37acbfa35a1e69c6b1b397a7fc8e0b645120de71cc61f7f9e7e8d518fbad12943ce9f083e70108')
-
-
-prepare() {
-  cd kbfs-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
-}
-
-build() {
-  cd kbfs-$pkgver
-  export GOPATH="$srcdir/.gopath"
-  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
-  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
-}
-
-package() {
-  cd kbfs-$pkgver/
-
-  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
-}


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 20:44:00
  Author: anthraxx
Revision: 323650

archrelease: copy trunk to extra-any

Added:
  mypaint-brushes/repos/extra-any/
  mypaint-brushes/repos/extra-any/PKGBUILD
(from rev 323649, mypaint-brushes/trunk/PKGBUILD)

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

Copied: mypaint-brushes/repos/extra-any/PKGBUILD (from rev 323649, 
mypaint-brushes/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2018-05-09 20:44:00 UTC (rev 323650)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: vimacs 
+
+pkgname=mypaint-brushes
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Brushes used by MyPaint and other software using libmypaint.'
+url='https://github.com/Jehan/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz)
+sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
+sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 20:43:37
  Author: anthraxx
Revision: 323649

addpkg: mypaint-brushes 1.3.0-2

Added:
  mypaint-brushes/
  mypaint-brushes/repos/
  mypaint-brushes/trunk/
  mypaint-brushes/trunk/PKGBUILD

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

Added: mypaint-brushes/trunk/PKGBUILD
===
--- mypaint-brushes/trunk/PKGBUILD  (rev 0)
+++ mypaint-brushes/trunk/PKGBUILD  2018-05-09 20:43:37 UTC (rev 323649)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: vimacs 
+
+pkgname=mypaint-brushes
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Brushes used by MyPaint and other software using libmypaint.'
+url='https://github.com/Jehan/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz)
+sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
+sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 20:43:48
  Author: eschwartz
Revision: 319907

upgpkg: kbfs 1.0.48-1

upstream release

Modified:
  kbfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 20:37:18 UTC (rev 319906)
+++ PKGBUILD2018-05-09 20:43:48 UTC (rev 319907)
@@ -4,7 +4,7 @@
 # Contributor: Michael Hansen 
 
 pkgname=kbfs
-pkgver=1.0.47
+pkgver=1.0.48
 pkgrel=1
 pkgdesc="The Keybase filesystem"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fuse' 'keybase')
 makedepends=('go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
-sha512sums=('1f15239e736d8d06291ece19731a394d8a3a82c2e0396801db37acbfa35a1e69c6b1b397a7fc8e0b645120de71cc61f7f9e7e8d518fbad12943ce9f083e70108')
+sha512sums=('89b391223e2c7014e64c09e5303c7b89bea2508331b5d53facf8802de2442c4e53a4d79f65c085a2b3234762b334d3d36e903867ef841140d44207926d82991c')
 
 
 prepare() {


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (14 files)

2018-05-09 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 9, 2018 @ 20:37:18
  Author: svenstaro
Revision: 319906

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 319905, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 319905, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
(from rev 319905, telegram-desktop/trunk/libtgvoip-2.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 319905, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 319905, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 319905, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 319905, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

---+
 CMakeLists.inj|   28 -
 PKGBUILD  |  186 
 libtgvoip-2.patch |  162 +++
 libtgvoip.patch   |   36 -
 no-gtk2.patch |   56 +-
 tdesktop.patch| 1112 ++--
 tg.protocol   |   22 -
 7 files changed, 801 insertions(+), 801 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-05-09 20:32:58 UTC (rev 319905)
+++ CMakeLists.inj  2018-05-09 20:37:18 UTC (rev 319906)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
319905, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-05-09 20:37:18 UTC (rev 319906)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 20:32:58 UTC (rev 319905)
+++ PKGBUILD2018-05-09 20:37:18 UTC (rev 319906)
@@ -1,93 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.17
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-"libtgvoip-2.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
-

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

2018-05-09 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 9, 2018 @ 20:32:58
  Author: svenstaro
Revision: 319905

upgpkg: telegram-desktop 1.2.19-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 18:50:44 UTC (rev 319904)
+++ PKGBUILD2018-05-09 20:32:58 UTC (rev 319905)
@@ -5,8 +5,8 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.2.19
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -52,7 +52,7 @@
 
 cd "Telegram/ThirdParty/libtgvoip"
 patch -Np1 -i "$srcdir/libtgvoip.patch"
-patch -Np1 -i "$srcdir/libtgvoip-2.patch"
+# patch -Np1 -i "$srcdir/libtgvoip-2.patch"
 }
 
 build() {


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 20:31:33
  Author: anthraxx
Revision: 323648

archrelease: copy trunk to extra-x86_64

Added:
  libmypaint/repos/extra-x86_64/
  libmypaint/repos/extra-x86_64/PKGBUILD
(from rev 323647, libmypaint/trunk/PKGBUILD)
  libmypaint/repos/extra-x86_64/versioning.patch
(from rev 323647, libmypaint/trunk/versioning.patch)

--+
 PKGBUILD |   44 +++
 versioning.patch |  611 +
 2 files changed, 655 insertions(+)

Copied: libmypaint/repos/extra-x86_64/PKGBUILD (from rev 323647, 
libmypaint/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-05-09 20:31:33 UTC (rev 323648)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: twa022 
+
+pkgname=libmypaint
+pkgver=1.3.0
+pkgrel=4
+pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects, with GEGL support'
+url='http://mypaint.org/'
+arch=('x86_64')
+license=('ISC')
+depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
+makedepends=('intltool' 'python' 'gobject-introspection')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mypaint/libmypaint/archive/v${pkgver}.tar.gz
+versioning.patch)
+sha256sums=('8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654'
+'d850f9b64bc037bd7ed6bbcec0a39115dd43ff896aef59daea79d8786fbb28c0')
+sha512sums=('98ba7a48a611014e683d8d534c73af1ed0754e1d9974d62db7efb588abdb9c01d090daaaba3847ece7ca7e5a4e83b334f2a3473a2c9b7e4a9c0680231f650202'
+
'20bba36076e90fcc2fbe85ae08f60b9c80ba84c4f1e24a1ca55b0f494d95a561cd899061bdee48bcdd493fe70f84dc07ada7343128849247ce6c2635b1f97fee')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -uNp2 < ../versioning.patch
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-gegl
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Failed to execute tests (make problem)"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libmypaint/repos/extra-x86_64/versioning.patch (from rev 323647, 
libmypaint/trunk/versioning.patch)
===
--- extra-x86_64/versioning.patch   (rev 0)
+++ extra-x86_64/versioning.patch   2018-05-09 20:31:33 UTC (rev 323648)
@@ -0,0 +1,611 @@
+Combines the following two patches adjusted to work with libmypaint 1.3
+https://github.com/mypaint/libmypaint/commit/0b31421ffbfb5f4a1c68ceeafa292c6ff08e949c
+https://github.com/mypaint/libmypaint/commit/08c4236d4c0e871bf6c29f2e42cafd55d1f361ce
+This will allow side-by-side installations of different libmypaint builds
+at the level of the minor version number.
+diff -Naur ./libmypaint-1.3.0.orig/configure.ac ./libmypaint-1.3.0/configure.ac
+--- ./libmypaint-1.3.0.orig/configure.ac   2016-12-01 17:47:14.0 
-0500
 ./libmypaint-1.3.0/configure.ac2017-07-24 10:54:57.297918118 -0400
+@@ -1,27 +1,50 @@
+ # AC_OPENMP requires autoconf >= 2.62.
+ AC_PREREQ(2.62)
+ 
++
++## Canonical version number components ##
++
+ # API version: see https://github.com/mypaint/libmypaint/wiki/Versioning
++# See http://semver.org/ for what this means.
++
+ m4_define([libmypaint_api_major], [1])
+ m4_define([libmypaint_api_minor], [3])
+ m4_define([libmypaint_api_micro], [0])
+ m4_define([libmypaint_api_prerelease], [])  # may be blank
+-# The platform version is "major.minor" only.
+-# The full version is "major.minor.micro[-prerelease]".
+ 
+-# ABI version see: https://autotools.io/libtool/version.html
++# ABI version. Changes independently of API version.
++# See: https://autotools.io/libtool/version.html
+ # 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
++# The rules are fiddly, and are summarized here.
++
+ m4_define([libmypaint_abi_revision], [0])  # increment on every release
+ m4_define([libmypaint_abi_current], [0])  # inc when add/remove/change 
interfaces
+ m4_define([libmypaint_abi_age], [0])  # inc only if changes backward compat
+ 
+-# Derivative version macros
++
++## Derivative version macros ##
++
++# The full version is "major.minor.micro[-prerelease]".
++
+ m4_define([libmypaint_version],
+   [libmypaint_api_major.libmypaint_api_minor.libmypaint_api_micro])
+ m4_define([libmypaint_version_full],
+   
[libmypaint_api_major().libmypaint_api_minor().libmypaint_api_micro()m4_bpatsubst(libmypaint_api_prerelease(),
 [^\(.\)], [-\1])])
+ 
+-# Dependencies.
++# The API "platform" or "intercompatibility" version.
++#
++# This one is used for library name prefixes, for 

[arch-commits] Commit in (5 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 20:31:02
  Author: anthraxx
Revision: 323647

addpkg: libmypaint 1.3.0-4

Added:
  libmypaint/
  libmypaint/repos/
  libmypaint/trunk/
  libmypaint/trunk/PKGBUILD
  libmypaint/trunk/versioning.patch

--+
 PKGBUILD |   44 +++
 versioning.patch |  611 +
 2 files changed, 655 insertions(+)

Added: libmypaint/trunk/PKGBUILD
===
--- libmypaint/trunk/PKGBUILD   (rev 0)
+++ libmypaint/trunk/PKGBUILD   2018-05-09 20:31:02 UTC (rev 323647)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: twa022 
+
+pkgname=libmypaint
+pkgver=1.3.0
+pkgrel=4
+pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects, with GEGL support'
+url='http://mypaint.org/'
+arch=('x86_64')
+license=('ISC')
+depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
+makedepends=('intltool' 'python' 'gobject-introspection')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mypaint/libmypaint/archive/v${pkgver}.tar.gz
+versioning.patch)
+sha256sums=('8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654'
+'d850f9b64bc037bd7ed6bbcec0a39115dd43ff896aef59daea79d8786fbb28c0')
+sha512sums=('98ba7a48a611014e683d8d534c73af1ed0754e1d9974d62db7efb588abdb9c01d090daaaba3847ece7ca7e5a4e83b334f2a3473a2c9b7e4a9c0680231f650202'
+
'20bba36076e90fcc2fbe85ae08f60b9c80ba84c4f1e24a1ca55b0f494d95a561cd899061bdee48bcdd493fe70f84dc07ada7343128849247ce6c2635b1f97fee')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -uNp2 < ../versioning.patch
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-gegl
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Failed to execute tests (make problem)"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Added: libmypaint/trunk/versioning.patch
===
--- libmypaint/trunk/versioning.patch   (rev 0)
+++ libmypaint/trunk/versioning.patch   2018-05-09 20:31:02 UTC (rev 323647)
@@ -0,0 +1,611 @@
+Combines the following two patches adjusted to work with libmypaint 1.3
+https://github.com/mypaint/libmypaint/commit/0b31421ffbfb5f4a1c68ceeafa292c6ff08e949c
+https://github.com/mypaint/libmypaint/commit/08c4236d4c0e871bf6c29f2e42cafd55d1f361ce
+This will allow side-by-side installations of different libmypaint builds
+at the level of the minor version number.
+diff -Naur ./libmypaint-1.3.0.orig/configure.ac ./libmypaint-1.3.0/configure.ac
+--- ./libmypaint-1.3.0.orig/configure.ac   2016-12-01 17:47:14.0 
-0500
 ./libmypaint-1.3.0/configure.ac2017-07-24 10:54:57.297918118 -0400
+@@ -1,27 +1,50 @@
+ # AC_OPENMP requires autoconf >= 2.62.
+ AC_PREREQ(2.62)
+ 
++
++## Canonical version number components ##
++
+ # API version: see https://github.com/mypaint/libmypaint/wiki/Versioning
++# See http://semver.org/ for what this means.
++
+ m4_define([libmypaint_api_major], [1])
+ m4_define([libmypaint_api_minor], [3])
+ m4_define([libmypaint_api_micro], [0])
+ m4_define([libmypaint_api_prerelease], [])  # may be blank
+-# The platform version is "major.minor" only.
+-# The full version is "major.minor.micro[-prerelease]".
+ 
+-# ABI version see: https://autotools.io/libtool/version.html
++# ABI version. Changes independently of API version.
++# See: https://autotools.io/libtool/version.html
+ # 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
++# The rules are fiddly, and are summarized here.
++
+ m4_define([libmypaint_abi_revision], [0])  # increment on every release
+ m4_define([libmypaint_abi_current], [0])  # inc when add/remove/change 
interfaces
+ m4_define([libmypaint_abi_age], [0])  # inc only if changes backward compat
+ 
+-# Derivative version macros
++
++## Derivative version macros ##
++
++# The full version is "major.minor.micro[-prerelease]".
++
+ m4_define([libmypaint_version],
+   [libmypaint_api_major.libmypaint_api_minor.libmypaint_api_micro])
+ m4_define([libmypaint_version_full],
+   
[libmypaint_api_major().libmypaint_api_minor().libmypaint_api_micro()m4_bpatsubst(libmypaint_api_prerelease(),
 [^\(.\)], [-\1])])
+ 
+-# Dependencies.
++# The API "platform" or "intercompatibility" version.
++#
++# This one is used for library name prefixes, for introspection
++# namespace versions, for gettext domains, and basically anything that
++# needs to change when backwards or forwards API compatibility changes.
++# Another way of thinking about it: it allows meaningful side by side
++# installations of 

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 18:50:44
  Author: anthraxx
Revision: 319904

archrelease: copy trunk to community-any

Added:
  tftpy/repos/community-any/
  tftpy/repos/community-any/PKGBUILD
(from rev 319903, tftpy/trunk/PKGBUILD)

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

Copied: tftpy/repos/community-any/PKGBUILD (from rev 319903, 
tftpy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-05-09 18:50:44 UTC (rev 319904)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tftpy
+pkgname=('python2-tftpy')
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Pure Python TFTP library'
+url='https://github.com/msoulier/tftpy'
+arch=('any')
+license=('MIT')
+makedepends=('python2' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/msoulier/tftpy/archive/${pkgver}.tar.gz)
+sha256sums=('e3e47a787f6694265dcf94fe84cb69f483ee8143ec8cd557c9092484bc380f08')
+sha512sums=('1e5c31b2cf7df922fe0e5a266a80e867a6f59fbfe3aa8b66f9b2157ad6433bae81872c56faede0e9d8ed1320dd8ffadb3807d85924f2c1113ac9712534bfd48c')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make test PY=python2
+}
+
+package_python2-tftpy() {
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README ChangeLog  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv "${pkgdir}/usr/bin/tftpy_client"{.py,}
+  mv "${pkgdir}/usr/bin/tftpy_server"{.py,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 18:50:37
  Author: anthraxx
Revision: 319903

upgpkg: tftpy 0.6.2-2

Modified:
  tftpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 18:37:15 UTC (rev 319902)
+++ PKGBUILD2018-05-09 18:50:37 UTC (rev 319903)
@@ -29,6 +29,8 @@
   python2 setup.py install --root="${pkgdir}" -O1 --skip-build
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README ChangeLog  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv "${pkgdir}/usr/bin/tftpy_client"{.py,}
+  mv "${pkgdir}/usr/bin/tftpy_server"{.py,}
 }
 
 # vim: ts=2 sw=2 et:


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 18:37:15
  Author: anthraxx
Revision: 319902

addpkg: tftpy 0.6.2-2

Added:
  tftpy/
  tftpy/repos/
  tftpy/trunk/
  tftpy/trunk/PKGBUILD

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

Added: tftpy/trunk/PKGBUILD
===
--- tftpy/trunk/PKGBUILD(rev 0)
+++ tftpy/trunk/PKGBUILD2018-05-09 18:37:15 UTC (rev 319902)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tftpy
+pkgname=('python2-tftpy')
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Pure Python TFTP library'
+url='https://github.com/msoulier/tftpy'
+arch=('any')
+license=('MIT')
+makedepends=('python2' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/msoulier/tftpy/archive/${pkgver}.tar.gz)
+sha256sums=('e3e47a787f6694265dcf94fe84cb69f483ee8143ec8cd557c9092484bc380f08')
+sha512sums=('1e5c31b2cf7df922fe0e5a266a80e867a6f59fbfe3aa8b66f9b2157ad6433bae81872c56faede0e9d8ed1320dd8ffadb3807d85924f2c1113ac9712534bfd48c')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make test PY=python2
+}
+
+package_python2-tftpy() {
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README ChangeLog  -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libreoffice-fresh/repos (5 files)

2018-05-09 Thread Andreas Radke via arch-commits
Date: Wednesday, May 9, 2018 @ 18:36:35
  Author: andyrtr
Revision: 323646

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 323645, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 323645, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 323645, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 323645, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  337 +
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 4 files changed, 367 insertions(+)

Copied: libreoffice-fresh/repos/testing-x86_64/PKGBUILD (from rev 323645, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-09 18:36:35 UTC (rev 323646)
@@ -0,0 +1,337 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.0.4.2
+pkgver=6.0.4
+pkgrel=1
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_65_1.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3235.tar.bz2
+
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite
+   
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   

[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD poppler-0.64.patch)

2018-05-09 Thread Andreas Radke via arch-commits
Date: Wednesday, May 9, 2018 @ 18:36:15
  Author: andyrtr
Revision: 323645

upgpkg: libreoffice-fresh 6.0.4-1

upstream update 6.0.4

Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/poppler-0.64.patch

+
 PKGBUILD   |   61 ++-
 poppler-0.64.patch |   65 ---
 2 files changed, 29 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 18:24:08 UTC (rev 323644)
+++ PKGBUILD2018-05-09 18:36:15 UTC (rev 323645)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.3.2
-pkgver=6.0.3
-pkgrel=2
+_LOver=6.0.4.2
+pkgver=6.0.4
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -33,31 +33,6 @@
'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
 )
-sha256sums=('12b8a2f57d797ad51b7661e2302babfe73c0d23b52ddac9f4c7eb1b82472859b'
-'SKIP'
-'06999eac776c4fcf7339732bf988d2b85b7193283d4be622f848706e278e4701'
-'SKIP'
-'8aa651266b701b17e78aaca77db394bec3da07faf62546496484c63dd519a5b3'
-'SKIP'
-'9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
-'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
-'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
-'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
-'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
-'d6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab'
-'d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
-'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
-'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
-'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
-'7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
-'d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
-'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
-'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
-'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
-'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
-'944064e8f8fa18beeb348468348d910d365d8a3e36ddb76076a368bd9bd6f894'
-'76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
-'d24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 
 _mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
 #_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
@@ -80,7 +55,6 @@

${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
-   poppler-0.64.patch
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(boost_1_65_1.tar.bz2
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -99,6 +73,30 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
+sha256sums=('9081fb132090e9fe1ed8896ba4085e6f7ceef145f3a76889caeaed6c032510f7'
+'SKIP'
+'cef0f0d54da925bb9a69725177ba8594683f5f7500f226bdeeaf344ecb5c41fc'
+'SKIP'
+'865f78003114c9333d8df63ee64197b25f1894c5dd1038f563abb4c91a1c542e'
+'SKIP'
+'9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
+'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
+'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
+'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
+'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
+'d6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab'
+'d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
+'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
+'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
+'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
+'7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
+'d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
+

[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 18:36:00
  Author: archange
Revision: 319901

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 319900, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 18:35:40 UTC (rev 319900)
+++ PKGBUILD2018-05-09 18:36:00 UTC (rev 319901)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

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

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 319900, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 18:36:00 UTC (rev 319901)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

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


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

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 18:35:40
  Author: archange
Revision: 319900

upgpkg: keepassxc 2.3.3-1

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 17:33:27 UTC (rev 319899)
+++ PKGBUILD2018-05-09 18:35:40 UTC (rev 319900)
@@ -3,7 +3,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=keepassxc
-pkgver=2.3.1
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
 makedepends=(cmake qt5-tools)
 
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd'
+sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
 'SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

 


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (16 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 18:24:08
  Author: anthraxx
Revision: 323644

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 323643, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 323643, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 323643, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 323643, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 323643, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 323643, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 323643, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch
(from rev 323643, 
linux-hardened/trunk/partially-revert-swiotlb-remove-various-exports.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  514 
 config.x86_64 |19216 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 linux.install |   22 
 linux.preset  |   28 
 partially-revert-swiotlb-remove-various-exports.patch |   52 
 8 files changed, 9978 insertions(+), 9978 deletions(-)

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


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 18:23:55
  Author: anthraxx
Revision: 323643

upgpkg: linux-hardened 4.16.8.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:59:28 UTC (rev 323642)
+++ PKGBUILD2018-05-09 18:23:55 UTC (rev 323643)
@@ -5,8 +5,8 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.16
-_pkgver=4.16.7
-pkgver=${_pkgver}.b
+_pkgver=4.16.8
+pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
 arch=('x86_64')
@@ -30,9 +30,9 @@
 replaces=('linux-grsec')
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91'
+'6fb2db1e38f762e6a028dfa5e6d094f0eb4324572667923aca3d64c87117772d'
 'SKIP'
-'3dc7b94bd1907a4e9381da29b23442c8c418e682b1ed17642258f88b1010a8c5'
+'07b1933643a36d3c69ce2254309be95fbba5ba7a61dda6366e026b14a1197933'
 'SKIP'
 'fe48716a74a7934d0519194c222fe2d21eaf199fe74fcbc55b1f0b41a514a299'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in cjdns/repos/community-x86_64 (4 files)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 17:33:27
  Author: anthraxx
Revision: 319899

archrelease: copy trunk to community-x86_64

Added:
  cjdns/repos/community-x86_64/PKGBUILD
(from rev 319898, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-x86_64/cjdns.install
(from rev 319898, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-x86_64/PKGBUILD
  cjdns/repos/community-x86_64/cjdns.install

---+
 PKGBUILD  |   99 
 cjdns.install |   52 ++---
 2 files changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 17:33:20 UTC (rev 319898)
+++ PKGBUILD2018-05-09 17:33:27 UTC (rev 319899)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kevin MacMartin 
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=20.1
-pkgrel=3
-pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-optdepends=('nodejs: optional utilities support')
-makedepends=('nodejs' 'python2')
-install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('519835f489359fb677d35040862dece20b75d84716281096f2c32c8531e8d784d852d8e2709d8c67e8098ad819f62c2a2ef1647fbad3e28e3e20f502d23cd3e7')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  # Pretend to be cross compiling so -march=native is not set.
-  CROSS="true" CJDNS_RELEASE_VERSION="${pkgver}" \
-node ./node_build/make.js
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute -t "${pkgdir}/usr/bin"
-  install -Dm 644 contrib/systemd/{cjdns,cjdns-resume}.service \
--t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 doc/man/cjdroute.conf.5 -t "${pkgdir}/usr/share/man/man5"
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
-README.md \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-  cp -a tools "${pkgdir}/usr/lib/${pkgname}"
-  cp -a node_modules "${pkgdir}/usr/lib/${pkgname}/node_modules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-x86_64/PKGBUILD (from rev 319898, 
cjdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 17:33:27 UTC (rev 319899)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Kevin MacMartin 
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=20.2
+pkgrel=1
+pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+optdepends=('nodejs: optional utilities support')
+makedepends=('nodejs' 'python2')
+install=cjdns.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha256sums=('b114f4e89c971d2c288e3d8265396248a37134895b0e0468bf55030de84b4d2a')
+sha512sums=('31edd3ff7e62bfe2ab555da1e34d4b900829180d9558eecdd93a3d726126067c8094419683f047abdcabc444e3b2ae933a68ca4fa1b535731f977e07983b7d39')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  # Pretend to be cross compiling so -march=native is not set.
+  CROSS="true" CJDNS_RELEASE_VERSION="${pkgver}" \
+node ./node_build/make.js
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute -t "${pkgdir}/usr/bin"
+  install -Dm 644 contrib/systemd/{cjdns,cjdns-resume}.service \
+-t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 doc/man/cjdroute.conf.5 -t "${pkgdir}/usr/share/man/man5"
+  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
+README.md \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+  cp -a tools "${pkgdir}/usr/lib/${pkgname}"
+  cp -a node_modules "${pkgdir}/usr/lib/${pkgname}/node_modules"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: cjdns.install
===
--- cjdns.install   2018-05-09 17:33:20 UTC (rev 319898)
+++ cjdns.install   2018-05-09 17:33:27 UTC (rev 319899)
@@ -1,26 +0,0 @@
-post_install() {
-  local config_file="cjdroute.conf"
-  local config_path="/etc/${config_file}"

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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 17:33:20
  Author: anthraxx
Revision: 319898

upgpkg: cjdns 20.2-1

Modified:
  cjdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 16:19:04 UTC (rev 319897)
+++ PKGBUILD2018-05-09 17:33:20 UTC (rev 319898)
@@ -5,8 +5,8 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=20.1
-pkgrel=3
+pkgver=20.2
+pkgrel=1
 pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
 url='https://github.com/cjdelisle/cjdns'
 arch=('x86_64')
@@ -16,7 +16,8 @@
 makedepends=('nodejs' 'python2')
 install=cjdns.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('519835f489359fb677d35040862dece20b75d84716281096f2c32c8531e8d784d852d8e2709d8c67e8098ad819f62c2a2ef1647fbad3e28e3e20f502d23cd3e7')
+sha256sums=('b114f4e89c971d2c288e3d8265396248a37134895b0e0468bf55030de84b4d2a')
+sha512sums=('31edd3ff7e62bfe2ab555da1e34d4b900829180d9558eecdd93a3d726126067c8094419683f047abdcabc444e3b2ae933a68ca4fa1b535731f977e07983b7d39')
 
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}


[arch-commits] Commit in fwupd/repos/community-x86_64 (4 files)

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 16:19:04
  Author: archange
Revision: 319897

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 319896, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD
  fwupd/repos/community-x86_64/capsule-changes.patch
  fwupd/repos/community-x86_64/config-esp-path.patch

---+
 PKGBUILD  |   73 +++---
 capsule-changes.patch |  135 --
 config-esp-path.patch |  242 
 3 files changed, 37 insertions(+), 413 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 16:18:44 UTC (rev 319896)
+++ PKGBUILD2018-05-09 16:19:04 UTC (rev 319897)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 319896, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 16:19:04 UTC (rev 319897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
+checkdepends=('umockdev')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}

Deleted: capsule-changes.patch
===
--- capsule-changes.patch   2018-05-09 16:18:44 UTC (rev 319896)
+++ capsule-changes.patch   2018-05-09 16:19:04 UTC (rev 319897)
@@ -1,135 +0,0 @@
-From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
-From: Mario Limonciello 
-Date: Mon, 19 Feb 2018 13:11:27 -0600
-Subject: [PATCH] uefi: Report if UX capsule was supported in the report
- metadata
-

- plugins/uefi/fu-plugin-uefi.c | 47 +++
- 1 file changed, 21 insertions(+), 26 deletions(-)
-
-diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
-index 1f59a99c..87950d7c 100644
 a/plugins/uefi/fu-plugin-uefi.c
-+++ b/plugins/uefi/fu-plugin-uefi.c
-@@ -29,6 +29,10 @@
- #include "fu-plugin.h"
- #include "fu-plugin-vfuncs.h"
- 
-+struct FuPluginData {
-+  gbooleanux_capsule;
-+};
-+
- /* drop when upgrading minimum required version of efivar to 33 */
- #if !defined (efi_guid_ux_capsule)
- #define efi_guid_ux_capsule 
EFI_GUID(0x3b8c8162,0x188c,0x46a4,0xaec9,0xbe,0x43,0xf1,0xd6,0x56,0x97)
-@@ -37,6 +41,8 @@
- void
- fu_plugin_init (FuPlugin *plugin)
- {
-+  FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof 
(FuPluginData));
-+  data->ux_capsule = FALSE;
-   fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
-   fu_plugin_add_report_metadata (plugin, 

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

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 16:18:44
  Author: archange
Revision: 319896

upgpkg: fwupd 1.0.7-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:59:13 UTC (rev 319895)
+++ PKGBUILD2018-05-09 16:18:44 UTC (rev 319896)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('15017c142f9e76b7133b6f31fccc456bbcb324700f15e2461a883e58849c95d3' 
'SKIP')
+sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:40:21
  Author: heftig
Revision: 323637

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 323636, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 323636, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   71 
 kernel-4.11.patch |   38 +++
 2 files changed, 109 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 323636, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-09 15:40:21 UTC (rev 323637)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.16-ARCH
+pkgrel=34
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.16' 
'linux-headers<4.17')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 323636, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-05-09 15:40:21 UTC (rev 323637)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ 

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:40:05
  Author: heftig
Revision: 323636

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 323635, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 323635, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 323635, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-09 15:40:05 UTC (rev 323636)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.24
+_extramodules=extramodules-4.16-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.16' 'linux-headers<4.17')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('59bb112b17ca72cd15fed4e521d4b52b0e9f5b8b13a95b36521f8eda978b568e'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 323635, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-05-09 15:40:05 UTC (rev 323636)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+   

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:39:33
  Author: heftig
Revision: 319888

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 319887, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 319887, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 319887, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:39:33 UTC (rev 319888)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=128
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 319887, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-05-09 15:39:33 UTC (rev 319888)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


[arch-commits] Commit in nvidia-390xx/repos (3 files)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:39:49
  Author: heftig
Revision: 323635

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 323634, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 323634, nvidia-390xx/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 323634, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-09 15:39:49 UTC (rev 323635)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.48
+_extramodules=extramodules-4.16-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'linux' 'linux-headers>=4.16' 
'linux-headers<4.17')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+kernel-4.16.patch)
+sha256sums=('2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-390xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 323634, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-05-09 15:39:49 UTC (rev 323635)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh 

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:39:14
  Author: heftig
Revision: 319887

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 319886, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 319886, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 319886, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
319886, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-05-09 15:39:14 UTC (rev 
319887)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 319886, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:39:14 UTC (rev 319887)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=69
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 319886, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-05-09 15:39:14 UTC (rev 319887)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:38:56
  Author: heftig
Revision: 319886

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 319885, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 319885, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 319885, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:38:56 UTC (rev 319886)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=56
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 319885, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-05-09 15:38:56 UTC (rev 
319886)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ 

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:38:37
  Author: heftig
Revision: 319885

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 319884, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 319884, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:38:37 UTC (rev 319885)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=134
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


[arch-commits] Commit in virtualbox-modules-arch/repos (2 files)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:38:20
  Author: heftig
Revision: 319884

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 319883, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 319883, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:38:20 UTC (rev 319884)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.10
+pkgrel=7
+_linux_major=4
+_linux_minor=16
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf-4.16/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:38:02
  Author: heftig
Revision: 319883

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 319882, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 319882, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:38:02 UTC (rev 319883)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=22
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17' 'git')
+_extradir=/usr/lib/modules/extramodules-4.16-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


[arch-commits] Commit in broadcom-wl/repos (2 files)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:37:45
  Author: heftig
Revision: 319882

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 319881, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 319881, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 15:37:45 UTC (rev 319882)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=15
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:31:11
  Author: heftig
Revision: 323634

390.48-2: kernel 4.16.8-1

Modified:
  nvidia-390xx/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:52 UTC (rev 323633)
+++ PKGBUILD2018-05-09 15:31:11 UTC (rev 323634)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 323322 2018-05-02 22:38:55Z heftig $
+# $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Maintainer: Felix Yan 
 # Contributor: Thomas Baechler 
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.48
 _extramodules=extramodules-4.16-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:52
  Author: heftig
Revision: 323633

340.106-34: kernel 4.16.8-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:50 UTC (rev 323632)
+++ PKGBUILD2018-05-09 15:30:52 UTC (rev 323633)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.16-ARCH
-pkgrel=33
+pkgrel=34
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:31:01
  Author: heftig
Revision: 319881

6.30.223.271-15: kernel 4.16.8-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:39 UTC (rev 319880)
+++ PKGBUILD2018-05-09 15:31:01 UTC (rev 319881)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=14
+pkgrel=15
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


[arch-commits] Commit in gnome-system-monitor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:50
  Author: heftig
Revision: 323632

archrelease: copy trunk to extra-x86_64

Added:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 323630, gnome-system-monitor/trunk/PKGBUILD)
Deleted:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:46 UTC (rev 323631)
+++ PKGBUILD2018-05-09 15:30:50 UTC (rev 323632)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-system-monitor
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="View current processes and monitor system state"
-url="https://wiki.gnome.org/Apps/SystemMonitor;
-arch=(x86_64)
-license=(GPL)
-depends=(libgtop gtkmm3 librsvg systemd)
-makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=e669d157f3232daf97fbfd6c215002ddc7379dc5  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-system-monitor/repos/extra-x86_64/PKGBUILD (from rev 323630, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 15:30:50 UTC (rev 323632)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.28.2
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=37c313130900d570e04c1c839c72594e1b30582f  # tags/3.28.2^0
+source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:29:55
  Author: heftig
Revision: 319876

0.8-134: kernel 4.16.8-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:29:50 UTC (rev 319875)
+++ PKGBUILD2018-05-09 15:29:55 UTC (rev 319876)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=133
+pkgrel=134
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:28
  Author: heftig
Revision: 319878

0.43-22: kernel 4.16.8-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:18 UTC (rev 319877)
+++ PKGBUILD2018-05-09 15:30:28 UTC (rev 319878)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=21
+pkgrel=22
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:34
  Author: heftig
Revision: 319879

20170610-69: kernel 4.16.8-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:28 UTC (rev 319878)
+++ PKGBUILD2018-05-09 15:30:34 UTC (rev 319879)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=68
+pkgrel=69
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:46
  Author: heftig
Revision: 323631

396.24-2: kernel 4.16.8-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:18:21 UTC (rev 323630)
+++ PKGBUILD2018-05-09 15:30:46 UTC (rev 323631)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.24
 _extramodules=extramodules-4.16-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:39
  Author: heftig
Revision: 319880

5.2.10-7: kernel 4.16.8-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:30:34 UTC (rev 319879)
+++ PKGBUILD2018-05-09 15:30:39 UTC (rev 319880)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.10
-pkgrel=6
+pkgrel=7
 _linux_major=4
 _linux_minor=16
 arch=('x86_64')


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:30:18
  Author: heftig
Revision: 319877

8.045.08-56: kernel 4.16.8-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:29:55 UTC (rev 319876)
+++ PKGBUILD2018-05-09 15:30:18 UTC (rev 319877)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=55
+pkgrel=56
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:29:50
  Author: heftig
Revision: 319875

1.1.0-128: kernel 4.16.8-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 14:03:12 UTC (rev 319874)
+++ PKGBUILD2018-05-09 15:29:50 UTC (rev 319875)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=127
+pkgrel=128
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 15:18:21
  Author: heftig
Revision: 323630

3.28.2-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:00:53 UTC (rev 323629)
+++ PKGBUILD2018-05-09 15:18:21 UTC (rev 323630)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
@@ -13,7 +13,7 @@
 makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
 options=(!emptydirs)
 groups=(gnome)
-_commit=e669d157f3232daf97fbfd6c215002ddc7379dc5  # tags/3.28.1^0
+_commit=37c313130900d570e04c1c839c72594e1b30582f  # tags/3.28.2^0
 
source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2018-05-09 Thread Andreas Radke via arch-commits
Date: Wednesday, May 9, 2018 @ 15:00:53
  Author: andyrtr
Revision: 323629

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 323628, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 323628, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-05-09 15:00:53 UTC (rev 323629)
@@ -0,0 +1,542 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=6.0.4
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+
+_url="https://download.documentfoundation.org/libreoffice/stable;
+#_url="https://download.documentfoundation.org/libreoffice/testing;
+#_url="https://dev-builds.libreoffice.org/pre-releases;
+
+
+#_url+="/${pkgver}-rc2/rpm/x86_64"
+#_url+="/${pkgver}/rpm/x86_64"
+_url+="/${pkgver}/rpm/x86_64"
+#_url+="/rpm/x86_64"
+
+_languages=(
+  'af"Afrikaans"   0'
+  'am"Amharic" 1'
+  'ar"Arabic"  1'
+  'as"Assamese (India)"0'
+  'ast   "Asturianu"   1'
+  'be"Belarusian"  0'
+  'bg"Bulgarian"   1'
+  'bn"Bengali" 1'
+  'bn-IN "Bengali (India)" 1'
+  'bo"Tibetan" 1'
+  'br"Breton"  0'
+  'brx   "Bodo"0'
+  'bs"Bosnian" 1'
+  'ca"Catalan" 1'
+  'ca-valencia   "Catalan (Valencia)"  1'
+  'cs"Czech"   1'
+  'cy"Welsh"   0'
+  'da"Danish"  1'
+  'de"German"  1'
+  'dgo   "Dogri"   0'
+  'dz"Dzongkha"1'
+  'el"Greek"   1'
+  'en-GB "English (GB)"1'
+  'en-ZA "English (ZA)"1'
+  'eo"Esperanto"   1'
+  'es"Spanish" 1'
+  'et"Estonian"1'
+  'eu"Basque"  1'
+  'fa"Persian" 0'
+  'fi"Finnish" 1'
+  'fr"French"  1'
+  'ga"Irish"   0'
+  'gd"Gaelic (Scottish)"   0'
+  'gl"Galician"1'
+  'gu"Gujarati"1'
+  'he"Hebrew"  1'
+  'hi"Hindi"   1'
+  'hr"Croatian"1'
+  'hu"Hungarian"   1'
+  'id"Indonesian"  1'
+  'is"Icelandic"   1'
+  'it"Italian" 1'
+  'ja"Japanese"1'
+  'ka"Georgian"1'
+  'kk"Kazakh"  0'
+  'km"Khmer (Cambodia)"1'
+  'kmr-Latn  "Kurdish" 0'
+  'kn"Kannada" 0'
+  'ko"Korean"  1'
+  'kok   "Konkani" 0'
+  'ks"Kashmiri"0'
+  'lb"Luxembourgish"   0'
+  'lo"Lao" 1'
+  'lt"Lithuanian"  1'
+  'lv"Latvian" 1'
+  'mai   "Maithili"0'
+  'mk"Macedonian"  1'
+  'ml"Malayalam"   0'
+  'mn"Mongolian"   0'
+  'mni   "Manipuri"0'
+  'mr"Marathi" 0'
+  'my"Burmese" 0'
+  'nb"Norwegian Bokmal"1'
+  'ne"Nepali"  1'
+  'nl"Dutch"   1'
+  'nn"Norwegian Nynorsk"   1'
+  'nr"Ndebele (South)" 0'
+  'nso   "Northern Sotho"  0'
+  'oc"Occitan" 0'
+  'om"Oromo"   1'
+  'or"Oriya"   0'
+  'pa-IN "Punjabi (India)" 0'
+  'pl"Polish"  1'
+  'pt"Portuguese"  1'
+  'pt-BR "Portuguese (Brasil)" 1'

[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2018-05-09 Thread Andreas Radke via arch-commits
Date: Wednesday, May 9, 2018 @ 15:00:14
  Author: andyrtr
Revision: 323628

upgpkg: libreoffice-fresh-i18n 6.0.4-1

upstream update 6.0.4

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 14:32:48 UTC (rev 323627)
+++ PKGBUILD2018-05-09 15:00:14 UTC (rev 323628)
@@ -4,8 +4,8 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.0.3
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
@@ -138,351 +138,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('2b91d095c566d1a5bf3ace4ae601945d9bebb3787303785dcd458c77846af5eb'
+sha256sums=('2fac6cd647fb40dbdc4b94e4a0a13b285709a7b3130b81851c2c6c0abdcb0a63'
 'SKIP'
-'7a661e6214d84c7eb7369da0bd3c7473851c84062d06c97f39c0371e3ec380c4'
+'e6e5ec4593e792ff3d6911a198688ea1c1086addada33e6a44649adad2bd3232'
 'SKIP'
-'201da19b7541ec519f943969d3c5394e5c7a0c8fb9b9b8348003ae2d6eb1b839'
+'8cf843b0930f0b9bb9149e5bbae211970a2663dc7911f0b0ce567ec3f6ebe977'
 'SKIP'
-'b619aa731d7ff8141b32f7a8296b6de457e7a852dc7d3a090611bfe4ff69fc20'
+'28fc00c65caccd775c858f3efac0d780edc4cf9346093a902c8999e11c3aab73'
 'SKIP'
-'be50b0621855cb76f56ee1e0bb27b21db11d17d10a838a6062696a6b46dc7909'
+'2140578fb5d37f09a0ba309bfe2ec04051f1eb96f7bb610d9f9a5c32eb13fd94'
 'SKIP'
-'2f72196d135b945cf67af18633c0acaae1e598f4493c7c34215f53f047102b2a'
+'a9acdf13cc8490d145ab004a40298576dc68080ad58ec0dabeb6b57a28aecc96'
 'SKIP'
-'2c329cff53b01595c069c6ffb3a2c9313c1f78d4b75e1694f8fd70a04740e0b2'
+'fd425d6cf115fa7282000a0dc60168478707d8e0be341ecb11fba8ae9ae3177b'
 'SKIP'
-'61380100526b594e7343187f808f7a92d54866192cf85bf99c96fda6afa9d1b1'
+'2b76aba4c7f8f3c321e3bf27f0cb5adfc6949117ca1e59058fe68dfa7db7d799'
 'SKIP'
-'1f93ffde7dd0abe4dcb24ec658cc0a8f045d520a1930073e6b98516f348008aa'
+'353e78d6e26cd4a682afeda04a32da5591750619276bec7bfcdf88365d801fbf'
 'SKIP'
-'b24c609a953b4efaceb89313daab42ae6e0181fafcbc02dbb93f0fa17bde0a53'
+'b25153cc23d46678dfd3dadac3c89b4c50eae24eb809aac5e3deda1da264a37a'
 'SKIP'
-'1536c500df12dfaf15d1e36878312676d26aca53c76322781c326bd6af56da1b'
+'ed9dd5b08a18d123cb608f6791ad0c04f6a4bd05ed14486c06c8fb13114f54d3'
 'SKIP'
-'e87680c3e05b164b1bd6fd76a08ea9347a4791b1d2a1d7d259b395e5f555b609'
+'724e3b347e06b2a7262d099d67189d6d616b87ea187dbb0d88c2855524258e3e'
 'SKIP'
-'8b86b607cc1e295348858b0a62c00cedd93f300ff873d82f1dca16e6cd222e79'
+'6b2a11dfd7fcce550b814cfcd04639eb3ee7931ee69faa461a18cf0fbfdcfdc0'
 'SKIP'
-'fdeb71624a45d92045255e44d5dab8d2e286da55acfbd4365951adb0686a3491'
+'176131f058e61482f8130996fe89ea238be4bf46c15d352c31909f5fb72e660e'
 'SKIP'
-'e7f06330c82bdd7d7749317ec1848c316782c3344a732cd2853a1addd56b0d20'
+'4abc74b3748a1f6def6654cb36abdba71710b5a9c9643da34e1b1d8dd62d1bca'
 'SKIP'
-'335ae11f006a3df3957261956654e81f181f370fcdcabf489fc625a37e04bb7c'
+'58e869a873fc3d8d82c78f817d734bbe03638ca6a48e0b6297cdcf7a47bc30e6'
 'SKIP'
-'46fc8d0a689345ce0edd535ba28db1badd111bb36a4172aad9c1dcd7a737cfcb'
+'1f4ebe4e061e3d885900670a30b79547de63dbd3a0df459c233b729ba1ae71e7'
 'SKIP'
-'8af6382f3891e76731ca522e28c231a3530c8884aaad7ad3f80d8db65e3712e5'
+'d5976a00ab4b5b48bfd90997c19e42b1fd6b267036fbab4d34c61fb051c29ee5'
 'SKIP'
-'ce0bc614d9661c9d3baa6fbc372fa4ed35598cbfb867c71b3cda9b26d7059b15'
+'28f9d7775119a88d1844bcf6eecf3bcb918c5847362b80eff1be57b84265c12e'
 'SKIP'
-'fb60fc16f4985212d475674f8714744febb32c19a9ae0128271e87a9ce4bda39'
+'96740fc09090e3385233d18c162fe22667244ac72c4f6374b8283ff0048876e7'
 'SKIP'
-'fc1c95eb6f6c0910cc9708fe381e2374376e9972dcccf56f3dd2bdc95660a627'
+'0f06fc5e3649d2b933ae3674fc57840c9e336a03b8c1b3af06724b6415ca2bdc'
 'SKIP'
-'c3864579e9a01b009240ab088738a51ff0ca01b9be9d8345bb7531dda1d67573'
+'8e819ee0e2b562368536f5473fe8b6773db4ea09e532dafbd5152a6895e06b87'
 'SKIP'
-'f21afd449bb0135d3a1f5b32046c09faf431baca759b60ff98a82aff2345da21'
+

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 14:31:19
  Author: heftig
Revision: 323626

tabs

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 14:30:54 UTC (rev 323625)
+++ PKGBUILD2018-05-09 14:31:19 UTC (rev 323626)
@@ -52,7 +52,7 @@
patch -p0 -i ${srcdir}/php.ini.patch
patch -p1 -i ${srcdir}/enchant-2.patch
patch -p1 -i ${srcdir}/freetype.patch
-autoconf
+   autoconf
 
rm tests/output/stream_isatty_*.phpt
 }


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 14:30:54
  Author: heftig
Revision: 323625

fix freetype, fix patches touching configure

Added:
  php/trunk/freetype.patch
Modified:
  php/trunk/PKGBUILD
  php/trunk/apache.patch
  php/trunk/enchant-2.patch

-+
 PKGBUILD|   12 
 apache.patch|   10 --
 enchant-2.patch |   23 ---
 freetype.patch  |   38 ++
 4 files changed, 46 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 13:01:13 UTC (rev 323624)
+++ PKGBUILD2018-05-09 14:30:54 UTC (rev 323625)
@@ -30,15 +30,17 @@
  'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre' 'libnsl')
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
+'enchant-2.patch' 'freetype.patch')
 
sha512sums=('1d49fc6e47d2e86d4fd62396e558965502f44cc8f72459bb0d406e157298cac67703b219837952da11122722d9fa8cb4cda8ef66ddf063cb063859db34110f58'
 'SKIP'
-
'7b87f785008f4e53e2837ba4009817145b10c46783ec3d19e158881f04bbc03ba0a36396058792bf72ccdc6de603b01ca3f248fae349703d08df74895eeeab46'
+
'bb9abfc51c41e1de180ef09244691c909ee64feebd9749978e1ecb7f576466a37232d9c6e97c1a01a96b8413a33c4818a91dc79f63078dc1946f56dad516bb05'
 
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
 
'c5d57a4d06d33856082a461a6796975ec42b655e81abe14bc896692d44b5c28e9b344111e64d13af486168b3dc927d908705e543095f34052f72198f257b4c34'
 
'824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f'
 
'85000bcb4f5674bfcbac7f32aeb28c523904a23da716e7fd982ac225845843e0acb33c0b8552107c234b1dd106337ad0a6792253f200980b88a6f6239ec982d0'
-
'89993be67988f6db09e1102214a41fdb7223274bc6ca71f1defc5fe9548d832485f7133b8ba82860f04da00c7f655d701c7550460c0172a2a2d31ef3f3f96038')
+
'06b49fb044fe8cdeef5109aa7bb6858906396e3f3643827cdb241264029579c71b0a7661d24b78b16573c54832505491c4b2a1fd77ae7c313cb082731c2efd9e'
+
'97ca469d5234f5cc71af38bb99a60130fdab5f849ad1f49f112101779c7659ca4d6700aef72e0294c85bdcb18e487fc0cdda855cc51084b9e8cacb02ec0fb1eb')
 validpgpkeys=('B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F'
   '1729F83938DA44E27BA0F4D3DBDB397470D12172')
 
@@ -48,7 +50,9 @@
patch -p0 -i ${srcdir}/apache.patch
patch -p0 -i ${srcdir}/php-fpm.patch
patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ../enchant-2.patch
+   patch -p1 -i ${srcdir}/enchant-2.patch
+   patch -p1 -i ${srcdir}/freetype.patch
+autoconf
 
rm tests/output/stream_isatty_*.phpt
 }

Modified: apache.patch
===
--- apache.patch2018-05-09 13:01:13 UTC (rev 323624)
+++ apache.patch2018-05-09 14:30:54 UTC (rev 323625)
@@ -8,13 +8,3 @@
  if test -n "$APACHE_THREADED_MPM"; then
PHP_BUILD_THREAD_SAFE
  fi
 configure.orig
-+++ configure
-@@ -7020,7 +7020,6 @@
- 
- fi
-   else
--APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
- if test -n "$APACHE_THREADED_MPM"; then
- 
-   enable_maintainer_zts=yes

Modified: enchant-2.patch
===
--- enchant-2.patch 2018-05-09 13:01:13 UTC (rev 323624)
+++ enchant-2.patch 2018-05-09 14:30:54 UTC (rev 323625)
@@ -21,29 +21,6 @@
PHP_ADD_INCLUDE($ENCHANT_INCDIR)
PHP_CHECK_LIBRARY(enchant, enchant_broker_set_param,
[
 php-7.1.13/configure.orig  2018-01-21 22:03:51.494656374 +
-+++ php-7.1.13/configure   2018-01-21 22:12:35.932571143 +
-@@ -29838,9 +29838,9 @@
-   ENCHANT_SEARCH_DIRS="/usr/local /usr"
-   fi
-   for i in $ENCHANT_SEARCH_DIRS; do
--  if test -f $i/include/enchant/enchant.h; then
-+  if test -f $i/include/enchant-2/enchant.h; then
-   ENCHANT_DIR=$i
--  ENCHANT_INCDIR=$i/include/enchant
-+  ENCHANT_INCDIR=$i/include/enchant-2
-   elif test -f $i/include/enchant.h; then
-   ENCHANT_DIR=$i
-   ENCHANT_INCDIR=$i/include
-@@ -29862,7 +29862,7 @@
- 
- 
-   if test "$ext_shared" = "yes"; then
--ENCHANT_SHARED_LIBADD="-lenchant $ENCHANT_SHARED_LIBADD"
-+ENCHANT_SHARED_LIBADD="-lenchant-2 $ENCHANT_SHARED_LIBADD"
- if test -n "$ENCHANT_LIBDIR"; then
- 
-   if test "$ENCHANT_LIBDIR" != "/usr/$PHP_LIBDIR" 

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

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 14:03:12
  Author: eschwartz
Revision: 319874

Fix sources not being unique enough for shared $SRCDEST

oops.

Modified:
  sx/repos/community-any/PKGBUILD
  sx/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-05-09 13:58:12 UTC (rev 319873)
+++ repos/community-any/PKGBUILD2018-05-09 14:03:12 UTC (rev 319874)
@@ -9,7 +9,7 @@
 url="https://github.com/Earnestly/sx;
 license=('MIT')
 depends=('xorg-server' 'xorg-xauth')
-source=("${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
 
 package() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-05-09 13:58:12 UTC (rev 319873)
+++ trunk/PKGBUILD  2018-05-09 14:03:12 UTC (rev 319874)
@@ -9,7 +9,7 @@
 url="https://github.com/Earnestly/sx;
 license=('MIT')
 depends=('xorg-server' 'xorg-xauth')
-source=("${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
 
 package() {


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

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 13:58:12
  Author: eschwartz
Revision: 319873

archrelease: copy trunk to community-any

Added:
  sx/repos/community-any/
  sx/repos/community-any/PKGBUILD
(from rev 319872, sx/trunk/PKGBUILD)

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

Copied: sx/repos/community-any/PKGBUILD (from rev 319872, sx/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-05-09 13:58:12 UTC (rev 319873)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=sx
+pkgver=1.0
+pkgrel=1
+pkgdesc="Simple alternative to startx(1) for starting an Xorg server."
+arch=('any')
+url="https://github.com/Earnestly/sx;
+license=('MIT')
+depends=('xorg-server' 'xorg-xauth')
+source=("${url}/archive/${pkgver}.tar.gz")
+sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make PREFIX=/usr DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-05-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 9, 2018 @ 13:57:53
  Author: eschwartz
Revision: 319872

New package: sx 1.0-1

Added:
  sx/
  sx/repos/
  sx/trunk/
  sx/trunk/PKGBUILD

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

Added: sx/trunk/PKGBUILD
===
--- sx/trunk/PKGBUILD   (rev 0)
+++ sx/trunk/PKGBUILD   2018-05-09 13:57:53 UTC (rev 319872)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=sx
+pkgver=1.0
+pkgrel=1
+pkgdesc="Simple alternative to startx(1) for starting an Xorg server."
+arch=('any')
+url="https://github.com/Earnestly/sx;
+license=('MIT')
+depends=('xorg-server' 'xorg-xauth')
+source=("${url}/archive/${pkgver}.tar.gz")
+sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make PREFIX=/usr DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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


[arch-commits] Commit in hledger-ui/repos (2 files)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 13:04:54
  Author: felixonmars
Revision: 319869

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 319868, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 319868, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 13:04:54 UTC (rev 319869)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.9
+pkgrel=10
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 
'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4b0007f5cd7cbea8c72ecee19a802a0751a19cc34ec1b67d53ab6510e8276695f84a358d798506d08f1eb1dd562a44807244fd590354cf5edb5ba9d42daf3223')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 13:04:00
  Author: felixonmars
Revision: 319868

upgpkg: hledger-ui 1.9-10

rebuild with brick,0.37

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 13:02:54 UTC (rev 319867)
+++ PKGBUILD2018-05-09 13:04:00 UTC (rev 319868)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.9
-pkgrel=9
+pkgrel=10
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in haskell-brick/repos (2 files)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 13:02:54
  Author: felixonmars
Revision: 319867

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-brick/repos/community-staging-x86_64/
  haskell-brick/repos/community-staging-x86_64/PKGBUILD
(from rev 319866, haskell-brick/trunk/PKGBUILD)

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 319866, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 13:02:54 UTC (rev 319867)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.37
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-stm' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f58eeb3096b5e44e503d877ab2ea09a7ecc2fa08c23d299832f7c42161abe97b3ce83141d650a9f6e6a182de2861bb0eff668d2ef7f9a79802a699aa4d423bff')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 13:02:29
  Author: felixonmars
Revision: 319866

upgpkg: haskell-brick 0.37-1

rebuild with brick,0.37

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:58:30 UTC (rev 319865)
+++ PKGBUILD2018-05-09 13:02:29 UTC (rev 319866)
@@ -4,8 +4,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.36
-pkgrel=5
+pkgver=0.37
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
  'haskell-word-wrap')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b1411e6d25f659436aa89ed08c530e9ce0bfa0d920b338c71059c3276a6833508eede1306d19072d4c908858b4b528f06238c8a1e73b3b01ae29cc6f5ed29cbe')
+sha512sums=('f58eeb3096b5e44e503d877ab2ea09a7ecc2fa08c23d299832f7c42161abe97b3ce83141d650a9f6e6a182de2861bb0eff668d2ef7f9a79802a699aa4d423bff')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 13:01:13
  Author: heftig
Revision: 323624

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 323623, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 323623, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  
linux/repos/staging-x86_64/0003-Partially-revert-swiotlb-remove-various-exports.patch
(from rev 323623, 
linux/trunk/0003-Partially-revert-swiotlb-remove-various-exports.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 323623, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 323623, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 323623, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 323623, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 323623, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 323623, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 0003-Partially-revert-swiotlb-remove-various-exports.patch  |   29 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  243 
 config  | 9600 
++
 linux.install   |   10 
 linux.preset|   14 
 9 files changed, 10064 insertions(+)

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


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 13:00:40
  Author: heftig
Revision: 323623

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 323622, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 323622, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 323622, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 323622, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 323622, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 323622, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  237 +
 config| 9640 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9924 insertions(+)

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


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:58:30
  Author: felixonmars
Revision: 319865

archrelease: copy trunk to community-staging-x86_64

Added:
  sk1/repos/community-staging-x86_64/
  sk1/repos/community-staging-x86_64/PKGBUILD
(from rev 319864, sk1/trunk/PKGBUILD)

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

Copied: sk1/repos/community-staging-x86_64/PKGBUILD (from rev 319864, 
sk1/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 12:58:30 UTC (rev 319865)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: ConnorBehan 
+
+pkgname=sk1
+pkgver=2.0rc3
+pkgrel=2
+epoch=1
+pkgdesc="Professional quality illustration program"
+arch=(x86_64)
+url="https://sk1project.net/;
+depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
+license=('GPL3')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f3cdba5c764ddc1d4f6052ebce734c77c4c9dff9b5af702f37c8875b57440493ccfffb1ed100c35eda3c16eb5011997d0e42263713f5d1ec6cce32dcfafe4083')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:58:03
  Author: felixonmars
Revision: 319864

upgpkg: sk1 1:2.0rc3-2

libmagick/libmagick6 rebuild

Modified:
  sk1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:55:29 UTC (rev 319863)
+++ PKGBUILD2018-05-09 12:58:03 UTC (rev 319864)
@@ -5,7 +5,7 @@
 
 pkgname=sk1
 pkgver=2.0rc3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Professional quality illustration program"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
 license=('GPL3')
 
source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff')
+sha512sums=('f3cdba5c764ddc1d4f6052ebce734c77c4c9dff9b5af702f37c8875b57440493ccfffb1ed100c35eda3c16eb5011997d0e42263713f5d1ec6cce32dcfafe4083')
 
 build() {
   cd $pkgname-$pkgver


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:55:03
  Author: felixonmars
Revision: 319862

upgpkg: zbar 0.20-3

libmagick/libmagick6 rebuild

Modified:
  zbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:38:11 UTC (rev 319861)
+++ PKGBUILD2018-05-09 12:55:03 UTC (rev 319862)
@@ -7,7 +7,7 @@
 pkgbase=zbar
 pkgname=(zbar zbar-gtk zbar-qt python2-zbar)
 pkgver=0.20
-pkgrel=2
+pkgrel=3
 pkgdesc="Application and library for reading bar codes from various sources"
 arch=('x86_64')
 url="https://github.com/procxx/zbar;


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:55:29
  Author: felixonmars
Revision: 319863

archrelease: copy trunk to community-staging-x86_64

Added:
  zbar/repos/community-staging-x86_64/
  zbar/repos/community-staging-x86_64/PKGBUILD
(from rev 319862, zbar/trunk/PKGBUILD)
  zbar/repos/community-staging-x86_64/imagemagick7.patch
(from rev 319862, zbar/trunk/imagemagick7.patch)

+
 PKGBUILD   |  103 +++
 imagemagick7.patch |   22 ++
 2 files changed, 125 insertions(+)

Copied: zbar/repos/community-staging-x86_64/PKGBUILD (from rev 319862, 
zbar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-09 12:55:29 UTC (rev 319863)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Marti Raudsepp 
+# Contributor: Radu Andries 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=zbar
+pkgname=(zbar zbar-gtk zbar-qt python2-zbar)
+pkgver=0.20
+pkgrel=3
+pkgdesc="Application and library for reading bar codes from various sources"
+arch=('x86_64')
+url="https://github.com/procxx/zbar;
+license=('LGPL')
+makedepends=('libmagick' 'libxv' 'v4l-utils' 'qt5-x11extras' 'pygtk' 'python' 
'xmlto' 'docbook-xsl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/procxx/zbar/archive/$pkgver.tar.gz;
+imagemagick7.patch)
+sha512sums=('b013dc5f72f910e8e0dc73de1705684f76e5cb5b2026d48d3e149d3e8b46afdf273d06f32738c588c272218e95b5cd39d3c0b8be4eb9be17553504a13b11c144'
+
'43987414a6432b9e7da329f5a416f389d29bfc3417a6edc65a46b2677ade7dbb8c150df90c8b42464a6cb17c4732509fb8d3672387dafe9fd17a5def78a5ef63')
+
+prepare() {
+  cd zbar-$pkgver
+  patch -p1 -i ../imagemagick7.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd zbar-$pkgver
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  PYTHON="/usr/bin/python2" \
+  ./configure --prefix=/usr --with-qt --with-gtk CFLAGS="$CFLAGS -DNDEBUG"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_zbar() {
+  depends=('libmagick' 'libsm' 'libxv' 'v4l-utils')
+
+  cd zbar-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/lib/libzbar{gtk,qt}.so* \
+"$pkgdir"/usr/lib/*.a \
+"$pkgdir"/usr/include/zbar/zbargtk.h \
+"$pkgdir"/usr/include/zbar/QZBar*.h \
+"$pkgdir"/usr/lib/pkgconfig/zbar-{gtk,qt}.pc \
+"$pkgdir"/usr/lib/python2.7 \
+"$pkgdir"/usr/bin/zbarcam-*
+}
+
+package_zbar-gtk() {
+  depends=('zbar' 'gtk2')
+
+  cd zbar-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/usr/include/zbar/zbargtk.h ./
+
+  rm -r "$pkgdir"/usr/lib/libzbar{,qt}.so* \
+"$pkgdir"/usr/lib/*.a \
+"$pkgdir"/usr/include/zbar/*.h \
+"$pkgdir"/usr/include/zbar.h \
+"$pkgdir"/usr/lib/pkgconfig/zbar{,-qt}.pc \
+"$pkgdir"/usr/lib/python2.7 \
+"$pkgdir"/usr/share \
+"$pkgdir"/usr/bin/{zbarimg,zbarcam,zbarcam-qt}
+
+  mv ./zbargtk.h "$pkgdir"/usr/include/zbar/
+}
+
+package_zbar-qt() {
+  depends=('zbar' 'qt5-x11extras')
+
+  cd zbar-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/usr/include/zbar/QZBar*.h ./
+
+  rm -r "$pkgdir"/usr/lib/libzbar{,gtk}.so* \
+"$pkgdir"/usr/lib/*.a \
+"$pkgdir"/usr/include/zbar/*.h \
+"$pkgdir"/usr/include/zbar.h \
+"$pkgdir"/usr/lib/pkgconfig/zbar{,-gtk}.pc \
+"$pkgdir"/usr/lib/python2.7 \
+"$pkgdir"/usr/share \
+"$pkgdir"/usr/bin/{zbarimg,zbarcam,zbarcam-gtk}
+
+  mv ./QZBar*.h "$pkgdir"/usr/include/zbar/
+}
+
+package_python2-zbar() {
+  depends=('zbar-gtk' 'pygtk')
+
+  cd zbar-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/lib/*.so* \
+"$pkgdir"/usr/include \
+"$pkgdir"/usr/lib/pkgconfig \
+"$pkgdir"/usr/{bin,share}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: zbar/repos/community-staging-x86_64/imagemagick7.patch (from rev 
319862, zbar/trunk/imagemagick7.patch)
===
--- community-staging-x86_64/imagemagick7.patch (rev 0)
+++ community-staging-x86_64/imagemagick7.patch 2018-05-09 12:55:29 UTC (rev 
319863)
@@ -0,0 +1,22 @@
+--- zbar-0.10/configure.ac~2016-12-20 09:17:33.0 +0100
 zbar-0.10/configure.ac 2016-12-20 09:21:38.906665127 +0100
+@@ -333,7 +333,7 @@
+ dnl double check ImageMagick install (bug #2582232)
+   CPPFLAGS_save="$CPPFLAGS"
+   CPPFLAGS="$CPPFLAGS $MAGICK_CFLAGS"
+-  AC_CHECK_HEADER([wand/MagickWand.h],
++  AC_CHECK_HEADER([MagickWand/MagickWand.h],
+ [have_IM="yes"],
+ [have_IM="broken"])
+   CPPFLAGS="$CPPFLAGS_save"])])
+--- zbar-0.10/zbarimg/zbarimg.c.orig   2016-12-20 09:18:15.924187996 +0100
 

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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 12:39:59
  Author: heftig
Revision: 323620

4.16.8-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |   10 +-
 config   |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:39:46 UTC (rev 323619)
+++ PKGBUILD2018-05-09 12:39:59 UTC (rev 323620)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.16
-_zenpatch=zen-4.16.7-e4d0813294b6d9b3d9bbf2cd421a74c185bfe6d8.diff
-pkgver=4.16.7
+_zenpatch=zen-4.16.8-f93e2303b6d0af3f696da396053f762ad089d43f.diff
+pkgver=4.16.8
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -30,11 +30,11 @@
 )
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91'
+'6fb2db1e38f762e6a028dfa5e6d094f0eb4324572667923aca3d64c87117772d'
 'SKIP'
-'3b6c003ec3a80fc58bc24a282a1b798c536ca38af6fb0a4745b8e33c2d185637'
+'c9e778a55a23546bfeddf4ab47fe2ea53e1a41898f0f81945a1b365361a36f69'
 'SKIP'
-'ad4fa5596893e913670d3c864ffc3ab1685e0161dc45ed8803936ed469bdef0b'
+'42aa792170d551f0e1138cf786b6915c20e99607c23807a0c1e7a9689b05'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-05-09 12:39:46 UTC (rev 323619)
+++ config  2018-05-09 12:39:59 UTC (rev 323620)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.4-1 Kernel Configuration
+# Linux/x86 4.16.7-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -690,7 +690,7 @@
 CONFIG_ARCH_RANDOM=y
 CONFIG_X86_SMAP=y
 CONFIG_X86_INTEL_UMIP=y
-CONFIG_X86_INTEL_MPX=y
+# CONFIG_X86_INTEL_MPX is not set
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y


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

2018-05-09 Thread Jan Steffens via arch-commits
Date: Wednesday, May 9, 2018 @ 12:39:46
  Author: heftig
Revision: 323619

4.16.8-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:38:48 UTC (rev 323618)
+++ PKGBUILD2018-05-09 12:39:46 UTC (rev 323619)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.16
-pkgver=4.16.7
+pkgver=4.16.8
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -29,7 +29,7 @@
 )
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91'
+'6fb2db1e38f762e6a028dfa5e6d094f0eb4324572667923aca3d64c87117772d'
 'SKIP'
 '8566a49997faf3f8678440c52578a7a0ee901e598d3b67d3bee3799fb92e8f86'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in nvidia-settings/repos (3 files)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:38:48
  Author: felixonmars
Revision: 323618

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-settings/repos/testing-x86_64/
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 323617, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch
(from rev 323617, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   61 +
 libxnvctrl_so.patch |   67 ++
 2 files changed, 128 insertions(+)

Copied: nvidia-settings/repos/testing-x86_64/PKGBUILD (from rev 323617, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-09 12:38:48 UTC (rev 323618)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=396.24
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('41023fa355d8fe6322566e9337d7b51ab3446306b487a9293d400842be59493280cb33c51916a66212f37f8e18b27d5c33ac41b8d3958e32375462bbc26a4aec'
+
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
+  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
+  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
+  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch (from rev 
323617, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- testing-x86_64/libxnvctrl_so.patch  (rev 0)
+++ testing-x86_64/libxnvctrl_so.patch  2018-05-09 12:38:48 UTC (rev 323618)
@@ -0,0 +1,67 @@
+--- a/src/Makefile
 b/src/Makefile
+@@ -106,6 +106,8 @@
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_MAKEFILE?= Makefile
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -280,15 +282,18 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
+ $(eval $(call DEBUG_INFO_RULES, $(NVIDIA_SETTINGS)))
+-$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_ARCHIVE)
++$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  -rdynamic -o $@ $(OBJS) $(XNVCTRL_ARCHIVE) $(LIBS)
++  -rdynamic -o $@ $(OBJS) $(XNVCTRL_LIB) $(LIBS)
+ 
+ $(eval $(call DEBUG_INFO_RULES, $(GTK2LIB)))
+ $(GTK2LIB).unstripped: $(GTK2_OBJS) $(XCP_OBJS) $(IMAGE_OBJS) $(VERSION_MK)
+   $(call quiet_cmd,LINK) -shared $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS) $(GTK2_LIBS) \
++  $(XNVCTRL_LIB) $(LIBS) $(GTK2_LIBS) \
+   

[arch-commits] Commit in ibus-libpinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:38:11
  Author: felixonmars
Revision: 319861

archrelease: copy trunk to community-x86_64

Added:
  ibus-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 319860, ibus-libpinyin/trunk/PKGBUILD)
Deleted:
  ibus-libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 12:37:39 UTC (rev 319860)
+++ PKGBUILD2018-05-09 12:38:11 UTC (rev 319861)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor:  Yangtse Su
-# Contributor:  Jekyll Wu
-# Contributor: riverscn
-# Contributor: rainy
-# Contributor: Lee.MaRS
-
-pkgname=ibus-libpinyin
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/libpinyin/ibus-libpinyin;
-depends=('ibus' 'libpinyin' 'python-xdg')
-makedepends=('git' 'intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('cad3d8415e0c206cbd2eb606ea04b5861e10c3a5f614d90bbba29b751fcc978e2ce1a8a000ceb8cc98de1afcc145ea62b5ee8e9d34e4184bccc487225b34ab1a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make NO_INDEX=true DESTDIR="$pkgdir" install
-}

Copied: ibus-libpinyin/repos/community-x86_64/PKGBUILD (from rev 319860, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 12:38:11 UTC (rev 319861)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693b3e5bd9b06ced22ceb66bc7621715f7ee52e00af3b8b113503a5ce6963ca0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:37:39
  Author: felixonmars
Revision: 319860

upgpkg: ibus-libpinyin 1.10.0-1

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:23:16 UTC (rev 319859)
+++ PKGBUILD2018-05-09 12:37:39 UTC (rev 319860)
@@ -7,7 +7,7 @@
 # Contributor: Lee.MaRS
 
 pkgname=ibus-libpinyin
-pkgver=1.9.3
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('ibus' 'libpinyin' 'python-xdg')
 makedepends=('git' 'intltool' 'gnome-common')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('cad3d8415e0c206cbd2eb606ea04b5861e10c3a5f614d90bbba29b751fcc978e2ce1a8a000ceb8cc98de1afcc145ea62b5ee8e9d34e4184bccc487225b34ab1a')
+sha512sums=('c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693b3e5bd9b06ced22ceb66bc7621715f7ee52e00af3b8b113503a5ce6963ca0')
 
 build() {
   cd $pkgname-$pkgver


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:38:10
  Author: felixonmars
Revision: 323617

upgpkg: nvidia-settings 396.24-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:12:50 UTC (rev 323616)
+++ PKGBUILD2018-05-09 12:38:10 UTC (rev 323617)
@@ -3,7 +3,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=390.48
+pkgver=396.24
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('5f8a6403edf8636cfb2aec8f01fb160030a2538140fe3d10a71863fd1f793eea3f8a6f1bc55baa7dff047bd1bef9c3bd579cf818af38b535fa172b3aaf122e55'
+sha512sums=('41023fa355d8fe6322566e9337d7b51ab3446306b487a9293d400842be59493280cb33c51916a66212f37f8e18b27d5c33ac41b8d3958e32375462bbc26a4aec'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


[arch-commits] Commit in deepin-editor/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:23:16
  Author: felixonmars
Revision: 319859

archrelease: copy trunk to community-x86_64

Added:
  deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 319858, deepin-editor/trunk/PKGBUILD)
Deleted:
  deepin-editor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 12:22:26 UTC (rev 319858)
+++ PKGBUILD2018-05-09 12:23:16 UTC (rev 319859)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-editor
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor;
-license=('GPL3')
-depends=('deepin-qt5integration')
-#makedepends=('qt5-tools' 'python')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('a1ab1cd96705f1e2be9e8caf62636b2d250bc133e401e3c1bf502739608b127943550b6152e5bbac69e45b1e2d2f72ee542f2400d06a117a53045f909215ba56')
-
-build(){
-  cd deepin-editor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 319858, 
deepin-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 12:23:16 UTC (rev 319859)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-editor
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 
'polkit-qt5')
+#makedepends=('qt5-tools' 'python')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
+sha512sums=('8fc7f4b75600439ae3c8abef40d5e7cdc4c8db6c3776a64ff150efc781187613955745c0c5b7b36c4007b1034a62213dd3a3033734c25ed3bf77ee53f65730bf')
+
+build(){
+  cd deepin-editor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:22:26
  Author: felixonmars
Revision: 319858

upgpkg: deepin-editor 0.0.2-1

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 12:17:10 UTC (rev 319857)
+++ PKGBUILD2018-05-09 12:22:26 UTC (rev 319858)
@@ -2,17 +2,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-editor
-pkgver=0.0.1
+pkgver=0.0.2
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-editor;
 license=('GPL3')
-depends=('deepin-qt5integration')
+depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 
'polkit-qt5')
 #makedepends=('qt5-tools' 'python')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('a1ab1cd96705f1e2be9e8caf62636b2d250bc133e401e3c1bf502739608b127943550b6152e5bbac69e45b1e2d2f72ee542f2400d06a117a53045f909215ba56')
+sha512sums=('8fc7f4b75600439ae3c8abef40d5e7cdc4c8db6c3776a64ff150efc781187613955745c0c5b7b36c4007b1034a62213dd3a3033734c25ed3bf77ee53f65730bf')
 
 build(){
   cd deepin-editor-$pkgver


[arch-commits] Commit in dtkwidget/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Felix Yan via arch-commits
Date: Wednesday, May 9, 2018 @ 12:17:10
  Author: felixonmars
Revision: 319857

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 319856, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 12:16:34 UTC (rev 319856)
+++ PKGBUILD2018-05-09 12:17:10 UTC (rev 319857)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.8
-pkgrel=2
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-options=('debug')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('31bfd871ea275254e2a36955c0719b33dc0c0f8c4778aaa9cfa79319c39a2c576929f708d952f4b0174b741630c70514f4027ca4e72ea797dd588ee40edf6ab3')
-
-prepare() {
-  sed -i 's/x11/x11 xi/' 
dtkwidget-$pkgver/src/widgets/private/keyboardmonitor/keyboardmonitor.pri
-}
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 319856, 
dtkwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 12:17:10 UTC (rev 319857)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.8
+pkgrel=3
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+options=('debug')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/dtkwidget/commit/02f18f91d0582d1df1cdc47167d65baee01332c2.patch
+
https://github.com/linuxdeepin/dtkwidget/commit/5b0aee6d108309a4aba12ffd7c61218ae05ff005.patch)
+sha512sums=('31bfd871ea275254e2a36955c0719b33dc0c0f8c4778aaa9cfa79319c39a2c576929f708d952f4b0174b741630c70514f4027ca4e72ea797dd588ee40edf6ab3'
+
'9120a74957d30733b495ec23c02cbe22cc0f31cd9ddd35da56f4259335662e320e75737a6f30ab45a5a73040fb62c67d8bbc55285011af38ad000740cfcd73cb'
+
'4a95a8338366887ee268677cb366a416b9b68c4595a0ae697b55939915b8a16a5ac3e8eb6e5bacecb037dc1eee1fd548f833c20c48a2edf1d0158119b5686927')
+
+prepare() {
+  cd dtkwidget-$pkgver
+  patch -p1 -i ../02f18f91d0582d1df1cdc47167d65baee01332c2.patch
+  patch -p1 -i ../5b0aee6d108309a4aba12ffd7c61218ae05ff005.patch
+  sed -i 's/x11/x11 xi/' 
src/widgets/private/keyboardmonitor/keyboardmonitor.pri
+}
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


  1   2   >