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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:38:40
  Author: felixonmars
Revision: 511139

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 05:38:36 UTC (rev 511138)
+++ PKGBUILD2019-09-19 05:38:40 UTC (rev 511139)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.12.9
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('934edff3d97e4db9e7662dc3941b5f8f1359272950ad9c3a262059ba52becf7444e4fd5715a40fc026fdfc70a0f38732f426e4669b776fd81fa2e26d0f5e325b')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 511138, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 05:38:40 UTC (rev 511139)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.12.10
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('07e687dd5acf9b888cdf524c7ab1e30c93f2808e41295a2de049e2e2064815b52e0ddab685dfd53fccc3f9915cec5ee21cd28f197834d042ba2c256a51e51dd7')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:38:36
  Author: felixonmars
Revision: 511138

upgpkg: python-awkward 0.12.10-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 05:37:01 UTC (rev 511137)
+++ PKGBUILD2019-09-19 05:38:36 UTC (rev 511138)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.12.9
+pkgver=0.12.10
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('934edff3d97e4db9e7662dc3941b5f8f1359272950ad9c3a262059ba52becf7444e4fd5715a40fc026fdfc70a0f38732f426e4669b776fd81fa2e26d0f5e325b')
+sha512sums=('07e687dd5acf9b888cdf524c7ab1e30c93f2808e41295a2de049e2e2064815b52e0ddab685dfd53fccc3f9915cec5ee21cd28f197834d042ba2c256a51e51dd7')
 
 build() {
   cd awkward-array-$pkgver


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:37:01
  Author: felixonmars
Revision: 511137

archrelease: copy trunk to community-x86_64

Added:
  python-gdspy/repos/community-x86_64/
  python-gdspy/repos/community-x86_64/PKGBUILD
(from rev 511136, python-gdspy/trunk/PKGBUILD)

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

Copied: python-gdspy/repos/community-x86_64/PKGBUILD (from rev 511136, 
python-gdspy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-09-19 05:37:01 UTC (rev 511137)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-gdspy
+pkgver=1.4
+pkgrel=1
+pkgdesc="Return the gdspy true value of an iterable"
+url="https://github.com/heitzmann/gdspy;
+license=('custom:BSL')
+arch=('x86_64')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/heitzmann/gdspy/archive/v$pkgver.tar.gz;)
+sha512sums=('68f7746b0f4d4b64df14985bf0930e9de9dfb70032d51555ba9407cca6757f58e83cff2325c4fe19f66e21b08c888a98878a17cace23ff9353b56a074bd6a395')
+
+build() {
+  cd gdspy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd gdspy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd gdspy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in (4 files)

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:36:55
  Author: felixonmars
Revision: 511136

addpkg: python-gdspy 1.4-1

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

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

Added: python-gdspy/trunk/PKGBUILD
===
--- python-gdspy/trunk/PKGBUILD (rev 0)
+++ python-gdspy/trunk/PKGBUILD 2019-09-19 05:36:55 UTC (rev 511136)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-gdspy
+pkgver=1.4
+pkgrel=1
+pkgdesc="Return the gdspy true value of an iterable"
+url="https://github.com/heitzmann/gdspy;
+license=('custom:BSL')
+arch=('x86_64')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/heitzmann/gdspy/archive/v$pkgver.tar.gz;)
+sha512sums=('68f7746b0f4d4b64df14985bf0930e9de9dfb70032d51555ba9407cca6757f58e83cff2325c4fe19f66e21b08c888a98878a17cace23ff9353b56a074bd6a395')
+
+build() {
+  cd gdspy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd gdspy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd gdspy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:24:34
  Author: felixonmars
Revision: 511135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 05:24:31 UTC (rev 511134)
+++ PKGBUILD2019-09-19 05:24:34 UTC (rev 511135)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.36.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('e436d1f5eef8f5279426e39c17af93a816ae38026aa7570177c27d7c5419dfa5da26e9ac7ba64797c90eb9d6b56c601704bf7306eb7455cfdcd3d3852c5e8631')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 511134, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 05:24:34 UTC (rev 511135)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.36.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('67ed7cd433dfb2560e8177cc2e7c87dc62027d0eef31bd09ddb110e79572ad4fe41e123242445a0e1619e25c761c6fc91fa3a95ba1d116559012c9a01e25c8a5')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py 

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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:24:31
  Author: felixonmars
Revision: 511134

upgpkg: python-hypothesis 4.36.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 05:07:33 UTC (rev 511133)
+++ PKGBUILD2019-09-19 05:24:31 UTC (rev 511134)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.36.0
+pkgver=4.36.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('e436d1f5eef8f5279426e39c17af93a816ae38026aa7570177c27d7c5419dfa5da26e9ac7ba64797c90eb9d6b56c601704bf7306eb7455cfdcd3d3852c5e8631')
+sha512sums=('67ed7cd433dfb2560e8177cc2e7c87dc62027d0eef31bd09ddb110e79572ad4fe41e123242445a0e1619e25c761c6fc91fa3a95ba1d116559012c9a01e25c8a5')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:07:07
  Author: felixonmars
Revision: 511132

upgpkg: twine 1.15.0-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 04:19:59 UTC (rev 511131)
+++ PKGBUILD2019-09-19 05:07:07 UTC (rev 511132)
@@ -2,7 +2,7 @@
 # Contributor: Chris Warrick 
 
 pkgname=twine
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('python-twine')
 checkdepends=('python-pytest-runner' 'python-pretend')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz;)
-sha512sums=('4044332727a1a6bb0ffd38d83ddd3a04ad96e013d3894dee3c468527cb8fa9c5d86161bfdcbe357ebf8440d46776b3688131d57ed06cac13cb0893a64861b99a')
+sha512sums=('e0eae05c108e1e766a0a8ec684e3423b0537c8aa671675f30403171fd4f48ec65666d407df53f6dd9eefa0b98e5fd2fdf7dbf1f0f9150686c499de131f6f2435')
 
 build() {
   cd twine-$pkgver


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

2019-09-18 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 05:07:33
  Author: felixonmars
Revision: 511133

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 511132, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 05:07:07 UTC (rev 511132)
+++ PKGBUILD2019-09-19 05:07:33 UTC (rev 511133)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
- 'python-readme-renderer')
-provides=('python-twine')
-conflicts=('python-twine')
-replaces=('python-twine')
-checkdepends=('python-pytest-runner' 'python-pretend')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz;)
-sha512sums=('4044332727a1a6bb0ffd38d83ddd3a04ad96e013d3894dee3c468527cb8fa9c5d86161bfdcbe357ebf8440d46776b3688131d57ed06cac13cb0893a64861b99a')
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd twine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}

Copied: twine/repos/community-any/PKGBUILD (from rev 511132, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 05:07:33 UTC (rev 511133)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-tqdm'
+ 'python-readme-renderer')
+provides=('python-twine')
+conflicts=('python-twine')
+replaces=('python-twine')
+checkdepends=('python-pytest-runner' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/twine/archive/$pkgver.tar.gz;)
+sha512sums=('e0eae05c108e1e766a0a8ec684e3423b0537c8aa671675f30403171fd4f48ec65666d407df53f6dd9eefa0b98e5fd2fdf7dbf1f0f9150686c499de131f6f2435')
+
+build() {
+  cd twine-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd twine-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}


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

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 19, 2019 @ 04:19:59
  Author: anatolik
Revision: 511131

FS#63712: add python2 as an optional dependency

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 04:04:24 UTC (rev 511130)
+++ PKGBUILD2019-09-19 04:19:59 UTC (rev 511131)
@@ -11,7 +11,8 @@
 url='http://tools.android.com/'
 license=(Apache MIT)
 depends=(pcre2 libusb)
-optdepends=('python: for mkbootimg script')
+optdepends=('python: for mkbootimg script'
+'python2: for unpack_bootimg & avbtool scripts')
 makedepends=(git clang gtest ruby cmake ninja go-pie)
 provides=(fastboot adb)
 conflicts=(fastboot adb)


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

2019-09-18 Thread Kyle Keen via arch-commits
Date: Thursday, September 19, 2019 @ 01:17:27
  Author: kkeen
Revision: 511129

archrelease: copy trunk to community-any

Added:
  wtf/repos/community-any/LICENSE
(from rev 511128, wtf/trunk/LICENSE)
  wtf/repos/community-any/PKGBUILD
(from rev 511128, wtf/trunk/PKGBUILD)
Deleted:
  wtf/repos/community-any/LICENSE
  wtf/repos/community-any/PKGBUILD

--+
 LICENSE  |   20 ++--
 PKGBUILD |   58 +++---
 2 files changed, 41 insertions(+), 37 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-09-19 01:17:17 UTC (rev 511128)
+++ LICENSE 2019-09-19 01:17:27 UTC (rev 511129)
@@ -1,10 +0,0 @@
-Copyright (c) 2005, peter
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimer in the 
documentation and/or other materials provided with the distribution.
-* Neither the name of the  nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: wtf/repos/community-any/LICENSE (from rev 511128, wtf/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-09-19 01:17:27 UTC (rev 511129)
@@ -0,0 +1,10 @@
+Copyright (c) 2005, peter
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimer in the 
documentation and/or other materials provided with the distribution.
+* Neither the name of the  nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 01:17:17 UTC (rev 511128)
+++ PKGBUILD2019-09-19 01:17:27 UTC (rev 511129)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jeff Mickey 
-
-pkgname=wtf
-pkgver=20071004
-pkgrel=6
-pkgdesc="Acronym dictionary"
-arch=('any')
-url="http://www.mu.org/~mux/wtf/;
-license=('BSD')
-source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing;
-'LICENSE')
-md5sums=('25944e275cc858e30cacea341509d19b'
- '3d99862438ec7977ff8d7f4e3e5dd300'
- 'abac213cf24e9d5cab4e8115441eb717')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 $pkgname.6 "$pkgdir/usr/share/man/man6/$pkgname.6"
-  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/misc/"
-  install -m644 acronyms 

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

2019-09-18 Thread Kyle Keen via arch-commits
Date: Thursday, September 19, 2019 @ 01:17:17
  Author: kkeen
Revision: 511128

upgpkg: wtf 20180621-1

Modified:
  wtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 00:50:49 UTC (rev 511127)
+++ PKGBUILD2019-09-19 01:17:17 UTC (rev 511128)
@@ -2,25 +2,30 @@
 # Contributor: Jeff Mickey 
 
 pkgname=wtf
-pkgver=20071004
-pkgrel=6
-pkgdesc="Acronym dictionary"
+pkgver=20180621
+pkgrel=1
+pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
 arch=('any')
 url="http://www.mu.org/~mux/wtf/;
 license=('BSD')
-source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+makedepends=('git')
+#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48;
 
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing;
 'LICENSE')
-md5sums=('25944e275cc858e30cacea341509d19b'
+md5sums=('SKIP'
  '3d99862438ec7977ff8d7f4e3e5dd300'
  'abac213cf24e9d5cab4e8115441eb717')
 
+build() {
+  cd "$srcdir/netbsd-wtf"
+  make PREFIX='/usr'
+}
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/netbsd-wtf"
+  make install PREFIX='/usr' DESTDIR="$pkgdir"
 
-  install -Dm644 $pkgname.6 "$pkgdir/usr/share/man/man6/$pkgname.6"
-  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/misc/"
-  install -m644 acronyms acronyms.comp ../acronyms.computing 
"$pkgdir/usr/share/misc/"
+  install -m644 ../acronyms.computing "$pkgdir/usr/share/wtf/"
   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in (4 files)

2019-09-18 Thread Eli Schwartz via arch-commits
Date: Thursday, September 19, 2019 @ 00:50:33
  Author: eschwartz
Revision: 511126

Initial upload: python-pastel 0.1.1-1

Needed in order to package python-poetry

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

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

Added: python-pastel/trunk/PKGBUILD
===
--- python-pastel/trunk/PKGBUILD(rev 0)
+++ python-pastel/trunk/PKGBUILD2019-09-19 00:50:33 UTC (rev 511126)
@@ -0,0 +1,53 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=pastel
+pkgbase=python-pastel
+pkgname=('python-pastel' 'python2-pastel')
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Bring colors to your terminal"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+makedepends=('python-dephell' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('bf3b1901b2442ea0d8ab9a390594e5b0c9584709d543a3113506fe8b28cbace3')
+b2sums=('b3f9840e1e92342f9c2836005b33b5fd3f3e5a22f99fdb5be29eb42bd72b6cf3ca1109186b0bb85fc8c8dca8810c54c72ca85726a3eea23cf29d4052056ac741')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry does not generate correct setup.py, nuke it and recreate from 
scratch
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+python2 -m pytest
+}
+
+package_python-pastel() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pastel() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-09-18 Thread Eli Schwartz via arch-commits
Date: Thursday, September 19, 2019 @ 00:50:49
  Author: eschwartz
Revision: 511127

archrelease: copy trunk to community-any

Added:
  python-pastel/repos/community-any/
  python-pastel/repos/community-any/PKGBUILD
(from rev 511126, python-pastel/trunk/PKGBUILD)

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

Copied: python-pastel/repos/community-any/PKGBUILD (from rev 511126, 
python-pastel/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-09-19 00:50:49 UTC (rev 511127)
@@ -0,0 +1,53 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=pastel
+pkgbase=python-pastel
+pkgname=('python-pastel' 'python2-pastel')
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Bring colors to your terminal"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+makedepends=('python-dephell' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('bf3b1901b2442ea0d8ab9a390594e5b0c9584709d543a3113506fe8b28cbace3')
+b2sums=('b3f9840e1e92342f9c2836005b33b5fd3f3e5a22f99fdb5be29eb42bd72b6cf3ca1109186b0bb85fc8c8dca8810c54c72ca85726a3eea23cf29d4052056ac741')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry does not generate correct setup.py, nuke it and recreate from 
scratch
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+python2 -m pytest
+}
+
+package_python-pastel() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pastel() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 23:38:01
  Author: anatolik
Revision: 363022

upgpkg: fuse2 2.9.9-3

Move fuse udev files to /usr/lib/udev

Modified:
  fuse2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:53:05 UTC (rev 363021)
+++ PKGBUILD2019-09-18 23:38:01 UTC (rev 363022)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -23,8 +23,7 @@
 build() {
   cd fuse-$pkgver
 
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/bin ./configure 
--prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
   make
 }
 


[arch-commits] Commit in fuse2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 23:38:21
  Author: anatolik
Revision: 363023

archrelease: copy trunk to testing-x86_64

Added:
  fuse2/repos/testing-x86_64/
  fuse2/repos/testing-x86_64/PKGBUILD
(from rev 363022, fuse2/trunk/PKGBUILD)

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

Copied: fuse2/repos/testing-x86_64/PKGBUILD (from rev 363022, 
fuse2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-18 23:38:21 UTC (rev 363023)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgname=fuse2
+pkgver=2.9.9
+pkgrel=3
+pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+provides=(fuse=$pkgver) # TODO: remove it once all packages start to use 
'fuse2' name
+replaces=('fuse')
+conflicts=('fuse')
+depends=('glibc' 'fuse-common')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
+sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d'
+  'SKIP')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/bin ./configure 
--prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
+  make
+}
+
+package() {
+  cd fuse-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+}


[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:53:05
  Author: heftig
Revision: 363021

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 363020, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  456 ++---
 1 file changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 22:52:55 UTC (rev 363020)
+++ PKGBUILD2019-09-18 22:53:05 UTC (rev 363021)
@@ -1,228 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=69.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('5e42ecd7ce4c9957ce1929af0d48aa0514a7c1ff7b148db70d98fcdda0f74ce1'
-'d5848ddbea6e279b968185499dc6348427d60d3933babf0f408c26c5b83673d2'
-'5eac4b11d176120dd36c4801908d5e6beed36ec290dd999b676b221bb86f26a1'
-'0e99f264d5273a9b43ee3f969d45b114a8ffb3e4deebb3f50e24ce5ff1b5dac0'
-'999e62fa235ef9e12ec1cdee33b0128ec2af48a7ee8f89993157474654974cd5'
-'ed57bbcaf5166871fd1d0badae0d5037397222ee526ef4117195591eba098d2a'
-'31dc1fd586bc0c85791fe77fa7659ff14935093c0d59d8cef180c8fd08b1fdf0'
-'e39404ee28ff6e4aa9ed92590c8ac83570299213e8d2b416110c846bb3dea484'
-'d62088cc7f7288b6b2fdb59adda9877d18d5d202695d7b4fc2ae9cd2288c77f4'
-'b82edd3c11eb441c1d99dc01c12ee6445b5f5f29cabe9bf1795b45f27120ec07'
-'0fa9c4c839b964a2a5b4382afdd42f34e3ca157b2ebabf6ed6aa182af0b20bda'
-'00639b7cab74848b9e9bdf62c0407f70d4370493db13fe07c2f2e24f348828fe'
-'69613a3cf8a014cb21402f536e18ddb47360a9908535e55643ee58d8cacaca8d'
-

[arch-commits] Commit in firefox/repos/extra-x86_64 (10 files)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:52:55
  Author: heftig
Revision: 363020

archrelease: copy trunk to extra-x86_64

Added:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 363019, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 363019, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 363019, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 363019, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 363019, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  354 +++
 firefox-symbolic.svg   |  128 +-
 firefox.desktop|  680 +++
 upload-symbol-archive  |   50 -
 5 files changed, 662 insertions(+), 662 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:51:14 UTC (rev 363019)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:52:55 UTC (rev 363020)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 363019, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:52:55 UTC (rev 363020)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString 

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

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:51:14
  Author: heftig
Revision: 363019

69.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:21:52 UTC (rev 363018)
+++ PKGBUILD2019-09-18 22:51:14 UTC (rev 363019)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=69.0
+pkgver=69.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -23,7 +23,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop firefox-symbolic.svg)
-sha256sums=('413c3febdfeb69eade818824eecbdb11eaeda71de229573810afd641ba741ec5'
+sha256sums=('f5f2f592b8296812d43244d6a50c0c57ad11a5324db8e4e79749545482b79033'
 'SKIP'
 'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
 'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
@@ -40,7 +40,7 @@
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
 # get your own set of keys. Feel free to contact hef...@archlinux.org for
 # more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
 
 prepare() {
   mkdir mozbuild


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-09-18 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 18, 2019 @ 22:50:23
  Author: andrewsc
Revision: 511125

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 511124, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 22:50:00 UTC (rev 511124)
+++ PKGBUILD2019-09-18 22:50:23 UTC (rev 511125)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=70.0b5
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('d1b355cbd08562b146783cb38e53cc806f6209f7847cc794d053ab73b4b8dbf8b3772bb075e7a033da83dd6017818304364c1e41be73a04fd4fb67b9dfd039f6'
-
'e3013c403f77e405d92fa5a94e548b97fdfe45000db2b70e16cca972f88ebd8c529dd9aacb64db545dd0d9f8d81f4d0b471c14c00609bdfd5c3a311fa5087a88'
-
'152502ce4c51608cafd39dcce3f83dc02a192951d76c76756f5b22ccf4acc9ba5a8b83311de1b1e374e432856b728e57386150879d22e660b391e09b8fec338b'
-
'2d68693692b9682580e309561635ab151b10f38ef310d3a508b0b4a74bda2f73ea0ab22ec7ee60bb0aacdc533a3cb4e1bfd5c36ebaa4ab73ecdcdcd7126789b2'
-
'63036a15fc653a67febd01a5ecd24ebffe13f48a3880687a7fe118e7a84f993b2a64180b927a325f4cf1f129e433b7f38397b9de468d77fb68da7a44e309c2df'
-
'2c6220f2ab6d5510cee90d60ef5df33340d8ff92b00d39d530fde13c273a812ba1d13f426fbdfca0303236cc1d2756c6fb90a4f7525ddc8423674ea0d8584353'
-
'a6d317e6f7f52beec66ca8922b3fb52dc239ffa7b788c2e6ef5faabf828ce9b9aa048da0323666012346452b7e23ad56b38fa69eca2396fe6c35e7508dbbb40f'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-09-18 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 18, 2019 @ 22:50:00
  Author: andrewsc
Revision: 511124

upgpkg: firefox-developer-edition-i18n 70.0b7-1

firefox-developer-edition-i18n: Updating to 70.0b7

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:43:47 UTC (rev 511123)
+++ PKGBUILD2019-09-18 22:50:00 UTC (rev 511124)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=70.0b5
+pkgver=70.0b7
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('d1b355cbd08562b146783cb38e53cc806f6209f7847cc794d053ab73b4b8dbf8b3772bb075e7a033da83dd6017818304364c1e41be73a04fd4fb67b9dfd039f6'
-
'e3013c403f77e405d92fa5a94e548b97fdfe45000db2b70e16cca972f88ebd8c529dd9aacb64db545dd0d9f8d81f4d0b471c14c00609bdfd5c3a311fa5087a88'
-
'152502ce4c51608cafd39dcce3f83dc02a192951d76c76756f5b22ccf4acc9ba5a8b83311de1b1e374e432856b728e57386150879d22e660b391e09b8fec338b'
-
'2d68693692b9682580e309561635ab151b10f38ef310d3a508b0b4a74bda2f73ea0ab22ec7ee60bb0aacdc533a3cb4e1bfd5c36ebaa4ab73ecdcdcd7126789b2'
-
'63036a15fc653a67febd01a5ecd24ebffe13f48a3880687a7fe118e7a84f993b2a64180b927a325f4cf1f129e433b7f38397b9de468d77fb68da7a44e309c2df'
-
'2c6220f2ab6d5510cee90d60ef5df33340d8ff92b00d39d530fde13c273a812ba1d13f426fbdfca0303236cc1d2756c6fb90a4f7525ddc8423674ea0d8584353'
-
'a6d317e6f7f52beec66ca8922b3fb52dc239ffa7b788c2e6ef5faabf828ce9b9aa048da0323666012346452b7e23ad56b38fa69eca2396fe6c35e7508dbbb40f'
-
'9a8a2153c9291d4be5f622b3a19391bd68e8c301f64a76a02925f727e949e8090b9a13f1fd81eebb33246d32aedfcfc359b30b63d3ee3690bc41e3d2c976c587'
-
'b1b279f51ee90fcc9a736151147a6c6c2b5abe73d6ce7af593b189c760ee83e7ef3cbe3bd1a4f7836ac74e1592ab93f68d9f892c908b927c57a52c6a36db77b8'
-
'e75af20b02bd9f6ed60a78ce7cc3bb0077252c909e1990dcdc4248cb7ca1b1944c8d289cea6d87068177e2bd9b435f96515a98353875add03f0e9b49d64aaa9f'
-
'01fc49646905207af6b106b904f0cdb0b4c7e51f97df7e94b7c903fd768e3b692ec6ad6bb5df36c6fd71770cbb87d3fa2636a9dadd016e93e284d4496d6d0d19'
-
'1746c39d3cd927885604468a77a18d7ebdbfc9ceba16b8716a917e2432166f8607eb6ad141739bfb0bd09dd9de8bf6aa53b77b6d05803111ab9221812940a3ce'
-
'c290493ee79c03f35c886263cbe296915689be74be2c627198a91e382d68f335f20147cdbdcf5b3b695f2239e9ea1392cd67e1e2fef5899c83d15ae865ab554a'
-
'87bd556b74d6acc35b6bf518b0d78938c04d33724e56a65d42eb93f48e0dbe7b6093bb7b35ee7629754aec75afd0165acdbab5ac0b12f21014047b6e0a732656'
-
'aee98680a91fc894fbe3c48c0016ab35aa808dae547e6771bc540461d78a0f7de912a257f48f28a50fce6d05b148e717e5cfa45de16a8ee24206336093a4f845'
-
'53e1197b23c4fccfa668699a0adb276ba70f20a9faa51d0c93bde32892c5d95e342af04b2582f4fba1395b7b652cddb223b607debcdf7f0f30aa0b94d257ab4e'
-
'4be477d67d8bf8290cfc1f8989acd5dec1293432a1d1746eee53d421d166721897fab3fd7db822e11011c11a230e67bb68421b94e9dc2bc27466f76a79aa7470'
-
'dab8fb9194acbc643faa29f1df59aa746f29770aad6a418eb75aa87be1780e9ad25f0669a2076a2597c74035f1655f8afa18c1edfb2d322885c11a5bb6f8855e'
-
'85c5bccfa935aba49a36c79ef2ae028d310d9f8bb70903b395acb98eac5ce2bb9f452be7d553a49cb1b8d41cfe3b3541e3df2656007ef2f082eb991d0cdcf733'
-
'fc5e8ba6c68448de7dece30c14b9f690ccf4ac9560222841dfaed1b65a7bc6bd7b5b901126de318eb015144b94a9c38aa2363bac26136a8e23d2be1232320ca5'
-
'f675ecc3deecc3d50e0f98c1220bbc98a897de9346def98a6e5cef0c4b9e370c690305718a1f3e93024b58768e9101ffcd625ad811b545209b2dbec5fe761349'
-
'32a366beeda1cf29c304248d05a147a8a98395c044c1ab844fdf3a85a383e85454c1f2d5f5a54c8e91267e3997f5b153d36828cacc9008b7c865504b88cf1585'
-
'36e74a10f9d7f88ca61b1664a46be0ed184b7e4c805713e46aa9aa207126bb67e6f71850bf1af97a77335bed27e30ee422c0ca2841411c067df083f800d9'
-
'64677da3f45273534c5bcd976a335e253b1df43fefd84adbd72bbe075f5a686bc5bc1322b68a5fb9cee0c33e84ca1b7991add3429cfc24c9bb18c31cad1efa26'
-
'0a171738737f678be001ebc611759aa4f79f807ceb08001629bcafc4d6e610621b49e2d88b4233d20ba70b7372bde5ba6e9413886ee628780111d0178e77b3a8'
-
'1f3f58390143f8d04693be9aad374bc5a05956d78849f76212b37732b2ff99d9816e5ff1fc73740b3b72bd4c5e7ca63f3b8b8cc8e810d7452d90109ad8037d08'
-
'5ad50a2d85ccd8e163171ac5a762bd956dd049e642e24493f4a85f35d1d0de591052490d511da27216ad14c9b25a68fa01cc11dae06661c34de02a65eff359ac'
-
'daf23e7b4873d7b4710d274f4fb3fbc83829eaec42cd3375e0305308ebf92ac8dc7ae50c80083d630962ac274b9b6b62d3865ba0ecd83045a020ab9ad91f7b5e'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (10 files)

2019-09-18 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 18, 2019 @ 22:43:47
  Author: andrewsc
Revision: 511123

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 511122, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 511122, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 511122, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 511122, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 511122, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 720 insertions(+), 720 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:43:03 UTC (rev 511122)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:43:47 UTC (rev 511123)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 511122, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-18 
22:43:47 UTC (rev 511123)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 

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

2019-09-18 Thread Andrew Crerar via arch-commits
Date: Wednesday, September 18, 2019 @ 22:43:03
  Author: andrewsc
Revision: 511122

upgpkg: firefox-developer-edition 70.0b7-1

firefox-developer-edition: Updating to 70.0b7

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:21:50 UTC (rev 511121)
+++ PKGBUILD2019-09-18 22:43:03 UTC (rev 511122)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=70.0b5
+pkgver=70.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('9f2a93f9fb1f619e291844db3e33fc8f69e9efd7bb6db32429fd497ca29977fbae539d76b916e6efb6e9b4fa0faab8ef7e5ebc887e39904cd4c6e2ef826c038c'
+sha512sums=('4cbeac7fc863db16b378c6e326ad4f7ca1b0d8e62dce2f52a63f217b7cbbdea1521cc86d4573d6b1bd23e6fb7f9cb577697ecaa3176c4bfd7954c4c624504af2'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


[arch-commits] Commit in freeglut/repos/extra-x86_64 (PKGBUILD PKGBUILD glut.diff)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:21:52
  Author: heftig
Revision: 363018

archrelease: copy trunk to extra-x86_64

Added:
  freeglut/repos/extra-x86_64/PKGBUILD
(from rev 363015, freeglut/trunk/PKGBUILD)
  freeglut/repos/extra-x86_64/glut.diff
(from rev 363015, freeglut/trunk/glut.diff)
Deleted:
  freeglut/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   78 
 glut.diff |   21 
 2 files changed, 63 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 22:21:51 UTC (rev 363017)
+++ PKGBUILD2019-09-18 22:21:52 UTC (rev 363018)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=freeglut
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Provides functionality for small OpenGL programs"
-arch=(i686 x86_64)
-url="http://freeglut.sourceforge.net/;
-license=(MIT)
-depends=(libxi libxrandr libgl)
-makedepends=(mesa glu libxxf86vm cmake)
-replaces=(glut)
-provides=(glut)
-conflicts=(glut)
-source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz)
-md5sums=('90c3ca4dd9d51cf32276bc5344ec9754')
-sha1sums=('fca52242f9344627a30f11487ee42002e6b0dacd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../$pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: freeglut/repos/extra-x86_64/PKGBUILD (from rev 363015, 
freeglut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 22:21:52 UTC (rev 363018)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=freeglut
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Provides functionality for small OpenGL programs"
+arch=(x86_64)
+url="http://freeglut.sourceforge.net/;
+license=(MIT)
+depends=(libxi libxrandr libgl)
+makedepends=(mesa glu libxxf86vm cmake)
+replaces=(glut)
+provides=(glut)
+conflicts=(glut)
+source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz
+glut.diff)
+sha512sums=('78da1eaa845607ddd97a6744f3a97ff26cdb562fdf990695c8ac97a60d9d692496e4bf3672acfc522add60823c2f3bc7435e19e8041fbbb5d95851c0b641a818'
+
'6778538722707460a7c71eceee430f3945fcfcff351d0a05623417a183af4e8f85a497e24208b73756b2713bb5c11d39dbd4e6de7f06b8865fd81a1faa23b9a4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../glut.diff
+}
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  ln -sr "$pkgdir"/usr/lib/pkgconfig/{glut,freeglut}.pc
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname-$pkgver/COPYING
+}
+
+# vim: ts=2 sw=2 et:

Copied: freeglut/repos/extra-x86_64/glut.diff (from rev 363015, 
freeglut/trunk/glut.diff)
===
--- glut.diff   (rev 0)
+++ glut.diff   2019-09-18 22:21:52 UTC (rev 363018)
@@ -0,0 +1,21 @@
+diff -u -r freeglut-3.2.0/CMakeLists.txt freeglut-3.2.0-glut/CMakeLists.txt
+--- freeglut-3.2.0/CMakeLists.txt  2019-03-26 18:55:42.0 +
 freeglut-3.2.0-glut/CMakeLists.txt 2019-09-18 22:02:21.093590716 +
+@@ -73,7 +73,7 @@
+ include/GL/freeglut_std.h
+ )
+ IF(FREEGLUT_REPLACE_GLUT)
+-LIST(APPEND FREEGLUT_SRCS
++LIST(APPEND FREEGLUT_HEADERS
+ include/GL/glut.h
+ )
+ ENDIF()
+@@ -622,7 +622,7 @@
+ "${CMAKE_CURRENT_BINARY_DIR}/FreeGLUT/FreeGLUTConfig.cmake"
+ @ONLY
+ )
+-SET(ConfigPackageLocation lib/cmake/FreeGLUT)
++SET(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/FreeGLUT)
+ INSTALL(EXPORT FreeGLUTTargets
+ FILE FreeGLUTTargets.cmake
+ NAMESPACE FreeGLUT::


[arch-commits] Commit in lib32-freeglut/repos/multilib-x86_64 (3 files)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:21:50
  Author: heftig
Revision: 511121

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-freeglut/repos/multilib-x86_64/PKGBUILD
(from rev 511120, lib32-freeglut/trunk/PKGBUILD)
  lib32-freeglut/repos/multilib-x86_64/glut.diff
(from rev 511120, lib32-freeglut/trunk/glut.diff)
Deleted:
  lib32-freeglut/repos/multilib-x86_64/PKGBUILD

---+
 PKGBUILD  |   94 +++-
 glut.diff |   21 +
 2 files changed, 70 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 22:20:51 UTC (rev 511120)
+++ PKGBUILD2019-09-18 22:21:50 UTC (rev 511121)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-_pkgname=freeglut
-pkgname=lib32-${_pkgname}
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
-url='http://freeglut.sourceforge.net/'
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut')
-makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake')
-replaces=('lib32-glut')
-provides=('lib32-glut')
-conflicts=('lib32-glut')
-source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0')
-
-prepare() {
-  mkdir ${_pkgname}-${pkgver}/build
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}/build
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/include"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-freeglut/repos/multilib-x86_64/PKGBUILD (from rev 511120, 
lib32-freeglut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 22:21:50 UTC (rev 511121)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+_pkgname=freeglut
+pkgname=lib32-${_pkgname}
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
+url='http://freeglut.sourceforge.net/'
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut')
+makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake')
+replaces=('lib32-glut')
+provides=('lib32-glut')
+conflicts=('lib32-glut')
+source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz
+glut.diff)
+sha512sums=('78da1eaa845607ddd97a6744f3a97ff26cdb562fdf990695c8ac97a60d9d692496e4bf3672acfc522add60823c2f3bc7435e19e8041fbbb5d95851c0b641a818'
+
'6778538722707460a7c71eceee430f3945fcfcff351d0a05623417a183af4e8f85a497e24208b73756b2713bb5c11d39dbd4e6de7f06b8865fd81a1faa23b9a4')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -Np1 -i ../glut.diff
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -H${_pkgname}-${pkgver} -Bbuild \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+  rm -rf "${pkgdir}/usr/include"
+  ln -sr "${pkgdir}"/usr/lib32/pkgconfig/{glut,freeglut}.pc
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
${_pkgname}-${pkgver}/COPYING
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-freeglut/repos/multilib-x86_64/glut.diff (from rev 511120, 
lib32-freeglut/trunk/glut.diff)
===
--- glut.diff   (rev 0)
+++ glut.diff   2019-09-18 22:21:50 UTC (rev 511121)
@@ -0,0 +1,21 @@
+diff -u -r freeglut-3.2.0/CMakeLists.txt freeglut-3.2.0-glut/CMakeLists.txt
+--- freeglut-3.2.0/CMakeLists.txt  2019-03-26 18:55:42.0 +
 freeglut-3.2.0-glut/CMakeLists.txt 2019-09-18 22:02:21.093590716 +
+@@ -73,7 +73,7 @@
+ include/GL/freeglut_std.h
+ )
+ IF(FREEGLUT_REPLACE_GLUT)
+-LIST(APPEND FREEGLUT_SRCS
++LIST(APPEND FREEGLUT_HEADERS
+ include/GL/glut.h
+ )
+ ENDIF()
+@@ -622,7 +622,7 @@
+ "${CMAKE_CURRENT_BINARY_DIR}/FreeGLUT/FreeGLUTConfig.cmake"
+ @ONLY
+ )
+-SET(ConfigPackageLocation lib/cmake/FreeGLUT)
++SET(ConfigPackageLocation 

[arch-commits] Commit in gnome-sound-recorder/repos (testing-any testing-any/PKGBUILD)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:21:51
  Author: heftig
Revision: 363016

archrelease: copy trunk to testing-any

Added:
  gnome-sound-recorder/repos/testing-any/
  gnome-sound-recorder/repos/testing-any/PKGBUILD
(from rev 363015, gnome-sound-recorder/trunk/PKGBUILD)

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

Copied: gnome-sound-recorder/repos/testing-any/PKGBUILD (from rev 363015, 
gnome-sound-recorder/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-18 22:21:51 UTC (rev 363016)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder;
+arch=(any)
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=90f1c5cc36ff3c9472d2334cba857110dcd19d10  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:21:51
  Author: heftig
Revision: 363017

archrelease: copy trunk to extra-x86_64

Added:
  glibmm/repos/extra-x86_64/PKGBUILD
(from rev 363015, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 22:21:51 UTC (rev 363016)
+++ PKGBUILD2019-09-18 22:21:51 UTC (rev 363017)
@@ -1,47 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=(glibmm glibmm-docs)
-pkgver=2.60.0
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="http://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++)
-makedepends=(git mm-common perl-xml-parser clang)
-_commit=021bfe1ea539e136c170526563697970ebc318b8  # tags/2.60.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_glibmm() {
-  cd $pkgbase
-  sed -i -e '/^doc_subdirs/s/^/#/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd $pkgbase
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 363015, 
glibmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 22:21:51 UTC (rev 363017)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=(glibmm glibmm-docs)
+pkgver=2.62.0
+pkgrel=1
+pkgdesc="C++ bindings for GLib"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++)
+makedepends=(git mm-common perl-xml-parser clang)
+_commit=ceff460bbfbca3acf60e6d35cf01961ff988177c  # tags/2.62.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_glibmm() {
+  cd $pkgbase
+  sed -i -e '/^doc_subdirs/s/^/#/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase
+  make -C docs DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in freeglut/trunk (PKGBUILD glut.diff)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:20:40
  Author: heftig
Revision: 363015

3.2.0-1

Added:
  freeglut/trunk/glut.diff
Modified:
  freeglut/trunk/PKGBUILD

---+
 PKGBUILD  |   31 +++
 glut.diff |   21 +
 2 files changed, 40 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:51:09 UTC (rev 363014)
+++ PKGBUILD2019-09-18 22:20:40 UTC (rev 363015)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=freeglut
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Provides functionality for small OpenGL programs"
 arch=(x86_64)
 url="http://freeglut.sourceforge.net/;
@@ -14,22 +14,29 @@
 replaces=(glut)
 provides=(glut)
 conflicts=(glut)
-source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz)
-md5sums=('90c3ca4dd9d51cf32276bc5344ec9754')
-sha1sums=('fca52242f9344627a30f11487ee42002e6b0dacd')
+source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz
+glut.diff)
+sha512sums=('78da1eaa845607ddd97a6744f3a97ff26cdb562fdf990695c8ac97a60d9d692496e4bf3672acfc522add60823c2f3bc7435e19e8041fbbb5d95851c0b641a818'
+
'6778538722707460a7c71eceee430f3945fcfcff351d0a05623417a183af4e8f85a497e24208b73756b2713bb5c11d39dbd4e6de7f06b8865fd81a1faa23b9a4')
 
 prepare() {
-  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../glut.diff
 }
 
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release
-  make
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../$pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  DESTDIR="$pkgdir" cmake --build build --target install
+  ln -sr "$pkgdir"/usr/lib/pkgconfig/{glut,freeglut}.pc
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname-$pkgver/COPYING
 }
+
+# vim: ts=2 sw=2 et:

Added: glut.diff
===
--- glut.diff   (rev 0)
+++ glut.diff   2019-09-18 22:20:40 UTC (rev 363015)
@@ -0,0 +1,21 @@
+diff -u -r freeglut-3.2.0/CMakeLists.txt freeglut-3.2.0-glut/CMakeLists.txt
+--- freeglut-3.2.0/CMakeLists.txt  2019-03-26 18:55:42.0 +
 freeglut-3.2.0-glut/CMakeLists.txt 2019-09-18 22:02:21.093590716 +
+@@ -73,7 +73,7 @@
+ include/GL/freeglut_std.h
+ )
+ IF(FREEGLUT_REPLACE_GLUT)
+-LIST(APPEND FREEGLUT_SRCS
++LIST(APPEND FREEGLUT_HEADERS
+ include/GL/glut.h
+ )
+ ENDIF()
+@@ -622,7 +622,7 @@
+ "${CMAKE_CURRENT_BINARY_DIR}/FreeGLUT/FreeGLUTConfig.cmake"
+ @ONLY
+ )
+-SET(ConfigPackageLocation lib/cmake/FreeGLUT)
++SET(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/FreeGLUT)
+ INSTALL(EXPORT FreeGLUTTargets
+ FILE FreeGLUTTargets.cmake
+ NAMESPACE FreeGLUT::


[arch-commits] Commit in lib32-freeglut/trunk (PKGBUILD glut.diff)

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 22:20:51
  Author: heftig
Revision: 511120

3.2.0-1

Added:
  lib32-freeglut/trunk/glut.diff
Modified:
  lib32-freeglut/trunk/PKGBUILD

---+
 PKGBUILD  |   28 
 glut.diff |   21 +
 2 files changed, 37 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:01:51 UTC (rev 59)
+++ PKGBUILD2019-09-18 22:20:51 UTC (rev 511120)
@@ -5,8 +5,8 @@
 
 _pkgname=freeglut
 pkgname=lib32-${_pkgname}
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
 url='http://freeglut.sourceforge.net/'
 arch=('x86_64')
@@ -16,30 +16,34 @@
 replaces=('lib32-glut')
 provides=('lib32-glut')
 conflicts=('lib32-glut')
-source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0')
+source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz
+glut.diff)
+sha512sums=('78da1eaa845607ddd97a6744f3a97ff26cdb562fdf990695c8ac97a60d9d692496e4bf3672acfc522add60823c2f3bc7435e19e8041fbbb5d95851c0b641a818'
+
'6778538722707460a7c71eceee430f3945fcfcff351d0a05623417a183af4e8f85a497e24208b73756b2713bb5c11d39dbd4e6de7f06b8865fd81a1faa23b9a4')
 
 prepare() {
-  mkdir ${_pkgname}-${pkgver}/build
+  cd ${_pkgname}-${pkgver}
+  patch -Np1 -i ../glut.diff
 }
 
 build() {
-  cd ${_pkgname}-${pkgver}/build
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  cmake .. \
+
+  cmake -H${_pkgname}-${pkgver} -Bbuild \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_BUILD_TYPE=Release
-  make
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
 }
 
 package() {
-  cd ${_pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --build build --target install
   rm -rf "${pkgdir}/usr/include"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  ln -sr "${pkgdir}"/usr/lib32/pkgconfig/{glut,freeglut}.pc
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
${_pkgname}-${pkgver}/COPYING
 }
 
 # vim: ts=2 sw=2 et:

Added: glut.diff
===
--- glut.diff   (rev 0)
+++ glut.diff   2019-09-18 22:20:51 UTC (rev 511120)
@@ -0,0 +1,21 @@
+diff -u -r freeglut-3.2.0/CMakeLists.txt freeglut-3.2.0-glut/CMakeLists.txt
+--- freeglut-3.2.0/CMakeLists.txt  2019-03-26 18:55:42.0 +
 freeglut-3.2.0-glut/CMakeLists.txt 2019-09-18 22:02:21.093590716 +
+@@ -73,7 +73,7 @@
+ include/GL/freeglut_std.h
+ )
+ IF(FREEGLUT_REPLACE_GLUT)
+-LIST(APPEND FREEGLUT_SRCS
++LIST(APPEND FREEGLUT_HEADERS
+ include/GL/glut.h
+ )
+ ENDIF()
+@@ -622,7 +622,7 @@
+ "${CMAKE_CURRENT_BINARY_DIR}/FreeGLUT/FreeGLUTConfig.cmake"
+ @ONLY
+ )
+-SET(ConfigPackageLocation lib/cmake/FreeGLUT)
++SET(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/FreeGLUT)
+ INSTALL(EXPORT FreeGLUTTargets
+ FILE FreeGLUTTargets.cmake
+ NAMESPACE FreeGLUT::


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 22:01:51
  Author: jlichtblau
Revision: 59

archrelease: copy trunk to community-x86_64

Added:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
(from rev 58, qmapshack/trunk/FindPROJ4.patch)
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
(from rev 58, qmapshack/trunk/FindQuaZip5.patch)
  qmapshack/repos/community-x86_64/PKGBUILD
(from rev 58, qmapshack/trunk/PKGBUILD)
Deleted:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
  qmapshack/repos/community-x86_64/PKGBUILD

---+
 FindPROJ4.patch   |  316 ++--
 FindQuaZip5.patch |   96 +++
 PKGBUILD  |   97 +--
 3 files changed, 264 insertions(+), 245 deletions(-)

Deleted: FindPROJ4.patch
===
--- FindPROJ4.patch 2019-09-18 22:01:29 UTC (rev 58)
+++ FindPROJ4.patch 2019-09-18 22:01:51 UTC (rev 59)
@@ -1,158 +0,0 @@
-Description: Add FindPROJ4.cmake.
-Origin: 
https://salsa.debian.org/debian/openorienteering-mapper/raw/debian/0.8.4-1/cmake/FindPROJ4.cmake
-
 /dev/null
-+++ b/cmake/Modules/FindPROJ4.cmake
-@@ -0,0 +1,152 @@
-+#.rst:
-+# FindPROJ4
-+# 
-+#
-+# Find the proj includes and library.
-+#
-+# IMPORTED Targets
-+# 
-+#
-+# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``,
-+# if Proj.4 has been found.
-+#
-+# Result Variables
-+# 
-+#
-+# This module defines the following variables:
-+#
-+# ::
-+#
-+#   PROJ4_INCLUDE_DIRS   - where to find proj_api.h, etc.
-+#   PROJ4_LIBRARIES  - List of libraries when using libproj.
-+#   PROJ4_FOUND  - True if libproj found.
-+#
-+# ::
-+#
-+#   PROJ4_VERSION- The version of libproj found (x.y.z)
-+#   PROJ4_VERSION_MAJOR  - The major version of libproj
-+#   PROJ4_VERSION_MINOR  - The minor version of libproj
-+#   PROJ4_VERSION_PATCH  - The patch version of libproj
-+#   PROJ4_VERSION_TWEAK  - always 0
-+#   PROJ4_VERSION_COUNT  - The number of version components, always 3
-+#
-+# Hints
-+# ^
-+#
-+# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this
-+# module where to look exclusively.
-+
-+#=
-+# Copyright 2016 Kai Pastor
-+#
-+#
-+# This file was derived from CMake 3.5's module FindZLIB.cmake
-+# which has the following terms:
-+#
-+# Copyright 2001-2011 Kitware, Inc.
-+#
-+# Redistribution and use in source and binary forms, with or without
-+# modification, are permitted provided that the following conditions are
-+# met:
-+#
-+# * Redistributions of source code must retain the above copyright notice,
-+#   this list of conditions and the following disclaimer.
-+#
-+# * Redistributions in binary form must reproduce the above copyright notice,
-+#   this list of conditions and the following disclaimer in the documentation
-+#   and/or other materials provided with the distribution.
-+#
-+# * The names of Kitware, Inc., the Insight Consortium, or the names of
-+#   any consortium members, or of any contributors, may not be used to
-+#   endorse or promote products derived from this software without
-+#   specific prior written permission.
-+#
-+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
-+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
-+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY,
-+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
USE
-+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+#=
-+
-+# Search PROJ4_ROOT exclusively if it is set.
-+if(PROJ4_ROOT)
-+  set(_PROJ4_SEARCH PATHS ${PROJ4_ROOT} NO_DEFAULT_PATH)
-+else()
-+  set(_PROJ4_SEARCH)
-+endif()
-+
-+find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h ${_PROJ4_SEARCH} PATH_SUFFIXES 
include)
-+mark_as_advanced(PROJ4_INCLUDE_DIR)
-+
-+if(PROJ4_INCLUDE_DIR AND EXISTS "${PROJ4_INCLUDE_DIR}/proj_api.h")
-+file(STRINGS "${PROJ4_INCLUDE_DIR}/proj_api.h" PROJ4_H REGEX "^#define 
PJ_VERSION [0-9]+$")
-+
-+string(REGEX REPLACE "^.*PJ_VERSION ([0-9]).*$" "\\1" PROJ4_VERSION_MAJOR 
"${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9]([0-9]).*$" "\\1" 
PROJ4_VERSION_MINOR  "${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9][0-9]([0-9]).*$" "\\1" 

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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 22:01:29
  Author: jlichtblau
Revision: 58

upgpkg: qmapshack 1.13.2-1 - new upstream release

Modified:
  qmapshack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:17:15 UTC (rev 57)
+++ PKGBUILD2019-09-18 22:01:29 UTC (rev 58)
@@ -3,30 +3,49 @@
 # Contributor: Martin Brodbeck 
 
 pkgname=qmapshack
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc='Plan your next outdoor trip'
 arch=('x86_64')
-url='https://bitbucket.org/maproom/qmapshack/'
+url='https://github.com/Maproom/qmapshack/wiki'
 license=('GPL3')
 depends=('desktop-file-utils' 'gdal' 'hicolor-icon-theme' 'proj' 
'qt5-webengine'
- 'quazip' 'routino>=3.1')
-makedepends=('cmake' 'qt5-tools')
-source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz
+ 'quazip' 'routino>=3.1' 'alglib')
+makedepends=('cmake' 'qt5-tools' 'patch')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Maproom/$pkgname/archive/V_$pkgver.tar.gz
 FindPROJ4.patch
-FindQuaZip5.patch)
-sha256sums=('895580331bccb7cf3616832fcf9bdb7d4bb7196112266700e83b6408b058a197'
+FindQuaZip5.patch
+
https://gist.githubusercontent.com/svetlemodry/d3a727821b18356afca05f2de89d703a/raw/83e1b75ec9cc5200b2dc563ad45c6ed6ff6e61b8/c6e5240ec25b91d3320f265346a904b5bd906363-without-PNGs.patch
+
https://github.com/Maproom/qmapshack/commit/79a266943a40bee8fa5e71776c6a76c4d46bfbf8.patch
+
https://github.com/Maproom/qmapshack/commit/763cfc149566325cce9e4690cb7b5f986048f86a.patch
+
https://raw.githubusercontent.com/Maproom/qmapshack/dev/src/qmaptool/pic/line_3px_horizontal.png
+
https://raw.githubusercontent.com/Maproom/qmapshack/dev/src/qmaptool/pic/line_3px_vertical.png
+
https://raw.githubusercontent.com/Maproom/qmapshack/dev/src/qmaptool/pic/splash.png)
+sha256sums=('659409e3b6ef44ed67b9eb4fc54274a7d496885ba4728308a80722659f3b8935'
 '1ffb847b098fedf01e347971da33c58b3fbf1a0f27205d48f6eb52206e228046'
-'23f32e58daa7c69072ea59465f0541e86dcff3085e4e73a948713a02ae421889')
+'23f32e58daa7c69072ea59465f0541e86dcff3085e4e73a948713a02ae421889'
+'6fb0d92dd91866df27e50775163024e98b02d330f65e486cdc9d46f34188fdce'
+'f2bcd793d45c1c93e7ab74db52fcec0df67f7e825713d06f85a1b38897b91e06'
+'f7865db07a58edf4e17146e0d5f2822aad480ec03ed47c1212491e4be5ddce60'
+'9362cd3b8d967d071c0c2bd25a77583e354ad539c130f661466b7716aebd67d8'
+'21d77ec0e84eff9ba2f29a6f4a5c79d4988c626c939c5ed34677a7e67874608e'
+'edf1ef7f73a79b1722e3b18c919ae0706bc52c64553e622006ac8a9985373cf7')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-V_$pkgver"
   patch -Np1 -i "${srcdir}"/FindPROJ4.patch
   patch -Np1 -i "${srcdir}"/FindQuaZip5.patch
+  patch -Np1 -i 
"${srcdir}"/c6e5240ec25b91d3320f265346a904b5bd906363-without-PNGs.patch
+  patch -Np1 -i "${srcdir}"/79a266943a40bee8fa5e71776c6a76c4d46bfbf8.patch
+  patch -Np1 -i "${srcdir}"/763cfc149566325cce9e4690cb7b5f986048f86a.patch
+
+  install -Dm644 "${srcdir}"/line_3px_horizontal.png 
src/qmaptool/pic/line_3px_horizontal.png
+  install -Dm644 "${srcdir}"/line_3px_vertical.png 
src/qmaptool/pic/line_3px_vertical.png
+  install -Dm644 "${srcdir}"/splash.png src/qmaptool/pic/splash.png
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-V_$pkgver"
 
   cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
   make
@@ -33,7 +52,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-V_$pkgver"
 
   make DESTDIR="${pkgdir}" install
 }


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

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 21:51:09
  Author: heftig
Revision: 363014

69.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:47:47 UTC (rev 363013)
+++ PKGBUILD2019-09-18 21:51:09 UTC (rev 363014)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=69.0
+pkgver=69.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -133,96 +133,96 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('5e42ecd7ce4c9957ce1929af0d48aa0514a7c1ff7b148db70d98fcdda0f74ce1'
-'d5848ddbea6e279b968185499dc6348427d60d3933babf0f408c26c5b83673d2'
-'5eac4b11d176120dd36c4801908d5e6beed36ec290dd999b676b221bb86f26a1'
-'0e99f264d5273a9b43ee3f969d45b114a8ffb3e4deebb3f50e24ce5ff1b5dac0'
-'999e62fa235ef9e12ec1cdee33b0128ec2af48a7ee8f89993157474654974cd5'
-'ed57bbcaf5166871fd1d0badae0d5037397222ee526ef4117195591eba098d2a'
-'31dc1fd586bc0c85791fe77fa7659ff14935093c0d59d8cef180c8fd08b1fdf0'
-'e39404ee28ff6e4aa9ed92590c8ac83570299213e8d2b416110c846bb3dea484'
-'d62088cc7f7288b6b2fdb59adda9877d18d5d202695d7b4fc2ae9cd2288c77f4'
-'b82edd3c11eb441c1d99dc01c12ee6445b5f5f29cabe9bf1795b45f27120ec07'
-'0fa9c4c839b964a2a5b4382afdd42f34e3ca157b2ebabf6ed6aa182af0b20bda'
-'00639b7cab74848b9e9bdf62c0407f70d4370493db13fe07c2f2e24f348828fe'
-'69613a3cf8a014cb21402f536e18ddb47360a9908535e55643ee58d8cacaca8d'
-'8706f0989aa61ea06b5e27d091c742ddcce346881dbb808dac043513e05b7ded'
-'5df50e4c5b1231df395aa08ae90aedf9167b29947b8aa0236545b4d1e7b4'
-'88795e9ec79030c421bf2f1b04924edcf195cc9accdf98d002e7a06c132d520e'
-'913188bfd64e0e998174b48ec827f310bbd4a67f717faabfaa826d5a9bdb7394'
-'1ce8d3336240ddf9f4eb9691682c0f64d710620170386976a738e8109883e0fe'
-'8ca380037bb4b0381b5b6c39af0359016afc44f1314bd0a75ae4b37582563e06'
-'e251e22b458f12db1cef93fa791558f19258085c40cc23c5cd90709564283d7d'
-'bb74ec685d9f08b8f4c60cf0fffadf5e5aba394f74cbae932d1fd3f9396032cc'
-'4641aabf3b60a63b3216d72ecf1d8c4fde86d0fdc3754cec51c441c1926d4ce5'
-'a60b7d79b15f9d9fb6b0e32c15ebb5e0bbdf063df3a5294ef8f35aad85b5bfb8'
-'8f076193552091f0298a788594aae4bb79d560e9608037bbe7d8dd051c25b601'
-'bbc4155b78d62afd2f686b89fb91c7ca711e319499585195f3e2622fb65d204c'
-'28992439656ff1564cc614e41accbb486790323348c81759179fc46ff0633274'
-'1cf295023814421022a80d01093f5f12a839129d022b173d4605b156875f35e2'
-'4f162c66d1e97972b5493032acfc361b24f798983cb64fa5454b8bb99de17778'
-'c97c86b2d357f8e428055ac0cb8f4e06900b92bff3a9438696822f06f46ccdbd'
-'347469ddd727eb84f9774d02ef3c12150678ff4b603c51a8486e807b5df7f9ae'
-'c2d0b2907b40ce9ae37fa5a053b64b805cde5ce36b15421aa2727888e35ce173'
-'1973c2c2a215e4e6e9f718067477567d51d8daad37956b3452b349ae1a68dd6d'
-'c8244fd5110bef567b3d1437ad2b4e31445cbe37b8683785d3986f6452f26348'
-'622c085d0732f6ece8add2bed0cbd9957e297f4c37d9d7a2c9863978d5aedc59'
-'4e5c87ff36487efde39a16c97354cc673b27469d657cebf1e5d87b8a70fb4049'
-'3c5a2e25dc3bb46cab900b9897a423a04449a41c5c31e0c491fef1972725602f'
-'a93822af8c863d877d33205aa1833f3188d9ad5db870c7c787c9afd54272fb85'
-'f3834774f08c2fdf4f115f14258f307330b549ebdbc0a8086f2d04d783d1f2e6'
-'ca3678b47fb77301782801b349252e08284734afecbd2f6fc080137e045ac825'
-'030f64ef2b080321d126e7f4c3e14fa8c84211b23c9aab0758e20d604910931e'
-'94985bfc4e27d69575da8e02da7e7aac667563dcf84afe9f0b6e317624dbd46b'
-'e25ecb52bae99d678c3838372c20b5059afb45283158e2b80dbadd6408d4b79a'
-'613c0cf03df11d284401da2ac30d1e9bde175e004a2f3f2d179afa98c398383d'
-'2d9505b8a1a3a18c7f1d49e659b66d89ce9b97e76edcde2ff26ba2b3ff1f19bf'
-'f1420a633c29f55598436d9376fa2da078458070e5c86d1833c91a7b51fd3013'
-'15b3390c7e69fd8f9b00c8ad9559e8e3b309099a439a59df3c8e743926c291ff'
-'013d57ab2e92f35c4c4992ebf7ca444bca8228b77977a13def20087ecb2a782b'
-'9c4030ecf32be868e6a688f6e4cf9aebb78755c43abd92fa48614156e94e6c73'
-'57052be8d638cc2ee053265ca4f91b1c4b81431d5c0713948cb9becab7b22cfd'
-'3765a2680093139382c960dbe7c31839edbf27c5a37058c086b173877d6b55df'
-'4a98026be8b88fb32207ebf8f3b8a0c6721deaf5766980da61e8f49e7203dbf1'
-'3e1b1b4967e3513cf30ce98a46677f999dbe5886df2394772b19c6b0ce5aeec1'
-'fcaedd156369a081d881030ed4fa15d0218bf5a39a419ca44a5fca8c8f0dd75f'
-

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

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 21:47:27
  Author: heftig
Revision: 363012

2.62.0-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:24:41 UTC (rev 363011)
+++ PKGBUILD2019-09-18 21:47:27 UTC (rev 363012)
@@ -3,7 +3,7 @@
 
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
-pkgver=2.60.0
+pkgver=2.62.0
 pkgrel=1
 pkgdesc="C++ bindings for GLib"
 url="https://www.gtkmm.org/;
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(glib2 libsigc++)
 makedepends=(git mm-common perl-xml-parser clang)
-_commit=021bfe1ea539e136c170526563697970ebc318b8  # tags/2.60.0^0
+_commit=ceff460bbfbca3acf60e6d35cf01961ff988177c  # tags/2.62.0^0
 source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-18 Thread Jan Steffens via arch-commits
Date: Wednesday, September 18, 2019 @ 21:47:47
  Author: heftig
Revision: 363013

3.34.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:47:27 UTC (rev 363012)
+++ PKGBUILD2019-09-18 21:47:47 UTC (rev 363013)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder;
@@ -9,8 +9,8 @@
 license=(GPL2)
 depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
 makedepends=(gobject-introspection git meson)
-groups=('gnome-extra')
-_commit=c271527cc076d9dfc2a3f50fe019bbb3539cfdd1  # tags/3.32.1^0
+groups=(gnome-extra)
+_commit=90f1c5cc36ff3c9472d2334cba857110dcd19d10  # tags/3.34.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

2019-09-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 18, 2019 @ 21:24:41
  Author: foutrelis
Revision: 363011

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 363010, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 363010, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 363010, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 363010, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 363010, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 363010, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
(from rev 363010, 
chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch)
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
(from rev 363010, chromium/trunk/include-limits-in-web_time_range.cc.patch)
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
(from rev 363010, chromium/trunk/include-memory-in-one_euro_filter.h.patch)
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch
(from rev 363010, chromium/trunk/link-against-harfbuzz-subset.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch

+
 PKGBUILD   |  474 +++
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   50 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  270 
 include-limits-in-web_time_range.cc.patch  |   62 -
 include-memory-in-one_euro_filter.h.patch  |   64 +-
 link-against-harfbuzz-subset.patch |  110 +--
 10 files changed, 587 insertions(+), 587 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 21:24:22 UTC (rev 363010)
+++ PKGBUILD2019-09-18 21:24:41 UTC (rev 363011)
@@ -1,237 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=77.0.3865.75
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-include-memory-in-one_euro_filter.h.patch
-link-against-harfbuzz-subset.patch
-fix-wrong-string-initialization-in-LinkedHashSet.patch
-include-limits-in-web_time_range.cc.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('eb952ff241e719cbdcc2aae1832ecc1dd2263736ab38ee1dbf88ac9120119789'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
-'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'
-

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

2019-09-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 18, 2019 @ 21:24:22
  Author: foutrelis
Revision: 363010

upgpkg: chromium 77.0.3865.90-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 19:07:59 UTC (rev 363009)
+++ PKGBUILD2019-09-18 21:24:22 UTC (rev 363010)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=77.0.3865.75
+pkgver=77.0.3865.90
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 chromium-system-zlib.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('eb952ff241e719cbdcc2aae1832ecc1dd2263736ab38ee1dbf88ac9120119789'
+sha256sums=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
 'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:17:15
  Author: arojas
Revision: 57

https

Modified:
  osmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:16:29 UTC (rev 56)
+++ PKGBUILD2019-09-18 21:17:15 UTC (rev 57)
@@ -7,12 +7,12 @@
 pkgrel=3
 pkgdesc="A handy personal organizer"
 arch=('x86_64')
-url="http://clayo.org/osmo/;
+url="https://clayo.org/osmo/;
 license=('GPL')
 depends=('gspell' 'libarchive' 'libgringotts' 'libical' 'libnotify' 'libxml2' 
'webkit2gtk')
 optdepends=('sox: to play sounds')
 changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(https://sourceforge.net/projects/osmo-pim/files/osmo-pim/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('5b50e5b98daea986e18034ee1ef8f70ee2018be0802f6053c6d74d2613274dbe')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:16:29
  Author: arojas
Revision: 56

https

Modified:
  numlockx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:15:39 UTC (rev 55)
+++ PKGBUILD2019-09-18 21:16:29 UTC (rev 56)
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('libxtst')
 #source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
+source=(https://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:15:39
  Author: arojas
Revision: 55

https

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:13:55 UTC (rev 54)
+++ PKGBUILD2019-09-18 21:15:39 UTC (rev 55)
@@ -8,7 +8,7 @@
 pkgrel=8
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
 arch=('x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/;
+url="https://sourceforge.net/projects/ndiswrapper/;
 license=('GPL')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
 'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch' 'linux-5.3.patch')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:13:55
  Author: arojas
Revision: 54

https

Modified:
  mill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:12:58 UTC (rev 53)
+++ PKGBUILD2019-09-18 21:13:55 UTC (rev 54)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Your shiny new Java/Scala build tool"
 arch=(any)
-url="http://www.lihaoyi.com/mill/index.html;
+url="https://www.lihaoyi.com/mill/index.html;
 license=('MIT')
 depends=('bash' 'java-environment')
 makedepends=('mill' 'scala')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:12:58
  Author: arojas
Revision: 53

https

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:12:28 UTC (rev 52)
+++ PKGBUILD2019-09-18 21:12:58 UTC (rev 53)
@@ -5,7 +5,7 @@
 pkgver=1.22.1
 pkgrel=1
 pkgdesc="User level public file sharing via WebDAV for MATE"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')
 depends=('gtk3' 'mod_dnssd')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:11:47
  Author: arojas
Revision: 51

https

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:11:11 UTC (rev 50)
+++ PKGBUILD2019-09-18 21:11:47 UTC (rev 51)
@@ -5,7 +5,7 @@
 pkgver=1.22.1
 pkgrel=1
 pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')
 depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
@@ -15,7 +15,7 @@
 groups=('mate')
 conflicts=('mate-session-manager-gtk3')
 replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('2f1a68447a2ec30791e07865fd3747e367c3fffe8373d07ea948b0d759bca8c7')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:12:28
  Author: arojas
Revision: 52

https

Modified:
  mate-user-guide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:11:47 UTC (rev 51)
+++ PKGBUILD2019-09-18 21:12:28 UTC (rev 52)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="MATE User Guide"
 groups=('mate')
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('any')
 license=('FDL')
 depends=('yelp')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:10:43
  Author: arojas
Revision: 511109

https

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:09:55 UTC (rev 511108)
+++ PKGBUILD2019-09-18 21:10:43 UTC (rev 511109)
@@ -7,7 +7,7 @@
 pkgdesc='The GNU Mailing List Manager'
 arch=(x86_64)
 license=('GPL')
-url='http://www.list.org/'
+url='https://www.list.org/'
 # we need to have the mailman user to build mailman
 makedepends=('mailman')
 depends=('glibc' 'python2' 'smtp-server' 'python2-dnspython' 'systemd')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:11:11
  Author: arojas
Revision: 50

https

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:10:43 UTC (rev 511109)
+++ PKGBUILD2019-09-18 21:11:11 UTC (rev 50)
@@ -5,7 +5,7 @@
 pkgver=1.22.1
 pkgrel=2
 pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')
 depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:09:55
  Author: arojas
Revision: 511108

https

Modified:
  logwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:09:10 UTC (rev 511107)
+++ PKGBUILD2019-09-18 21:09:55 UTC (rev 511108)
@@ -13,7 +13,7 @@
 backup=(etc/logwatch/conf/logwatch.conf
etc/logwatch/conf/ignore.conf
etc/logwatch/conf/override.conf)
-source=(http://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
cron.conf
maillog.conf
messages.conf


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:09:10
  Author: arojas
Revision: 511107

https

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:08:44 UTC (rev 511106)
+++ PKGBUILD2019-09-18 21:09:10 UTC (rev 511107)
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2' 'libvirt')
 options=('emptydirs')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
+source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
 
sha512sums=('442cca3a47be90470442912a482d95bb7e5589b867648fc9570da235bfc4507e7dbec7e807ba5dfb68fe7ff1b67552ec8b5ac81b1fcdb12c15553f376531da3d')
 
 package_libvirt-python2() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:08:44
  Author: arojas
Revision: 511106

https

Modified:
  liburcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 21:08:20 UTC (rev 511105)
+++ PKGBUILD2019-09-18 21:08:44 UTC (rev 511106)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
 arch=('x86_64')
-url="http://lttng.org/urcu;
+url="https://lttng.org/urcu;
 license=('LGPL2.1')
 validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
 source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 21:08:20
  Author: arojas
Revision: 511105

https

Modified:
  librtmp0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:51:01 UTC (rev 511104)
+++ PKGBUILD2019-09-18 21:08:20 UTC (rev 511105)
@@ -10,7 +10,7 @@
 pkgrel=4
 pkgdesc='Toolkit for RTMP streams'
 arch=('x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
+url='https://rtmpdump.mplayerhq.hu/'
 license=('GPL2' 'LGPL2.1')
 depends=('glibc' 'gnutls' 'zlib')
 makedepends=('git')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:51:01
  Author: arojas
Revision: 511104

https

Modified:
  libnl1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:50:16 UTC (rev 511103)
+++ PKGBUILD2019-09-18 20:51:01 UTC (rev 511104)
@@ -6,11 +6,11 @@
 pkgrel=2
 pkgdesc="Library for applications dealing with netlink sockets (Legacy 
version)"
 arch=('x86_64')
-url="http://www.infradead.org/~tgr/libnl/;
+url="https://www.infradead.org/~tgr/libnl/;
 license=('GPL')
 depends=('glibc')
 options=('!staticlibs')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz;)
+source=("https://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz;)
 
sha512sums=('25e26ddcc16540346ea34815ab6ac094177e5cee2eb3d843c4f8b30cd9d83390a3e87cb46046dc3bd9ae4d21f77e57bb3827c2cfc588eb18afe049921f2030b4')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:50:16
  Author: arojas
Revision: 511103

https

Modified:
  libmaa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:49:48 UTC (rev 511102)
+++ PKGBUILD2019-09-18 20:50:16 UTC (rev 511103)
@@ -4,7 +4,7 @@
 pkgver=1.3.2
 pkgrel=3
 pkgdesc="Provides many low-level data structures which are helpful for writing 
compilers"
-url="http://sourceforge.net/projects/dict/;
+url="https://sourceforge.net/projects/dict/;
 license=('GPL')
 arch=('x86_64')
 depends=('glibc')


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:49:48
  Author: arojas
Revision: 511102

https

Modified:
  liblxqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:49:11 UTC (rev 511101)
+++ PKGBUILD2019-09-18 20:49:48 UTC (rev 511102)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Common base library for LXQt components."
 arch=("x86_64")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("LGPL2.1")
 depends=("kwindowsystem" "libqtxdg" "libxss" "polkit-qt5")
 makedepends=("lxqt-build-tools")


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:49:11
  Author: arojas
Revision: 511101

https

Modified:
  libfreexl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:48:43 UTC (rev 511100)
+++ PKGBUILD2019-09-18 20:49:11 UTC (rev 511101)
@@ -10,7 +10,7 @@
 url="https://www.gaia-gis.it/fossil/freexl/‎;
 license=('MPL' 'GPL' 'LGPL')
 depends=('glibc')
-source=(http://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
+source=(https://www.gaia-gis.it/gaia-sins/${pkgname/lib/}-$pkgver.tar.gz)
 sha256sums=('3dc9b150d218b0e280a3d6a41d93c1e45f4d7155829d75f1e5bf3e0b0de6750d')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:48:43
  Author: arojas
Revision: 511100

https

Modified:
  libfakekey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:48:13 UTC (rev 511099)
+++ PKGBUILD2019-09-18 20:48:43 UTC (rev 511100)
@@ -9,7 +9,7 @@
 url='https://www.yoctoproject.org/tools-resources/projects/matchbox'
 license=('GPL')
 depends=('libxtst')
-source=("http://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$pkgver.tar.gz;)
+source=("https://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$pkgver.tar.gz;)
 md5sums=('32c4939ed9ec6c96f6b630fa5513687d')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:48:13
  Author: arojas
Revision: 511099

https

Modified:
  libewf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:47:41 UTC (rev 511098)
+++ PKGBUILD2019-09-18 20:48:13 UTC (rev 511099)
@@ -12,7 +12,7 @@
 makedepends=('fuse2')
 depends=('util-linux' 'zlib' 'bzip2')
 optdepends=('fuse2: to be able to use ewfmount')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
+source=(https://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
 
 build() {


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:47:41
  Author: arojas
Revision: 511098

https

Modified:
  libesmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:09:37 UTC (rev 511097)
+++ PKGBUILD2019-09-18 20:47:41 UTC (rev 511098)
@@ -10,7 +10,7 @@
 url='http://www.stafford.uklinux.net/libesmtp/'
 license=('LGPL')
 depends=('openssl')
-source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2;)
+source=("https://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2;)
 md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
 
 build() {


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

2019-09-18 Thread Alad Wenter via arch-commits
Date: Wednesday, September 18, 2019 @ 20:09:37
  Author: alad
Revision: 511097

archrelease: copy trunk to community-x86_64

Added:
  datamash/repos/community-x86_64/PKGBUILD
(from rev 511096, datamash/trunk/PKGBUILD)
Deleted:
  datamash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 20:09:24 UTC (rev 511096)
+++ PKGBUILD2019-09-18 20:09:37 UTC (rev 511097)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Gavin Lloyd 
-# Contributor: Timothy Rice 
-
-pkgname=datamash
-pkgver=1.4
-pkgrel=1
-pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
-url="https://www.gnu.org/software/datamash/;
-arch=('x86_64')
-license=('GPL')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
-"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a'
-'SKIP')
-# Assaf Gordon 
-validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: datamash/repos/community-x86_64/PKGBUILD (from rev 511096, 
datamash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 20:09:37 UTC (rev 511097)
@@ -0,0 +1,32 @@
+# Maintainer: Alad Wenter 
+# Contributor: Gavin Lloyd 
+# Contributor: Timothy Rice 
+pkgname=datamash
+pkgver=1.5
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
+url="https://www.gnu.org/software/datamash/;
+arch=('x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
+'SKIP')
+# Assaf Gordon 
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-18 Thread Alad Wenter via arch-commits
Date: Wednesday, September 18, 2019 @ 20:09:24
  Author: alad
Revision: 511096

upgpkg: datamash 1.5-1

Modified:
  datamash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 19:37:47 UTC (rev 511095)
+++ PKGBUILD2019-09-18 20:09:24 UTC (rev 511096)
@@ -1,9 +1,8 @@
 # Maintainer: Alad Wenter 
 # Contributor: Gavin Lloyd 
 # Contributor: Timothy Rice 
-
 pkgname=datamash
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
 url="https://www.gnu.org/software/datamash/;
@@ -11,7 +10,7 @@
 license=('GPL')
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
 "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a'
+sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
 'SKIP')
 # Assaf Gordon 
 validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 19:37:47
  Author: jlichtblau
Revision: 511095

archrelease: copy trunk to community-x86_64

Added:
  alglib/repos/community-x86_64/
  alglib/repos/community-x86_64/PKGBUILD
(from rev 511094, alglib/trunk/PKGBUILD)

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

Copied: alglib/repos/community-x86_64/PKGBUILD (from rev 511094, 
alglib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-09-18 19:37:47 UTC (rev 511095)
@@ -0,0 +1,66 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Aetf 
+# Contributor: Lex Black 
+# Contributor: Peng Zhang 
+
+pkgname=alglib
+pkgver=3.15.0
+pkgrel=2
+pkgdesc="A cross-platform numerical analysis and data processing library - 
Free Version"
+arch=('x86_64')
+url="http://www.alglib.net;
+license=('GPL2')
+makedepends=('cmake')
+source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz)
+sha256sums=('55435decad45f4b5acdc9651f40c6e9f99a4f148c983e0e4370c9f23bf3329f9')
+
+prepare() {
+cd "${srcdir}"/cpp
+
+# generate a simple cmake file to build the library since the release
+# doesn't provide any build system
+
+cat > CMakeLists.txt <

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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 19:35:41
  Author: jlichtblau
Revision: 511094

alglib moved from AUR to [community]
as a new dependency of qmapshack

Added:
  alglib/
  alglib/repos/
  alglib/trunk/
  alglib/trunk/PKGBUILD

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

Added: alglib/trunk/PKGBUILD
===
--- alglib/trunk/PKGBUILD   (rev 0)
+++ alglib/trunk/PKGBUILD   2019-09-18 19:35:41 UTC (rev 511094)
@@ -0,0 +1,66 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Aetf 
+# Contributor: Lex Black 
+# Contributor: Peng Zhang 
+
+pkgname=alglib
+pkgver=3.15.0
+pkgrel=2
+pkgdesc="A cross-platform numerical analysis and data processing library - 
Free Version"
+arch=('x86_64')
+url="http://www.alglib.net;
+license=('GPL2')
+makedepends=('cmake')
+source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz)
+sha256sums=('55435decad45f4b5acdc9651f40c6e9f99a4f148c983e0e4370c9f23bf3329f9')
+
+prepare() {
+cd "${srcdir}"/cpp
+
+# generate a simple cmake file to build the library since the release
+# doesn't provide any build system
+
+cat > CMakeLists.txt <

[arch-commits] Commit in libaccounts-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 19:07:59
  Author: arojas
Revision: 363009

archrelease: copy trunk to extra-x86_64

Added:
  libaccounts-qt/repos/extra-x86_64/PKGBUILD
(from rev 363008, libaccounts-qt/trunk/PKGBUILD)
Deleted:
  libaccounts-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 19:07:35 UTC (rev 363008)
+++ PKGBUILD2019-09-18 19:07:59 UTC (rev 363009)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-qt
-pkgdesc="Qt-based client library for accessing the online accounts database"
-pkgver=1.15
-pkgrel=2
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/libaccounts-qt;
-license=(LGPL)
-depends=(libaccounts-glib qt5-base)
-makedepends=(doxygen)
-conflicts=(libaccounts-qt5)
-provides=(libaccounts-qt5)
-replaces=(libaccounts-qt5)
-source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
-sha256sums=('f25745b59908131ceef6de796227673523d2001b4658a80e32606efb75173bbb')
-
-prepare() {
-  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
-  cd ..
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-# Remove docs
-  rm -r "$pkgdir"/usr/share
-}

Copied: libaccounts-qt/repos/extra-x86_64/PKGBUILD (from rev 363008, 
libaccounts-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 19:07:59 UTC (rev 363009)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-qt
+pkgdesc="Qt-based client library for accessing the online accounts database"
+pkgver=1.16
+pkgrel=1
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt;
+license=(LGPL)
+depends=(libaccounts-glib qt5-base)
+makedepends=(doxygen)
+conflicts=(libaccounts-qt5)
+provides=(libaccounts-qt5)
+replaces=(libaccounts-qt5)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha256sums=('8d51a70af51b30125441c26be88c46d57b5f0e09545448e5db4064ba38d68fad')
+
+prepare() {
+  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+  cd ..
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs
+  rm -r "$pkgdir"/usr/share
+}


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 19:07:35
  Author: arojas
Revision: 363008

Update to 1.16

Modified:
  libaccounts-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 18:12:51 UTC (rev 363007)
+++ PKGBUILD2019-09-18 19:07:35 UTC (rev 363008)
@@ -4,8 +4,8 @@
 
 pkgname=libaccounts-qt
 pkgdesc="Qt-based client library for accessing the online accounts database"
-pkgver=1.15
-pkgrel=2
+pkgver=1.16
+pkgrel=1
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-qt;
 license=(LGPL)
@@ -15,7 +15,7 @@
 provides=(libaccounts-qt5)
 replaces=(libaccounts-qt5)
 
source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
-sha256sums=('f25745b59908131ceef6de796227673523d2001b4658a80e32606efb75173bbb')
+sha256sums=('8d51a70af51b30125441c26be88c46d57b5f0e09545448e5db4064ba38d68fad')
 
 prepare() {
   mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:52:36
  Author: jlichtblau
Revision: 511092

upgpkg: barrage 1.0.5-1 - new upstream release

Modified:
  barrage/trunk/PKGBUILD
  barrage/trunk/barrage.changelog

---+
 PKGBUILD  |6 +++---
 barrage.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 18:31:09 UTC (rev 511091)
+++ PKGBUILD2019-09-18 18:52:36 UTC (rev 511092)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=barrage
-pkgver=1.0.4
-pkgrel=5
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="A violent point-and-click shooting game with nice effects"
 arch=('x86_64')
 url="http://lgames.sourceforge.net/index.php?project=Barrage;
@@ -12,7 +12,7 @@
 depends=('hicolor-icon-theme' 'sdl_mixer')
 changelog=$pkgname.changelog
 source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
+sha256sums=('a78897ab6a8cf6d53d4093bb8abae204ddfa3a22c5cab9e76220e4987de76904')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: barrage.changelog
===
--- barrage.changelog   2019-09-18 18:31:09 UTC (rev 511091)
+++ barrage.changelog   2019-09-18 18:52:36 UTC (rev 511092)
@@ -1,3 +1,6 @@
+2019-09-18 Jaroslav Lichtblau 
+   * barrage 1.0.5-1
+
 2016-04-29 Jaroslav Lichtblau 
* barrage 1.0.4-4 pacman hooks rebuild
 


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:52:49
  Author: jlichtblau
Revision: 511093

archrelease: copy trunk to community-x86_64

Added:
  barrage/repos/community-x86_64/PKGBUILD
(from rev 511092, barrage/trunk/PKGBUILD)
  barrage/repos/community-x86_64/barrage.changelog
(from rev 511092, barrage/trunk/barrage.changelog)
Deleted:
  barrage/repos/community-x86_64/PKGBUILD
  barrage/repos/community-x86_64/barrage.changelog

---+
 PKGBUILD  |   56 ++--
 barrage.changelog |   13 +++-
 2 files changed, 36 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 18:52:36 UTC (rev 511092)
+++ PKGBUILD2019-09-18 18:52:49 UTC (rev 511093)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: Angelo Theodorou 
-
-pkgname=barrage
-pkgver=1.0.4
-pkgrel=5
-pkgdesc="A violent point-and-click shooting game with nice effects"
-arch=('x86_64')
-url="http://lgames.sourceforge.net/index.php?project=Barrage;
-license=('GPL')
-depends=('hicolor-icon-theme' 'sdl_mixer')
-changelog=$pkgname.changelog
-source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: barrage/repos/community-x86_64/PKGBUILD (from rev 511092, 
barrage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 18:52:49 UTC (rev 511093)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: Angelo Theodorou 
+
+pkgname=barrage
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage;
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('a78897ab6a8cf6d53d4093bb8abae204ddfa3a22c5cab9e76220e4987de76904')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: barrage.changelog
===
--- barrage.changelog   2019-09-18 18:52:36 UTC (rev 511092)
+++ barrage.changelog   2019-09-18 18:52:49 UTC (rev 511093)
@@ -1,5 +0,0 @@
-2016-04-29 Jaroslav Lichtblau 
-   * barrage 1.0.4-4 pacman hooks rebuild
-
-2011-08-20 Jaroslav Lichtblau 
-   * barrage 1.0.4-1

Copied: barrage/repos/community-x86_64/barrage.changelog (from rev 511092, 
barrage/trunk/barrage.changelog)
===
--- barrage.changelog   (rev 0)
+++ barrage.changelog   2019-09-18 18:52:49 UTC (rev 511093)
@@ -0,0 +1,8 @@
+2019-09-18 Jaroslav Lichtblau 
+   * barrage 1.0.5-1
+
+2016-04-29 Jaroslav Lichtblau 
+   * barrage 1.0.4-4 pacman hooks rebuild
+
+2011-08-20 Jaroslav Lichtblau 
+   * barrage 1.0.4-1


[arch-commits] Commit in android-tools/trunk (PKGBUILD fix_build_core.patch)

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 18:31:09
  Author: anatolik
Revision: 511091

Use pkgrel for adb/fastboot version, drop useless distro suffix

Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/fix_build_core.patch

--+
 PKGBUILD |4 ++--
 fix_build_core.patch |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 18:28:10 UTC (rev 511090)
+++ PKGBUILD2019-09-18 18:31:09 UTC (rev 511091)
@@ -38,12 +38,12 @@
   'SKIP'
   'SKIP'
   'afca7974ad8658e52fd028ead12ad0a959d63273'
-  'e7f02cd6529dad54b4bdfd35e34b2cb9cb70cdd4'
+  '6f3d6ca9112b0f2b3049febb46cf311ddc883567'
   '2b57a4cf8012473c1a4fc6adae16573756272b02'
   '7004dbd0c193668827174880de6f8434de8ceaee')
 
 prepare() {
-  PLATFORM_TOOLS_VERSION="$pkgver" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
+  PLATFORM_TOOLS_VERSION="$pkgver-$pkgrel" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
 
   cd "$srcdir"/core
   patch -p1 < ../fix_build_core.patch

Modified: fix_build_core.patch
===
--- fix_build_core.patch2019-09-18 18:28:10 UTC (rev 511090)
+++ fix_build_core.patch2019-09-18 18:31:09 UTC (rev 511091)
@@ -16,7 +16,7 @@
  return android::base::StringPrintf(
  "Android Debug Bridge version %d.%d.%d\n"
 -"Version %s-%s\n"
-+"Version %s-ArchLinux\n"
++"Version %s\n"
  "Installed as %s\n",
  ADB_VERSION_MAJOR, ADB_VERSION_MINOR, ADB_SERVER_VERSION,
 -PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str(),
@@ -71,7 +71,7 @@
  setvbuf(stderr, nullptr, _IONBF, 0);
  } else if (name == "version") {
 -fprintf(stdout, "fastboot version %s-%s\n", 
PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str());
-+fprintf(stdout, "fastboot version %s-ArchLinux\n", 
PLATFORM_TOOLS_VERSION);
++fprintf(stdout, "fastboot version %s\n", 
PLATFORM_TOOLS_VERSION);
  fprintf(stdout, "Installed as %s\n", 
android::base::GetExecutablePath().c_str());
  return 0;
  #if !defined(_WIN32)


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:28:00
  Author: jlichtblau
Revision: 511089

upgpkg: postgis 2.5.3-1 - new upstream release

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

---+
 PKGBUILD  |4 ++--
 postgis.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 18:03:05 UTC (rev 511088)
+++ PKGBUILD2019-09-18 18:28:00 UTC (rev 511089)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 changelog=$pkgname.changelog
 # options=('!makeflags')
 source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b6cb286c5016029d984f8c440947bf9178da72e1f6f840ed639270e1c451db5e')
+sha256sums=('72e8269d40f981e22fb2b78d3ff292338e69a4f5166e481a77b015e1d34e559a')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: postgis.changelog
===
--- postgis.changelog   2019-09-18 18:03:05 UTC (rev 511088)
+++ postgis.changelog   2019-09-18 18:28:00 UTC (rev 511089)
@@ -1,3 +1,6 @@
+2019-09-18 Jaroslav Lichtblau 
+* postgis-2.5.3-1
+
 2019-06-16 Jaroslav Lichtblau 
 * postgis-2.5.2-1
 


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:28:10
  Author: jlichtblau
Revision: 511090

archrelease: copy trunk to community-x86_64

Added:
  postgis/repos/community-x86_64/PKGBUILD
(from rev 511089, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 511089, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

---+
 PKGBUILD  |   60 ++--
 postgis.changelog |  253 ++--
 2 files changed, 158 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 18:28:00 UTC (rev 511089)
+++ PKGBUILD2019-09-18 18:28:10 UTC (rev 511090)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
-makedepends=('clang' 'llvm')
-changelog=$pkgname.changelog
-# options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b6cb286c5016029d984f8c440947bf9178da72e1f6f840ed639270e1c451db5e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 511089, 
postgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 18:28:10 UTC (rev 511090)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+# options=('!makeflags')
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('72e8269d40f981e22fb2b78d3ff292338e69a4f5166e481a77b015e1d34e559a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: postgis.changelog
===
--- postgis.changelog   2019-09-18 18:28:00 UTC (rev 511089)
+++ postgis.changelog   2019-09-18 18:28:10 UTC (rev 511090)
@@ -1,125 +0,0 @@
-2019-06-16 Jaroslav Lichtblau 
-* postgis-2.5.2-1
-
-2019-03-04 Jaroslav Lichtblau 
-* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
-
-2018-11-21 Jaroslav Lichtblau 
-* postgis-2.5.1-1
-
-2018-11-17 Jaroslav Lichtblau 
-* postgis-2.5.0-2 - postgresql rebuild
-
-2018-09-30 Jaroslav Lichtblau 
-* postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau 
-* postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau 
-* postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau 
-* postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau 
-* postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau 
-* postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau 
-* postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau 
-* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 

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

2019-09-18 Thread Christian Hesse via arch-commits
Date: Wednesday, September 18, 2019 @ 18:12:51
  Author: eworm
Revision: 363007

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 363006, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 363006, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-18 18:12:51 UTC (rev 363007)
@@ -0,0 +1,31 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20190918
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool -w kernel/x86/microcode/GenuineIntel.bin 
intel-ucode{,-with-caveats}/
+  # Make intel-ucode.img reproducible
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/GenuineIntel.bin
+  echo kernel/x86/microcode/GenuineIntel.bin | bsdcpio -o -H newc -R 0:0 > 
intel-ucode.img
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-09-18 Thread Christian Hesse via arch-commits
Date: Wednesday, September 18, 2019 @ 18:12:42
  Author: eworm
Revision: 363006

upgpkg: intel-ucode 20190918-1

new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 15:47:19 UTC (rev 363005)
+++ PKGBUILD2019-09-18 18:12:42 UTC (rev 363006)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20190618
+pkgver=20190918
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5')
+sha256sums=('2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:02:53
  Author: jlichtblau
Revision: 511087

upgpkg: proj 6.2.0-1 - new upstream release

Modified:
  proj/trunk/PKGBUILD
  proj/trunk/proj.changelog

+
 PKGBUILD   |4 ++--
 proj.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:55:21 UTC (rev 511086)
+++ PKGBUILD2019-09-18 18:02:53 UTC (rev 511087)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=proj
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Cartographic Projections library'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 changelog=$pkgname.changelog
 
source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
 https://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
-sha256sums=('676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008'
+sha256sums=('b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50'
 'b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e')
 
 build(){

Modified: proj.changelog
===
--- proj.changelog  2019-09-18 17:55:21 UTC (rev 511086)
+++ proj.changelog  2019-09-18 18:02:53 UTC (rev 511087)
@@ -1,3 +1,6 @@
+2019-09-18 Jaroslav Lichtblau 
+   * proj 6.2.0-1
+
 2019-06-16 Jaroslav Lichtblau 
* proj 6.1.0-1
 


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 18:03:05
  Author: jlichtblau
Revision: 511088

archrelease: copy trunk to community-x86_64

Added:
  proj/repos/community-x86_64/PKGBUILD
(from rev 511087, proj/trunk/PKGBUILD)
  proj/repos/community-x86_64/proj.changelog
(from rev 511087, proj/trunk/proj.changelog)
Deleted:
  proj/repos/community-x86_64/PKGBUILD
  proj/repos/community-x86_64/proj.changelog

+
 PKGBUILD   |   70 ++--
 proj.changelog |   73 ---
 2 files changed, 73 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 18:02:53 UTC (rev 511087)
+++ PKGBUILD2019-09-18 18:03:05 UTC (rev 511088)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mateusz Herych 
-# Contributor: dibblethewrecker 
-# Contributor: William Rea 
-
-pkgname=proj
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='Cartographic Projections library'
-arch=('x86_64')
-url="http://trac.osgeo.org/proj/;
-license=('MIT')
-makedepends=('autoconf' 'sqlite')
-changelog=$pkgname.changelog
-source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-https://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
-sha256sums=('676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008'
-'b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e')
-
-build(){
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoreconf -if
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  bsdtar --no-same-owner -xzvf "${srcdir}"/proj-datumgrid-1.8.zip -C 
"${pkgdir}"/usr/share/$pkgname
-}

Copied: proj/repos/community-x86_64/PKGBUILD (from rev 511087, 
proj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 18:03:05 UTC (rev 511088)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dibblethewrecker 
+# Contributor: William Rea 
+
+pkgname=proj
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Cartographic Projections library'
+arch=('x86_64')
+url="https://trac.osgeo.org/proj/;
+license=('MIT')
+makedepends=('autoconf' 'sqlite')
+changelog=$pkgname.changelog
+source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+https://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
+sha256sums=('b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50'
+'b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e')
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  bsdtar --no-same-owner -xzvf "${srcdir}"/proj-datumgrid-1.8.zip -C 
"${pkgdir}"/usr/share/$pkgname
+}

Deleted: proj.changelog
===
--- proj.changelog  2019-09-18 18:02:53 UTC (rev 511087)
+++ proj.changelog  2019-09-18 18:03:05 UTC (rev 511088)
@@ -1,35 +0,0 @@
-2019-06-16 Jaroslav Lichtblau 
-   * proj 6.1.0-1
-
-2018-09-30 Jaroslav Lichtblau 
-   * proj 5.2.0-1
-
-2018-08-14 Jaroslav Lichtblau 
-   * proj 5.1.0-1
-
-2018-05-16 Jaroslav Lichtblau 
-   * proj 5.0.1-1
-
-2016-09-14 Jaroslav Lichtblau 
-   * proj 4.9.3-1
-
-2016-01-09 Jaroslav Lichtblau 
-   * proj 4.9.2-1
-
-2015-03-12 Jaroslav Lichtblau 
-   * proj 4.9.1-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * proj 4.8.0-3 static library removed
-
-2013-02-24 Jaroslav Lichtblau 
-   * proj 4.8.0-2 chenyx06a.zip file location fix
-
-2012-05-05 Jaroslav Lichtblau 
-   * proj 4.8.0-1
-
-2012-03-11 Jaroslav Lichtblau 
-   * proj 4.7.0-2 adopted, package signed, FS#27119 fixed
-
-2007-06-27 tardo 
-   * Fixed license dir | license -> licenses

Copied: proj/repos/community-x86_64/proj.changelog (from rev 511087, 
proj/trunk/proj.changelog)
===
--- proj.changelog  (rev 0)
+++ proj.changelog  2019-09-18 18:03:05 UTC (rev 511088)
@@ -0,0 +1,38 @@
+2019-09-18 Jaroslav Lichtblau 
+   * proj 6.2.0-1
+
+2019-06-16 Jaroslav Lichtblau 
+   * proj 6.1.0-1
+
+2018-09-30 Jaroslav Lichtblau 
+   * proj 5.2.0-1
+
+2018-08-14 Jaroslav Lichtblau 
+   * proj 5.1.0-1
+
+2018-05-16 Jaroslav Lichtblau 
+   * proj 5.0.1-1
+
+2016-09-14 Jaroslav Lichtblau 
+   * proj 4.9.3-1
+
+2016-01-09 Jaroslav Lichtblau 
+   * proj 4.9.2-1
+
+2015-03-12 Jaroslav Lichtblau 
+   * proj 4.9.1-1
+
+2013-12-25 Jaroslav 

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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:55:21
  Author: jlichtblau
Revision: 511086

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:55:11 UTC (rev 511085)
+++ PKGBUILD2019-09-18 17:55:21 UTC (rev 511086)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-# Contributor: Felix Yan 
-
-pkgbase=python-html2text
-pkgname=('python-html2text' 'python2-html2text')
-pkgver=2018.1.9
-pkgrel=2
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/;
-license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage')
-provides=('html2text')
-replaces=('html2text')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('9ad585bb7fda536ce231349e5046aefec7ccc2d111d11b859c9040edab94416b')
-
-prepare() {
-  cp -a html2text-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py build
-  
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
-}
-
-package_python-html2text() {
-  depends=('python-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-html2text() {
-  depends=('python2-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}"
-  mv "$pkgdir/usr/bin/html2text"{,2}
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 511085, 
python-html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:55:21 UTC (rev 511086)
@@ -0,0 +1,53 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+# Contributor: Felix Yan 
+
+pkgbase=python-html2text
+pkgname=('python-html2text' 'python2-html2text')
+pkgver=2019.8.11
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage' 'python-tox' 'python2-tox')
+provides=('html2text')
+replaces=('html2text')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
+sha256sums=('aeffe2b403ddf242f43aba6b91b77791a489b32e6e8fa108f7963d11cb85c862')
+
+prepare() {
+  cp -a html2text-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py build
+  
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+#   tox3
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+#   tox2
+}
+
+package_python-html2text() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-html2text() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/html2text"{,2}
+}


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:55:11
  Author: jlichtblau
Revision: 511085

upgpkg: python-html2text 2019.8.11-1 - new upstream release

Modified:
  python-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:38:45 UTC (rev 511084)
+++ PKGBUILD2019-09-18 17:55:11 UTC (rev 511085)
@@ -5,17 +5,17 @@
 
 pkgbase=python-html2text
 pkgname=('python-html2text' 'python2-html2text')
-pkgver=2018.1.9
-pkgrel=2
+pkgver=2019.8.11
+pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/;
 license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage' 'python-tox' 'python2-tox')
 provides=('html2text')
 replaces=('html2text')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('9ad585bb7fda536ce231349e5046aefec7ccc2d111d11b859c9040edab94416b')
+sha256sums=('aeffe2b403ddf242f43aba6b91b77791a489b32e6e8fa108f7963d11cb85c862')
 
 prepare() {
   cp -a html2text-$pkgver{,-py2}
@@ -31,10 +31,10 @@
 
 check() {
   cd "${srcdir}"/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+#   tox3
 
   cd "${srcdir}"/html2text-$pkgver-py2
-  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+#   tox2
 }
 
 package_python-html2text() {


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:38:36
  Author: jlichtblau
Revision: 511083

upgpkg: menumaker 0.99.11-1 - new upstream release

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:37:16 UTC (rev 511082)
+++ PKGBUILD2019-09-18 17:38:36 UTC (rev 511083)
@@ -4,8 +4,8 @@
 # Contributor: Lukasz Fidosz 
 
 pkgname=menumaker
-pkgver=0.99.10
-pkgrel=2
+pkgver=0.99.11
+pkgrel=1
 pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
 arch=('any')
 url="http://menumaker.sourceforge.net/;
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!makeflags')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6')
+sha256sums=('9d831adbaef2101d8b8d82e48d764c2c1a80a38e97dcf90740eb540e6db3f936')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:38:45
  Author: jlichtblau
Revision: 511084

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
(from rev 511083, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:38:36 UTC (rev 511083)
+++ PKGBUILD2019-09-18 17:38:45 UTC (rev 511084)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: Ben 
-# Contributor: Lukasz Fidosz 
-
-pkgname=menumaker
-pkgver=0.99.10
-pkgrel=2
-pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
-arch=('any')
-url="http://menumaker.sourceforge.net/;
-license=('BSD')
-depends=('python')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/info
-
-#license
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 511083, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:38:45 UTC (rev 511084)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: Ben 
+# Contributor: Lukasz Fidosz 
+
+pkgname=menumaker
+pkgver=0.99.11
+pkgrel=1
+pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
+arch=('any')
+url="http://menumaker.sourceforge.net/;
+license=('BSD')
+depends=('python')
+options=('!makeflags')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('9d831adbaef2101d8b8d82e48d764c2c1a80a38e97dcf90740eb540e6db3f936')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/info
+
+#license
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
+}


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

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 17:37:16
  Author: anatolik
Revision: 511082

archrelease: copy trunk to community-testing-x86_64

Added:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 511081, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 511081, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/fix_build_core.patch
(from rev 511081, android-tools/trunk/fix_build_core.patch)
  android-tools/repos/community-testing-x86_64/fix_sparse_img.patch
(from rev 511081, android-tools/trunk/fix_sparse_img.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 511081, android-tools/trunk/generate_build.rb)

--+
 PKGBUILD |   71 +++
 bash_completion.fastboot |   90 +
 fix_build_core.patch |   90 +
 fix_sparse_img.patch |   38 
 generate_build.rb|  412 +
 5 files changed, 701 insertions(+)

Copied: android-tools/repos/community-testing-x86_64/PKGBUILD (from rev 511081, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-09-18 17:37:16 UTC (rev 511082)
@@ -0,0 +1,71 @@
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=29.0.3
+pkgrel=2
+tag=platform-tools-$pkgver
+pkgdesc='Android platform tools'
+arch=(x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(pcre2 libusb)
+optdepends=('python: for mkbootimg script')
+makedepends=(git clang gtest ruby cmake ninja go-pie)
+provides=(fastboot adb)
+conflicts=(fastboot adb)
+_boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
+source=(git+https://android.googlesource.com/platform/system/core#tag=$tag
+git+https://android.googlesource.com/platform/system/extras#tag=$tag
+
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag
+git+https://android.googlesource.com/platform/external/selinux#tag=$tag
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$tag
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$tag
+git+https://android.googlesource.com/platform/external/avb#tag=$tag
+
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
+generate_build.rb
+fix_build_core.patch
+fix_sparse_img.patch
+bash_completion.fastboot)
+# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'afca7974ad8658e52fd028ead12ad0a959d63273'
+  'e7f02cd6529dad54b4bdfd35e34b2cb9cb70cdd4'
+  '2b57a4cf8012473c1a4fc6adae16573756272b02'
+  '7004dbd0c193668827174880de6f8434de8ceaee')
+
+prepare() {
+  PLATFORM_TOOLS_VERSION="$pkgver" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
+
+  cd "$srcdir"/core
+  patch -p1 < ../fix_build_core.patch
+  patch -p1 < ../fix_sparse_img.patch # FS#63370
+
+  cd "$srcdir"/avb
+  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
+
+  cd "$srcdir"/mkbootimg
+  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' unpack_bootimg.py
+
+  mkdir -p "$srcdir"/boringssl/build && cd "$srcdir"/boringssl/build && cmake 
-GNinja ..; ninja crypto/libcrypto.a
+}
+
+build() {
+  ninja
+}
+
+package() {
+  install -m755 -d "$pkgdir"/usr/bin
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg avb/avbtool
+  install -Dm 755 mkbootimg/mkbootimg.py "$pkgdir"/usr/bin/mkbootimg
+  install -Dm 755 mkbootimg/unpack_bootimg.py "$pkgdir"/usr/bin/unpack_bootimg
+  install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
+}

Copied: android-tools/repos/community-testing-x86_64/bash_completion.fastboot 
(from rev 511081, android-tools/trunk/bash_completion.fastboot)
===
--- community-testing-x86_64/bash_completion.fastboot   
(rev 0)
+++ community-testing-x86_64/bash_completion.fastboot   2019-09-18 17:37:16 UTC 
(rev 511082)
@@ -0,0 +1,90 @@
+## Bash completion for the Android SDK tools.
+##
+## Copyright (c) 2009 Matt Brubeck
+##
+## Permission is hereby granted, free of charge, to any person obtaining a copy
+## of this software and associated documentation files (the "Software"), to 
deal
+## in the Software without restriction, including 

[arch-commits] Commit in android-tools/trunk (PKGBUILD fix_sparse_img.patch)

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 17:36:39
  Author: anatolik
Revision: 511081

upgpkg: android-tools 29.0.3-2

FS#63370: fix a crash with flashing sparse images

Added:
  android-tools/trunk/fix_sparse_img.patch
Modified:
  android-tools/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 fix_sparse_img.patch |   38 ++
 2 files changed, 42 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:35:28 UTC (rev 511080)
+++ PKGBUILD2019-09-18 17:36:39 UTC (rev 511081)
@@ -4,7 +4,7 @@
 
 pkgname=android-tools
 pkgver=29.0.3
-pkgrel=1
+pkgrel=2
 tag=platform-tools-$pkgver
 pkgdesc='Android platform tools'
 arch=(x86_64)
@@ -26,6 +26,7 @@
 
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
 generate_build.rb
 fix_build_core.patch
+fix_sparse_img.patch
 bash_completion.fastboot)
 # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
 sha1sums=('SKIP'
@@ -38,6 +39,7 @@
   'SKIP'
   'afca7974ad8658e52fd028ead12ad0a959d63273'
   'e7f02cd6529dad54b4bdfd35e34b2cb9cb70cdd4'
+  '2b57a4cf8012473c1a4fc6adae16573756272b02'
   '7004dbd0c193668827174880de6f8434de8ceaee')
 
 prepare() {
@@ -45,6 +47,7 @@
 
   cd "$srcdir"/core
   patch -p1 < ../fix_build_core.patch
+  patch -p1 < ../fix_sparse_img.patch # FS#63370
 
   cd "$srcdir"/avb
   sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool

Added: fix_sparse_img.patch
===
--- fix_sparse_img.patch(rev 0)
+++ fix_sparse_img.patch2019-09-18 17:36:39 UTC (rev 511081)
@@ -0,0 +1,38 @@
+commit fbb9535aaea5ae4011f3c3edf4c00b27452f57ec
+Author: Tom Cherry 
+Date:   Tue Sep 17 13:34:04 2019 -0700
+
+fastboot: don't use sparse_file_import_auto() in load_buf_fd()
+
+load_buf_fd() attempts to find the size of the file that it is about
+to load by first calling sparse_file_import_auto() then using
+sparse_file_len() upon success or falling back to the file size on the
+filesystem on failure.
+
+This is problematic however as sparse_file_import_auto() creates a
+sparse_file out of the normal file, but does not resparse it, so an
+assertion fails during the sparse_file_len() call.
+
+This is fixed by using sparse_file_import() instead.  This will fail
+in the case that the file is not sparse and the call to
+sparse_file_len() will be properly skipped.
+
+Bug: 140538105
+Test: flash blueline factory image with assertions enabled in
+  libsparse/sparse.cpp
+
+Change-Id: I0283be33563a3301ce5b09bde41105a20f91086c
+
+diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
+index 4737ae4d66..a7fc628c43 100644
+--- a/fastboot/fastboot.cpp
 b/fastboot/fastboot.cpp
+@@ -874,7 +874,7 @@ static bool load_buf_fd(int fd, struct fastboot_buffer* 
buf) {
+ return false;
+ }
+ 
+-if (sparse_file* s = sparse_file_import_auto(fd, false, false)) {
++if (sparse_file* s = sparse_file_import(fd, false, false)) {
+ buf->image_size = sparse_file_len(s, false, false);
+ sparse_file_destroy(s);
+ } else {


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:35:28
  Author: jlichtblau
Revision: 511080

archrelease: copy trunk to community-any

Added:
  clusterssh/repos/community-any/PKGBUILD
(from rev 511079, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-any/clusterssh.changelog
(from rev 511079, clusterssh/trunk/clusterssh.changelog)
Deleted:
  clusterssh/repos/community-any/PKGBUILD
  clusterssh/repos/community-any/clusterssh.changelog

--+
 PKGBUILD |   86 
 clusterssh.changelog |   87 +
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:35:16 UTC (rev 511079)
+++ PKGBUILD2019-09-18 17:35:28 UTC (rev 511080)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Macfly 
-# Contributor: Duncan Ferguson 
-
-pkgname=clusterssh
-pkgver=4.13.2_02
-pkgrel=1
-pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
-arch=('any')
-url="http://sourceforge.net/projects/clusterssh/;
-license=('GPL')
-depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
-checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
-  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
-  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
-  'perl-test-trap' 'perl-sort-naturally')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('5c03b706267ddf0b84cf1f1cd6756344859a90a20e3dcc3018820fe142146780')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#  ./Build test
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./Build install destdir="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 511079, 
clusterssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:35:28 UTC (rev 511080)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Macfly 
+# Contributor: Duncan Ferguson 
+
+pkgname=clusterssh
+pkgver=4.14
+pkgrel=1
+pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
+arch=('any')
+url="https://sourceforge.net/projects/clusterssh/;
+license=('GPL')
+depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
+checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
+  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
+  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+  'perl-test-trap' 'perl-sort-naturally')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#  ./Build test
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Deleted: clusterssh.changelog
===
--- clusterssh.changelog2019-09-18 17:35:16 UTC (rev 511079)
+++ clusterssh.changelog2019-09-18 17:35:28 UTC (rev 511080)
@@ -1,42 +0,0 @@
-2019-02-17 Jaroslav Lichtblau 
-   * clusterssh 4.13.2_02-1
-
-2018-12-09 Jaroslav Lichtblau 
-   * clusterssh 4.13.2_01-1
-
-2018-03-15 Jaroslav Lichtblau 
-   * clusterssh 4.13.2-1
-
-2018-01-02 Jaroslav Lichtblau 
-   * clusterssh 4.13-1
-
-2017-08-16 Jaroslav Lichtblau 
-   * clusterssh 4.10_02-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * clusterssh 4.09-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * clusterssh 4.08-1
-
-2016-01-31 Jaroslav Lichtblau 
-   * clusterssh 4.05-1
-
-2015-11-10 Jaroslav Lichtblau 
-   * clusterssh 4.04-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * clusterssh 4.03_06-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * clusterssh 4.02_04-3 FS#40797 fixed
-
-2014-05-25 Jaroslav Lichtblau 
-   * clusterssh 4.02_04-3 FS#40551 fixed
-
-2013-10-06 Jaroslav Lichtblau 
-   * 

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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:35:16
  Author: jlichtblau
Revision: 511079

upgpkg: clusterssh 4.14-1 - new upstream release

Modified:
  clusterssh/trunk/PKGBUILD
  clusterssh/trunk/clusterssh.changelog

--+
 PKGBUILD |4 ++--
 clusterssh.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:32:15 UTC (rev 511078)
+++ PKGBUILD2019-09-18 17:35:16 UTC (rev 511079)
@@ -3,7 +3,7 @@
 # Contributor: Duncan Ferguson 
 
 pkgname=clusterssh
-pkgver=4.13.2_02
+pkgver=4.14
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
 arch=('any')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('5c03b706267ddf0b84cf1f1cd6756344859a90a20e3dcc3018820fe142146780')
+sha256sums=('179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: clusterssh.changelog
===
--- clusterssh.changelog2019-09-18 17:32:15 UTC (rev 511078)
+++ clusterssh.changelog2019-09-18 17:35:16 UTC (rev 511079)
@@ -1,3 +1,6 @@
+2019-09-18 Jaroslav Lichtblau 
+   * clusterssh 4.14-1
+
 2019-02-17 Jaroslav Lichtblau 
* clusterssh 4.13.2_02-1
 


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:32:15
  Author: jlichtblau
Revision: 511078

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 511077, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:32:05 UTC (rev 511077)
+++ PKGBUILD2019-09-18 17:32:15 UTC (rev 511078)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.58.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('6c7a6da40d4bab4f644eac068255f6aaad3117725f9d719a4e8279994d468cc3')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 511077, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:32:15 UTC (rev 511078)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.58.2
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('c743478d0c0dd46400f329b9c78651b0423c3c3e048c244d8f29fcdf7e358b05')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:32:05
  Author: jlichtblau
Revision: 511077

upgpkg: hugo 0.58.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:29:25 UTC (rev 511076)
+++ PKGBUILD2019-09-18 17:32:05 UTC (rev 511077)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.58.1
+pkgver=0.58.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('6c7a6da40d4bab4f644eac068255f6aaad3117725f9d719a4e8279994d468cc3')
+sha256sums=('c743478d0c0dd46400f329b9c78651b0423c3c3e048c244d8f29fcdf7e358b05')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:29:25
  Author: sangy
Revision: 511076

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 511075, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:28:59 UTC (rev 511075)
+++ PKGBUILD2019-09-18 17:29:25 UTC (rev 511076)
@@ -1,91 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=124
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'python-tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-makedepends=('help2man' 'python-docutils')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
-  'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('a8ecd00f2c16892d6c7357046dbcccff047da406700e6212845237fd63f33f323a8dcfa6858ef34342194994ef50bfc971cad01a4e4b98940408eeef4fbc299d')
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 511075, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:29:25 UTC (rev 511076)
@@ -0,0 +1,91 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=125
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'binwalk: binwalk support'
+  'bzip2: bzip2 utilities support'
+  'cdrtools: ISO utilities support'
+  

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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:28:59
  Author: sangy
Revision: 511075

upgpkg: diffoscope 125-1

Upstream release 125

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:24:33 UTC (rev 511074)
+++ PKGBUILD2019-09-18 17:28:59 UTC (rev 511075)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=124
+pkgver=125
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -60,7 +60,7 @@
   'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
 
source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('a8ecd00f2c16892d6c7357046dbcccff047da406700e6212845237fd63f33f323a8dcfa6858ef34342194994ef50bfc971cad01a4e4b98940408eeef4fbc299d')
+sha512sums=('211eb428a4bd5d298f73ceccaf68a856f39d3e728329d790cf2ce990f44c0d25f254323990d9e73c08239022e678f10d131a28569fc83d929088bd0ef60bdf9b')
 
 
 prepare() {


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:24:33
  Author: jlichtblau
Revision: 511074

archrelease: copy trunk to community-x86_64

Added:
  emacs-nox/repos/community-x86_64/PKGBUILD
(from rev 511073, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
(from rev 511073, emacs-nox/trunk/emacs-nox.changelog)
Deleted:
  emacs-nox/repos/community-x86_64/PKGBUILD
  emacs-nox/repos/community-x86_64/emacs-nox.changelog

-+
 PKGBUILD|   82 -
 emacs-nox.changelog |  121 +-
 2 files changed, 103 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:24:15 UTC (rev 511073)
+++ PKGBUILD2019-09-18 17:24:33 UTC (rev 511074)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Chris Brannon 
-
-pkgname=emacs-nox
-pkgver=26.2
-pkgrel=1
-pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
-arch=('x86_64')
-url="https://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('dbus' 'ncurses' 'perl' 'libxml2' 'glib2' 'gnutls')
-provides=('emacs')
-conflicts=('emacs')
-changelog=$pkgname.changelog
-source=(https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
-validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
-sha256sums=('151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound --with-modules
-  make
-}
-
-package() {
-  cd "${srcdir}"/emacs-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# remove conflict with ctags package
-  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
-  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-
-# fix user/root permissions on usr/share files
-  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
-# remove .desktop file and icons
-  rm -rf "${pkgdir}"/usr/share/{applications,icons}
-}

Copied: emacs-nox/repos/community-x86_64/PKGBUILD (from rev 511073, 
emacs-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:24:33 UTC (rev 511074)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Chris Brannon 
+
+pkgname=emacs-nox
+pkgver=26.3
+pkgrel=1
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
+arch=('x86_64')
+url="https://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2' 'glib2' 'gnutls')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+source=(https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
+validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
+sha256sums=('4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound --with-modules
+  make
+}
+
+package() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# remove conflict with ctags package
+  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
+  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+# fix user/root permissions on usr/share files
+  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
+# remove .desktop file and icons
+  rm -rf "${pkgdir}"/usr/share/{applications,icons}
+}

Deleted: emacs-nox.changelog
===
--- emacs-nox.changelog 2019-09-18 17:24:15 UTC (rev 511073)
+++ emacs-nox.changelog 2019-09-18 17:24:33 UTC (rev 511074)
@@ -1,59 +0,0 @@
-2019-05-25 Jaroslav Lichtblau 
-   * emacs-nox 26.2-1
-
-2018-07-08 Jaroslav Lichtblau 
-   * emacs-nox 26.1-1
-
-2017-09-12 Jaroslav Lichtblau 
-   * emacs-nox 25.3-1
-
-2017-04-25 Jaroslav Lichtblau 
-   * emacs-nox 25.2-1
-
-2016-09-19 Jaroslav Lichtblau 
-   * emacs-nox 25.1-1
-
-2016-05-01 Jaroslav Lichtblau 
-   * emacs-nox 24.5-4 pacman hooks rebuild
-
-2016-01-24 Jaroslav Lichtblau 
-   * emacs-nox 24.5-3 FS#47841 fix
-
-2015-05-15 Jaroslav Lichtblau 
-   * emacs-nox 24.5-1
-
-2014-10-24 Jaroslav Lichtblau 
-   * emacs-nox 24.4-2 FS#42514 fix
-
-2014-10-21 Jaroslav Lichtblau 
-   * emacs-nox 24.4-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * emacs-nox 24.3-1
-
-2012-09-12 Jaroslav Lichtblau 
-   * emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau 
-   * emacs-nox 24.1-1
-
-2011-03-13 Jaroslav Lichtblau 
-   * emacs-nox 23.3-1
-
-2010-05-12 Jaroslav Lichtblau 
-   * Update to major release 23.2
-

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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:24:15
  Author: jlichtblau
Revision: 511073

upgpkg: emacs-nox 26.3-1 - new upstream release

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog

-+
 PKGBUILD|4 ++--
 emacs-nox.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:23:44 UTC (rev 511072)
+++ PKGBUILD2019-09-18 17:24:15 UTC (rev 511073)
@@ -2,7 +2,7 @@
 # Contributor: Chris Brannon 
 
 pkgname=emacs-nox
-pkgver=26.2
+pkgver=26.3
 pkgrel=1
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 changelog=$pkgname.changelog
 source=(https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
 validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
-sha256sums=('151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e'
+sha256sums=('4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485'
 'SKIP')
 
 build() {

Modified: emacs-nox.changelog
===
--- emacs-nox.changelog 2019-09-18 17:23:44 UTC (rev 511072)
+++ emacs-nox.changelog 2019-09-18 17:24:15 UTC (rev 511073)
@@ -1,3 +1,6 @@
+2019-09-18 Jaroslav Lichtblau 
+   * emacs-nox 26.3-1
+
 2019-05-25 Jaroslav Lichtblau 
* emacs-nox 26.2-1
 


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:23:44
  Author: jlichtblau
Revision: 511072

archrelease: copy trunk to community-x86_64

Added:
  routino/repos/community-x86_64/PKGBUILD
(from rev 511071, routino/trunk/PKGBUILD)
Deleted:
  routino/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:23:28 UTC (rev 511071)
+++ PKGBUILD2019-09-18 17:23:44 UTC (rev 511072)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sanpi 
-
-pkgname=routino
-pkgver=3.2
-pkgrel=2
-pkgdesc='Router for OpenStreetMap Data'
-arch=('x86_64')
-url='http://www.routino.org/'
-license=('AGPL3')
-depends=('zlib' 'bzip2')
-source=(http://www.routino.org/download/$pkgname-$pkgver.tgz)
-sha256sums=('e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-#paths fix
-  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
-  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
-
-#RPATH fix
-  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: routino/repos/community-x86_64/PKGBUILD (from rev 511071, 
routino/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:23:44 UTC (rev 511072)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+
+pkgname=routino
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Router for OpenStreetMap Data'
+arch=('x86_64')
+url='https://www.routino.org/'
+license=('AGPL3')
+depends=('zlib' 'bzip2')
+source=(https://www.routino.org/download/$pkgname-$pkgver.tgz)
+sha256sums=('a954565ab60a5abebc47e8c6e8b496f972e8dd781810fa5548b6d7a9e3e5e135')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+#paths fix
+  sed -i 's|prefix=/usr/local|prefix=/usr|' Makefile.conf
+  sed -i 's|/doc/routino|/share/doc/routino|' Makefile.conf
+
+#RPATH fix
+  sed -i 's|LDFLAGS_LDSO=-Wl,-R.||' Makefile.conf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-09-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, September 18, 2019 @ 17:23:28
  Author: jlichtblau
Revision: 511071

upgpkg: routino 3.3.1-1 - new upstream release

Modified:
  routino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:12:03 UTC (rev 511070)
+++ PKGBUILD2019-09-18 17:23:28 UTC (rev 511071)
@@ -2,8 +2,8 @@
 # Contributor: Sanpi 
 
 pkgname=routino
-pkgver=3.2
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Router for OpenStreetMap Data'
 arch=('x86_64')
 url='https://www.routino.org/'
@@ -10,7 +10,7 @@
 license=('AGPL3')
 depends=('zlib' 'bzip2')
 source=(https://www.routino.org/download/$pkgname-$pkgver.tgz)
-sha256sums=('e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552')
+sha256sums=('a954565ab60a5abebc47e8c6e8b496f972e8dd781810fa5548b6d7a9e3e5e135')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:12:03
  Author: sangy
Revision: 511070

archrelease: copy trunk to community-x86_64

Added:
  go-md2man/repos/community-x86_64/PKGBUILD
(from rev 511069, go-md2man/trunk/PKGBUILD)
Deleted:
  go-md2man/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:11:44 UTC (rev 511069)
+++ PKGBUILD2019-09-18 17:12:03 UTC (rev 511070)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgname=go-md2man
-pkgver=1.0.10
-pkgrel=2
-pkgdesc='A markdown to manpage generator'
-arch=('x86_64')
-url='https://github.com/cpuguy83/go-md2man'
-license=('MIT')
-makedepends=('go-pie')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz;)
-sha256sums=('76aa56849123b99b95fcea2b15502fd886dead9a5c35be7f78bdc2bad6be8d99')
-
-build() {
-  export GOPATH=$(readlink -f .)
-  local repo=src/github.com/cpuguy83
-  mkdir -p "$repo"
-  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
-  cd "$repo/go-md2man"
-  go get -v ./...
-  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
-}
-
-package() {
-  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-md2man/repos/community-x86_64/PKGBUILD (from rev 511069, 
go-md2man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:12:03 UTC (rev 511070)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz;)
+sha256sums=('50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:11:44
  Author: sangy
Revision: 511069

upgpkg: go-md2man 2.0.0-1

Upstream release 2.0.0

Modified:
  go-md2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 17:09:21 UTC (rev 511068)
+++ PKGBUILD2019-09-18 17:11:44 UTC (rev 511069)
@@ -2,8 +2,8 @@
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgname=go-md2man
-pkgver=1.0.10
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='A markdown to manpage generator'
 arch=('x86_64')
 url='https://github.com/cpuguy83/go-md2man'
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('go-pie')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz;)
-sha256sums=('76aa56849123b99b95fcea2b15502fd886dead9a5c35be7f78bdc2bad6be8d99')
+sha256sums=('50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576')
 
 build() {
   export GOPATH=$(readlink -f .)


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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:09:21
  Author: sangy
Revision: 511068

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 511067, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 17:08:46 UTC (rev 511067)
+++ PKGBUILD2019-09-18 17:09:21 UTC (rev 511068)
@@ -1,91 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=121
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'python-tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-makedepends=('help2man' 'python-docutils')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
-  'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('a5aa9e988709919a053e6f60bba3a9fd6cbd53cc9f8507fd81af9ed0612ea6ff7fd68398d1c1741a32847d82032e4a5b9450afa27717e629d1c691a9ef612d6a')
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 511067, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 17:09:21 UTC (rev 511068)
@@ -0,0 +1,91 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=124
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'binwalk: binwalk support'
+  'bzip2: bzip2 utilities support'
+  'cdrtools: ISO utilities support'
+  

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

2019-09-18 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 18, 2019 @ 17:08:46
  Author: sangy
Revision: 511067

upgpkg: diffoscope 124-1

Upstream release 124

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 13:33:51 UTC (rev 511066)
+++ PKGBUILD2019-09-18 17:08:46 UTC (rev 511067)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=121
+pkgver=124
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -60,7 +60,7 @@
   'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
 
source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('a5aa9e988709919a053e6f60bba3a9fd6cbd53cc9f8507fd81af9ed0612ea6ff7fd68398d1c1741a32847d82032e4a5b9450afa27717e629d1c691a9ef612d6a')
+sha512sums=('a8ecd00f2c16892d6c7357046dbcccff047da406700e6212845237fd63f33f323a8dcfa6858ef34342194994ef50bfc971cad01a4e4b98940408eeef4fbc299d')
 
 
 prepare() {


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (4 files)

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 15:47:19
  Author: arojas
Revision: 363005

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 363004, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 363004, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 15:46:53 UTC (rev 363004)
+++ PKGBUILD2019-09-18 15:47:19 UTC (rev 363005)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.64
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('5f67f093b7d10af4e0d8e203714c2e0fdd0366b9004aeec68ea1c1183b88f967'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 363004, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 15:47:19 UTC (rev 363005)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.8.65
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 15:46:53
  Author: arojas
Revision: 363004

Update to 7.0.8.65

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 14:25:23 UTC (rev 363003)
+++ PKGBUILD2019-09-18 15:46:53 UTC (rev 363004)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.64
+pkgver=7.0.8.65
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('5f67f093b7d10af4e0d8e203714c2e0fdd0366b9004aeec68ea1c1183b88f967'
+sha256sums=('022e14ecb9c457026f3caae5ee11cdb247ccec84539cf053863787e7128b71ba'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2019-09-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 18, 2019 @ 13:33:46
  Author: arodseth
Revision: 511065

upgpkg: erlang-docs 22.1-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 13:19:54 UTC (rev 511064)
+++ PKGBUILD2019-09-18 13:33:46 UTC (rev 511065)
@@ -3,7 +3,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=21.3
+pkgver=22.1
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(custom)
 # HTTPS is not available
 source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
+sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2019-09-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 18, 2019 @ 13:33:51
  Author: arodseth
Revision: 511066

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 13:33:46 UTC (rev 511065)
+++ PKGBUILD2019-09-18 13:33:51 UTC (rev 511066)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=21.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 511065, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 13:33:51 UTC (rev 511066)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 18, 2019 @ 13:19:54
  Author: alucryd
Revision: 511064

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 511063, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 13:19:19 UTC (rev 511063)
+++ PKGBUILD2019-09-18 13:19:54 UTC (rev 511064)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.1.4.15
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 511063, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 13:19:54 UTC (rev 511064)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.1.4.16
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+  appstream-glib
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=5bd7fc5beb24879957947fba0e61db048a27f885)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lollypop
+
+  git describe --tags
+}
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 18, 2019 @ 13:19:19
  Author: alucryd
Revision: 511063

upgpkg: lollypop 1.1.4.16-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 13:18:57 UTC (rev 511062)
+++ PKGBUILD2019-09-18 13:19:19 UTC (rev 511063)
@@ -3,11 +3,11 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.1.4.15
+pkgver=1.1.4.16
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
+url=https://gitlab.gnome.org/World/lollypop
 license=(GPL)
 depends=(
   appstream-glib
@@ -38,9 +38,15 @@
   'python-pylast: Last.FM support'
   'youtube-dl: Youtube support'
 )
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=5bd7fc5beb24879957947fba0e61db048a27f885)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd lollypop
+
+  git describe --tags
+}
+
 build() {
   arch-meson lollypop build \
 --libexecdir=lib/lollypop


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

2019-09-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 18, 2019 @ 13:18:57
  Author: arodseth
Revision: 511062

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 511061, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 511061, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 511061, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 511061, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 13:18:50 UTC (rev 511061)
+++ PKGBUILD2019-09-18 13:18:57 UTC (rev 511062)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.0.7
-_docver=22.0
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 511061, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 13:18:57 UTC (rev 511062)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.1
+_docver=22.1
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2019-09-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 18, 2019 @ 13:18:50
  Author: arodseth
Revision: 511061

upgpkg: erlang-nox 22.1-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 13:09:26 UTC (rev 511060)
+++ PKGBUILD2019-09-18 13:18:50 UTC (rev 511061)
@@ -6,9 +6,9 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.0.7
-_docver=22.0
-pkgrel=2
+pkgver=22.1
+_docver=22.1
+pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
 url='https://www.erlang.org/'
@@ -26,7 +26,7 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
+'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2019-09-18 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 18, 2019 @ 13:09:15
  Author: ffy00
Revision: 511059

boost 1.71.0 rebuild (4.6.8-2)

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 13:07:15 UTC (rev 511058)
+++ PKGBUILD2019-09-18 13:09:15 UTC (rev 511059)
@@ -3,7 +3,7 @@
 
 pkgname=pulseeffects
 pkgver=4.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
 url='https://github.com/wwmm/pulseeffects'


[arch-commits] Commit in pulseeffects/repos/community-staging-x86_64 (2 files)

2019-09-18 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 18, 2019 @ 13:09:26
  Author: ffy00
Revision: 511060

archrelease: copy trunk to community-staging-x86_64

Added:
  pulseeffects/repos/community-staging-x86_64/PKGBUILD
(from rev 511059, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 13:09:15 UTC (rev 511059)
+++ PKGBUILD2019-09-18 13:09:26 UTC (rev 511060)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.6.7
-pkgrel=2
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('138ea6081e3b1751f0cd15d6ae1eb0dbc4156493b37f7c8b48878a6600ec19c8846145b7bef3bccb93b6775bd4f0b9ee998c603152c6526540eaaebcdcaa5d2e')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-staging-x86_64/PKGBUILD (from rev 511059, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 13:09:26 UTC (rev 511060)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.6.8
+pkgrel=2
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('672204ad90534ad45228b3473902eb8489c8306c7850f2b2a6f983aa89955529fb5381d6a7d703de94dcd658ffd5b560cce17291a0b23654b225ebd301659e74')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


  1   2   >