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

2020-03-27 Thread Felix Yan via arch-commits
Date: Saturday, March 28, 2020 @ 02:11:16
  Author: felixonmars
Revision: 378582

archrelease: copy trunk to testing-any

Added:
  python-virtualenv/repos/testing-any/PKGBUILD
(from rev 378581, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-28 02:10:33 UTC (rev 378581)
+++ PKGBUILD2020-03-28 02:11:16 UTC (rev 378582)
@@ -1,82 +0,0 @@
-# Maintainer: Dan McGee 
-# Maintainer: Felix Yan 
-# Contributor: Daniele Paolella 
-
-pkgbase=python-virtualenv
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.0.13
-pkgrel=1
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-appdirs' 'python-filelock' 
'python-six'
- 'python2-setuptools' 'python2-appdirs' 'python2-filelock' 
'python2-six'
- 'python2-contextlib2' 'python2-importlib-metadata' 
'python2-importlib_resources'
- 'python2-pathlib2'
- 'python-setuptools-scm' 'python2-setuptools-scm' 'python-sphinx'
- 'python-sphinx_rtd_theme' 'python-sphinx-argparse' 'towncrier')
-checkdepends=('python-pytest-mock' 'python2-pytest' 'python2-pytest-mock' 
'python-pip' 'python2-pip'
-  'python-coverage' 'python2-coverage' 'fish' 'tcsh' 'xonsh')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-options=('!makeflags')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pypa/virtualenv/archive/$pkgver.tar.gz)
-sha512sums=('dec5a57612fb54e7a1ac0565bde9d30768cd0596f0f0742c56df4443f20dc962a7ae556e4c732ba60a5ab8bed725c1aab9c90a421cacf4d5110bfd80ee0a6782')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cp -a virtualenv-$pkgver{,-py2}
-}
-
-build() {
-  (cd virtualenv-$pkgver
-python setup.py build egg_info
-export PYTHONPATH="$PWD/build/lib:$PWD/src"
-sphinx-build -b man docs docs/_build/man
-  )
-  (cd virtualenv-$pkgver-py2
-python2 setup.py build egg_info
-  )
-}
-
-check() {
-  (cd virtualenv-$pkgver
-PYTHONPATH="$PWD/build/lib:$PWD/src" python -m pytest
-  )
-  (cd virtualenv-$pkgver-py2
-PYTHONPATH="$PWD/build/lib:$PWD/src" python2 -m pytest
-  )
-}
-
-package_python-virtualenv() {
-  depends=('python-setuptools' 'python-appdirs' 'python-filelock' 'python-six')
-
-  cd virtualenv-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv.1"
-  ln -s virtualenv.1.gz "${pkgdir}/usr/share/man/man1/virtualenv3.1.gz"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python2-virtualenv() {
-  depends=('python2-setuptools' 'python2-appdirs' 'python2-filelock' 
'python2-six'
-   'python2-contextlib2' 'python2-importlib-metadata' 
'python2-importlib_resources'
-   'python2-pathlib2')
-
-  cd virtualenv-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 ../virtualenv-$pkgver/docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv2.1"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-virtualenv/repos/testing-any/PKGBUILD (from rev 378581, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-28 02:11:16 UTC (rev 378582)
@@ -0,0 +1,82 @@
+# Maintainer: Dan McGee 
+# Maintainer: Felix Yan 
+# Contributor: Daniele Paolella 
+
+pkgbase=python-virtualenv
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=20.0.15
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-appdirs' 'python-filelock' 
'python-six'
+ 'python2-setuptools' 'python2-appdirs' 'python2-filelock' 
'python2-six'
+ 'python2-contextlib2' 'python2-importlib-metadata' 
'python2-importlib_resources'
+ 'python2-pathlib2'
+ 'python-setuptools-scm' 'python2-setuptools-scm' 'python-sphinx'
+ 'python-sphinx_rtd_theme' 'python-sphinx-argparse' 'towncrier')
+checkdepends=('python-pytest-mock' 'python2-pytest' 'python2-pytest-mock' 
'python-pip' 'python2-pip'
+  'python-coverage' 'python2-coverage' 'fish' 'xonsh')  # 'tcsh' 
removed: randomly hangs tests
+replaces=('virtualenv')
+conflicts=('virtualenv')

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

2020-03-27 Thread Felix Yan via arch-commits
Date: Saturday, March 28, 2020 @ 02:10:33
  Author: felixonmars
Revision: 378581

upgpkg: python-virtualenv 20.0.15-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-28 00:12:04 UTC (rev 378580)
+++ PKGBUILD2020-03-28 02:10:33 UTC (rev 378581)
@@ -4,7 +4,7 @@
 
 pkgbase=python-virtualenv
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.0.13
+pkgver=20.0.15
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
@@ -17,12 +17,12 @@
  'python-setuptools-scm' 'python2-setuptools-scm' 'python-sphinx'
  'python-sphinx_rtd_theme' 'python-sphinx-argparse' 'towncrier')
 checkdepends=('python-pytest-mock' 'python2-pytest' 'python2-pytest-mock' 
'python-pip' 'python2-pip'
-  'python-coverage' 'python2-coverage' 'fish' 'tcsh' 'xonsh')
+  'python-coverage' 'python2-coverage' 'fish' 'xonsh')  # 'tcsh' 
removed: randomly hangs tests
 replaces=('virtualenv')
 conflicts=('virtualenv')
 options=('!makeflags')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pypa/virtualenv/archive/$pkgver.tar.gz)
-sha512sums=('dec5a57612fb54e7a1ac0565bde9d30768cd0596f0f0742c56df4443f20dc962a7ae556e4c732ba60a5ab8bed725c1aab9c90a421cacf4d5110bfd80ee0a6782')
+sha512sums=('fd26a41f141d4ea53bd79408f031d7d485d0be483202dccb6428cf98c4780219fc96d847a5aeac3af5c8512de395d26df80299841896562d194ba7a71f88c68b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Saturday, March 28, 2020 @ 01:25:32
  Author: ffy00
Revision: 605057

upgpkg: verilator 4.030-1

Modified:
  verilator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-28 00:41:49 UTC (rev 605056)
+++ PKGBUILD2020-03-28 01:25:32 UTC (rev 605057)
@@ -3,7 +3,7 @@
 # Contributor: Jeffrey Tolar 
 
 pkgname=verilator
-pkgver=4.024
+pkgver=4.030
 pkgrel=1
 pkgdesc='The fastest free Verilog HDL simulator'
 url='https://www.veripool.org/projects/verilator/wiki/Intro'
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('gcc')
 source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('85aa05af69f30f27e4407cb868218c8cb5050b35861511265bca5058a7a67860b1146fced41553b17e7f316fce8cea362caf5bc9bec9cc06fb9e093f80460d5a')
+sha512sums=('5e1ab57a8ed51b04f6c97798c13f2f3ae24aa1ec2a2b8c9ae98099b16b2f7e9b21171412391832239464d3ad71f8f89b685a20eaa77c005b386a1db6eae02da7')
 
 build() {
   cd verilator-$pkgver


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

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Saturday, March 28, 2020 @ 01:25:41
  Author: ffy00
Revision: 605058

archrelease: copy trunk to community-x86_64

Added:
  verilator/repos/community-x86_64/PKGBUILD
(from rev 605057, verilator/trunk/PKGBUILD)
Deleted:
  verilator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-28 01:25:32 UTC (rev 605057)
+++ PKGBUILD2020-03-28 01:25:41 UTC (rev 605058)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Jeffrey Tolar 
-
-pkgname=verilator
-pkgver=4.024
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='https://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('gcc')
-source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('85aa05af69f30f27e4407cb868218c8cb5050b35861511265bca5058a7a67860b1146fced41553b17e7f316fce8cea362caf5bc9bec9cc06fb9e093f80460d5a')
-
-build() {
-  cd verilator-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd verilator-$pkgver
-
-  make install DESTDIR="$pkgdir"
-}

Copied: verilator/repos/community-x86_64/PKGBUILD (from rev 605057, 
verilator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-28 01:25:41 UTC (rev 605058)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Jeffrey Tolar 
+
+pkgname=verilator
+pkgver=4.030
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='https://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('gcc')
+source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
+sha512sums=('5e1ab57a8ed51b04f6c97798c13f2f3ae24aa1ec2a2b8c9ae98099b16b2f7e9b21171412391832239464d3ad71f8f89b685a20eaa77c005b386a1db6eae02da7')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Saturday, March 28, 2020 @ 00:40:22
  Author: felixonmars
Revision: 605055

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-spdx/repos/community-staging-x86_64/PKGBUILD (from rev 605054, 
haskell-spdx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-28 00:40:22 UTC (rev 605055)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=spdx
+pkgname=haskell-spdx
+pkgver=1.0.0.2
+pkgrel=1
+pkgdesc="SPDX license expression language, Extras"
+url="https://github.com/phadej/spdx;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2fb48d204a0c85269d4dbd6bd98efefb0691adc3eb654228b90b244c0d062e0e2f23c42e5f7ef9ab27a2f988654485fec11c3bdc0642b9b17d35791dd80f1548')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/\^//' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Saturday, March 28, 2020 @ 00:40:05
  Author: felixonmars
Revision: 605054

upgpkg: haskell-spdx 1.0.0.2-1: rebuild with spdx 1.0.0.2

Modified:
  haskell-spdx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 22:06:51 UTC (rev 605053)
+++ PKGBUILD2020-03-28 00:40:05 UTC (rev 605054)
@@ -3,8 +3,8 @@
 
 _hkgname=spdx
 pkgname=haskell-spdx
-pkgver=1.0.0.1
-pkgrel=20
+pkgver=1.0.0.2
+pkgrel=1
 pkgdesc="SPDX license expression language, Extras"
 url="https://github.com/phadej/spdx;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-base-compat' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d6c9ddc3fbafe63a2014575c3cadbf77fe866c05a39c9a7bb9fcd060ef0c90969e9bde426fcad3878980b2e2381ad16a27b750734e4c03a3bb7e84261045edd')
+sha512sums=('2fb48d204a0c85269d4dbd6bd98efefb0691adc3eb654228b90b244c0d062e0e2f23c42e5f7ef9ab27a2f988654485fec11c3bdc0642b9b17d35791dd80f1548')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-03-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 28, 2020 @ 00:12:04
  Author: anatolik
Revision: 378580

Compile-in ATA/SATA drivers

ATA/SATA are one of the widely used perepherials. It makes sense to compile it 
as a part
of the kernel binary.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 22:14:53 UTC (rev 378579)
+++ PKGBUILD2020-03-28 00:12:04 UTC (rev 378580)
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'a841aa011edf6bae0ffbe8ead8177e5056de5a6d7333bb96e16917903de4d868')
+'cefc4c5853c1df6595380fb7259289f5850662cd7aa9600dce114e4e525114e1')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2020-03-27 22:14:53 UTC (rev 378579)
+++ config  2020-03-28 00:12:04 UTC (rev 378580)
@@ -2553,9 +2553,9 @@
 #
 # SCSI device support
 #
-CONFIG_SCSI_MOD=m
+CONFIG_SCSI_MOD=y
 CONFIG_RAID_ATTRS=m
-CONFIG_SCSI=m
+CONFIG_SCSI=y
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
 CONFIG_SCSI_PROC_FS=y
@@ -2563,7 +2563,7 @@
 #
 # SCSI support type (disk, tape, CD-ROM)
 #
-CONFIG_BLK_DEV_SD=m
+CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
 CONFIG_BLK_DEV_SR=m
 CONFIG_BLK_DEV_SR_VENDOR=y
@@ -2705,7 +2705,7 @@
 CONFIG_SCSI_DH_ALUA=m
 # end of SCSI device support
 
-CONFIG_ATA=m
+CONFIG_ATA=y
 CONFIG_ATA_VERBOSE_ERROR=y
 CONFIG_ATA_ACPI=y
 CONFIG_SATA_ZPODD=y
@@ -2714,7 +2714,7 @@
 #
 # Controllers with non-SFF native interface
 #
-CONFIG_SATA_AHCI=m
+CONFIG_SATA_AHCI=y
 CONFIG_SATA_MOBILE_LPM_POLICY=3
 CONFIG_SATA_AHCI_PLATFORM=m
 CONFIG_AHCI_CEVA=m


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 22:14:53
  Author: heftig
Revision: 378579

archrelease: copy trunk to extra-x86_64

Added:
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 378578, glib-networking/trunk/PKGBUILD)
Deleted:
  glib-networking/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 22:14:36 UTC (rev 378578)
+++ PKGBUILD2020-03-27 22:14:53 UTC (rev 378579)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.64.0
-pkgrel=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git openssl)
-checkdepends=(ca-certificates)
-optdepends=('openssl: Alternative backend')
-_commit=c8a3134693712055d4bff35ca18bf936e3f0df07  # tags/2.64.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D openssl=enabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 378578, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 22:14:53 UTC (rev 378579)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.64.1
+pkgrel=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git openssl)
+checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
+_commit=b674b65cc2be97b8d764c44d0e874e777fca1858  # tags/2.64.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D openssl=enabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 22:14:36
  Author: heftig
Revision: 378578

2.64.1-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 22:08:16 UTC (rev 378577)
+++ PKGBUILD2020-03-27 22:14:36 UTC (rev 378578)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.64.0
+pkgver=2.64.1
 pkgrel=1
 pkgdesc="Network extensions for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking;
@@ -11,7 +11,7 @@
 makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
 optdepends=('openssl: Alternative backend')
-_commit=c8a3134693712055d4bff35ca18bf936e3f0df07  # tags/2.64.0^0
+_commit=b674b65cc2be97b8d764c44d0e874e777fca1858  # tags/2.64.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-terminal/repos/extra-x86_64 (3 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 22:08:16
  Author: heftig
Revision: 378577

archrelease: copy trunk to extra-x86_64

Added:
  
gnome-terminal/repos/extra-x86_64/0001-screen-Don-t-dereference-data-unchecked.patch
(from rev 378576, 
gnome-terminal/trunk/0001-screen-Don-t-dereference-data-unchecked.patch)
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 378576, gnome-terminal/trunk/PKGBUILD)
Deleted:
  gnome-terminal/repos/extra-x86_64/PKGBUILD

+
 0001-screen-Don-t-dereference-data-unchecked.patch |   71 ++
 PKGBUILD   |   96 ++-
 2 files changed, 122 insertions(+), 45 deletions(-)

Copied: 
gnome-terminal/repos/extra-x86_64/0001-screen-Don-t-dereference-data-unchecked.patch
 (from rev 378576, 
gnome-terminal/trunk/0001-screen-Don-t-dereference-data-unchecked.patch)
===
--- 0001-screen-Don-t-dereference-data-unchecked.patch  
(rev 0)
+++ 0001-screen-Don-t-dereference-data-unchecked.patch  2020-03-27 22:08:16 UTC 
(rev 378577)
@@ -0,0 +1,71 @@
+From 07197c413c19e9aa51ccd29051889307650bede7 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 27 Mar 2020 21:59:16 +
+Subject: [PATCH] screen: Don't dereference data unchecked
+
+It might be NULL. Here, it causes Terminal to crash when opening a new
+tab.
+
+#0  terminal_screen_reexec_from_exec_data (error=0x0, cancellable=0x0, 
cwd=, envv=0x0, data=0x0, screen=0x55c26b5e6a10) at 
terminal-screen.c:859
+__func__ = "terminal_screen_reexec_from_screen"
+#1  terminal_screen_reexec_from_screen 
(screen=screen@entry=0x55c26b5e6a10, 
parent_screen=parent_screen@entry=0x55c26b5e67f0, 
cancellable=cancellable@entry=0x0, error=error@entry=0x0) at 
terminal-screen.c:859
+__func__ = "terminal_screen_reexec_from_screen"
+#2  0x55c2694b644f in action_new_terminal_cb (action=, 
parameter=, user_data=0x55c26b5e43b0) at terminal-window.c:409
+window = 0x55c26b5e43b0
+priv = 
+app = 
+profiles_list = 
+profile = 0x7fbee8003e10
+can_toggle = 
+__func__ = "action_new_terminal_cb"
+mode_str = 0x55c26b318dc0 "tab"
+uuid_str = 0x55c26b318dc4 "current"
+mode = TERMINAL_NEW_TERMINAL_MODE_TAB
+parent_screen = 0x55c26b5e67f0
+screen = 0x55c26b5e6a10
+#3  0x7fbf0538f61a in g_closure_invoke () at 
/usr/lib/libgobject-2.0.so.0
+#4  0x7fbf0537097e in  () at /usr/lib/libgobject-2.0.so.0
+#5  0x7fbf05373ab9 in g_signal_emit_valist () at 
/usr/lib/libgobject-2.0.so.0
+#6  0x7fbf053756b0 in g_signal_emit () at /usr/lib/libgobject-2.0.so.0
+#7  0x7fbf05440c5e in  () at /usr/lib/libgio-2.0.so.0
+#8  0x7fbf05441271 in g_action_activate () at /usr/lib/libgio-2.0.so.0
+#9  0x7fbf05aae63f in  () at /usr/lib/libgtk-3.so.0
+#10 0x7fbf05aae675 in  () at /usr/lib/libgtk-3.so.0
+#11 0x7fbf05aae675 in  () at /usr/lib/libgtk-3.so.0
+#12 0x7fbf05807093 in gtk_window_activate_key () at 
/usr/lib/libgtk-3.so.0
+#13 0x7fbf0580c013 in  () at /usr/lib/libgtk-3.so.0
+#14 0x7fbf05abde1c in  () at /usr/lib/libgtk-3.so.0
+#15 0x7fbf053740a0 in g_signal_emit_valist () at 
/usr/lib/libgobject-2.0.so.0
+#16 0x7fbf053756b0 in g_signal_emit () at /usr/lib/libgobject-2.0.so.0
+#17 0x7fbf05826c26 in  () at /usr/lib/libgtk-3.so.0
+#18 0x7fbf0596d14a in  () at /usr/lib/libgtk-3.so.0
+#19 0x7fbf0597061c in gtk_main_do_event () at /usr/lib/libgtk-3.so.0
+#20 0x7fbf05680f84 in  () at /usr/lib/libgdk-3.so.0
+#21 0x7fbf05650454 in  () at /usr/lib/libgdk-3.so.0
+#22 0x7fbf052949be in g_main_context_dispatch () at 
/usr/lib/libglib-2.0.so.0
+#23 0x7fbf05296831 in  () at /usr/lib/libglib-2.0.so.0
+#24 0x7fbf05296871 in g_main_context_iteration () at 
/usr/lib/libglib-2.0.so.0
+#25 0x7fbf0544d2de in g_application_run () at /usr/lib/libgio-2.0.so.0
+#26 0x55c2694961f5 in main (argc=, argv=) at server.c:190
+app = 0x55c26b5a8180
+r = 0
+---
+ src/terminal-screen.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/terminal-screen.c b/src/terminal-screen.c
+index f1475c41..33fbb5df 100644
+--- a/src/terminal-screen.c
 b/src/terminal-screen.c
+@@ -828,7 +828,7 @@ terminal_screen_reexec_from_exec_data (TerminalScreen 
*screen,
+envv ? envv : data ? data->envv : NULL,
+data ? data->as_shell : TRUE,
+/* If we have command line args, must always 
pass the cwd from the command line, too */
+-   data->argv ? data->cwd : cwd ? cwd : data ? 
data->cwd : 

[arch-commits] Commit in gnome-terminal/trunk (2 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 22:07:13
  Author: heftig
Revision: 378576

3.36.1-2

Added:
  gnome-terminal/trunk/0001-screen-Don-t-dereference-data-unchecked.patch
Modified:
  gnome-terminal/trunk/PKGBUILD

+
 0001-screen-Don-t-dereference-data-unchecked.patch |   71 +++
 PKGBUILD   |   12 ++-
 2 files changed, 80 insertions(+), 3 deletions(-)

Added: 0001-screen-Don-t-dereference-data-unchecked.patch
===
--- 0001-screen-Don-t-dereference-data-unchecked.patch  
(rev 0)
+++ 0001-screen-Don-t-dereference-data-unchecked.patch  2020-03-27 22:07:13 UTC 
(rev 378576)
@@ -0,0 +1,71 @@
+From 07197c413c19e9aa51ccd29051889307650bede7 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 27 Mar 2020 21:59:16 +
+Subject: [PATCH] screen: Don't dereference data unchecked
+
+It might be NULL. Here, it causes Terminal to crash when opening a new
+tab.
+
+#0  terminal_screen_reexec_from_exec_data (error=0x0, cancellable=0x0, 
cwd=, envv=0x0, data=0x0, screen=0x55c26b5e6a10) at 
terminal-screen.c:859
+__func__ = "terminal_screen_reexec_from_screen"
+#1  terminal_screen_reexec_from_screen 
(screen=screen@entry=0x55c26b5e6a10, 
parent_screen=parent_screen@entry=0x55c26b5e67f0, 
cancellable=cancellable@entry=0x0, error=error@entry=0x0) at 
terminal-screen.c:859
+__func__ = "terminal_screen_reexec_from_screen"
+#2  0x55c2694b644f in action_new_terminal_cb (action=, 
parameter=, user_data=0x55c26b5e43b0) at terminal-window.c:409
+window = 0x55c26b5e43b0
+priv = 
+app = 
+profiles_list = 
+profile = 0x7fbee8003e10
+can_toggle = 
+__func__ = "action_new_terminal_cb"
+mode_str = 0x55c26b318dc0 "tab"
+uuid_str = 0x55c26b318dc4 "current"
+mode = TERMINAL_NEW_TERMINAL_MODE_TAB
+parent_screen = 0x55c26b5e67f0
+screen = 0x55c26b5e6a10
+#3  0x7fbf0538f61a in g_closure_invoke () at 
/usr/lib/libgobject-2.0.so.0
+#4  0x7fbf0537097e in  () at /usr/lib/libgobject-2.0.so.0
+#5  0x7fbf05373ab9 in g_signal_emit_valist () at 
/usr/lib/libgobject-2.0.so.0
+#6  0x7fbf053756b0 in g_signal_emit () at /usr/lib/libgobject-2.0.so.0
+#7  0x7fbf05440c5e in  () at /usr/lib/libgio-2.0.so.0
+#8  0x7fbf05441271 in g_action_activate () at /usr/lib/libgio-2.0.so.0
+#9  0x7fbf05aae63f in  () at /usr/lib/libgtk-3.so.0
+#10 0x7fbf05aae675 in  () at /usr/lib/libgtk-3.so.0
+#11 0x7fbf05aae675 in  () at /usr/lib/libgtk-3.so.0
+#12 0x7fbf05807093 in gtk_window_activate_key () at 
/usr/lib/libgtk-3.so.0
+#13 0x7fbf0580c013 in  () at /usr/lib/libgtk-3.so.0
+#14 0x7fbf05abde1c in  () at /usr/lib/libgtk-3.so.0
+#15 0x7fbf053740a0 in g_signal_emit_valist () at 
/usr/lib/libgobject-2.0.so.0
+#16 0x7fbf053756b0 in g_signal_emit () at /usr/lib/libgobject-2.0.so.0
+#17 0x7fbf05826c26 in  () at /usr/lib/libgtk-3.so.0
+#18 0x7fbf0596d14a in  () at /usr/lib/libgtk-3.so.0
+#19 0x7fbf0597061c in gtk_main_do_event () at /usr/lib/libgtk-3.so.0
+#20 0x7fbf05680f84 in  () at /usr/lib/libgdk-3.so.0
+#21 0x7fbf05650454 in  () at /usr/lib/libgdk-3.so.0
+#22 0x7fbf052949be in g_main_context_dispatch () at 
/usr/lib/libglib-2.0.so.0
+#23 0x7fbf05296831 in  () at /usr/lib/libglib-2.0.so.0
+#24 0x7fbf05296871 in g_main_context_iteration () at 
/usr/lib/libglib-2.0.so.0
+#25 0x7fbf0544d2de in g_application_run () at /usr/lib/libgio-2.0.so.0
+#26 0x55c2694961f5 in main (argc=, argv=) at server.c:190
+app = 0x55c26b5a8180
+r = 0
+---
+ src/terminal-screen.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/terminal-screen.c b/src/terminal-screen.c
+index f1475c41..33fbb5df 100644
+--- a/src/terminal-screen.c
 b/src/terminal-screen.c
+@@ -828,7 +828,7 @@ terminal_screen_reexec_from_exec_data (TerminalScreen 
*screen,
+envv ? envv : data ? data->envv : NULL,
+data ? data->as_shell : TRUE,
+/* If we have command line args, must always 
pass the cwd from the command line, too */
+-   data->argv ? data->cwd : cwd ? cwd : data ? 
data->cwd : NULL,
++   data && data->argv ? data->cwd : cwd ? cwd : 
data ? data->cwd : NULL,
+NULL /* fd list */, NULL /* fd array */,
+NULL, NULL, NULL, /* callback + data + destroy 
notify */
+cancellable,
+-- 
+2.25.2
+

Modified: PKGBUILD

[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2020-03-27 Thread Daniel Bermond via arch-commits
Date: Friday, March 27, 2020 @ 22:06:51
  Author: dbermond
Revision: 605053

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 605052, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 22:06:28 UTC (rev 605052)
+++ PKGBUILD2020-03-27 22:06:51 UTC (rev 605053)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-compute-runtime
-pkgver=20.11.16158
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1b07b00c9a4181415125d9afeceed30fca95a3e35b6cee03d3b0342a0355fb55')
-
-build() {
-cmake -B build -S compute-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
-install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 605052, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 22:06:51 UTC (rev 605053)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=20.12.16259
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd4eb236508101c153ab7748378edcdba3fad67be9055fc5485f39718ffe8140')
+
+build() {
+cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-03-27 Thread Daniel Bermond via arch-commits
Date: Friday, March 27, 2020 @ 22:06:28
  Author: dbermond
Revision: 605052

upgpkg: intel-compute-runtime 20.12.16259-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 22:06:10 UTC (rev 605051)
+++ PKGBUILD2020-03-27 22:06:28 UTC (rev 605052)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.11.16158
+pkgver=20.12.16259
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1b07b00c9a4181415125d9afeceed30fca95a3e35b6cee03d3b0342a0355fb55')
+sha256sums=('cd4eb236508101c153ab7748378edcdba3fad67be9055fc5485f39718ffe8140')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (2 files)

2020-03-27 Thread Daniel Bermond via arch-commits
Date: Friday, March 27, 2020 @ 22:06:10
  Author: dbermond
Revision: 605051

archrelease: copy trunk to community-x86_64

Added:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD
(from rev 605050, intel-graphics-compiler/trunk/PKGBUILD)
Deleted:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 22:05:45 UTC (rev 605050)
+++ PKGBUILD2020-03-27 22:06:10 UTC (rev 605051)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-graphics-compiler
-epoch=1
-pkgver=1.0.3529
-pkgrel=1
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler;
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python)
-options=(!emptydirs)
-source=("${url}/archive/igc-${pkgver}.tar.gz")
-sha256sums=('74186169471e158f49ce50c3ad35b45e719d0c891cf1fa9ca73bf8f89624c607')
-
-build() {
-cmake -B build -S ${pkgname}-igc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='9.0.1' \
--DINSTALL_GENX_IR=ON \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 
605050, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 22:06:10 UTC (rev 605051)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.3586
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python)
+options=(!emptydirs)
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+sha256sums=('e1b558a53f49deeb5a6e826ecbfd4e4b79bcfebb86316c64020134ca6aabfe8c')
+
+build() {
+cmake -B build -S ${pkgname}-igc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='9.0.1' \
+-DINSTALL_GENX_IR=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-03-27 Thread Daniel Bermond via arch-commits
Date: Friday, March 27, 2020 @ 22:05:45
  Author: dbermond
Revision: 605050

upgpkg: intel-graphics-compiler 1:1.0.3586-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 21:42:32 UTC (rev 605049)
+++ PKGBUILD2020-03-27 22:05:45 UTC (rev 605050)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.3529
+pkgver=1.0.3586
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(cmake clang llvm zlib python)
 options=(!emptydirs)
 source=("${url}/archive/igc-${pkgver}.tar.gz")
-sha256sums=('74186169471e158f49ce50c3ad35b45e719d0c891cf1fa9ca73bf8f89624c607')
+sha256sums=('e1b558a53f49deeb5a6e826ecbfd4e4b79bcfebb86316c64020134ca6aabfe8c')
 
 build() {
 cmake -B build -S ${pkgname}-igc-${pkgver} \


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 21:42:18
  Author: heftig
Revision: 378574

3.24.16-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 20:52:35 UTC (rev 378573)
+++ PKGBUILD2020-03-27 21:42:18 UTC (rev 378574)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.15
+pkgver=3.24.16
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -15,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
 license=(LGPL)
-_commit=dca7dc8c9ca8cbf8a3d613c6a48012a43e58a727  # tags/3.24.15^0
+_commit=7624f07764b6127e30788ca651c6fde5f1c0cf7b  # tags/3.24.16^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 21:42:36
  Author: heftig
Revision: 378575

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 378574, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 378574, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 378574, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 378574, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 378574, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 378574, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  148 -
 gtk-query-immodules-3.0.hook |   22 +++---
 gtk-update-icon-cache.hook   |   26 +++
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 21:42:18 UTC (rev 378574)
+++ PKGBUILD2020-03-27 21:42:36 UTC (rev 378575)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.15
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-_commit=dca7dc8c9ca8cbf8a3d613c6a48012a43e58a727  # tags/3.24.15^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
-'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  arch-meson gtk build \
--D broadway_backend=true \
--D colord=yes \
--D gtk_doc=true \
--D man=true
-  ninja -C build
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 378574, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 21:42:36 UTC (rev 378575)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.16
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
+ cantarell-fonts colord rest libcups libcanberra 

[arch-commits] Commit in gnome-initial-setup/repos/community-x86_64 (2 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 21:42:32
  Author: heftig
Revision: 605049

archrelease: copy trunk to community-x86_64

Added:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 605048, gnome-initial-setup/trunk/PKGBUILD)
Deleted:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 21:37:14 UTC (rev 605048)
+++ PKGBUILD2020-03-27 21:42:32 UTC (rev 605049)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=('x86_64')
-url="https://www.gnome.org/;
-license=('GPL')
-depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
- 'libpackagekit-glib' 'geoclue')
-makedepends=('meson')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8af80af877408ecf18522729bf3a9a67748e5d17caef162ec84e426c843db121')
-
-build() {
-  arch-meson $pkgname-$pkgver build -Dparental_controls=disabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  # Setup system user and group
-  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: gnome-initial-setup/repos/community-x86_64/PKGBUILD (from rev 605048, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 21:42:32 UTC (rev 605049)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('x86_64')
+url="https://www.gnome.org/;
+license=('GPL')
+depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
+ 'libpackagekit-glib' 'geoclue' 'malcontent')
+makedepends=('meson')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9199fd803dca8c283690bdf31b834e1eb649f701ebdb112b16cc6af4db32d6e9')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 21:37:14
  Author: heftig
Revision: 605048

3.36.1-1

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:34:47 UTC (rev 605047)
+++ PKGBUILD2020-03-27 21:37:14 UTC (rev 605048)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-initial-setup
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
@@ -9,15 +9,15 @@
 license=('GPL')
 depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
  'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
- 'libpackagekit-glib' 'geoclue')
+ 'libpackagekit-glib' 'geoclue' 'malcontent')
 makedepends=('meson')
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8af80af877408ecf18522729bf3a9a67748e5d17caef162ec84e426c843db121')
+sha256sums=('9199fd803dca8c283690bdf31b834e1eb649f701ebdb112b16cc6af4db32d6e9')
 
 build() {
-  arch-meson $pkgname-$pkgver build -Dparental_controls=disabled
+  arch-meson $pkgname-$pkgver build
   ninja -C build
 }
 


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:52:30
  Author: heftig
Revision: 378571

archrelease: copy trunk to extra-x86_64

Added:
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 378570, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 20:52:14 UTC (rev 378570)
+++ PKGBUILD2020-03-27 20:52:30 UTC (rev 378571)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.60.0
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=bf56194f78fc13a99023358efb6f7af0f228240c  # tags/0.60.0^0
-source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-}
-
-build() {
-  arch-meson vte build -D docs=true -D b_lto=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_vte3() {
-  depends+=(vte-common)
-  provides+=(libvte-2.91.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split vte-common
-  _pick vte-common "$pkgdir"/etc/profile.d
-  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
-}
-
-package_vte-common() {
-  pkgdesc="Files shared by VTE libraries"
-  depends=(sh)
-  mv vte-common/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 378570, vte3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 20:52:30 UTC (rev 378571)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.60.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
+_commit=606a55cbe2f1aba42023f19f3b2d2ccf4c90573b  # tags/0.60.1^0
+source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+}
+
+build() {
+  arch-meson vte build -D docs=true -D b_lto=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_vte3() {
+  depends+=(vte-common)
+  provides+=(libvte-2.91.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split vte-common
+  _pick vte-common "$pkgdir"/etc/profile.d
+  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
+}
+
+package_vte-common() {
+  pkgdesc="Files shared by VTE libraries"
+  depends=(sh)
+  mv vte-common/* "$pkgdir"
+}
+
+# vim:set sw=2 et:


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:52:12
  Author: heftig
Revision: 378569

3.24.15-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 20:01:16 UTC (rev 378568)
+++ PKGBUILD2020-03-27 20:52:12 UTC (rev 378569)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.14+9+g429a6287e0
+pkgver=3.24.15
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -15,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
 license=(LGPL)
-_commit=429a6287e0ceae7b67e82d882652e86fa12f0ad4  # gtk-3-24
+_commit=dca7dc8c9ca8cbf8a3d613c6a48012a43e58a727  # tags/3.24.15^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:52:35
  Author: heftig
Revision: 378573

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 378571, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 378571, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 378571, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 378571, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 378571, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 378572, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  148 -
 gtk-query-immodules-3.0.hook |   22 +++---
 gtk-update-icon-cache.hook   |   26 +++
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 20:52:32 UTC (rev 378572)
+++ PKGBUILD2020-03-27 20:52:35 UTC (rev 378573)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.14+9+g429a6287e0
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-_commit=429a6287e0ceae7b67e82d882652e86fa12f0ad4  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
-'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  arch-meson gtk build \
--D broadway_backend=true \
--D colord=yes \
--D gtk_doc=true \
--D man=true
-  ninja -C build
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 378571, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 20:52:35 UTC (rev 378573)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.15
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
+ cantarell-fonts colord rest libcups 

[arch-commits] Commit in gnome-terminal/repos/extra-x86_64 (3 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:52:32
  Author: heftig
Revision: 378572

archrelease: copy trunk to extra-x86_64

Added:
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 378570, gnome-terminal/trunk/PKGBUILD)
Deleted:
  
gnome-terminal/repos/extra-x86_64/0001-screen-Fix-non-preserved-working-dir.patch
  gnome-terminal/repos/extra-x86_64/PKGBUILD

-+
 0001-screen-Fix-non-preserved-working-dir.patch |   47 --
 PKGBUILD|   96 ++
 2 files changed, 45 insertions(+), 98 deletions(-)

Deleted: 0001-screen-Fix-non-preserved-working-dir.patch
===
--- 0001-screen-Fix-non-preserved-working-dir.patch 2020-03-27 20:52:30 UTC 
(rev 378571)
+++ 0001-screen-Fix-non-preserved-working-dir.patch 2020-03-27 20:52:32 UTC 
(rev 378572)
@@ -1,47 +0,0 @@
-From 0a68500b46668e4b9c027b630d0ba2ccb7bed555 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 10 Mar 2020 21:02:19 +
-Subject: [PATCH] screen: Fix non-preserved working dir
-
-If `preserve_cwd` is false, the code would leave `data->cwd` unset. This
-resulted in VTE keeping the current pwd, which in the case of
-`gnome-terminal-server` running as a systemd user service is `/`.
-
-Fixes https://gitlab.gnome.org/GNOME/gnome-terminal/issues/228

- src/terminal-screen.c | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index dc9f8447..6541c0a5 100644
 a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -963,23 +963,22 @@ terminal_screen_exec (TerminalScreen *screen,
- return FALSE;
-   }
- 
--  if (preserve_cwd) {
--data->cwd = g_strdup (cwd);
--  } else {
-+  if (!preserve_cwd) {
- cwd = g_get_home_dir ();
- envv = g_environ_unsetenv (envv, "PWD");
-   }
- 
-   if (fd_list) {
- const int *fds;
- 
- fds = g_unix_fd_list_peek_fds (fd_list, >fd_list_len);
- data->fd_list = g_memdup (fds, (data->fd_list_len + 1) * sizeof (int));
- data->fd_array = g_variant_get_fixed_array (fd_array, 
>fd_array_len, 2 * sizeof (int));
-   }
- 
-   data->argv = g_strdupv (argv);
-   data->exec_argv = g_strdupv (exec_argv);
-+  data->cwd = g_strdup (cwd);
-   data->envv = g_strdupv (envv);
-   data->as_shell = as_shell;
-   data->pty_flags = VTE_PTY_DEFAULT;
--- 
-2.25.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 20:52:30 UTC (rev 378571)
+++ PKGBUILD2020-03-27 20:52:32 UTC (rev 378572)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.36.0.1
-pkgrel=2
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(x86_64)
-license=(GPL)
-depends=('vte3>=0.60.0' gsettings-desktop-schemas)
-makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
- gnome-shell vala yelp-tools git)
-groups=(gnome)
-_commit=7d7b73d1005d8377e6f8303801e0da505f907611  # tags/3.36.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;
-0001-screen-Fix-non-preserved-working-dir.patch)
-sha256sums=('SKIP'
-'32f26314ba3b33c95acb41510fa9e4f46d00bb575d3a32cc765b65303c30734a')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/65774
-  git apply -3 ../0001-screen-Fix-non-preserved-working-dir.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 378570, 
gnome-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 20:52:32 UTC (rev 378572)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=('vte3>=0.60.0' gsettings-desktop-schemas)
+makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
+ gnome-shell vala yelp-tools git)
+groups=(gnome)
+_commit=c428fb95b47a71743c166f89d1371e9ef327230d  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd 

[arch-commits] Commit in gnome-terminal/trunk (2 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:52:14
  Author: heftig
Revision: 378570

3.36.1-1

Modified:
  gnome-terminal/trunk/PKGBUILD
Deleted:
  gnome-terminal/trunk/0001-screen-Fix-non-preserved-working-dir.patch

-+
 0001-screen-Fix-non-preserved-working-dir.patch |   47 --
 PKGBUILD|   16 ++-
 2 files changed, 5 insertions(+), 58 deletions(-)

Deleted: 0001-screen-Fix-non-preserved-working-dir.patch
===
--- 0001-screen-Fix-non-preserved-working-dir.patch 2020-03-27 20:52:12 UTC 
(rev 378569)
+++ 0001-screen-Fix-non-preserved-working-dir.patch 2020-03-27 20:52:14 UTC 
(rev 378570)
@@ -1,47 +0,0 @@
-From 0a68500b46668e4b9c027b630d0ba2ccb7bed555 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 10 Mar 2020 21:02:19 +
-Subject: [PATCH] screen: Fix non-preserved working dir
-
-If `preserve_cwd` is false, the code would leave `data->cwd` unset. This
-resulted in VTE keeping the current pwd, which in the case of
-`gnome-terminal-server` running as a systemd user service is `/`.
-
-Fixes https://gitlab.gnome.org/GNOME/gnome-terminal/issues/228

- src/terminal-screen.c | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index dc9f8447..6541c0a5 100644
 a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -963,23 +963,22 @@ terminal_screen_exec (TerminalScreen *screen,
- return FALSE;
-   }
- 
--  if (preserve_cwd) {
--data->cwd = g_strdup (cwd);
--  } else {
-+  if (!preserve_cwd) {
- cwd = g_get_home_dir ();
- envv = g_environ_unsetenv (envv, "PWD");
-   }
- 
-   if (fd_list) {
- const int *fds;
- 
- fds = g_unix_fd_list_peek_fds (fd_list, >fd_list_len);
- data->fd_list = g_memdup (fds, (data->fd_list_len + 1) * sizeof (int));
- data->fd_array = g_variant_get_fixed_array (fd_array, 
>fd_array_len, 2 * sizeof (int));
-   }
- 
-   data->argv = g_strdupv (argv);
-   data->exec_argv = g_strdupv (exec_argv);
-+  data->cwd = g_strdup (cwd);
-   data->envv = g_strdupv (envv);
-   data->as_shell = as_shell;
-   data->pty_flags = VTE_PTY_DEFAULT;
--- 
-2.25.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 20:52:12 UTC (rev 378569)
+++ PKGBUILD2020-03-27 20:52:14 UTC (rev 378570)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.36.0.1
-pkgrel=2
+pkgver=3.36.1
+pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
 arch=(x86_64)
@@ -12,11 +12,9 @@
 makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
  gnome-shell vala yelp-tools git)
 groups=(gnome)
-_commit=7d7b73d1005d8377e6f8303801e0da505f907611  # tags/3.36.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;
-0001-screen-Fix-non-preserved-working-dir.patch)
-sha256sums=('SKIP'
-'32f26314ba3b33c95acb41510fa9e4f46d00bb575d3a32cc765b65303c30734a')
+_commit=c428fb95b47a71743c166f89d1371e9ef327230d  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,10 +23,6 @@
 
 prepare() {
   cd $pkgname
-
-  # https://bugs.archlinux.org/task/65774
-  git apply -3 ../0001-screen-Fix-non-preserved-working-dir.patch
-
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 20:01:16
  Author: heftig
Revision: 378568

0.60.1-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:49:33 UTC (rev 378567)
+++ PKGBUILD2020-03-27 20:01:16 UTC (rev 378568)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.60.0
+pkgver=0.60.1
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
 makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=bf56194f78fc13a99023358efb6f7af0f228240c  # tags/0.60.0^0
+_commit=606a55cbe2f1aba42023f19f3b2d2ccf4c90573b  # tags/0.60.1^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-27 Thread Christian Hesse via arch-commits
Date: Friday, March 27, 2020 @ 19:49:33
  Author: eworm
Revision: 378567

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 378566, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 378566, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 378566, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 378566, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 378566, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 378566, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 378566, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 378566, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 378566, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 378566, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 378566, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 378566, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 378566, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 378566, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 378566, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 378566, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 378566, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 378566, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 378566, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 378566, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  267 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 +
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 +++
 systemd-user.pam   |5 
 systemd.install|  109 +
 19 files changed, 841 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 378566, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-03-27 19:49:33 UTC (rev 378567)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2020-03-27 Thread Christian Hesse via arch-commits
Date: Friday, March 27, 2020 @ 19:48:56
  Author: eworm
Revision: 378566

upgpkg: systemd 245.3-2

user-util: Allow names starting with a digit (FS#65825)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:34:46 UTC (rev 378565)
+++ PKGBUILD2020-03-27 19:48:56 UTC (rev 378566)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver}
 pkgver=245.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,6 +62,9 @@
 _backports=(
   # systemd-resolved: use hostname for certificate validation in DoT
   'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
+
+  # user-util: Allow names starting with a digit
+  '93c23c9297e48e594785e0bb9c51504aae5fbe3e'
 )
 
 _reverts=(


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 19:34:47
  Author: heftig
Revision: 605047

archrelease: copy trunk to community-x86_64

Added:
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 605046, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 19:32:29 UTC (rev 605046)
+++ PKGBUILD2020-03-27 19:34:47 UTC (rev 605047)
@@ -1,68 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.34.2
-pkgrel=2
-pkgdesc="GNOME Software Tools"
-url="https://wiki.gnome.org/Apps/Software/;
-arch=(x86_64)
-license=(GPL2)
-makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
- docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
- gnome-online-accounts libxmlb)
-_commit=70288a2abaae18b2bcc4361d532aa2780d999db2  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build
-  ninja -C build
-}
-
-check() {
-  # build container troubles
-  meson test -C build --print-errorlogs || :
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gnome-software() {
-  groups=('gnome')
-  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
-   gnome-online-accounts appstream-glib)
-  optdepends=('flatpak: Flatpak support plugin'
-  'fwupd: fwupd support plugin'
-  'ostree: OSTree support plugin')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split gnome-software-packagekit-plugin
-  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
-  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
-}
-
-package_gnome-software-packagekit-plugin() {
-  pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(archlinux-appstream-data gnome-software packagekit)
-  mv packagekit-plugin/* "$pkgdir"
-}

Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 605046, 
gnome-software/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 19:34:47 UTC (rev 605047)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb malcontent)
+_commit=1dd97a780f34227342c1cfbe72a7b5bd922b74b2  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build
+  ninja -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build --print-errorlogs || :
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts appstream-glib malcontent)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+  mv packagekit-plugin/* "$pkgdir"
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 19:34:46
  Author: heftig
Revision: 378565

archrelease: copy trunk to extra-x86_64

Added:
  malcontent/repos/extra-x86_64/
  malcontent/repos/extra-x86_64/PKGBUILD
(from rev 378564, malcontent/trunk/PKGBUILD)

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

Copied: malcontent/repos/extra-x86_64/PKGBUILD (from rev 378564, 
malcontent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-03-27 19:34:46 UTC (rev 378565)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=malcontent
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Parental control support for applications"
+url="https://gitlab.freedesktop.org/pwithnall/malcontent;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
+makedepends=(git meson gobject-introspection gtk-doc)
+provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
+_commit=2e8a07d58c047f757e36a5fcf1d5b76faae08e75  # tags/0.7.0^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;
+"git+https://gitlab.gnome.org/pwithnall/libglib-testing.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libglib-testing "$srcdir/libglib-testing"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 19:25:17
  Author: heftig
Revision: 605045

3.36.0-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:20:05 UTC (rev 605044)
+++ PKGBUILD2020-03-27 19:25:17 UTC (rev 605045)
@@ -4,8 +4,8 @@
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.34.2
-pkgrel=2
+pkgver=3.36.0
+pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
 arch=(x86_64)
@@ -12,8 +12,8 @@
 license=(GPL2)
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
  docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
- gnome-online-accounts libxmlb)
-_commit=70288a2abaae18b2bcc4361d532aa2780d999db2  # tags/3.34.2^0
+ gnome-online-accounts libxmlb malcontent)
+_commit=1dd97a780f34227342c1cfbe72a7b5bd922b74b2  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -49,7 +49,7 @@
 package_gnome-software() {
   groups=('gnome')
   depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
-   gnome-online-accounts appstream-glib)
+   gnome-online-accounts appstream-glib malcontent)
   optdepends=('flatpak: Flatpak support plugin'
   'fwupd: fwupd support plugin'
   'ostree: OSTree support plugin')


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

2020-03-27 Thread Kpcyrd via arch-commits
Date: Friday, March 27, 2020 @ 19:20:05
  Author: kpcyrd
Revision: 605044

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 605043, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 19:19:49 UTC (rev 605043)
+++ PKGBUILD2020-03-27 19:20:05 UTC (rev 605044)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
-b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 605043, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 19:20:05 UTC (rev 605044)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b6378caf4abd8a4cdd5a79a4580a38e5befc97dcf46e2f5043766ed64b485dfae0ac2d46d78593d5a7a4b7b5ab69d5884c4e855a16a120beefc004a18c1b48c1')
+b2sums=('b871eef26eba8ec4072e2b206ad672db3d77d4d3bfd90e84ebb87e811fa1c3b64c2c7ae47c03c86d30064b1a4824bd0a7a56336dae897e8991eff16f2c5d011c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-27 Thread Kpcyrd via arch-commits
Date: Friday, March 27, 2020 @ 19:19:49
  Author: kpcyrd
Revision: 605043

upgpkg: findomain 1.4.5-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:15:48 UTC (rev 605042)
+++ PKGBUILD2020-03-27 19:19:49 UTC (rev 605043)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.4.3
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
-b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
+sha512sums=('b6378caf4abd8a4cdd5a79a4580a38e5befc97dcf46e2f5043766ed64b485dfae0ac2d46d78593d5a7a4b7b5ab69d5884c4e855a16a120beefc004a18c1b48c1')
+b2sums=('b871eef26eba8ec4072e2b206ad672db3d77d4d3bfd90e84ebb87e811fa1c3b64c2c7ae47c03c86d30064b1a4824bd0a7a56336dae897e8991eff16f2c5d011c')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-03-27 Thread David Runge via arch-commits
Date: Friday, March 27, 2020 @ 19:15:40
  Author: dvzrv
Revision: 605041

upgpkg: vim-ansible 2.1-2: Adding vim-ansible 2.1.

Fixing ultisnips snippet generator.

Modified:
  vim-ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:42:10 UTC (rev 605040)
+++ PKGBUILD2020-03-27 19:15:40 UTC (rev 605041)
@@ -12,15 +12,22 @@
 depends=('python-jinja' 'vim')
 makedepends=('ansible' 'python')
 optdepends=('vim-ultisnips: for ansible snippets')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pearofducks/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('630276ee0587bddea1ece4639e7bb744533dd212d3756f3071a188597e5091d4946536a9c6a4af013b6a3c0391a32d24809a0d10ab3d0b4e2fbaa7f4d89ac232')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pearofducks/${_name}/archive/${pkgver}.tar.gz;
+
"${pkgname}-2.1-fix_ultisnips_generator.patch::https://github.com/pearofducks/ansible-vim/pull/98/commits/82fdc7f56363663a9452cf729398aac04f1f919c.patch;)
+sha512sums=('630276ee0587bddea1ece4639e7bb744533dd212d3756f3071a188597e5091d4946536a9c6a4af013b6a3c0391a32d24809a0d10ab3d0b4e2fbaa7f4d89ac232'
+
'4e979c12514797af38621031d5a43c1ebbb2fb9e9c18684d75c45d85ca998d61f288c37f246c1b6abca66202c149c2c303ac15a19b110a1ea4ec13068b9c8f5b')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
+  # replace vendored jinja2.vim with python-jinja's jinja.vim
   # https://github.com/pearofducks/ansible-vim/issues/95
   sed -e 's/jinja2/jinja/g' \
   -i ftdetect/ansible.vim syntax/ansible.vim
+  # fixing ultisnips generator:
+  # https://github.com/pearofducks/ansible-vim/issue/96
+  # https://github.com/pearofducks/ansible-vim/issue/97
+  patch -Np1 -i "../${pkgname}-2.1-fix_ultisnips_generator.patch"
 }
 
 build() {


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

2020-03-27 Thread David Runge via arch-commits
Date: Friday, March 27, 2020 @ 19:15:48
  Author: dvzrv
Revision: 605042

archrelease: copy trunk to community-any

Added:
  vim-ansible/repos/community-any/
  vim-ansible/repos/community-any/PKGBUILD
(from rev 605041, vim-ansible/trunk/PKGBUILD)

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

Copied: vim-ansible/repos/community-any/PKGBUILD (from rev 605041, 
vim-ansible/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-27 19:15:48 UTC (rev 605042)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+_name=ansible-vim
+pkgname=vim-ansible
+pkgver=2.1
+pkgrel=2
+pkgdesc="A vim plugin for syntax highlighting Ansible's common filetypes "
+arch=('any')
+url="https://github.com/pearofducks/ansible-vim;
+license=('MIT')
+groups=('vim-plugins')
+depends=('python-jinja' 'vim')
+makedepends=('ansible' 'python')
+optdepends=('vim-ultisnips: for ansible snippets')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pearofducks/${_name}/archive/${pkgver}.tar.gz;
+
"${pkgname}-2.1-fix_ultisnips_generator.patch::https://github.com/pearofducks/ansible-vim/pull/98/commits/82fdc7f56363663a9452cf729398aac04f1f919c.patch;)
+sha512sums=('630276ee0587bddea1ece4639e7bb744533dd212d3756f3071a188597e5091d4946536a9c6a4af013b6a3c0391a32d24809a0d10ab3d0b4e2fbaa7f4d89ac232'
+
'4e979c12514797af38621031d5a43c1ebbb2fb9e9c18684d75c45d85ca998d61f288c37f246c1b6abca66202c149c2c303ac15a19b110a1ea4ec13068b9c8f5b')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # replace vendored jinja2.vim with python-jinja's jinja.vim
+  # https://github.com/pearofducks/ansible-vim/issues/95
+  sed -e 's/jinja2/jinja/g' \
+  -i ftdetect/ansible.vim syntax/ansible.vim
+  # fixing ultisnips generator:
+  # https://github.com/pearofducks/ansible-vim/issue/96
+  # https://github.com/pearofducks/ansible-vim/issue/97
+  patch -Np1 -i "../${pkgname}-2.1-fix_ultisnips_generator.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python UltiSnips/generate.py --style 'dictionary' --sort
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ftdetect/*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/ftdetect/"
+  install -vDm 644 ftplugin/*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/ftplugin/"
+  install -vDm 644 indent/*.vim -t "${pkgdir}/usr/share/vim/vimfiles/indent/"
+  install -vDm 644 syntax/ansible*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax/"
+  install -vDm 644 ansible.snippets \
+-t "${pkgdir}/usr/share/vim/vimfiles/snippets/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 19:13:57
  Author: heftig
Revision: 378562

0.7.0-1

Added:
  malcontent/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 19:13:57 UTC (rev 378562)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=malcontent
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Parental control support for applications"
+url="https://gitlab.freedesktop.org/pwithnall/malcontent;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
+makedepends=(git meson gobject-introspection gtk-doc)
+provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
+_commit=2e8a07d58c047f757e36a5fcf1d5b76faae08e75  # tags/0.7.0^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;
+"git+https://gitlab.gnome.org/pwithnall/libglib-testing.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libglib-testing "$srcdir/libglib-testing"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 18:56:31
  Author: heftig
Revision: 378561

Add malcontent

Added:
  malcontent/
  malcontent/repos/
  malcontent/trunk/


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 18:55:42
  Author: heftig
Revision: 378560

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 378559, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:55:33 UTC (rev 378559)
+++ PKGBUILD2020-03-27 18:55:42 UTC (rev 378560)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.24.6
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(libmbim libgudev)
-makedepends=(gtk-doc python git help2man)
-provides=(libqmi-glib.so)
-_commit=6a2db11a12d0c47daa586376bbdb7a9e4eb0662e  # tags/1.24.6
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 378559, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:55:42 UTC (rev 378560)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.24.8
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+provides=(libqmi-glib.so)
+_commit=2d665580224a98ded1c3ed73a443dc5f2a65ff21  # tags/1.24.8
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 18:55:33
  Author: heftig
Revision: 378559

1.24.8-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:47:28 UTC (rev 378558)
+++ PKGBUILD2020-03-27 18:55:33 UTC (rev 378559)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.24.6
+pkgver=1.24.8
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libmbim libgudev)
 makedepends=(gtk-doc python git help2man)
 provides=(libqmi-glib.so)
-_commit=6a2db11a12d0c47daa586376bbdb7a9e4eb0662e  # tags/1.24.6
+_commit=2d665580224a98ded1c3ed73a443dc5f2a65ff21  # tags/1.24.8
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 18:47:11
  Author: heftig
Revision: 378557

3.36.1-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 17:29:30 UTC (rev 378556)
+++ PKGBUILD2020-03-27 18:47:11 UTC (rev 378557)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=9ad499a7e0630e7e5f9e6bc44e79b6e3dca32c8f  # tags/3.36.0^0
+_commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 18:47:28
  Author: heftig
Revision: 378558

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 378557, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:47:11 UTC (rev 378557)
+++ PKGBUILD2020-03-27 18:47:28 UTC (rev 378558)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=9ad499a7e0630e7e5f9e6bc44e79b6e3dca32c8f  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.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() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 378557, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:47:28 UTC (rev 378558)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle libhandy)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.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() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-27 Thread Anatol Pomozov via arch-commits
Date: Friday, March 27, 2020 @ 18:42:10
  Author: anatolik
Revision: 605040

Use gitlab string instead of pkgname variable

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:29:28 UTC (rev 605039)
+++ PKGBUILD2020-03-27 18:42:10 UTC (rev 605040)
@@ -22,11 +22,11 @@
 optdepends=('postgresql: database backend'
 'python-docutils: reStructuredText markup language support'
 'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
+backup=("etc/webapps/gitlab/application.rb"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/unicorn.rb"
+"etc/logrotate.d/gitlab")
 source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
 build_fix.patch
 gitlab-unicorn.service
@@ -52,10 +52,10 @@
 
'0cc5c1df3cd18978df9a01bb64680d3a375c1ff4de6a453045dd26355777b4f08e3a05f55f035c8012a9683100de0bc3d11c280debcb343eb7167fc25342d5c0')
 
 
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/${pkgname}"
-_logdir="/var/log/${pkgname}"
+_datadir="/usr/share/webapps/gitlab"
+_etcdir="/etc/webapps/gitlab"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
 
 prepare() {
   # Get first 7 characters from sha1 which has 40 characters in total
@@ -167,7 +167,7 @@
   install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/uploads"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/backups"
   install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -dm755 "${pkgdir}/usr/share/doc/gitlab"
 
   ln -fs /run/gitlab "${pkgdir}${_homedir}/pids"
   ln -fs /run/gitlab "${pkgdir}${_homedir}/sockets"
@@ -204,8 +204,8 @@
   ln -fs "${_etcdir}/secrets.yml" "${pkgdir}${_datadir}/config/secrets.yml"
 
   # Install license and help files
-  mv README.md MAINTENANCE.md CONTRIBUTING.md CHANGELOG.md PROCESS.md VERSION 
config/*.{example,postgresql} "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  mv README.md MAINTENANCE.md CONTRIBUTING.md CHANGELOG.md PROCESS.md VERSION 
config/*.{example,postgresql} "${pkgdir}/usr/share/doc/gitlab"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/gitlab/LICENSE"
 
   # https://gitlab.com/gitlab-org/gitlab-foss/issues/765
   cp -r "${pkgdir}${_datadir}/doc" "${pkgdir}${_datadir}/public/help"


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

2020-03-27 Thread Anatol Pomozov via arch-commits
Date: Friday, March 27, 2020 @ 18:29:28
  Author: anatolik
Revision: 605039

archrelease: copy trunk to community-testing-x86_64

Added:
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 605038, avr-gcc/trunk/PKGBUILD)

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

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 605038, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-27 18:29:28 UTC (rev 605039)
@@ -0,0 +1,112 @@
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+_target=avr
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=7-20180125
+pkgdesc='The GNU AVR Compiler Collection'
+arch=(x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org/'
+depends=($_target-binutils gcc-libs libmpc)
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+options=(!emptydirs !strip)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+   )
+sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
+'SKIP'
+'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+prepare() {
+cd ${_basedir}
+}
+
+build() {
+cd ${srcdir}/${_basedir} 
+
+# link isl for in-tree build
+ln -s ../isl-${_islver} isl
+
+# https://bugs.archlinux.org/task/34629
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+echo ${pkgver} > gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build && cd gcc-build
+
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
+# --disable-linker-build-id   https://bugs.archlinux.org/task/34902
+# --disable-__cxa_atexit   https://bugs.archlinux.org/task/50848
+${srcdir}/${_basedir}/configure \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--disable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=$_target \
+--with-as=/usr/bin/$_target-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/$_target-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib \
+--with-isl \
+--enable-gnu-indirect-function
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name "*.a" \
+-exec /usr/bin/$_target-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/$_target-gcc/RUNTIME.LIBRARY.EXCEPTION
+
+rm -r ${pkgdir}/usr/share/man/man7
+rm -r ${pkgdir}/usr/share/info
+rm ${pkgdir}/usr/lib/libcc1.*
+}


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

2020-03-27 Thread Anatol Pomozov via arch-commits
Date: Friday, March 27, 2020 @ 18:29:09
  Author: anatolik
Revision: 605038

upgpkg: avr-gcc 9.3.0-1

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:28:59 UTC (rev 605037)
+++ PKGBUILD2020-03-27 18:29:09 UTC (rev 605038)
@@ -7,7 +7,7 @@
 
 _target=avr
 pkgname=$_target-gcc
-pkgver=9.2.0
+pkgver=9.3.0
 _islver=0.22
 pkgrel=1
 #_snapshot=7-20180125
@@ -22,7 +22,7 @@
 
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
)
-sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
+sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
 'SKIP'
 'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 



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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:26:41
  Author: felixonmars
Revision: 605032

upgpkg: taskell 1.9.2.0-64: rebuild with vty 5.28.2

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:26:19 UTC (rev 605031)
+++ PKGBUILD2020-03-27 18:26:41 UTC (rev 605032)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.2.0
-pkgrel=63
+pkgrel=64
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:26:19
  Author: felixonmars
Revision: 605031

archrelease: copy trunk to community-any

Added:
  python-cliff/repos/community-any/PKGBUILD
(from rev 605030, python-cliff/trunk/PKGBUILD)
  python-cliff/repos/community-any/new-cmd2.patch
(from rev 605030, python-cliff/trunk/new-cmd2.patch)
Deleted:
  python-cliff/repos/community-any/PKGBUILD
  python-cliff/repos/community-any/new-cmd2.patch

+
 PKGBUILD   |   86 +--
 new-cmd2.patch |   92 +++
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:25:59 UTC (rev 605030)
+++ PKGBUILD2020-03-27 18:26:19 UTC (rev 605031)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cliff
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="https://docs.openstack.org/cliff/latest/;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
- 'python-stevedore' 'python-yaml')
-makedepends=('git')
-checkdepends=('python-testrepository' 'python-mock' 'python-sphinx' 
'python-testscenarios')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;
-new-cmd2.patch)
-sha512sums=('6d34fc21d4f391da722ac3887ad6eea401481381939a89b1fe6bfd8d038ae961e80d8a3fb45c81ea0d57c301a0f1bfcdb4c864a9b6097f2d2761ca5df851b4eb'
-
'9998d90b3b07f624340feca9ab38cd13db789006ff5d658ceeb9b7fe8c74180ddce4e91c57c8696cff997aed390ab17df53a4840e1f02a629c3e824c5ba25c3d')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cd cliff-$pkgver
-  patch -p1 -i ../new-cmd2.patch
-}
-
-build() {
-  cd cliff-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cliff-$pkgver
-  python setup.py testr
-}
-
-package() {
-  cd cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 605030, 
python-cliff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:26:19 UTC (rev 605031)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cliff
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="https://docs.openstack.org/cliff/latest/;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+ 'python-stevedore' 'python-yaml')
+makedepends=('git')
+checkdepends=('python-testrepository' 'python-mock' 'python-sphinx' 
'python-testscenarios')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;
+new-cmd2.patch)
+sha512sums=('e65af5ec08df4d7586a1d6821acd283e568227bffee2e5ed8bb40d9f6d4fb17d83fcafc0f1a8ef4293ff7cd2f9e204db35198e58ff7e35d566ffcc03eed5740b'
+
'9998d90b3b07f624340feca9ab38cd13db789006ff5d658ceeb9b7fe8c74180ddce4e91c57c8696cff997aed390ab17df53a4840e1f02a629c3e824c5ba25c3d')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cd cliff-$pkgver
+  patch -p1 -i ../new-cmd2.patch
+}
+
+build() {
+  cd cliff-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cliff-$pkgver
+  python setup.py testr
+}
+
+package() {
+  cd cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: new-cmd2.patch
===
--- new-cmd2.patch  2020-03-27 18:25:59 UTC (rev 605030)
+++ new-cmd2.patch  2020-03-27 18:26:19 UTC (rev 605031)
@@ -1,46 +0,0 @@
-commit 6c1ddf273f026d9a0daff8305cd98b4516b8f447
-Author: Felix Yan 
-Date:   Thu Mar 12 08:10:53 2020 +0800
-
-Fix compatibility with new cmd2
-
-Change-Id: I8c926152aa43359be376ec3dea83c42ecc499e80
-
-diff --git a/cliff/interactive.py b/cliff/interactive.py
-index 4341d09..473f59a 100644
 a/cliff/interactive.py
-+++ b/cliff/interactive.py
-@@ -175,9 +175,16 @@ class InteractiveApp(cmd2.Cmd):
- statement.parsed.args = ' '.join(sub_argv)
- else:
- # cmd2 >= 0.9.1 uses shlex and gives us a Statement.
--statement.command = cmd_name
--statement.argv = [cmd_name] + sub_argv
--statement.args = ' '.join(statement.argv)
-+statement = cmd2.Statement(' '.join(sub_argv),
-+raw=statement.raw,
-+command=cmd_name,
-+arg_list=sub_argv,
-+multiline_command=statement.multiline_command,
-+terminator=statement.terminator,
-+

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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:26:58
  Author: felixonmars
Revision: 605033

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 605032, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 605032, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 18:26:58 UTC (rev 605033)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4c55922ad9f6c529a8c8ca73602b9f42fa3cda4945fe8edaa554909334445e089db0b7a5ba7f6804bdf618274543fd6598d19802907a0ae661571ed48366376b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/== *0.50/==0.52/' -e 's/== *5.26/==5.28/' -e 's/< *4/<5/' -e 
's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:25:20
  Author: felixonmars
Revision: 605026

upgpkg: hledger-ui 1.17.1.1-5: rebuild with vty 5.28.2

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:24:16 UTC (rev 605025)
+++ PKGBUILD2020-03-27 18:25:20 UTC (rev 605026)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.17.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:25:34
  Author: felixonmars
Revision: 605028

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 605026, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 18:25:34 UTC (rev 605028)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.17.1.1
+pkgrel=5
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cb6a28a4b31881f0a0036330338ca7d44a56b67b327dda6cf7ec41cba1ddfae62cff5cdaaf8ffc259e494e79b95992d5fdaee2b51239e9e4bcf077e8b1384974')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:25:50
  Author: felixonmars
Revision: 605029

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 605028, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:25:34 UTC (rev 605028)
+++ PKGBUILD2020-03-27 18:25:50 UTC (rev 605029)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302172
-pkgrel=1
-pkgdesc="Basic utilities for writing tests"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('82c3ae0751ff0151597afe8d91d3487782f3cd52a977d441d64f76eb14a1f357fd7ce3ca93bf42ed4fc3b5c7a007e2f03cd9a42f051f5c4d81ef7915e8165339')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 605028, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:25:50 UTC (rev 605029)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302173
+pkgrel=1
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('33a5bcce99689b58b2315390112b6cdbf9ab060f0cf1c0d6f6aaf19ded3e3b59e5c179dcaf394bab4be3be0b8d4ebd302a56ff29c87b1a2a9d1adae4850fc9e0')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:25:59
  Author: felixonmars
Revision: 605030

upgpkg: python-cliff 3.1.0-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:25:50 UTC (rev 605029)
+++ PKGBUILD2020-03-27 18:25:59 UTC (rev 605030)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cliff
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;
 new-cmd2.patch)
-sha512sums=('6d34fc21d4f391da722ac3887ad6eea401481381939a89b1fe6bfd8d038ae961e80d8a3fb45c81ea0d57c301a0f1bfcdb4c864a9b6097f2d2761ca5df851b4eb'
+sha512sums=('e65af5ec08df4d7586a1d6821acd283e568227bffee2e5ed8bb40d9f6d4fb17d83fcafc0f1a8ef4293ff7cd2f9e204db35198e58ff7e35d566ffcc03eed5740b'
 
'9998d90b3b07f624340feca9ab38cd13db789006ff5d658ceeb9b7fe8c74180ddce4e91c57c8696cff997aed390ab17df53a4840e1f02a629c3e824c5ba25c3d')
 
 export PBR_VERSION=$pkgver


[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:25:34
  Author: felixonmars
Revision: 605027

upgpkg: perl-test-simple 1.302173-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:25:20 UTC (rev 605026)
+++ PKGBUILD2020-03-27 18:25:34 UTC (rev 605027)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302172
+pkgver=1.302173
 pkgrel=1
 pkgdesc="Basic utilities for writing tests"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('82c3ae0751ff0151597afe8d91d3487782f3cd52a977d441d64f76eb14a1f357fd7ce3ca93bf42ed4fc3b5c7a007e2f03cd9a42f051f5c4d81ef7915e8165339')
+sha512sums=('33a5bcce99689b58b2315390112b6cdbf9ab060f0cf1c0d6f6aaf19ded3e3b59e5c179dcaf394bab4be3be0b8d4ebd302a56ff29c87b1a2a9d1adae4850fc9e0')
 
 build() {
   cd Test-Simple-$pkgver


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:24:16
  Author: felixonmars
Revision: 605025

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:24:01
  Author: felixonmars
Revision: 605024

upgpkg: haskell-brick 0.52-23: rebuild with vty 5.28.2

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:23:25 UTC (rev 605023)
+++ PKGBUILD2020-03-27 18:24:01 UTC (rev 605024)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.52
-pkgrel=22
+pkgrel=23
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:23:25
  Author: felixonmars
Revision: 605023

archrelease: copy trunk to community-x86_64

Added:
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 605022, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:23:08 UTC (rev 605022)
+++ PKGBUILD2020-03-27 18:23:25 UTC (rev 605023)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.13.1
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
-'mysql-python: for MySQL database support')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('f44824bf5e978cb2bbc02d78f797d3555782301012ae91b04d69272c7bec42e94ba4b04597d3de1b57adc1177835209bc4673065dbb0bf2e0788dcef06df4531')
-
-build() {
-  cd peewee-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd peewee-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 605022, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:23:25 UTC (rev 605023)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.13.2
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+'mysql-python: for MySQL database support')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('7304473f8e64df7cb2205900cfbdd52346d89e9639dc79ed6e13d5c4c11cc856e39e366772039097dc5ca86b4768fa4670dccd96a85cabfb522c463b31c40a8b')
+
+build() {
+  cd peewee-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd peewee-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:23:01
  Author: felixonmars
Revision: 605021

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/PKGBUILD
(from rev 605020, vim-nerdtree/trunk/PKGBUILD)
Deleted:
  vim-nerdtree/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 18:22:29 UTC (rev 605020)
+++ PKGBUILD2020-03-27 18:23:01 UTC (rev 605021)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kwpolska 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdtree
-pkgver=6.4.1
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('574041237f66e0d7c4d704b866216d051a7eddd8a4842f0aa4a131d06158c82352ef6b94c171666e73a72e8812e38de4197277b51e1f6cec562f9f3c916bf66a')
-
-prepare() {
-  cd nerdtree-${pkgver}
-  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
-}
-
-package() {
-  cd nerdtree-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
-  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 605020, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 18:23:01 UTC (rev 605021)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kwpolska 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdtree
+pkgver=6.4.2
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('afd8cd64c77b5816a596edd493101226bc0ab2b964c7d04ab84d9a52051e8b2e9ba37df9de2f8aa816e78024b59900809159d64c355016bba376308d1be11715')
+
+prepare() {
+  cd nerdtree-${pkgver}
+  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
+}
+
+package() {
+  cd nerdtree-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:23:08
  Author: felixonmars
Revision: 605022

upgpkg: python-peewee 3.13.2-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:23:01 UTC (rev 605021)
+++ PKGBUILD2020-03-27 18:23:08 UTC (rev 605022)
@@ -4,7 +4,7 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('f44824bf5e978cb2bbc02d78f797d3555782301012ae91b04d69272c7bec42e94ba4b04597d3de1b57adc1177835209bc4673065dbb0bf2e0788dcef06df4531')
+sha512sums=('7304473f8e64df7cb2205900cfbdd52346d89e9639dc79ed6e13d5c4c11cc856e39e366772039097dc5ca86b4768fa4670dccd96a85cabfb522c463b31c40a8b')
 
 build() {
   cd peewee-$pkgver


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:22:29
  Author: felixonmars
Revision: 605020

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-vty/repos/community-staging-x86_64/PKGBUILD (from rev 605019, 
haskell-vty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 18:22:29 UTC (rev 605020)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vty
+pkgname=haskell-vty
+pkgver=5.28.2
+pkgrel=1
+pkgdesc="A simple terminal UI library"
+url="https://github.com/jtdaugherty/vty;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-blaze-builder' 
'haskell-microlens'
+ 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-hashable' 
'haskell-parallel'
+ 'haskell-utf8-string' 'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck'
+ 'haskell-quickcheck-assertions' 'haskell-test-framework'
+ 'haskell-test-framework-smallcheck' 
'haskell-test-framework-hunit' 'haskell-random'
+ 'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9305e51b845566f45cf9d8858cfd1d393f71b5cef9aea4a814eebab63af61e7fa6972fefe4e3b3a2493fbbb09568886c903b46b6b016f23bfa5260793df22c7b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+# https://github.com/jtdaugherty/vty/issues/132
+# https://github.com/haskell/cabal/issues/4918
+cd $_hkgname-$pkgver
+# runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:22:21
  Author: felixonmars
Revision: 605019

upgpkg: vim-nerdtree 6.4.2-1

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 18:22:14 UTC (rev 605018)
+++ PKGBUILD2020-03-27 18:22:21 UTC (rev 605019)
@@ -6,7 +6,7 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdtree
-pkgver=6.4.1
+pkgver=6.4.2
 pkgrel=1
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 url='https://github.com/scrooloose/nerdtree'
@@ -15,7 +15,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('574041237f66e0d7c4d704b866216d051a7eddd8a4842f0aa4a131d06158c82352ef6b94c171666e73a72e8812e38de4197277b51e1f6cec562f9f3c916bf66a')
+sha512sums=('afd8cd64c77b5816a596edd493101226bc0ab2b964c7d04ab84d9a52051e8b2e9ba37df9de2f8aa816e78024b59900809159d64c355016bba376308d1be11715')
 
 prepare() {
   cd nerdtree-${pkgver}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 18:22:14
  Author: felixonmars
Revision: 605018

upgpkg: haskell-vty 5.28.2-1: rebuild with vty 5.28.2

Modified:
  haskell-vty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 17:53:25 UTC (rev 605017)
+++ PKGBUILD2020-03-27 18:22:14 UTC (rev 605018)
@@ -3,8 +3,8 @@
 
 _hkgname=vty
 pkgname=haskell-vty
-pkgver=5.28.1
-pkgrel=2
+pkgver=5.28.2
+pkgrel=1
 pkgdesc="A simple terminal UI library"
 url="https://github.com/jtdaugherty/vty;
 license=("BSD")
@@ -17,7 +17,7 @@
  'haskell-test-framework-smallcheck' 
'haskell-test-framework-hunit' 'haskell-random'
  'haskell-string-qq')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ba178f3cb4a36e5c9957ae1aea1aabe6f941a08ceb2527eb18fb07a0a7d59f0773abb71aec28286f09a19436f3f02d91fdcf59331f63d2d9cda37f5eb5d6b436')
+sha512sums=('9305e51b845566f45cf9d8858cfd1d393f71b5cef9aea4a814eebab63af61e7fa6972fefe4e3b3a2493fbbb09568886c903b46b6b016f23bfa5260793df22c7b')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in (4 files)

2020-03-27 Thread David Runge via arch-commits
Date: Friday, March 27, 2020 @ 17:53:25
  Author: dvzrv
Revision: 605017

Adding vim-ansible.

Added:
  vim-ansible/
  vim-ansible/repos/
  vim-ansible/trunk/
  vim-ansible/trunk/PKGBUILD

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

Added: vim-ansible/trunk/PKGBUILD
===
--- vim-ansible/trunk/PKGBUILD  (rev 0)
+++ vim-ansible/trunk/PKGBUILD  2020-03-27 17:53:25 UTC (rev 605017)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=ansible-vim
+pkgname=vim-ansible
+pkgver=2.1
+pkgrel=2
+pkgdesc="A vim plugin for syntax highlighting Ansible's common filetypes "
+arch=('any')
+url="https://github.com/pearofducks/ansible-vim;
+license=('MIT')
+groups=('vim-plugins')
+depends=('python-jinja' 'vim')
+makedepends=('ansible' 'python')
+optdepends=('vim-ultisnips: for ansible snippets')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pearofducks/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('630276ee0587bddea1ece4639e7bb744533dd212d3756f3071a188597e5091d4946536a9c6a4af013b6a3c0391a32d24809a0d10ab3d0b4e2fbaa7f4d89ac232')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # https://github.com/pearofducks/ansible-vim/issues/95
+  sed -e 's/jinja2/jinja/g' \
+  -i ftdetect/ansible.vim syntax/ansible.vim
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python UltiSnips/generate.py --style 'dictionary' --sort
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ftdetect/*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/ftdetect/"
+  install -vDm 644 ftplugin/*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/ftplugin/"
+  install -vDm 644 indent/*.vim -t "${pkgdir}/usr/share/vim/vimfiles/indent/"
+  install -vDm 644 syntax/ansible*.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax/"
+  install -vDm 644 ansible.snippets \
+-t "${pkgdir}/usr/share/vim/vimfiles/snippets/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-03-27 Thread Laurent Carlier via arch-commits
Date: Friday, March 27, 2020 @ 17:29:22
  Author: lcarlier
Revision: 378555

upgpkg: vulkan-headers 1:1.2.136-1: upstream update 1.2.136

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 16:07:58 UTC (rev 378554)
+++ PKGBUILD2020-03-27 17:29:22 UTC (rev 378555)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.135
+pkgver=1.2.136
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('cfca993d0ce6f33c669e78ee015fd49c65d3a998cd14e92e900a89380e41ae28')
+sha256sums=('d67e61ade037906d76ae4f1a6d5adf38008b30783774a5957a84527f3a5ebdb4')
 
 #pkgver() {
 #  cd Vulkan-Headers*


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-27 Thread Laurent Carlier via arch-commits
Date: Friday, March 27, 2020 @ 17:29:30
  Author: lcarlier
Revision: 378556

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 378555, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 17:29:22 UTC (rev 378555)
+++ PKGBUILD2020-03-27 17:29:30 UTC (rev 378556)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.2.135
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('cfca993d0ce6f33c669e78ee015fd49c65d3a998cd14e92e900a89380e41ae28')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 378555, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 17:29:30 UTC (rev 378556)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.2.136
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
+sha256sums=('d67e61ade037906d76ae4f1a6d5adf38008b30783774a5957a84527f3a5ebdb4')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (12 files)

2020-03-27 Thread Ike Devolder via arch-commits
Date: Friday, March 27, 2020 @ 16:39:38
  Author: idevolder
Revision: 605016

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 605015, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
(from rev 605015, opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
(from rev 605015, opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
(from rev 605015, opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 605015, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 605015, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  132 +-
 chromium-73-gcc-0.patch|  216 +++
 chromium-73-gcc-2.patch|  102 +++---
 chromium-73-gcc-3.patch|  138 +--
 chromium-FORTIFY_SOURCE-r2.patch   |   60 
 chromium-last-commit-position-r1.patch |   52 +++
 6 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 16:39:21 UTC (rev 605015)
+++ PKGBUILD2020-03-27 16:39:38 UTC (rev 605016)
@@ -1,66 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=80.0.3987.132
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('10bf0d1efdf2ead9e94de90971ec135f5370f8c949acfd75ca953aed706510cc3a1464f1ff3c40275921bb24953d8ce65d095e38cb0d56488ccc2c7fa27516d4')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Use Python 2
-  find -name '*.py' | xargs sed -e 's|env python|&2|g' -e 's|bin/python|&2|g' 
-i
-
-  # force some 'older' binaries in the path
-  [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 "$srcdir/path/python"
-
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$srcdir/path:$PATH"
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
-
-  #(
-#cd third_party/ffmpeg
-#chromium/scripts/build_ffmpeg.py linux x64 --branding ChromeOS
-#chromium/scripts/copy_config.sh
-#chromium/scripts/generate_gn.py
-  #)
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 605015, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 16:39:38 UTC (rev 605016)
@@ -0,0 +1,66 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=80.0.3987.149
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 

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

2020-03-27 Thread Ike Devolder via arch-commits
Date: Friday, March 27, 2020 @ 16:39:21
  Author: idevolder
Revision: 605015

upgpkg: opera-ffmpeg-codecs 80.0.3987.149-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 16:37:16 UTC (rev 605014)
+++ PKGBUILD2020-03-27 16:39:21 UTC (rev 605015)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=80.0.3987.132
+pkgver=80.0.3987.149
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
 )
-sha512sums=('10bf0d1efdf2ead9e94de90971ec135f5370f8c949acfd75ca953aed706510cc3a1464f1ff3c40275921bb24953d8ce65d095e38cb0d56488ccc2c7fa27516d4')
+sha512sums=('5abbf8ff754937a3af566474457b5cd9bbcac0e8b1a52fd95180fcf69b12515278423887668512b3136de72ebe15048c4bd79572511f68189d1e86ace4ca30cb')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"


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

2020-03-27 Thread Ike Devolder via arch-commits
Date: Friday, March 27, 2020 @ 16:37:16
  Author: idevolder
Revision: 605014

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 605013, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 605013, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 605013, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 605013, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 605013, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 605013, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 605013, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++--
 default   |8 
 eula.html |  716 +--
 opera |   26 -
 opera.install |   78 ++---
 privacy.html  |  772 
 terms.html|  708 +--
 7 files changed, 1242 insertions(+), 1242 deletions(-)

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


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

2020-03-27 Thread Ike Devolder via arch-commits
Date: Friday, March 27, 2020 @ 16:37:01
  Author: idevolder
Revision: 605013

upgpkg: opera 67.0.3575.115-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 16:10:36 UTC (rev 605012)
+++ PKGBUILD2020-03-27 16:37:01 UTC (rev 605013)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=67.0.3575.97
+pkgver=67.0.3575.115
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('c9f6d9c5306496b58213125f2df0624f419280e61ab49b1f95db06c3367ece223bb7dab9de111befee88a635ca67f41ae789afae73c3bc0f8190920a3b729f4d'
+sha512sums=('c1587cf5d6d2bf1813be9712337f60b96b061ec94cb0d2a580e4d32ee32270c55530ce1fb91c3fab79fc615acdc9e25268dc2b78efeba94a2949f0ed05052ff0'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'3606926b7a9dc281654a4478b0b43106c80e971b3e4548e313a7e31b56a08d248f552109007b549808bc1b80d51fb9fff8a99b42d6d618e2821779176f3337e2'


[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Friday, March 27, 2020 @ 16:10:36
  Author: ffy00
Revision: 605012

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 605011, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  219 ++---
 1 file changed, 110 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 16:10:26 UTC (rev 605011)
+++ PKGBUILD2020-03-27 16:10:36 UTC (rev 605012)
@@ -1,109 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=9.2.0
-_islver=0.22
-pkgrel=2
-pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
-arch=('x86_64')
-url='https://gcc.gnu.org/'
-license=('GPL' 'LGPL' 'FDL')
-groups=('risc-v')
-depends=("$_target-binutils" "$_target-glibc" 'libmpc')
-options=('!emptydirs' '!strip')
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;
-"http://isl.gforge.inria.fr/isl-$_islver.tar.xz;)
-sha512sums=('a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040'
-
'7c3c9502ea07e4d47a823841837c3aa0b9d7ba0fe58deaf180734e44c18e53735ec783645da0bdc56b617c9e639b226cc03b40a947f852e1e787166a64f59424')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" \
-"$srcdir/$_basedir/"{libiberty,gcc}/configure
-
-  rm -rf "$srcdir/gcc-build"
-  mkdir "$srcdir/gcc-build"
-}
-
-build() {
-  cd gcc-build
-
-  # Using -pipe causes spurious test-suite failures.
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  "$srcdir/$_basedir/configure" \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --target=$_target \
-  --host=$CHOST \
-  --build=$CHOST \
-  --with-system-zlib \
-  --with-isl \
-  --with-linker-hash-style=gnu \
-  --disable-nls \
-  --disable-libunwind-exceptions \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --disable-multilib \
-  --disable-werror \
-  --enable-languages=c,c++ \
-  --enable-shared \
-  --enable-threads=posix \
-  --enable-__cxa_atexit \
-  --enable-clocale=gnu \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --enable-gnu-indirect-function \
-  --enable-checking=release
-  make
-}
-
-package() {
-  make -C gcc-build DESTDIR="$pkgdir" \
-install-gcc install-target-libgcc install-target-libstdc++-v3
-
-  # Strip target binaries
-  find "$pkgdir/usr/lib/gcc/$_target/" "$pkgdir/usr/$_target/lib" -type f \
--and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy \
--R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames \
--R .debug_pubtypes -R .debug_abbrev -R .debug_line -R .debug_str \
--R .debug_ranges -R .debug_loc '{}' \;
-
-  # Strip host binaries
-  find "$pkgdir/usr/bin/" "$pkgdir/usr/lib/gcc/$_target/" -type f \
--and \( -executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir/usr/share/"{man/man7,info,"gcc-$pkgver"}
-}
-
-# vim: ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 605011, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 16:10:36 UTC (rev 605012)
@@ -0,0 +1,110 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
+arch=('x86_64')
+url='https://gcc.gnu.org/'
+license=('GPL' 'LGPL' 'FDL')
+groups=('risc-v')
+depends=("$_target-binutils" "$_target-glibc" 'libmpc')
+options=('!emptydirs' '!strip')
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;
+"http://isl.gforge.inria.fr/isl-$_islver.tar.xz;)

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

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Friday, March 27, 2020 @ 16:10:26
  Author: ffy00
Revision: 605011

upgpkg: riscv64-linux-gnu-gcc 9.3.0-1

Modified:
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 16:06:27 UTC (rev 605010)
+++ PKGBUILD2020-03-27 16:10:26 UTC (rev 605011)
@@ -1,12 +1,13 @@
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Alexander F. Rødseth 
 # Contributor: Emil Renner Berthing 
 
 _target=riscv64-linux-gnu
 pkgname=$_target-gcc
-pkgver=9.2.0
+pkgver=9.3.0
 _islver=0.22
-pkgrel=2
+pkgrel=1
 pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
 arch=('x86_64')
 url='https://gcc.gnu.org/'
@@ -16,7 +17,7 @@
 options=('!emptydirs' '!strip')
 source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;
 "http://isl.gforge.inria.fr/isl-$_islver.tar.xz;)
-sha512sums=('a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040'
+sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
 
'7c3c9502ea07e4d47a823841837c3aa0b9d7ba0fe58deaf180734e44c18e53735ec783645da0bdc56b617c9e639b226cc03b40a947f852e1e787166a64f59424')
 
 if [[ -n "$_snapshot" ]]; then


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 16:07:58
  Author: felixonmars
Revision: 378554

archrelease: copy trunk to extra-x86_64

Added:
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 378553, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.service.patch
(from rev 378553, memcached/trunk/memcached.service.patch)
  memcached/repos/extra-x86_64/memcached.sysusers
(from rev 378553, memcached/trunk/memcached.sysusers)
  memcached/repos/extra-x86_64/memcached.tmpfiles
(from rev 378553, memcached/trunk/memcached.tmpfiles)
Deleted:
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.service.patch
  memcached/repos/extra-x86_64/memcached.sysusers
  memcached/repos/extra-x86_64/memcached.tmpfiles

-+
 PKGBUILD|  108 -
 memcached.service.patch |  150 +++---
 memcached.sysusers  |2 
 memcached.tmpfiles  |2 
 4 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 16:07:31 UTC (rev 378553)
+++ PKGBUILD2020-03-27 16:07:58 UTC (rev 378554)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.5.21
-pkgrel=1
-pkgdesc='Distributed memory object caching system'
-url='https://memcached.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('libevent' 'libseccomp')
-optdepends=('perl: for memcached-tool usage')
-source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service.patch
-memcached.tmpfiles
-memcached.sysusers)
-sha512sums=('4ade3e15e6821b76f086b4933f5599248f8de7e7b2ae106dc8ecbc8a5073a1966e4c3956413fd57387bb88fca2c0e95b9a3ce7bfce19c42bec584a3268f06998'
-
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
-
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
-
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 < ../memcached.service.patch
-  sed -e 's/^##safer##//g' -i scripts/*.service
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-seccomp
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 scripts/memcached-tool.1 -t "${pkgdir}/usr/share/man/man1"
-
-  install -Dm 644 scripts/*.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
-  install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: memcached/repos/extra-x86_64/PKGBUILD (from rev 378553, 
memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 16:07:58 UTC (rev 378554)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.22
+pkgrel=1
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('libevent' 'libseccomp')
+optdepends=('perl: for memcached-tool usage')
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service.patch
+memcached.tmpfiles
+memcached.sysusers)
+sha512sums=('19804c2847679eb018a0221b0717ebbcd2cd33b7f03176cc0d77b7405152dc944d3f5c39d0d81fcb6c08a2fa9317959e25587e7cb50718fdb6675288b2b078aa'
+
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
+
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
+
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../memcached.service.patch
+  sed -e 's/^##safer##//g' -i scripts/*.service
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-seccomp
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
+  install -Dm 644 

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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 16:07:31
  Author: felixonmars
Revision: 378553

upgpkg: memcached 1.5.22-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:55:00 UTC (rev 378552)
+++ PKGBUILD2020-03-27 16:07:31 UTC (rev 378553)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.5.21
+pkgver=1.5.22
 pkgrel=1
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
@@ -15,7 +15,7 @@
 memcached.service.patch
 memcached.tmpfiles
 memcached.sysusers)
-sha512sums=('4ade3e15e6821b76f086b4933f5599248f8de7e7b2ae106dc8ecbc8a5073a1966e4c3956413fd57387bb88fca2c0e95b9a3ce7bfce19c42bec584a3268f06998'
+sha512sums=('19804c2847679eb018a0221b0717ebbcd2cd33b7f03176cc0d77b7405152dc944d3f5c39d0d81fcb6c08a2fa9317959e25587e7cb50718fdb6675288b2b078aa'
 
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
 
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
 
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 16:06:27
  Author: felixonmars
Revision: 605010

archrelease: copy trunk to community-x86_64

Added:
  peony/repos/community-x86_64/PKGBUILD
(from rev 605009, peony/trunk/PKGBUILD)
Deleted:
  peony/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 16:06:11 UTC (rev 605009)
+++ PKGBUILD2020-03-27 16:06:27 UTC (rev 605010)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony;
-depends=('gsettings-qt' 'poppler-qt5' 'qt5-x11extras')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('b2a3729e446de027839ba895b66c1236a483ef96cd0481e809856cb8083d75faaadc304cdcac4243c59328baac07c73ce58bc3acf2dadcd315fbae1f6945')
-
-build() {
-  cd peony-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 605009, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 16:06:27 UTC (rev 605010)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony;
+depends=('gsettings-qt' 'poppler-qt5' 'qt5-x11extras')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
+sha512sums=('62448e43cafe2c3dbf734869e92e5cb80b8dce929f59be44ff4c11566b99797e0382054a8a82a5c7e83d14a3bfde6c655cabb47b9c0f22d1dacbb6ba20c22027')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 16:06:11
  Author: felixonmars
Revision: 605009

upgpkg: peony 2.1.0-1

Modified:
  peony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 16:02:23 UTC (rev 605008)
+++ PKGBUILD2020-03-27 16:06:11 UTC (rev 605009)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=peony
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="file manager for the UKUI desktop"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('ukui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('b2a3729e446de027839ba895b66c1236a483ef96cd0481e809856cb8083d75faaadc304cdcac4243c59328baac07c73ce58bc3acf2dadcd315fbae1f6945')
+sha512sums=('62448e43cafe2c3dbf734869e92e5cb80b8dce929f59be44ff4c11566b99797e0382054a8a82a5c7e83d14a3bfde6c655cabb47b9c0f22d1dacbb6ba20c22027')
 
 build() {
   cd peony-$pkgver


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Friday, March 27, 2020 @ 15:56:23
  Author: ffy00
Revision: 605001

upgpkg: arm-none-eabi-gcc 9.3.0-1

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:44:43 UTC (rev 605000)
+++ PKGBUILD2020-03-27 15:56:23 UTC (rev 605001)
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=9.2.0
+pkgver=9.3.0
 _islver=0.22
 pkgrel=1
 #_snapshot=8-20180427
@@ -18,7 +18,7 @@
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
+sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
 'SKIP'
 'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 



[arch-commits] Commit in arm-none-eabi-gcc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-27 Thread Filipe Laíns via arch-commits
Date: Friday, March 27, 2020 @ 15:56:34
  Author: ffy00
Revision: 605002

archrelease: copy trunk to community-x86_64

Added:
  arm-none-eabi-gcc/repos/community-x86_64/PKGBUILD
(from rev 605001, arm-none-eabi-gcc/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  250 ++---
 1 file changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:56:23 UTC (rev 605001)
+++ PKGBUILD2020-03-27 15:56:34 UTC (rev 605002)
@@ -1,125 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=arm-none-eabi
-pkgname=$_target-gcc
-pkgver=9.2.0
-_islver=0.21
-pkgrel=1
-#_snapshot=8-20180427
-pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
-arch=(x86_64)
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
-makedepends=(gmp mpfr $_target-newlib)
-optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
-options=(!emptydirs !strip)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-   http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
-'SKIP'
-'d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
-validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  mkdir $srcdir/build-{gcc,gcc-nano}
-}
-
-_build_gcc() {
-  $srcdir/$_basedir/configure \
---target=$_target \
---prefix=/usr \
---with-sysroot=/usr/$_target \
---with-native-system-header-dir=/include \
---libexecdir=/usr/lib \
---enable-languages=c,c++ \
---enable-plugins \
---disable-decimal-float \
---disable-libffi \
---disable-libgomp \
---disable-libmudflap \
---disable-libquadmath \
---disable-libssp \
---disable-libstdcxx-pch \
---disable-nls \
---disable-shared \
---disable-threads \
---disable-tls \
---with-gnu-as \
---with-gnu-ld \
---with-system-zlib \
---with-newlib \
---with-headers=/usr/$_target/include \
---with-python-dir=share/gcc-arm-none-eabi \
---with-gmp \
---with-mpfr \
---with-mpc \
---with-isl \
---with-libelf \
---enable-gnu-indirect-function \
---with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
---with-pkgversion='Arch Repository' \
---with-bugurl='https://bugs.archlinux.org/' \
---with-multilib-list=rmprofile
-
-  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
-}
-
-build() {
-  cd $srcdir/build-gcc
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  _build_gcc
-
-  # Build libstdc++ without exceptions support (the 'nano' variant)
-  cd $srcdir/build-gcc-nano
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
-  _build_gcc
-}
-
-package() {
-  cd $srcdir/build-gcc
-  make DESTDIR="$pkgdir" install -j1
-
-  cd $srcdir/build-gcc-nano
-  make DESTDIR="$pkgdir.nano" install -j1
-  # we need only libstdc nano files
-  multilibs=( $($pkgdir/usr/bin/$_target-gcc -print-multi-lib 2>/dev/null) )
-  for multilib in "${multilibs[@]}"; do
-dir="${multilib%%;*}"
-from_dir=$pkgdir.nano/usr/$_target/lib/$dir
-to_dir=$pkgdir/usr/$_target/lib/$dir
-cp -f $from_dir/libstdc++.a $to_dir/libstdc++_nano.a
-cp -f $from_dir/libsupc++.a $to_dir/libsupc++_nano.a
-  done
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib -type 
f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R 
.note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm "$pkgdir"/usr/lib/libcc1.*
-}

Copied: arm-none-eabi-gcc/repos/community-x86_64/PKGBUILD (from rev 605001, 

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

2020-03-27 Thread Antonio Rojas via arch-commits
Date: Friday, March 27, 2020 @ 15:55:00
  Author: arojas
Revision: 378552

archrelease: copy trunk to extra-any

Added:
  rinutils/repos/extra-any/PKGBUILD
(from rev 378551, rinutils/trunk/PKGBUILD)
Deleted:
  rinutils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:54:19 UTC (rev 378551)
+++ PKGBUILD2020-03-27 15:55:00 UTC (rev 378552)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=rinutils
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="C11 / gnu11 utilities C library"
-arch=(any)
-url="https://www.shlomifish.org/open-source/projects/;
-license=(MIT)
-depends=()
-makedepends=(cmake)
-source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2abcf60b99251f16f7a76827969cd626322f81f21500974deac4d1cff9f5c721')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TEST_SUITE=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: rinutils/repos/extra-any/PKGBUILD (from rev 378551, 
rinutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 15:55:00 UTC (rev 378552)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=rinutils
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="C11 / gnu11 utilities C library"
+arch=(any)
+url="https://www.shlomifish.org/open-source/projects/;
+license=(MIT)
+depends=()
+makedepends=(cmake)
+source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('ccabff71b0ac7de73036cf9613406760daf14e0c6f8443fd299154bfd38a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TEST_SUITE=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}
+


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

2020-03-27 Thread Antonio Rojas via arch-commits
Date: Friday, March 27, 2020 @ 15:54:19
  Author: arojas
Revision: 378551

Update to 0.4.0

Modified:
  rinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:27:08 UTC (rev 378550)
+++ PKGBUILD2020-03-27 15:54:19 UTC (rev 378551)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rinutils
-pkgver=0.2.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="C11 / gnu11 utilities C library"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=()
 makedepends=(cmake)
 
source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2abcf60b99251f16f7a76827969cd626322f81f21500974deac4d1cff9f5c721')
+sha256sums=('ccabff71b0ac7de73036cf9613406760daf14e0c6f8443fd299154bfd38a')
 
 prepare() {
   mkdir -p build


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

2020-03-27 Thread Andrew Crerar via arch-commits
Date: Friday, March 27, 2020 @ 15:44:43
  Author: andrewsc
Revision: 605000

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:44:07 UTC (rev 604999)
+++ PKGBUILD2020-03-27 15:44:43 UTC (rev 605000)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=75.0b9
-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"'
-  'ca-valencia "Catalan (Valencian)"'
-  '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 (American)"'
-  '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"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  '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/firefox/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=('17da81e7e798fbb990397017fea1df39327ccd99d23c1fe9f5db7d7e106ba10cf9e00985ca4f37818bef3c96cd6955dfbd6b2671d68af1f26393778f4c0de87f'
-
'c75d96c673332922f5750a2435bb3f17b2dede0b3055727d82aff8e0c4a649b09a5b190269c8eb75b33d62d0a8206f8c0da4b291eac2b24b8ded2df4a7d57ec4'
-
'3b5907290d66e29ed0798a6c8732e0b97a4abd44ce7daede1d2b2d0af19be775b20f39c2e441c9667727a8ae25763ad8b19ae61ddf21c20f0ae759f54a72e2e7'
-

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

2020-03-27 Thread Andrew Crerar via arch-commits
Date: Friday, March 27, 2020 @ 15:44:07
  Author: andrewsc
Revision: 604999

upgpkg: firefox-developer-edition-i18n 75.0b10-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:36:07 UTC (rev 604998)
+++ PKGBUILD2020-03-27 15:44:07 UTC (rev 604999)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=75.0b9
+pkgver=75.0b10
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('17da81e7e798fbb990397017fea1df39327ccd99d23c1fe9f5db7d7e106ba10cf9e00985ca4f37818bef3c96cd6955dfbd6b2671d68af1f26393778f4c0de87f'
-
'c75d96c673332922f5750a2435bb3f17b2dede0b3055727d82aff8e0c4a649b09a5b190269c8eb75b33d62d0a8206f8c0da4b291eac2b24b8ded2df4a7d57ec4'
-
'3b5907290d66e29ed0798a6c8732e0b97a4abd44ce7daede1d2b2d0af19be775b20f39c2e441c9667727a8ae25763ad8b19ae61ddf21c20f0ae759f54a72e2e7'
-
'be2b56484396d480bc8c16bbfb1a567aa404a2dfd8b8185b29bae8a35ede34fc62eed48aeadc068fbd19fb55f0bc83266b9fc989304aa7c7719c619e497d1996'
-
'277c0d019fbff3e3dfde2dcea11cce533c0058a651416f85cc888ea96fec95a4b86e2476ace382138e7023ddc7807c466a8e830b14c6491b818dae653dfd169d'
-
'b9fb098cb94adc89220269cc085a8363bf9bb7ab0e4ad84e5331a6c2fc4b178e520b0d18dcd36231db3d2a2e3abae92e1a30f432f584ab1cb6bce4c86a1ab3a5'
-
'52b6f4d4ecb26ed97d4671038220d1a30c556c01e84f151bed544de691c6b6c972c2d3241eafa39a1d1cc859f1e34f07bb61b7ecaafa50f9ab2fba6b2f15d52f'
-
'ee95a1ba16a14f01b7c92d1625d6f8a22eee5e443bc48ea4a7bfc6ca118fbfb34b3bec533052c9ce171dc83a656ae5f181a93a2d7481d5f7eb5eef49e6e30571'
-
'a94dbd30bac84dbdef4b98ad120d77fa49a47eff2343e81a360bf4a9ca9e0559f5c5375f44a44d566249f0d29f9eaf006f037a2713bd174ef1b3987c48614d0f'
-
'184a4f36a6b45365790fa46e452610f9ad5c1d51ece587de2c74d590517a2e322879d80f16b9d2b46948ed14fee8b8a68f0fe3eabeba20bbc531d978b877c7e6'
-
'd28a462eccd5278f42c2f16616c63a6d8a9e9454b46168e8bdd5f11802d1c4c27d6230d97f8272998149dea4b9677a20d28330ea719a8c3e627489c3491e52f9'
-
'1a3d74be6144bc49928c30002791d6f28a5a627151e87d56789803a1d48bf9a34f938a1540044fe8dc2bb49c93026f9eb5f29563c69e0961c70da7eb452f3540'
-
'8c057ef55d4d4b36f9736313c6db719f394d2817037443dbf3b3e0bdd9fd2f84586c0619196823f682db30bd0d89a822bd4d09fca58db0b3721f605033ffe6d3'
-
'a5446760bd3ed28fc6ccae546f333e11be2b4584aad06ff0c852366a14f54a28ca51c0ae68dfdcf32d95430e9eb259db9d52fc706dd617166c6bdbec8e9b803e'
-
'edfd4addb81a990c106fd1aea95b8d1ec30bcb7f0690b6408e946bf92def7c64845ce8323a38c89912c2de6602254172e078b0523e12cb052d13d5bb0de7fabe'
-
'be47886200f47b35dd0b223a312b0121fb0c018ee4361342133e82e54dc331bc9367eabd493f2bcde3c43f5915420efde5fde199bc6c8f8c11dc3164ee0e561c'
-
'b67e03dd719017103583332184c996ce769da3d5e005b80568705517e381a401711c8a41989ef741048f7b185e7fdc2657f915eb361929b9435055a779194beb'
-
'6e5fdb38cc734ebdae464150bad0f8bc93dca6e82b719b219f4d000d5f0e66cb4769db754b2c0c55ef3ab94c260acd282c07d859e76ebe8ba7be552c2a1aff8f'
-
'297e6a5578d260e0368ca5d5f4a989723f18966305ed28ce1e163c17172fc95d297becf4bf2d0ea1b01559a4fa2ce8fd6a54e2b1519f63118c93e21eb9045a49'
-
'a6aa00646d1401bc4f3e6cb545f6d7c62352685a4e031b7bbee0580c323850316cc6dea4e50a2e6170946e9201ac55d53e5b354c7d5cdcbf2cffe41ba1b5fdc1'
-
'4882f93ea4cbde9d57df992576020b078d5caa115752aa14266ab8b696ebab97bfc3899d9c7d8671dfe66b6156060d1b0eec31bbf6818c500b6ffcfa75ef0fe6'
-
'94fc1546811e9688c894377fccb3c0b55c0cd07db704af5dd627b500825eeebcf0a5e17452959411b11d8a4834af25e0d5146b398e8cffb78e1373f1f1180659'
-
'4c9389edd8d7de90cf29b8e47877a3f0a05cfe1b68690cad05a5911b6acd8562822081daa9dbff45a61e5dcf4bf5774be875750f1899f668f7d2dca800e82598'
-
'd35d4da707c354d2a57f3e94e915d9846d18ad954598c272b48c33f3035a598707a2faf30d913417c7b843ff1dc566c7acff0d2f38a9a3529bf3d0210cb14c83'
-
'44bb28c7b0d02c850aa93644faebf808401ef4de1edbd7f34135dc526c38da2025550f11e420be440b02b546c2d5b3adc30005a918dc95df2eb5459ba91241d9'
-
'69505fdb8f13f025cab0420aea49774f7add3ba20b2e5c1cb98a4216a589547608e2ad7eda7b1950a4972f10d1784961fadf0a00f549cd7d016255ff917cd3e9'
-
'4358259b93b43858baa2c758c931823b649a486f9f23d41a7ea1acd944521dc048de0a193ab0654eaf0a08d48aa51a30a41529fc183740443a0547a259dd33b8'
-
'47241dca25d3d4b2908959e96532b36c983dc25417f7889230e11e351ea8aa5d5fd32fcd1833bb3154da269dbd8ca2b058e1a387038cb080a1cc01b9a05ce5d2'
-

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

2020-03-27 Thread Andrew Crerar via arch-commits
Date: Friday, March 27, 2020 @ 15:36:07
  Author: andrewsc
Revision: 604998

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 604997, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 604997, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 604997, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 604997, firefox-developer-edition/trunk/firefox-install-dir.patch)
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

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  450 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 664 insertions(+), 664 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-27 
15:35:44 UTC (rev 604997)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-27 
15:36:07 UTC (rev 604998)
@@ -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 604997, 
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  2020-03-27 
15:36:07 UTC (rev 604998)
@@ -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 

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

2020-03-27 Thread Andrew Crerar via arch-commits
Date: Friday, March 27, 2020 @ 15:35:44
  Author: andrewsc
Revision: 604997

upgpkg: firefox-developer-edition 75.0b10-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:10:54 UTC (rev 604996)
+++ PKGBUILD2020-03-27 15:35:44 UTC (rev 604997)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=75.0b9
+pkgver=75.0b10
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('773d0b76c9b20b9fd37328370248e8aeca15646efb3ee1263021f117979c814f7372510533ffd25a540a590a8686660772e06472612309251bf7448798f163f0'
+sha512sums=('f433ebca6651463c22b8b4e9120fb07267f107d1ffdb7440161a68d5e9758b2ad80992f1d98ee89ebd1c580246edc8fe69447da1b0735e62ddffe65046c8d2a3'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


[arch-commits] Commit in gvfs/repos/extra-x86_64 (6 files)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 15:27:08
  Author: heftig
Revision: 378550

archrelease: copy trunk to extra-x86_64

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 378549, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 378549, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 378549, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

--+
 PKGBUILD |  328 ++---
 gvfs-nfs.install |   14 +-
 gvfsd.hook   |   22 +--
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:27:05 UTC (rev 378549)
+++ PKGBUILD2020-03-27 15:27:08 UTC (rev 378550)
@@ -1,164 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.44.0
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse3 libarchive libcdio-paranoia libsoup udisks2 
libsecret
- libbluray libgudev gcr psmisc 'gsettings-desktop-schemas>=3.34.0')
-makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson
- openssh)
-groups=(gnome)
-_commit=530c1bead9ce249e3758bd2cc71cc437a76e139e  # tags/1.44.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
-gvfsd.hook)
-sha256sums=('SKIP'
-'d3b714db35b2ce75d7f6d528044554decbb9149a98425aff119a071ca0a25282')
-
-prepare() {
-  cd $pkgbase
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_split() {
-  local name="$1" src dest; shift
-  for src; do
-echo "$name: /usr/$src"
-dest="$srcdir/$name/$src"
-mkdir -p "${dest%/*}"
-mv -T "$src" "$dest"
-rmdir -p --ignore-fail-on-non-empty "${src%/*}"
-  done
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-  options=(!emptydirs)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir/usr"
-
-  _split smb \
-lib/gvfsd-smb{,-browse} \
-share/GConf/gsettings/gvfs-smb.convert \
-share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \
-share/gvfs/mounts/smb{,-browse}.mount
-
-  _split afc \
-lib/gvfs{-afc-volume-monitor,d-afc} \
-lib/systemd/user/gvfs-afc-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \
-share/gvfs/mounts/afc.mount \
-share/gvfs/remote-volume-monitors/afc.monitor
-
-  _split gphoto2 \
-lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \
-lib/systemd/user/gvfs-gphoto2-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \
-share/gvfs/mounts/gphoto2.mount \
-share/gvfs/remote-volume-monitors/gphoto2.monitor
-
-  _split mtp \
-lib/gvfs{-mtp-volume-monitor,d-mtp} \
-lib/systemd/user/gvfs-mtp-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \
-share/gvfs/mounts/mtp.mount \
-share/gvfs/remote-volume-monitors/mtp.monitor
-
-  _split goa \
-lib/gvfs-goa-volume-monitor \
-lib/systemd/user/gvfs-goa-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \
-share/gvfs/remote-volume-monitors/goa.monitor
-
-  _split nfs \
-lib/gvfsd-nfs \
-share/gvfs/mounts/nfs.mount
-
-  _split google \
-lib/gvfsd-google \
-share/gvfs/mounts/google.mount
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  mv "$srcdir/smb" "$pkgdir/usr"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  mv "$srcdir/afc" "$pkgdir/usr"
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)"
-  depends=("gvfs=$pkgver" libgphoto2)
-
-  mv "$srcdir/gphoto2" "$pkgdir/usr"
-}
-
-package_gvfs-mtp() {
-  

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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 15:26:56
  Author: heftig
Revision: 378548

1.44.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:26:45 UTC (rev 378547)
+++ PKGBUILD2020-03-27 15:26:56 UTC (rev 378548)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.44.0
+pkgver=1.44.1
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
@@ -15,7 +15,7 @@
  gnome-online-accounts libnfs libgdata git gtk-doc python meson
  openssh)
 groups=(gnome)
-_commit=530c1bead9ce249e3758bd2cc71cc437a76e139e  # tags/1.44.0^0
+_commit=0071ed715da2c6ace52c4e772205c01eca209f25  # tags/1.44.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 15:27:05
  Author: heftig
Revision: 378549

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 378548, nautilus/trunk/PKGBUILD)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:26:56 UTC (rev 378548)
+++ PKGBUILD2020-03-27 15:27:05 UTC (rev 378549)
@@ -1,75 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Files;
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar
- gst-plugins-base-libs tracker-miners)
-makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-_commit=e11034204be70a8535c8eff0010a2881991f17eb  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D packagekit=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnautilus-extension
-
-  _pick libne "$pkgdir"/usr/include
-  _pick libne 
"$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig}
-  _pick libne "$pkgdir"/usr/share/{gir-1.0,gtk-doc}
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  provides=(libnautilus-extension.so)
-  mv libne/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 378548, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 15:27:05 UTC (rev 378549)
@@ -0,0 +1,75 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Files;
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar
+ gst-plugins-base-libs tracker-miners)
+makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
+_commit=26e8205bee3e6d3dc98a0f0bdd789a776657c809  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D packagekit=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split libnautilus-extension
+
+  _pick libne "$pkgdir"/usr/include
+  _pick libne 
"$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig}
+  _pick libne "$pkgdir"/usr/share/{gir-1.0,gtk-doc}
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  provides=(libnautilus-extension.so)
+  mv libne/* "$pkgdir"
+}
+
+# vim:set sw=2 et:


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

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 15:26:45
  Author: heftig
Revision: 378547

3.36.1-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 12:41:35 UTC (rev 378546)
+++ PKGBUILD2020-03-27 15:26:45 UTC (rev 378547)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Files;
@@ -12,7 +12,7 @@
 depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar
  gst-plugins-base-libs tracker-miners)
 makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-_commit=e11034204be70a8535c8eff0010a2881991f17eb  # tags/3.36.0^0
+_commit=26e8205bee3e6d3dc98a0f0bdd789a776657c809  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


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

2020-03-27 Thread Sergej Pupykin via arch-commits
Date: Friday, March 27, 2020 @ 15:10:54
  Author: spupykin
Revision: 604996

fix license

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:09:35 UTC (rev 604995)
+++ PKGBUILD2020-03-27 15:10:54 UTC (rev 604996)
@@ -10,7 +10,7 @@
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="https://notionwm.net;
 arch=('x86_64')
-license=('custom:LGPL')
+license=('LGPL')
 depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
 optdepends=('libxinerama' 'libxrandr')
 makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'


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

2020-03-27 Thread Sergej Pupykin via arch-commits
Date: Friday, March 27, 2020 @ 15:09:24
  Author: spupykin
Revision: 604994

upgpkg: mediawiki 1.34.1-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:09:19 UTC (rev 604993)
+++ PKGBUILD2020-03-27 15:09:24 UTC (rev 604994)
@@ -4,10 +4,10 @@
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
 #pkgname=('mediawiki')
-pkgver=1.34.0
+pkgver=1.34.1
 _basever=${pkgver%.*}
 _hash=b1a022f
-pkgrel=2
+pkgrel=1
 pkgdesc="MediaWiki engine"
 arch=('any')
 url="https://www.mediawiki.org/wiki/MediaWiki;
@@ -36,7 +36,7 @@
 
source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-sha256sums=('de24c3deafb5d81e97652900021b68af8f0cd6ccbdf577564fb0f3aca09593d1'
+sha256sums=('acb8cbd61b6a75782b09fd0aafcd8cd5e551e4b4fbd261dade7509df8ba6e149'
 'SKIP'
 '533c4f052bffafc1f1ea6b5b0a88cf363cdcfbaa6996ccb85f950635707e8e5e'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')


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

2020-03-27 Thread Sergej Pupykin via arch-commits
Date: Friday, March 27, 2020 @ 15:09:35
  Author: spupykin
Revision: 604995

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 604994, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 604994, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 604994, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  162 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |6 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 15:09:24 UTC (rev 604994)
+++ PKGBUILD2020-03-27 15:09:35 UTC (rev 604995)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-#pkgname=('mediawiki')
-pkgver=1.34.0
-_basever=${pkgver%.*}
-_hash=b1a022f
-pkgrel=2
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="https://www.mediawiki.org/wiki/MediaWiki;
-# + https://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git' 'texvc')
-optdepends=('texvc: for math rendering'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-#  'php-apcu: for cache support'
-#  'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
-  '1D98867E82982C8FE0ABC25F9B69B3109D3BB7B0'
-  'C83A8E4D3C8FEB7C8A3A1998131910E01605D9AA')
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-sha256sums=('de24c3deafb5d81e97652900021b68af8f0cd6ccbdf577564fb0f3aca09593d1'
-'SKIP'
-'533c4f052bffafc1f1ea6b5b0a88cf363cdcfbaa6996ccb85f950635707e8e5e'
-'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
-
-package_mediawiki() {
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps
-  install -vdm0755 "$pkgdir"/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver "$pkgdir"/usr/share/webapps/mediawiki
-
-  install -vDm0644 "$srcdir"/apache.example.conf 
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http "$pkgdir"/var/cache/mediawiki
-  install -vdm0755 -o http -g http "$pkgdir"/var/lib/mediawiki
-
-  cd "$pkgdir"/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-${_hash} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  install -dm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math
-  ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 604994, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 15:09:35 UTC (rev 604995)
@@ -0,0 +1,81 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+#pkgname=('mediawiki')
+pkgver=1.34.1
+_basever=${pkgver%.*}
+_hash=b1a022f
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="https://www.mediawiki.org/wiki/MediaWiki;
+# + https://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git' 'texvc')

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

2020-03-27 Thread Sergej Pupykin via arch-commits
Date: Friday, March 27, 2020 @ 15:09:19
  Author: spupykin
Revision: 604993

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 604992, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 604992, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 604992, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2020-03-27 15:09:07 UTC (rev 604992)
+++ 0001-no-xlocale.patch   2020-03-27 15:09:19 UTC (rev 604993)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 604992, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2020-03-27 15:09:19 UTC (rev 604993)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2020-03-27 15:09:07 UTC (rev 604992)
+++ LICENSE 2020-03-27 15:09:19 UTC (rev 604993)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 15:04:42
  Author: felixonmars
Revision: 604991

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 604990, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 604990, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 15:04:42 UTC (rev 604991)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=202
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 15:04:24
  Author: felixonmars
Revision: 604990

upgpkg: shellcheck 0.7.0-202: rebuild with jira-wiki-markup 1.1.4

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 15:01:38 UTC (rev 604989)
+++ PKGBUILD2020-03-27 15:04:24 UTC (rev 604990)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=201
+pkgrel=202
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 15:01:23
  Author: felixonmars
Revision: 604988

upgpkg: pandoc-crossref 0.3.6.2-53: rebuild with jira-wiki-markup 1.1.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 14:59:55 UTC (rev 604987)
+++ PKGBUILD2020-03-27 15:01:23 UTC (rev 604988)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.2
-pkgrel=52
+pkgrel=53
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 15:01:38
  Author: felixonmars
Revision: 604989

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 604988, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
604988, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 15:01:38 UTC (rev 604989)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.2
+pkgrel=53
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('4b0443348ff3fa2e9f2366afee1a58c96466d395be9458e63b4741ffe0dba250d35e55de19b62c5a9231030bf658f2628f934667effcaad52891c94d63dbf168')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:59:55
  Author: felixonmars
Revision: 604987

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
604986, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 14:59:55 UTC (rev 604987)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.2.0
+pkgrel=32
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('93dbf4fc35db6c2c65bd8c3d5d0cc2e78b30ea8e01dfd0a596aa2119a56efb7c6c3fab56c111d8c7cdb08ac3a48191e782035344d16c1a69fe263b93788ebc7b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *0.17/<1/' -e 's/< *3.3/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:59:41
  Author: felixonmars
Revision: 604986

upgpkg: haskell-hakyll 4.13.2.0-32: rebuild with jira-wiki-markup 1.1.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 14:58:01 UTC (rev 604985)
+++ PKGBUILD2020-03-27 14:59:41 UTC (rev 604986)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.2.0
-pkgrel=31
+pkgrel=32
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:58:01
  Author: felixonmars
Revision: 604985

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 604984, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
604984, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 14:58:01 UTC (rev 604985)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=56
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:57:46
  Author: felixonmars
Revision: 604984

upgpkg: pandoc-citeproc 0.17-56: rebuild with jira-wiki-markup 1.1.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 14:54:43 UTC (rev 604983)
+++ PKGBUILD2020-03-27 14:57:46 UTC (rev 604984)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=55
+pkgrel=56
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:54:43
  Author: felixonmars
Revision: 604983

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 604982, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 604982, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 14:54:43 UTC (rev 604983)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2
+pkgrel=75
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
pandoc-jira-wiki-markup-1.1.patch::https://github.com/jgm/pandoc/commit/7eb991484127a8c79b8db76743d2d63ee47e79ca.patch)
+sha512sums=('af67ad7ff6f5f16d62a9a5b988bb402f17e5774fcc91a7be56d95b2694640051628495c526ae9f92095ec7050ebb096db5d23ef07a105e73bbf50386a67eb532'
+
'f6bd382c6cedba47fc39ebb36845cdc9b107f11c0ae2a38102312bff77dd46845cc7ef0ad443be810c6f1fa95776a665d9a85a7a351a1dc0d35a46dffc1657af')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-jira-wiki-markup-1.1.patch
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:54:28
  Author: felixonmars
Revision: 604982

upgpkg: pandoc 2.9.2-75: rebuild with jira-wiki-markup 1.1.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 14:36:34 UTC (rev 604981)
+++ PKGBUILD2020-03-27 14:54:28 UTC (rev 604982)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2
-pkgrel=74
+pkgrel=75
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


[arch-commits] Commit in haskell-jira-wiki-markup/repos (2 files)

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:36:34
  Author: felixonmars
Revision: 604981

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-jira-wiki-markup/repos/community-staging-x86_64/
  haskell-jira-wiki-markup/repos/community-staging-x86_64/PKGBUILD
(from rev 604980, haskell-jira-wiki-markup/trunk/PKGBUILD)

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

Copied: haskell-jira-wiki-markup/repos/community-staging-x86_64/PKGBUILD (from 
rev 604980, haskell-jira-wiki-markup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-27 14:36:34 UTC (rev 604981)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=jira-wiki-markup
+pkgname=haskell-jira-wiki-markup
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Handle Jira wiki markup"
+url="https://github.com/tarleb/jira-wiki-markup;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('89a89ca7bc43598c77328cbf93ce6215a446322a6ce5d5bbcb1180cf664be56e26e61d49332006988b27d460ac2a32af466fb974af6b52e2f5d9e69f4821474f')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-jira-wiki-markup/trunk (PKGBUILD)

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 14:36:19
  Author: felixonmars
Revision: 604980

upgpkg: haskell-jira-wiki-markup 1.1.4-1: rebuild with jira-wiki-markup 1.1.4

Modified:
  haskell-jira-wiki-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 14:35:43 UTC (rev 604979)
+++ PKGBUILD2020-03-27 14:36:19 UTC (rev 604980)
@@ -2,7 +2,7 @@
 
 _hkgname=jira-wiki-markup
 pkgname=haskell-jira-wiki-markup
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Handle Jira wiki markup"
 url="https://github.com/tarleb/jira-wiki-markup;
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0fb7fc793b2dfa02eb578332a2db2782bb5b0f0ac3579deb2b1ac77995c7fe43f6d46838c5c898ebf17e7a1d349de40eb5e91c2ea2facd489cb1b1087c723add')
+sha512sums=('89a89ca7bc43598c77328cbf93ce6215a446322a6ce5d5bbcb1180cf664be56e26e61d49332006988b27d460ac2a32af466fb974af6b52e2f5d9e69f4821474f')
 
 prepare() {
 cd $_hkgname-$pkgver


  1   2   >