[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2019-09-23 Thread David Runge via arch-commits
Date: Monday, September 23, 2019 @ 23:36:09
  Author: dvzrv
Revision: 511619

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 511618, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 23:36:01 UTC (rev 511618)
+++ PKGBUILD2019-09-23 23:36:09 UTC (rev 511619)
@@ -1,19 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=13.1.6
-pkgrel=2
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('9f67eb49a12285c614712f2361788d274837d553db6cbb4fe56e37902666bfa512f6ec9c1524f524ec13a3d2c753ca17b036fd558d6294a631a5e1ceae7dfae5')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 511618, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 23:36:09 UTC (rev 511619)
@@ -0,0 +1,19 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=14.0.0
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
+sha512sums=('a4e7460a9eefb61f3b7f44ccf72ee4ace7f9d234e7ec064e6ec3a13ef86f71b9b0b0c419b678f08451d2eabe0f57fa10948070054e19e3fb20186b8b64d31fcf')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2019-09-23 Thread David Runge via arch-commits
Date: Monday, September 23, 2019 @ 23:36:01
  Author: dvzrv
Revision: 511618

upgpkg: nextcloud-app-news 14.0.0-1

Upgrading to 14.0.0.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 22:48:02 UTC (rev 511617)
+++ PKGBUILD2019-09-23 23:36:01 UTC (rev 511618)
@@ -3,8 +3,8 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=13.1.6
-pkgrel=2
+pkgver=14.0.0
+pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
 url="https://github.com/nextcloud/news;
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('9f67eb49a12285c614712f2361788d274837d553db6cbb4fe56e37902666bfa512f6ec9c1524f524ec13a3d2c753ca17b036fd558d6294a631a5e1ceae7dfae5')
+sha512sums=('a4e7460a9eefb61f3b7f44ccf72ee4ace7f9d234e7ec064e6ec3a13ef86f71b9b0b0c419b678f08451d2eabe0f57fa10948070054e19e3fb20186b8b64d31fcf')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in a2jmidid/repos/community-x86_64 (10 files)

2019-09-23 Thread David Runge via arch-commits
Date: Monday, September 23, 2019 @ 22:48:02
  Author: dvzrv
Revision: 511617

archrelease: copy trunk to community-x86_64

Added:
  a2jmidid/repos/community-x86_64/PKGBUILD
(from rev 511616, a2jmidid/trunk/PKGBUILD)
  a2jmidid/repos/community-x86_64/control-unique-port-names-over-dbus.patch
(from rev 511616, a2jmidid/trunk/control-unique-port-names-over-dbus.patch)
  a2jmidid/repos/community-x86_64/fix-spelling-mistakes-in-man-page.patch
(from rev 511616, a2jmidid/trunk/fix-spelling-mistakes-in-man-page.patch)
  a2jmidid/repos/community-x86_64/link-to-libpthread.patch
(from rev 511616, a2jmidid/trunk/link-to-libpthread.patch)
  a2jmidid/repos/community-x86_64/properly-fix-pthread-linking.patch
(from rev 511616, a2jmidid/trunk/properly-fix-pthread-linking.patch)
Deleted:
  a2jmidid/repos/community-x86_64/PKGBUILD
  a2jmidid/repos/community-x86_64/control-unique-port-names-over-dbus.patch
  a2jmidid/repos/community-x86_64/fix-spelling-mistakes-in-man-page.patch
  a2jmidid/repos/community-x86_64/link-to-libpthread.patch
  a2jmidid/repos/community-x86_64/properly-fix-pthread-linking.patch

---+
 PKGBUILD  |   81 +++
 control-unique-port-names-over-dbus.patch |  286 ++--
 fix-spelling-mistakes-in-man-page.patch   |   68 +++---
 link-to-libpthread.patch  |   50 ++--
 properly-fix-pthread-linking.patch|   70 +++---
 5 files changed, 269 insertions(+), 286 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 22:47:53 UTC (rev 511616)
+++ PKGBUILD2019-09-23 22:48:02 UTC (rev 511617)
@@ -1,49 +0,0 @@
-# Maintainer : David Runge 
-# Contributor: speps 
-# Contributor: Jiyunatori 
-
-pkgname=a2jmidid
-pkgver=8
-pkgrel=3
-pkgdesc="A daemon for exposing legacy ALSA sequencer applications in JACK MIDI 
system."
-arch=('x86_64')
-url="http://repo.or.cz/a2jmidid.git;
-license=('GPL2')
-groups=('pro-audio')
-arch=('x86_64')
-depends=('jack' 'python2-dbus')
-source=("${pkgname}-${pkgver}.tar.gz::http://repo.or.cz/a2jmidid.git/snapshot/7383d268c4bfe85df9f10df6351677659211d1ca.tar.gz;
-'control-unique-port-names-over-dbus.patch'
-'fix-spelling-mistakes-in-man-page.patch'
-'link-to-libpthread.patch'
-'properly-fix-pthread-linking.patch')
-sha512sums=('d9675404b9b12a0816ba58e60ee74710a534ac70845ae12e5d64d2f08bc12b415ae8094f7038b8cf7eb8317eccc818ea7dee10276baf8b1420d3e90a2685743d'
-
'dfec328ab5cba7f4a1273df24b651a9acaaf4eb54813f9c7351ef44ca95b8d90fb730e95a29a85067c113786c7e864fbf91cf9558591a7c714d6e9f977f7a110'
-
'10e2b1b2b7bf5ca97607ad9272a5c548b9435c583e68483d0fb36fa64ab9dc22e324078b4e6535a5087a31e69dab8f7025addc72f9dd9064f0c576488dc3b3d1'
-
'22b3794fdf1a20563f02eec1ba94994a55595dd8eaf0144d5088ac8afa43276cfbfcc693320ed46fba794e190f544ba3ddfb586f9dd2104d9d4ac51d3a805214'
-
'6accab16e82b4b283db084eea71db0585c957c647ea945ad9ac1736c197119200d0c0dc5275bdd7013634faf7a22df12d727cc78e24dd67de95f2e52d2f0df0f')
-
-prepare() {
-  cd "${pkgname}-7383d26"
-
-  # "latest" upstream patches
-  patch -p1 -i "${srcdir}/link-to-libpthread.patch"
-  patch -p1 -i "${srcdir}/properly-fix-pthread-linking.patch"
-  patch -p1 -i "${srcdir}/fix-spelling-mistakes-in-man-page.patch"
-  patch -p1 -i "${srcdir}/control-unique-port-names-over-dbus.patch"
-
-  # python2 shebang
-  sed -i 's/python/&2/' a2j_control
-
-  python2 waf configure --prefix=/usr
-}
-
-build() {
-  cd "${pkgname}-7383d26"
-  python2 waf
-}
-
-package() {
-  cd "${pkgname}-7383d26"
-  python2 waf install --destdir="${pkgdir}/"
-}

Copied: a2jmidid/repos/community-x86_64/PKGBUILD (from rev 511616, 
a2jmidid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 22:48:02 UTC (rev 511617)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Jiyunatori 
+
+pkgname=a2jmidid
+pkgver=9
+pkgrel=1
+pkgdesc="A daemon for exposing legacy ALSA sequencer applications in JACK MIDI 
system."
+arch=('x86_64')
+url="https://github.com/linuxaudio/a2jmidid;
+license=('GPL2')
+groups=('pro-audio')
+arch=('x86_64')
+depends=('jack' 'dbus')
+makedepends=('meson')
+optdepends=('python-dbus: for a2j and a2j_control')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('5bd13b6904ed68c5bfe40ca516fd49b7eb4d4a946b9908ee04687265848734c8e1a81579f0f1a5bd0752595be8858dc748da10487b7f366394c09a5ffc7d5e5c')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  meson --prefix=/usr \
+build
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 {AUTHORS,CHANGELOG,INSTALLATION,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: 

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

2019-09-23 Thread David Runge via arch-commits
Date: Monday, September 23, 2019 @ 22:47:53
  Author: dvzrv
Revision: 511616

upgpkg: a2jmidid 9-1

Upgrading to 9. Removing all (now unneeded patches). Switching to meson as 
build system and adding python-dbus to optdepends (it's only required for 
certain scripts). Adding docs.

Modified:
  a2jmidid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 22:16:03 UTC (rev 511615)
+++ PKGBUILD2019-09-23 22:47:53 UTC (rev 511616)
@@ -1,49 +1,32 @@
-# Maintainer : David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 # Contributor: Jiyunatori 
 
 pkgname=a2jmidid
-pkgver=8
-pkgrel=3
+pkgver=9
+pkgrel=1
 pkgdesc="A daemon for exposing legacy ALSA sequencer applications in JACK MIDI 
system."
 arch=('x86_64')
-url="https://repo.or.cz/a2jmidid.git;
+url="https://github.com/linuxaudio/a2jmidid;
 license=('GPL2')
 groups=('pro-audio')
 arch=('x86_64')
-depends=('jack' 'python2-dbus')
-source=("${pkgname}-${pkgver}.tar.gz::http://repo.or.cz/a2jmidid.git/snapshot/7383d268c4bfe85df9f10df6351677659211d1ca.tar.gz;
-'control-unique-port-names-over-dbus.patch'
-'fix-spelling-mistakes-in-man-page.patch'
-'link-to-libpthread.patch'
-'properly-fix-pthread-linking.patch')
-sha512sums=('d9675404b9b12a0816ba58e60ee74710a534ac70845ae12e5d64d2f08bc12b415ae8094f7038b8cf7eb8317eccc818ea7dee10276baf8b1420d3e90a2685743d'
-
'dfec328ab5cba7f4a1273df24b651a9acaaf4eb54813f9c7351ef44ca95b8d90fb730e95a29a85067c113786c7e864fbf91cf9558591a7c714d6e9f977f7a110'
-
'10e2b1b2b7bf5ca97607ad9272a5c548b9435c583e68483d0fb36fa64ab9dc22e324078b4e6535a5087a31e69dab8f7025addc72f9dd9064f0c576488dc3b3d1'
-
'22b3794fdf1a20563f02eec1ba94994a55595dd8eaf0144d5088ac8afa43276cfbfcc693320ed46fba794e190f544ba3ddfb586f9dd2104d9d4ac51d3a805214'
-
'6accab16e82b4b283db084eea71db0585c957c647ea945ad9ac1736c197119200d0c0dc5275bdd7013634faf7a22df12d727cc78e24dd67de95f2e52d2f0df0f')
+depends=('jack' 'dbus')
+makedepends=('meson')
+optdepends=('python-dbus: for a2j and a2j_control')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('5bd13b6904ed68c5bfe40ca516fd49b7eb4d4a946b9908ee04687265848734c8e1a81579f0f1a5bd0752595be8858dc748da10487b7f366394c09a5ffc7d5e5c')
 
-prepare() {
-  cd "${pkgname}-7383d26"
-
-  # "latest" upstream patches
-  patch -p1 -i "${srcdir}/link-to-libpthread.patch"
-  patch -p1 -i "${srcdir}/properly-fix-pthread-linking.patch"
-  patch -p1 -i "${srcdir}/fix-spelling-mistakes-in-man-page.patch"
-  patch -p1 -i "${srcdir}/control-unique-port-names-over-dbus.patch"
-
-  # python2 shebang
-  sed -i 's/python/&2/' a2j_control
-
-  python2 waf configure --prefix=/usr
-}
-
 build() {
-  cd "${pkgname}-7383d26"
-  python2 waf
+  cd "${pkgname}-${pkgver}"
+  meson --prefix=/usr \
+build
+  ninja -C build
 }
 
 package() {
-  cd "${pkgname}-7383d26"
-  python2 waf install --destdir="${pkgdir}/"
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 {AUTHORS,CHANGELOG,INSTALLATION,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 22:15:39
  Author: anatolik
Revision: 511614

upgpkg: fio 3.16-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 21:13:35 UTC (rev 511613)
+++ PKGBUILD2019-09-23 22:15:39 UTC (rev 511614)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,12 +16,16 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
+
fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
+sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
+'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
 
 prepare() {
   cd fio-fio-$pkgver
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+
+  patch -p1 < ../fix_gfio.patch
 }
 
 build() {


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 22:16:03
  Author: anatolik
Revision: 511615

archrelease: copy trunk to community-x86_64

Added:
  fio/repos/community-x86_64/PKGBUILD
(from rev 511614, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 22:15:39 UTC (rev 511614)
+++ PKGBUILD2019-09-23 22:16:03 UTC (rev 511615)
@@ -1,46 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=3.15
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
-
-prepare() {
-  cd fio-fio-$pkgver
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-x86_64/PKGBUILD (from rev 511614, 
fio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 22:16:03 UTC (rev 511615)
@@ -0,0 +1,50 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.16
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
+
fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
+sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
+'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
+
+prepare() {
+  cd fio-fio-$pkgver
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+
+  patch -p1 < ../fix_gfio.patch
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2019-09-23 Thread Felix Yan via arch-commits
Date: Monday, September 23, 2019 @ 21:13:21
  Author: felixonmars
Revision: 511612

upgpkg: python-peewee 3.11.1-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 21:12:42 UTC (rev 511611)
+++ PKGBUILD2019-09-23 21:13:21 UTC (rev 511612)
@@ -4,7 +4,7 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.11.0
+pkgver=3.11.1
 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=('0a11b7c231de5b19be580b6cb3832686abd18773eab3bc6e6f1033f2a063cd7900b6a368159116362c5291af91096bc063ffe2838705ecbfb67374ff1a913c85')
+sha512sums=('8ece4956d37ace5c0bfea936b337155d7fcdf9119ab128ce8f7f19fda9003eab5f6d5c0f1ac88f4de07a5ef80a90cb25bfcc353f0e76cb6ab2756a52fe0c95a3')
 
 build() {
   cd peewee-$pkgver


[arch-commits] Commit in bash-language-server/repos/community-x86_64 (6 files)

2019-09-23 Thread Felix Yan via arch-commits
Date: Monday, September 23, 2019 @ 21:12:42
  Author: felixonmars
Revision: 511611

archrelease: copy trunk to community-x86_64

Added:
  
bash-language-server/repos/community-x86_64/0001-node-tree-sitter-nodejs-12-update.patch
(from rev 511610, 
bash-language-server/trunk/0001-node-tree-sitter-nodejs-12-update.patch)
  bash-language-server/repos/community-x86_64/PKGBUILD
(from rev 511610, bash-language-server/trunk/PKGBUILD)
  
bash-language-server/repos/community-x86_64/bash-language-server-nodejs-12-update.patch
(from rev 511610, 
bash-language-server/trunk/bash-language-server-nodejs-12-update.patch)
Deleted:
  
bash-language-server/repos/community-x86_64/0001-node-tree-sitter-nodejs-12-update.patch
  bash-language-server/repos/community-x86_64/PKGBUILD
  
bash-language-server/repos/community-x86_64/bash-language-server-nodejs-12-update.patch

--+
 0001-node-tree-sitter-nodejs-12-update.patch | 1488 -
 PKGBUILD |   81 -
 bash-language-server-nodejs-12-update.patch  |   30 
 3 files changed, 791 insertions(+), 808 deletions(-)

Deleted: 0001-node-tree-sitter-nodejs-12-update.patch
===
--- 0001-node-tree-sitter-nodejs-12-update.patch2019-09-23 21:12:35 UTC 
(rev 511610)
+++ 0001-node-tree-sitter-nodejs-12-update.patch2019-09-23 21:12:42 UTC 
(rev 511611)
@@ -1,744 +0,0 @@
-From c526efc6500a1c35d71aee9ce170190b06a7210f Mon Sep 17 00:00:00 2001
-From: "Xl.W" 
-Date: Thu, 22 Aug 2019 13:33:30 +0800
-Subject: [PATCH] node-tree-sitter: nodejs 12 update
-

- src/conversions.cc  | 69 +-
- src/language.cc |  4 +-
- src/logger.cc   | 10 ++---
- src/node.cc | 75 +
- src/parser.cc   | 91 ++---
- src/tree.cc | 37 --
- src/tree_cursor.cc  | 14 ---
- test/node_test.js   |  2 +-
- test/parser_test.js |  2 +-
- 9 files changed, 180 insertions(+), 124 deletions(-)
-
-diff --git a/src/conversions.cc b/src/conversions.cc
-index d024b4c..6d685cd 100644
 a/src/conversions.cc
-+++ b/src/conversions.cc
-@@ -29,7 +29,7 @@ void InitConversions(Local exports) {
- 
-   point_transfer_buffer = static_cast(malloc(2 * 
sizeof(uint32_t)));
-   auto js_point_transfer_buffer = ArrayBuffer::New(Isolate::GetCurrent(), 
point_transfer_buffer, 2 * sizeof(uint32_t));
--  exports->Set(Nan::New("pointTransferArray").ToLocalChecked(), 
Uint32Array::New(js_point_transfer_buffer, 0, 2));
-+  Nan::Set(exports, Nan::New("pointTransferArray").ToLocalChecked(), 
Uint32Array::New(js_point_transfer_buffer, 0, 2));
- }
- 
- void TransferPoint(const TSPoint ) {
-@@ -39,10 +39,10 @@ void TransferPoint(const TSPoint ) {
- 
- Local RangeToJS(const TSRange ) {
-   Local result = Nan::New();
--  result->Set(Nan::New(start_position_key), PointToJS(range.start_point));
--  result->Set(Nan::New(start_index_key), ByteCountToJS(range.start_byte));
--  result->Set(Nan::New(end_position_key), PointToJS(range.end_point));
--  result->Set(Nan::New(end_index_key), ByteCountToJS(range.end_byte));
-+  Nan::Set(result, Nan::New(start_position_key), 
PointToJS(range.start_point));
-+  Nan::Set(result, Nan::New(start_index_key), 
ByteCountToJS(range.start_byte));
-+  Nan::Set(result, Nan::New(end_position_key), PointToJS(range.end_point));
-+  Nan::Set(result, Nan::New(end_index_key), ByteCountToJS(range.end_byte));
-   return result;
- }
- 
-@@ -56,8 +56,13 @@ Nan::Maybe RangeFromJS(const Local ) {
- 
-   Local js_range = Local::Cast(arg);
- 
--  #define INIT(field, key, Type) { \
--auto field = Type(js_range->Get(Nan::New(key))); \
-+  #define INIT(field, key, Convert) { \
-+auto value = Nan::Get(js_range, Nan::New(key)); \
-+if (value.IsEmpty()) { \
-+  Nan::ThrowTypeError("Range must be a {startPosition, endPosition, 
startIndex, endIndex} object"); \
-+  return Nan::Nothing(); \
-+} \
-+auto field = Convert(value.ToLocalChecked()); \
- if (field.IsJust()) { \
-   result.field = field.FromJust(); \
- } else { \
-@@ -77,41 +82,52 @@ Nan::Maybe RangeFromJS(const Local ) {
- 
- Local PointToJS(const TSPoint ) {
-   Local result = Nan::New();
--  result->Set(Nan::New(row_key), Nan::New(point.row));
--  result->Set(Nan::New(column_key), ByteCountToJS(point.column));
-+  Nan::Set(result, Nan::New(row_key), Nan::New(point.row));
-+  Nan::Set(result, Nan::New(column_key), ByteCountToJS(point.column));
-   return result;
- }
- 
- Nan::Maybe PointFromJS(const Local ) {
--  if (!arg->IsObject()) {
-+  Local js_point;
-+  if (!Nan::To(arg).ToLocal(_point)) {
- Nan::ThrowTypeError("Point must be a {row, column} object");
- return Nan::Nothing();
-   }
- 
--  Local js_point = Local::Cast(arg);
--  Local js_row = js_point->Get(Nan::New(row_key));
--  if (!js_row->IsNumber()) {
-- 

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

2019-09-23 Thread Felix Yan via arch-commits
Date: Monday, September 23, 2019 @ 21:13:35
  Author: felixonmars
Revision: 511613

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 21:13:21 UTC (rev 511612)
+++ PKGBUILD2019-09-23 21:13:35 UTC (rev 511613)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.11.0
-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=('0a11b7c231de5b19be580b6cb3832686abd18773eab3bc6e6f1033f2a063cd7900b6a368159116362c5291af91096bc063ffe2838705ecbfb67374ff1a913c85')
-
-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 511612, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 21:13:35 UTC (rev 511613)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.11.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=('8ece4956d37ace5c0bfea936b337155d7fcdf9119ab128ce8f7f19fda9003eab5f6d5c0f1ac88f4de07a5ef80a90cb25bfcc353f0e76cb6ab2756a52fe0c95a3')
+
+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 bash-language-server/trunk (PKGBUILD)

2019-09-23 Thread Felix Yan via arch-commits
Date: Monday, September 23, 2019 @ 21:12:35
  Author: felixonmars
Revision: 511610

upgpkg: bash-language-server 1.6.0-1

Modified:
  bash-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 21:08:37 UTC (rev 511609)
+++ PKGBUILD2019-09-23 21:12:35 UTC (rev 511610)
@@ -2,8 +2,8 @@
 # Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=bash-language-server
-pkgver=1.5.6
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
 arch=("x86_64")
 url="https://github.com/mads-hartmann/bash-language-server;
@@ -10,26 +10,9 @@
 license=("MIT")
 depends=("nodejs" "acorn")
 makedepends=("yarn" "typescript" "python2" "git")
-_treesitter_tag=0.15.8
-source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;
-
"git+https://github.com/tree-sitter/node-tree-sitter#tag=v${_treesitter_tag};
-"0001-node-tree-sitter-nodejs-12-update.patch"
-"bash-language-server-nodejs-12-update.patch")
-sha512sums=('d102374fab5b849321ee09bddcc22807b0b81347b2495ccd280bbb9c835f8c6e21199f7827f0ebddaecbabc4b9dec5af1ad69cd491304a9f8013ad3fb6c2b1d5'
-'SKIP'
-
'f7720946ad85380e863072b89053498ece7364af48a85c03f32fd3f4e430e406ff5584291c321291910d3714c0ab9b99bbfd0a8ba184028256184f3f3d497dff'
-
'd46a755ad4877265aade7313cba0ef3cb49252038e9e7ff6d88a7975bc6333ac176a5456dff1446dfbcf4cc9717cd756ddcc9097a73435735fbfa40323e8b67c')
+source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
+sha512sums=('e59f5b3f1b03c2362bf5653a4b67f035eebd64454d79b5896fca14e85018f227b02f40d6c7b48c17795108a98740eeab18606d6373843d98344601eda7ad909e')
 
-prepare() {
-cd "$srcdir/node-tree-sitter"
-git submodule update --init --recursive
-git apply ../0001-node-tree-sitter-nodejs-12-update.patch
-yarn pack --filename ../tree-sitter-${_treesitter_tag}.tgz
-
-cd "$srcdir/$pkgname-server-$pkgver"
-patch -Np1 -i ../bash-language-server-nodejs-12-update.patch
-}
-
 build() {
 cd "$srcdir/$pkgname-server-$pkgver"
 yarn


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 21:08:35
  Author: anatolik
Revision: 363322

upgpkg: ethtool 1:5.3-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 20:23:01 UTC (rev 363321)
+++ PKGBUILD2019-09-23 21:08:35 UTC (rev 363322)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('3cc7798d4de63d701bd6a9399348ec43025e576d'
+sha1sums=('ba9b8fbcada58099245aaa3b76cd9e5feb19c5d7'
   'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville 

 


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 21:08:53
  Author: anatolik
Revision: 363323

archrelease: copy trunk to testing-x86_64

Added:
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 363322, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 363322, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-23 21:08:53 UTC (rev 363323)
@@ -0,0 +1,33 @@
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=5.3
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha1sums=('ba9b8fbcada58099245aaa3b76cd9e5feb19c5d7'
+  'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 21:08:37
  Author: anatolik
Revision: 511609

archrelease: copy trunk to community-x86_64

Added:
  crystal/repos/community-x86_64/PKGBUILD
(from rev 511608, crystal/trunk/PKGBUILD)
Deleted:
  crystal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 21:08:09 UTC (rev 511608)
+++ PKGBUILD2019-09-23 21:08:37 UTC (rev 511609)
@@ -1,71 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.30.1
-pkgrel=1
-pkgdesc='The Crystal Programming Language'
-arch=(x86_64)
-url='https://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
-makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('0ffc00fa54929c2533bc0bcb89e0b001dd3abc470ccc87e3576047a5cdafc062')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   FLAGS="--release --no-debug" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-  return # tests require too much RAM, disable it temporary
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-x86_64/PKGBUILD (from rev 511608, 
crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 21:08:37 UTC (rev 511609)
@@ -0,0 +1,71 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='The Crystal Programming Language'
+arch=(x86_64)
+url='https://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+sha256sums=('483ffcdce30b98f89b8c6cf6e48c62652cd0450205f609e04721a37997c32486')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   FLAGS="--release --no-debug" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  return # tests require too much RAM, disable it temporary
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal" \
+PATH=".build:$PATH"
+}
+
+package() {
+  cd 

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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 21:08:09
  Author: anatolik
Revision: 511608

upgpkg: crystal 0.31.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 20:07:42 UTC (rev 511607)
+++ PKGBUILD2019-09-23 21:08:09 UTC (rev 511608)
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.30.1
+pkgver=0.31.0
 pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('0ffc00fa54929c2533bc0bcb89e0b001dd3abc470ccc87e3576047a5cdafc062')
+sha256sums=('483ffcdce30b98f89b8c6cf6e48c62652cd0450205f609e04721a37997c32486')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-09-23 Thread Antonio Rojas via arch-commits
Date: Monday, September 23, 2019 @ 20:23:01
  Author: arojas
Revision: 363321

Add /usr/share/sddm/scripts/Xstop to backup array (FS#63986)

Modified:
  sddm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 20:09:00 UTC (rev 363320)
+++ PKGBUILD2019-09-23 20:23:01 UTC (rev 363321)
@@ -12,6 +12,7 @@
 depends=('qt5-declarative' 'xorg-xauth' 'xorg-server')
 makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
 backup=('usr/share/sddm/scripts/Xsetup'
+'usr/share/sddm/scripts/Xstop'
 'etc/pam.d/sddm')
 provides=('display-manager')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 20:09:00
  Author: andyrtr
Revision: 363320

fix quoting

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 20:04:40 UTC (rev 363319)
+++ PKGBUILD2019-09-23 20:09:00 UTC (rev 363320)
@@ -102,19 +102,19 @@
cd libreoffice-$_LOver
 
# move external sources into place
-   mkdir ${srcdir}/ext_sources &&  pushd ${srcdir}/ext_sources
+   mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do
-   ln -s ${srcdir}/$source .
+   ln -s "${srcdir}"/$source .
done
popd

# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources
+   rm 
"${srcdir}"/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   cp -f "${srcdir}"/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
"${srcdir}"/ext_sources
 
# fix not upstreamable pyuno paths - FS#54250
-   patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
+   patch -Np1 -i 
"${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
@@ -218,12 +218,12 @@
touch src.downloaded
make build-nocheck
 
-   mkdir ${srcdir}/fakeinstall
-   make DESTDIR=${srcdir}/fakeinstall distro-pack-install
+   mkdir "${srcdir}"/fakeinstall
+   make DESTDIR="${srcdir}"/fakeinstall distro-pack-install
 }
 
 #check() {
-#  cd ${srcdir}/build
+#  cd "${srcdir}"/build
 #  make check
 #}
 
@@ -234,25 +234,25 @@
conflicts=('libreoffice-fresh-sdk')
 
for dir in $(grep -h ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
-   install -dm755 ${pkgdir}/${dir/\%dir/}
+   install -dm755 "${pkgdir}"/${dir/\%dir/}
done
 
for file in $(grep -h -v ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
dirname=$(dirname $file)
-   [[ -d ${pkgdir}/$dirname ]] || install -dm755 ${pkgdir}/$dirname
-   mv ${srcdir}/fakeinstall/${file} ${pkgdir}/$file
+   [[ -d "${pkgdir}"/$dirname ]] || install -dm755 
"${pkgdir}"/$dirname
+   mv "${srcdir}"/fakeinstall/${file} "${pkgdir}"/$file
done
 
# fix environment path to keep compatibility with other 
java-environments
sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:" \
-   ${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
+   "${pkgdir}"/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
 
# fix permissions
-   find ${pkgdir}/usr/lib/libreoffice/sdk/examples -type f -exec chmod -x 
{} +
+   find "${pkgdir}"/usr/lib/libreoffice/sdk/examples -type f -exec chmod 
-x {} +

# add LibreOfficeKit headers; FS#48066
-   install -dm755 ${pkgdir}/usr/include/LibreOfficeKit
-   install -v -m644 ${srcdir}/libreoffice-$_LOver/include/LibreOfficeKit/* 
${pkgdir}/usr/include/LibreOfficeKit
+   install -dm755 "${pkgdir}"/usr/include/LibreOfficeKit
+   install -v -m644 
"${srcdir}"/libreoffice-$_LOver/include/LibreOfficeKit/* 
"${pkgdir}"/usr/include/LibreOfficeKit
 }
 
 package_libreoffice-still() {
@@ -291,42 +291,42 @@
provides=('libreoffice' 'libreoffice-en-US')
conflicts=('libreoffice-fresh')
 
-   mv fakeinstall/* ${pkgdir}/
+   mv fakeinstall/* "${pkgdir}"/
 
# put configuration files into place
-   install -dm755 ${pkgdir}/etc/libreoffice
-   install -m644 
${pkgdir}/usr/lib/libreoffice/program/{bootstraprc,sofficerc} \
-   ${pkgdir}/etc/libreoffice/
-   install -m644 ${pkgdir}/usr/lib/libreoffice/share/psprint/psprint.conf \
-   ${pkgdir}/etc/libreoffice/
+   install -dm755 "${pkgdir}"/etc/libreoffice
+   install -m644 
"${pkgdir}"/usr/lib/libreoffice/program/{bootstraprc,sofficerc} \
+   "${pkgdir}"/etc/libreoffice/
+   install -m644 
"${pkgdir}"/usr/lib/libreoffice/share/psprint/psprint.conf \
+   "${pkgdir}"/etc/libreoffice/
 
# install dummy links to make them found by LibO
-   cd ${pkgdir}/usr/lib/libreoffice/program/
+   cd "${pkgdir}"/usr/lib/libreoffice/program/
ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
-   cd ${pkgdir}/usr/lib/libreoffice/share/psprint/
+   cd 

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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 20:07:42
  Author: jlichtblau
Revision: 511607

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 511606, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 20:07:27 UTC (rev 511606)
+++ PKGBUILD2019-09-23 20:07:42 UTC (rev 511607)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb94700896e682d0df03a9552a3a7065d241ec723237d5ffc9af3f27f148980d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 511606, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 20:07:42 UTC (rev 511607)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0eff6eed729aa6e5a34ecbd2c0723e6e23dcd5a14346050eb66697ea19394ecb')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 20:07:27
  Author: jlichtblau
Revision: 511606

upgpkg: ginac 1.7.7-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:52:01 UTC (rev 511605)
+++ PKGBUILD2019-09-23 20:07:27 UTC (rev 511606)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('cln')
 makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb94700896e682d0df03a9552a3a7065d241ec723237d5ffc9af3f27f148980d')
+sha256sums=('0eff6eed729aa6e5a34ecbd2c0723e6e23dcd5a14346050eb66697ea19394ecb')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 20:04:40
  Author: andyrtr
Revision: 363319

fix quoting

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:59:36 UTC (rev 363318)
+++ PKGBUILD2019-09-23 20:04:40 UTC (rev 363319)
@@ -102,19 +102,19 @@
cd libreoffice-$_LOver
 
# move external sources into place
-   mkdir ${srcdir}/ext_sources &&  pushd ${srcdir}/ext_sources
+   mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do
-   ln -s ${srcdir}/$source .
+   ln -s "${srcdir}"/$source .
done
popd

# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources
+   rm 
"${srcdir}"/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   cp -f "${srcdir}"/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
"${srcdir}"/ext_sources
 
# fix not upstreamable pyuno paths - FS#54250
-   patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
+   patch -Np1 -i 
"${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
@@ -218,12 +218,12 @@
touch src.downloaded
make build-nocheck
 
-   mkdir ${srcdir}/fakeinstall
-   make DESTDIR=${srcdir}/fakeinstall distro-pack-install
+   mkdir "${srcdir}"/fakeinstall
+   make DESTDIR="${srcdir}"/fakeinstall distro-pack-install
 }
 
 #check() {
-#  cd ${srcdir}/build
+#  cd "${srcdir}"/build
 #  make check
 #}
 
@@ -234,25 +234,25 @@
conflicts=('libreoffice-still-sdk')
 
for dir in $(grep -h ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
-   install -dm755 ${pkgdir}/${dir/\%dir/}
+   install -dm755 "${pkgdir}"/${dir/\%dir/}
done
 
for file in $(grep -h -v ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
dirname=$(dirname $file)
-   [[ -d ${pkgdir}/$dirname ]] || install -dm755 ${pkgdir}/$dirname
-   mv ${srcdir}/fakeinstall/${file} ${pkgdir}/$file
+   [[ -d "${pkgdir}"/$dirname ]] || install -dm755 
"${pkgdir}"/$dirname
+   mv "${srcdir}"/fakeinstall/${file} "${pkgdir}"/$file
done
 
# fix environment path to keep compatibility with other 
java-environments
sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:" \
-   ${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
+   "${pkgdir}"/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
 
# fix permissions
-   find ${pkgdir}/usr/lib/libreoffice/sdk/examples -type f -exec chmod -x 
{} +
+   find "${pkgdir}"/usr/lib/libreoffice/sdk/examples -type f -exec chmod 
-x {} +

# add LibreOfficeKit headers; FS#48066
-   install -dm755 ${pkgdir}/usr/include/LibreOfficeKit
-   install -v -m644 ${srcdir}/libreoffice-$_LOver/include/LibreOfficeKit/* 
${pkgdir}/usr/include/LibreOfficeKit
+   install -dm755 "${pkgdir}"/usr/include/LibreOfficeKit
+   install -v -m644 
"${srcdir}"/libreoffice-$_LOver/include/LibreOfficeKit/* 
"${pkgdir}"/usr/include/LibreOfficeKit
 }
 
 package_libreoffice-fresh() {
@@ -294,39 +294,39 @@
mv fakeinstall/* ${pkgdir}/
 
# put configuration files into place
-   install -dm755 ${pkgdir}/etc/libreoffice
-   install -m644 
${pkgdir}/usr/lib/libreoffice/program/{bootstraprc,sofficerc} \
-   ${pkgdir}/etc/libreoffice/
-   install -m644 ${pkgdir}/usr/lib/libreoffice/share/psprint/psprint.conf \
-   ${pkgdir}/etc/libreoffice/
+   install -dm755 "${pkgdir}"/etc/libreoffice
+   install -m644 
"${pkgdir}"/usr/lib/libreoffice/program/{bootstraprc,sofficerc} \
+   "${pkgdir}"/etc/libreoffice/
+   install -m644 
"${pkgdir}"/usr/lib/libreoffice/share/psprint/psprint.conf \
+   "${pkgdir}"/etc/libreoffice/
 
# install dummy links to make them found by LibO
-   cd ${pkgdir}/usr/lib/libreoffice/program/
+   cd "${pkgdir}"/usr/lib/libreoffice/program/
ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
-   cd ${pkgdir}/usr/lib/libreoffice/share/psprint/
+   cd "${pkgdir}"/usr/lib/libreoffice/share/psprint/
ln -vsf /etc/libreoffice/psprint.conf .
 
# allow to preset desired VLC

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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:59:36
  Author: andyrtr
Revision: 363318

fix quoting

Modified:
  libpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:58:31 UTC (rev 363317)
+++ PKGBUILD2019-09-23 19:59:36 UTC (rev 363318)
@@ -36,17 +36,17 @@
   make DESTDIR="$pkgdir" install
   
   # add systemwide default papersize read by many office applications
-  install -dm 755 $pkgdir/etc
-  echo '# Simply write the paper name. See papersize(5) for possible values' > 
$pkgdir/etc/papersize
+  install -dm 755 "$pkgdir"/etc
+  echo '# Simply write the paper name. See papersize(5) for possible values' > 
"$pkgdir"/etc/papersize
 
   # add libpaper.d directory other packages can use to store files
-  install -dm 755 $pkgdir/etc/libpaper.d
+  install -dm 755 "$pkgdir"/etc/libpaper.d
 
   # add localisation
   pushd debian/po
   for i in `ls *.po`; do
-   install -dm 755 ${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/;
-   msgfmt $i -o 
${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
+   install -dm 755 "${pkgdir}"/usr/share/locale/${i%.po}/LC_MESSAGES/;
+   msgfmt $i -o 
"${pkgdir}"/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
   done
   popd
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:58:31
  Author: andyrtr
Revision: 363317

fix quoting

Modified:
  liborcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:57:52 UTC (rev 363316)
+++ PKGBUILD2019-09-23 19:58:31 UTC (rev 363317)
@@ -14,17 +14,17 @@
 sha256sums=('f2d1dc840fa6a5358d956a7cb746c36b857d92190de0ac5b40b2841ed408daab')
 
 build() {
-cd ${pkgname}-${pkgver}
+cd "${pkgname}"-${pkgver}
 ./configure --prefix=/usr
 make
 }
 
 check() {
-cd ${pkgname}-${pkgver}
+cd "${pkgname}"-${pkgver}
 make check
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=$pkgdir install
+cd "${pkgname}"-${pkgver}
+make DESTDIR="$pkgdir" install
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:57:52
  Author: andyrtr
Revision: 363316

fix quoting

Modified:
  libmythes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:55:53 UTC (rev 363315)
+++ PKGBUILD2019-09-23 19:57:52 UTC (rev 363316)
@@ -15,13 +15,13 @@
 
sha512sums=('a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21')
 
 build() {
-  cd ${pkgname/lib/}-$pkgver
+  cd "${pkgname/lib/}"-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd ${pkgname/lib/}-$pkgver
+  cd "${pkgname/lib/}"-$pkgver
   # run the example program:
   ./example th_en_US_new.idx th_en_US_new.dat checkme.lst
   # run the example program with stemming and morphological generation:
@@ -30,8 +30,8 @@
 }
 
 package() {
-  cd ${pkgname/lib/}-$pkgver
-  make DESTDIR=$pkgdir install
+  cd "${pkgname/lib/}"-$pkgver
+  make DESTDIR="$pkgdir" install
   # license
-  install -Dm644 ${srcdir}/${pkgname/lib/}-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 "${srcdir}"/${pkgname/lib/}-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:55:53
  Author: andyrtr
Revision: 363315

fix quoting

Modified:
  libmwaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:54:37 UTC (rev 363314)
+++ PKGBUILD2019-09-23 19:55:53 UTC (rev 363315)
@@ -14,7 +14,7 @@
 sha1sums=('660d84f6b14b7b59028f1991640fcb667882f48f')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr
   make
 }
@@ -21,12 +21,11 @@
 
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="$pkgdir" install
 }
-


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:54:37
  Author: andyrtr
Revision: 363314

fix quoting

Modified:
  libmspub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:52:59 UTC (rev 363313)
+++ PKGBUILD2019-09-23 19:54:37 UTC (rev 363314)
@@ -14,12 +14,12 @@
 sha256sums=('ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba')
 
 build() {
-cd ${pkgname}-${pkgver}
+cd "${pkgname}"-${pkgver}
 ./configure --prefix=/usr --with-docs
 make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=$pkgdir install
+cd "${pkgname}"-${pkgver}
+make DESTDIR="$pkgdir" install
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:52:59
  Author: andyrtr
Revision: 363313

fix quoting

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:52:20 UTC (rev 363312)
+++ PKGBUILD2019-09-23 19:52:59 UTC (rev 363313)
@@ -16,7 +16,7 @@
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
--enable-libacl --enable-xattr --disable-static
   make
@@ -23,7 +23,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
-


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:51:41
  Author: andyrtr
Revision: 363310

fix quoting

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:50:49 UTC (rev 363309)
+++ PKGBUILD2019-09-23 19:51:41 UTC (rev 363310)
@@ -18,12 +18,12 @@
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 
 build() {
-  cd ${pkgname}-${pkgver/.pl01/}
+  cd "${pkgname}"-${pkgver/.pl01/}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver/.pl01/}
+  make DESTDIR="${pkgdir}" install
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:50:49
  Author: andyrtr
Revision: 363309

fix quoting

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:49:35 UTC (rev 363308)
+++ PKGBUILD2019-09-23 19:50:49 UTC (rev 363309)
@@ -22,7 +22,7 @@
 options=(!makeflags)
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   # tests fail due to systemd+libseccomp preventing memory syscalls when 
building in chroots
   #  t-secmem: line 176: gcry_control (GCRYCTL_INIT_SECMEM, pool_size, 0) 
failed: General error
   #  FAIL: t-secmem
@@ -34,7 +34,7 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
--disable-static \
--disable-padlock-support
@@ -42,11 +42,11 @@
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:49:35
  Author: andyrtr
Revision: 363308

fix quoting

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:48:31 UTC (rev 363307)
+++ PKGBUILD2019-09-23 19:49:35 UTC (rev 363308)
@@ -13,7 +13,7 @@
 sha256sums=('591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   libtoolize --force --copy
   aclocal -I m4
   autoheader
@@ -22,7 +22,7 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
 --disable-static \
 --disable-db \
@@ -32,7 +32,7 @@
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   make check
   cd tests
   make imap-sample
@@ -39,7 +39,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/license.txt
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:48:31
  Author: andyrtr
Revision: 363307

fix quoting

Modified:
  libe-book/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:39:21 UTC (rev 363306)
+++ PKGBUILD2019-09-23 19:48:31 UTC (rev 363307)
@@ -14,18 +14,17 @@
 sha1sums=('18fde9588c236d51eea9437ed882d8b751daf01f')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="$pkgdir" install
 }
-


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:39:21
  Author: andyrtr
Revision: 363306

fix quoting

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:38:40 UTC (rev 363305)
+++ PKGBUILD2019-09-23 19:39:21 UTC (rev 363306)
@@ -16,13 +16,12 @@
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 
 build() {
-  cd ${pkgname}-${pkgver/.pl01/}
+  cd "${pkgname}"-${pkgver/.pl01/}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver/.pl01/}
+  make DESTDIR="${pkgdir}" install
 }
-


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:38:40
  Author: andyrtr
Revision: 363305

fix quoting

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:37:21 UTC (rev 363304)
+++ PKGBUILD2019-09-23 19:38:40 UTC (rev 363305)
@@ -17,7 +17,7 @@
 validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
 --with-gnutls \
 --without-openssl \
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/lib
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:37:21
  Author: andyrtr
Revision: 363304

fix quoting

Modified:
  ijs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:36:47 UTC (rev 363303)
+++ PKGBUILD2019-09-23 19:37:21 UTC (rev 363304)
@@ -25,5 +25,5 @@
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
 # install doc
-install -Dm644 ijs_spec.pdf 
${pkgdir}/usr/share/doc/$pkgname/ijs_spec.pdf
+install -Dm644 ijs_spec.pdf 
"${pkgdir}"/usr/share/doc/$pkgname/ijs_spec.pdf
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:36:47
  Author: andyrtr
Revision: 363303

fix quoting

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:34:55 UTC (rev 363302)
+++ PKGBUILD2019-09-23 19:36:47 UTC (rev 363303)
@@ -38,8 +38,8 @@
 
 package() {
   cd icu/source
-  make -j1 DESTDIR=${pkgdir} install
+  make -j1 DESTDIR="${pkgdir}" install
 
   # Install license
-  install -Dm644 ${srcdir}/icu/LICENSE ${pkgdir}/usr/share/licenses/icu/LICENSE
+  install -Dm644 "${srcdir}"/icu/LICENSE 
"${pkgdir}"/usr/share/licenses/icu/LICENSE
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:34:55
  Author: andyrtr
Revision: 363302

fix quoting

Modified:
  hyphen-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:33:06 UTC (rev 363301)
+++ PKGBUILD2019-09-23 19:34:55 UTC (rev 363302)
@@ -24,10 +24,10 @@
 
 package() {
   cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
+  install -dm755 "${pkgdir}"/usr/share/hyphen
+  cp -p hyph_de_??.* "$pkgdir"/usr/share/hyphen
 
-  pushd $pkgdir/usr/share/hyphen/
+  pushd "$pkgdir"/usr/share/hyphen/
   de_DE_aliases="de_AT de_BE de_LU"
   for lang in $de_DE_aliases; do
 ln -s hyph_de_DE.dic hyph_$lang.dic
@@ -40,15 +40,15 @@
   popd
 
   # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+for file in "$pkgdir"/usr/share/hyphen/*; do
   ln -sv /usr/share/hyphen/$(basename $file) .
 done
   popd
   
   # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
-  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
+  install -dm755 "${pkgdir}"/usr/share/doc/$pkgname
+  cp -p README_hyph_de_DE.txt "$pkgdir"/usr/share/doc/$pkgname
+  cp -p README_hyph_de_CH.txt "$pkgdir"/usr/share/doc/$pkgname
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:33:06
  Author: andyrtr
Revision: 363301

fix quoting

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:31:57 UTC (rev 363300)
+++ PKGBUILD2019-09-23 19:33:06 UTC (rev 363301)
@@ -12,7 +12,7 @@
 sha1sums=('0556c392beb59433e577e3517575801212201df6')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
@@ -21,7 +21,7 @@
  pkgdesc="library for high quality hyphenation and justification"
  depends=('glibc' 'perl')
 
-  cd $pkgbase-$pkgver
+  cd "$pkgbase"-$pkgver
   make DESTDIR="$pkgdir/" install-libLTLIBRARIES
   make DESTDIR="$pkgdir/" install-binSCRIPTS
   make DESTDIR="$pkgdir/" install-includeHEADERS
@@ -35,7 +35,7 @@
  # arch=('any')
  optdepends=('hyphen: offers hyphenation library functions')
 
-  cd $pkgbase-$pkgver
+  cd "$pkgbase"-$pkgver
   make DESTDIR="$pkgdir/" install-hyphDATA
 
   pushd ${pkgdir}/usr/share/hyphen/
@@ -47,8 +47,8 @@
   
   # the symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
+  pushd "$pkgdir"/usr/share/myspell/dicts
+for file in "$pkgdir"/usr/share/hyphen/*; do
   ln -sv /usr/share/hyphen/$(basename $file) .
 done
   popd


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:31:57
  Author: andyrtr
Revision: 363300

fix quoting

Modified:
  hunspell-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:30:32 UTC (rev 363299)
+++ PKGBUILD2019-09-23 19:31:57 UTC (rev 363300)
@@ -22,10 +22,10 @@
 
 package() {
   cd "$srcdir/igerman98-$pkgver/hunspell"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
+  install -dm755 "${pkgdir}"/usr/share/hunspell
+  cp -p de_??.dic de_??.aff "$pkgdir"/usr/share/hunspell
 
-  pushd $pkgdir/usr/share/hunspell/
+  pushd "$pkgdir"/usr/share/hunspell/
   de_DE_aliases="de_BE de_LU"
   for lang in $de_DE_aliases; do
 ln -s de_DE.aff $lang.aff
@@ -39,9 +39,9 @@
   popd
 
   # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+for file in "$pkgdir"/usr/share/hunspell/*; do
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
@@ -55,5 +55,5 @@
 
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
+  cp -p README_de_??.txt "$pkgdir"/usr/share/doc/$pkgname
 }


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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:30:28
  Author: jlichtblau
Revision: 511601

archrelease: copy trunk to community-staging-any

Added:
  offlineimap/repos/community-staging-any/
  offlineimap/repos/community-staging-any/PKGBUILD
(from rev 511600, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-staging-any/offlineimap.changelog
(from rev 511600, offlineimap/trunk/offlineimap.changelog)

---+
 PKGBUILD  |   49 ++
 offlineimap.changelog |  160 
 2 files changed, 209 insertions(+)

Copied: offlineimap/repos/community-staging-any/PKGBUILD (from rev 511600, 
offlineimap/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-23 19:30:28 UTC (rev 511601)
@@ -0,0 +1,49 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.3.0
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
+makedepends=('asciidoc')
+optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('d8378e82e392c70f5c20cb08705687da30cd427f2bca539939311512777e6659')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
+  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
+}

Copied: offlineimap/repos/community-staging-any/offlineimap.changelog (from rev 
511600, offlineimap/trunk/offlineimap.changelog)
===
--- community-staging-any/offlineimap.changelog (rev 0)
+++ community-staging-any/offlineimap.changelog 2019-09-23 19:30:28 UTC (rev 
511601)
@@ -0,0 +1,160 @@
+2019-09-23 Jaroslav Lichtblau 
+   * offlineimap 7.3.0-1
+
+2019-06-08 Jaroslav Lichtblau 
+   * offlineimap 7.2.4-1
+
+2019-02-18 Jaroslav Lichtblau 
+   * offlineimap 7.2.3-1
+
+2018-12-25 Jaroslav Lichtblau 
+   * offlineimap 7.2.2-1
+
+2018-06-25 Jaroslav Lichtblau 
+   * offlineimap 7.2.1-1
+
+2018-04-09 Jaroslav Lichtblau 
+   * offlineimap 7.2.0-1
+
+2018-01-13 Jaroslav Lichtblau 
+   * offlineimap 7.1.5-1
+
+2017-11-05 Jaroslav Lichtblau 
+   * offlineimap 7.1.4-1
+
+2017-10-09 Jaroslav Lichtblau 
+   * offlineimap 7.1.3-1
+
+2017-07-10 Jaroslav Lichtblau 
+   * offlineimap 7.1.2-1
+
+2017-05-29 Jaroslav Lichtblau 
+   * offlineimap 7.1.1-1
+
+2017-04-19 Jaroslav Lichtblau 
+   * offlineimap 7.1.0-2 FS#53701 fixed
+
+2017-04-16 Jaroslav Lichtblau 
+   * offlineimap 7.1.0-1
+
+2017-03-20 Jaroslav Lichtblau 
+   * offlineimap 7.0.14-1
+
+2017-01-30 Jaroslav Lichtblau 
+   * offlineimap 7.0.13-1
+
+2016-12-01 Jaroslav Lichtblau 
+   * offlineimap 7.0.12-1
+
+2016-11-30 Jaroslav Lichtblau 
+   * offlineimap 7.0.11-1
+
+2016-11-28 Jaroslav Lichtblau 
+   * offlineimap 7.0.10-1
+
+2016-10-31 Jaroslav Lichtblau 
+   * offlineimap 7.0.9-1
+
+2016-10-09 Jaroslav Lichtblau 
+   * offlineimap 7.0.8-1
+
+2016-09-21 Jaroslav Lichtblau 
+   * offlineimap 7.0.7-1
+
+2016-08-22 Jaroslav Lichtblau 
+   * offlineimap 7.0.6-1
+
+2016-08-10 Jaroslav Lichtblau 
+   * offlineimap 7.0.5-1
+
+2016-08-03 Jaroslav Lichtblau 
+   * offlineimap 7.0.4-1

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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:30:15
  Author: jlichtblau
Revision: 511600

upgpkg: offlineimap 7.3.0-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:23:35 UTC (rev 511599)
+++ PKGBUILD2019-09-23 19:30:15 UTC (rev 511600)
@@ -4,18 +4,18 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.2.4
+pkgver=7.3.0
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
 url='http://offlineimap.org/'
 license=('GPL')
-depends=('python2-six')
+depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
 makedepends=('asciidoc')
 optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('5b6590c82cd5f6cbfe09e89ce52622208f5d4b24e021fce7646204b417bd1d2e')
+sha256sums=('d8378e82e392c70f5c20cb08705687da30cd427f2bca539939311512777e6659')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2019-09-23 19:23:35 UTC (rev 511599)
+++ offlineimap.changelog   2019-09-23 19:30:15 UTC (rev 511600)
@@ -1,3 +1,6 @@
+2019-09-23 Jaroslav Lichtblau 
+   * offlineimap 7.3.0-1
+
 2019-06-08 Jaroslav Lichtblau 
* offlineimap 7.2.4-1
 


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:30:32
  Author: andyrtr
Revision: 363299

fix quoting

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:29:59 UTC (rev 363298)
+++ PKGBUILD2019-09-23 19:30:32 UTC (rev 363299)
@@ -35,7 +35,7 @@
   make DESTDIR="$pkgdir" install
   
   # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
-  pushd $pkgdir/usr/lib
+  pushd "$pkgdir"/usr/lib
   ln -s libhunspell-?.?.so libhunspell.so
   popd
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:29:59
  Author: andyrtr
Revision: 363298

fix quoting

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:27:52 UTC (rev 363297)
+++ PKGBUILD2019-09-23 19:29:59 UTC (rev 363298)
@@ -38,17 +38,17 @@
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
 prepare() {
- cd $pkgname-$pkgver
+ cd "$pkgname"-$pkgver
  
  # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
+ patch -Np0 -i "${srcdir}"/disable_upgrade.patch
  
  # add missing 'include ' at various places
- patch -Np1 -i 
${srcdir}/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
+ patch -Np1 -i 
"${srcdir}"/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  # fix some handling unicode file names FS#58412
- patch -Np1 -i 
${srcdir}/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
+ patch -Np1 -i 
"${srcdir}"/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  # remove binary blob libImageProcessor and all linking - FS#59681
- patch -Np1 -i 
${srcdir}/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+ patch -Np1 -i 
"${srcdir}"/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
 
  export AUTOMAKE='automake --foreign'
  autoreconf --force --install
@@ -55,7 +55,7 @@
 }
 
 build() {
- cd $pkgname-$pkgver
+ cd "$pkgname"-$pkgver
  ./configure --prefix=/usr \
  --enable-qt5 \
  --disable-qt4 \
@@ -66,13 +66,13 @@
 }
 
 package() {
- cd $pkgname-$pkgver
+ cd "$pkgname"-$pkgver
  make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
  
  # remove config provided by sane and autostart of hp-daemon
  rm -rf "$pkgdir"/etc/{sane.d,xdg}
- install -dm755 ${pkgdir}/etc/sane.d/dll.d
- echo hpaio > ${pkgdir}/etc/sane.d/dll.d/hpaio
+ install -dm755 "${pkgdir}"/etc/sane.d/dll.d
+ echo hpaio > "${pkgdir}"/etc/sane.d/dll.d/hpaio
  
  # remove HAL .fdi file because HAL is no longer used
  rm -vrf "$pkgdir"/usr/share/hal


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:27:52
  Author: andyrtr
Revision: 363297

fix quoting

Modified:
  gwaterfall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:25:25 UTC (rev 363296)
+++ PKGBUILD2019-09-23 19:27:52 UTC (rev 363297)
@@ -16,35 +16,35 @@
  'c5c7165f39dcb298637b8cd8a66f3d5a')
 
 prepare() {
-   cd ${pkgname}
-   patch -p1 -i "$srcdir/${pkgname}_${pkgver}-${_debpatch}.diff"
+  cd "${pkgname}"
+  patch -p1 -i "$srcdir/${pkgname}_${pkgver}-${_debpatch}.diff"
 
-   aclocal #--verbose
-   libtoolize #--verbose
-   autoconf -f #-v
-touch NEWS README ChangeLog
-   automake  --add-missing #--verbose
-   chmod +x ./configure
+  aclocal #--verbose
+  libtoolize #--verbose
+  autoconf -f #-v
+  touch NEWS README ChangeLog
+  automake  --add-missing #--verbose
+  chmod +x ./configure
 }
 
 build() {
-   cd ${pkgname}
-   ./configure --prefix=/usr
-   make
+  cd "${pkgname}"
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-   cd ${pkgname}
-   make DESTDIR="$pkgdir/" install
+  cd "${pkgname}"
+  make DESTDIR="$pkgdir/" install

-   # menu
-   install -m755 -d ${pkgdir}/usr/share/applications
-   install -Dm644 ${srcdir}/${pkgname}/debian/$pkgname.desktop 
${pkgdir}/usr/share/applications
-   # manpage
-   install -m755 -d ${pkgdir}/usr/share/man/man1
-   install -Dm644 ${srcdir}/${pkgname}/debian/waterfall.1 
${pkgdir}/usr/share/man/man1
+  # menu
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -Dm644 "${srcdir}"/${pkgname}/debian/$pkgname.desktop 
"${pkgdir}"/usr/share/applications
+  # manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/man1
+  install -Dm644 "${srcdir}"/${pkgname}/debian/waterfall.1 
"${pkgdir}"/usr/share/man/man1

-   # license
-   install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
-   install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/$pkgname
+  # license
+  install -m755 -d "${pkgdir}"/usr/share/licenses/$pkgname
+  install -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:25:25
  Author: andyrtr
Revision: 363296

fix quoting

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:22:43 UTC (rev 363295)
+++ PKGBUILD2019-09-23 19:25:25 UTC (rev 363296)
@@ -16,7 +16,7 @@
 sha1sums=('edfab4bafe8e6420c7c321915eeb2dd16e899c59')
 
 prepare(){
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
   # sbindir is not properly taken over there
   sed -i 
"s:cups_sbindir=\"\${cups_exec_prefix}\/sbin\":cups_sbindir=\"\${cups_exec_prefix}\/bin\":"
 m4local/stp_cups.m4
   autoreconf -vfi
@@ -23,7 +23,7 @@
 }
 
 build() {
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
   ./configure --prefix=/usr \
 --sbindir=/usr/bin \
 --disable-rpath \
@@ -53,17 +53,17 @@
   replaces=('gimp-print')
   options=('!emptydirs')
   
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
   
   # split out files
-  mkdir $srcdir/tmp_foomatic-db-gutenprint-ppds
+  mkdir "$srcdir"/tmp_foomatic-db-gutenprint-ppds
   
-  mv ${pkgdir}/usr/share/cups/model $srcdir/tmp_foomatic-db-gutenprint-ppds/
+  mv "${pkgdir}"/usr/share/cups/model 
"$srcdir"/tmp_foomatic-db-gutenprint-ppds/
 
   # cleanup
-  rm -rf ${pkgdir}/usr/share/foomatic 
-  rm -rf ${pkgdir}/etc
+  rm -rf "${pkgdir}"/usr/share/foomatic 
+  rm -rf "${pkgdir}"/etc
 }
 
 package_foomatic-db-gutenprint-ppds() {
@@ -70,7 +70,7 @@
   pkgdesc="simplified prebuilt ppd files"
   optdepends=('cups:   to use cups printer spooler(recommended)')
   
-  cd ${pkgbase}-${pkgver}
-  mkdir -p ${pkgdir}/usr/share/cups
-  mv $srcdir/tmp_foomatic-db-gutenprint-ppds/* ${pkgdir}//usr/share/cups/
+  cd "${pkgbase}"-${pkgver}
+  mkdir -p "${pkgdir}"/usr/share/cups
+  mv "$srcdir"/tmp_foomatic-db-gutenprint-ppds/* "${pkgdir}"/usr/share/cups/
 }


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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:23:35
  Author: jlichtblau
Revision: 511599

archrelease: copy trunk to community-staging-any

Added:
  python-rfc6555/repos/community-staging-any/
  python-rfc6555/repos/community-staging-any/PKGBUILD
(from rev 511598, python-rfc6555/trunk/PKGBUILD)

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

Copied: python-rfc6555/repos/community-staging-any/PKGBUILD (from rev 511598, 
python-rfc6555/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-23 19:23:35 UTC (rev 511599)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-rfc6555
+pkgname=('python2-rfc6555' 'python-rfc6555')
+pkgver=0.0.0
+pkgrel=1
+arch=('any')
+url="https://pypi.org/project/rfc6555/;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools')
+checkdepends=('python2-tox' 'python-tox')
+source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/rfc6555-$pkgver.tar.gz)
+sha256sums=('191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217')
+
+prepare() {
+  cp -rf "rfc6555-${pkgver}" "rfc6555-${pkgver}-2"
+}
+
+# failing for now
+# check() {
+#   cd "${srcdir}/rfc6555-${pkgver}"
+#   tox3
+# 
+#   cd "${srcdir}/rfc6555-${pkgver}-2"
+#   tox2
+# }
+
+package_python2-rfc6555() {
+  pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in 
RFC 6555."
+  depends=('python2' 'python2-selectors2')
+
+  cd "${srcdir}/rfc6555-${pkgver}-2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-rfc6555() {
+  pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in 
RFC 6555."
+  depends=('python' 'python-selectors2')
+
+  cd "${srcdir}/rfc6555-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:22:43
  Author: andyrtr
Revision: 363295

fix quoting

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:20:58 UTC (rev 363294)
+++ PKGBUILD2019-09-23 19:22:43 UTC (rev 363295)
@@ -53,7 +53,7 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make test_proxymech
 }
 
@@ -63,19 +63,19 @@
   make DESTDIR=$pkgdir install
   
   # cleanup empty directories
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/share/doc
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/share/doc
 
   # install default config files
-  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
+  install -m644 examples/gssproxy.conf "$pkgdir"/etc/gssproxy/gssproxy.conf
   # nfs services
-  install -m644 examples/24-nfs-server.conf 
$pkgdir/etc/gssproxy/24-nfs-server.conf
-  install -m644 examples/99-nfs-client.conf 
$pkgdir/etc/gssproxy/99-nfs-client.conf
+  install -m644 examples/24-nfs-server.conf 
"$pkgdir"/etc/gssproxy/24-nfs-server.conf
+  install -m644 examples/99-nfs-client.conf 
"$pkgdir"/etc/gssproxy/99-nfs-client.conf
   # httpd service / use Arch UID/GID http/33 (by pkg filesystem)
-  install -m644 examples/80-httpd.conf $pkgdir/etc/gssproxy/80-httpd.conf
-  sed -i -e "s:euid = apache:euid = http:" $pkgdir/etc/gssproxy/80-httpd.conf
+  install -m644 examples/80-httpd.conf "$pkgdir"/etc/gssproxy/80-httpd.conf
+  sed -i -e "s:euid = apache:euid = http:" "$pkgdir"/etc/gssproxy/80-httpd.conf
 
-  install -Dm644 examples/mech  $pkgdir/etc/gss/mech.d/gssproxy.conf
+  install -Dm644 examples/mech  "$pkgdir"/etc/gss/mech.d/gssproxy.conf
   
   # FS#51574
   install -m700 -d ${pkgdir}/var/lib/gssproxy/rcache


[arch-commits] Commit in (4 files)

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:22:49
  Author: jlichtblau
Revision: 511598

Initial upload - new build dependency for latest offlineimap

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

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

Added: python-rfc6555/trunk/PKGBUILD
===
--- python-rfc6555/trunk/PKGBUILD   (rev 0)
+++ python-rfc6555/trunk/PKGBUILD   2019-09-23 19:22:49 UTC (rev 511598)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-rfc6555
+pkgname=('python2-rfc6555' 'python-rfc6555')
+pkgver=0.0.0
+pkgrel=1
+arch=('any')
+url="https://pypi.org/project/rfc6555/;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools')
+checkdepends=('python2-tox' 'python-tox')
+source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/rfc6555-$pkgver.tar.gz)
+sha256sums=('191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217')
+
+prepare() {
+  cp -rf "rfc6555-${pkgver}" "rfc6555-${pkgver}-2"
+}
+
+# failing for now
+# check() {
+#   cd "${srcdir}/rfc6555-${pkgver}"
+#   tox3
+# 
+#   cd "${srcdir}/rfc6555-${pkgver}-2"
+#   tox2
+# }
+
+package_python2-rfc6555() {
+  pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in 
RFC 6555."
+  depends=('python2' 'python2-selectors2')
+
+  cd "${srcdir}/rfc6555-${pkgver}-2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-rfc6555() {
+  pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in 
RFC 6555."
+  depends=('python' 'python-selectors2')
+
+  cd "${srcdir}/rfc6555-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:20:58
  Author: andyrtr
Revision: 363294

fix quoting

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:19:42 UTC (rev 363293)
+++ PKGBUILD2019-09-23 19:20:58 UTC (rev 363294)
@@ -15,7 +15,7 @@
 sha256sums=('f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   # fix broken shebang calls
   sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
   sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
@@ -24,11 +24,11 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
+  cd "${pkgname}"-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
 }


[arch-commits] Commit in foomatic-db-engine/trunk (PKGBUILD)

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:19:42
  Author: andyrtr
Revision: 363293

fix quoting

Modified:
  foomatic-db-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:18:26 UTC (rev 363292)
+++ PKGBUILD2019-09-23 19:19:42 UTC (rev 363293)
@@ -17,7 +17,7 @@
 
 build() {
   export LIB_CUPS="/usr/lib/cups"
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   PERL_INSTALLDIRS=vendor \
   ./configure --prefix=/usr \
 --sbindir=/usr/bin
@@ -25,15 +25,15 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd "$pkgname"-$pkgver
+  make DESTDIR="${pkgdir}" install
 
   # preset default spooler
-  echo cups > ${pkgdir}/etc/foomatic/defaultspooler
+  echo cups > "${pkgdir}"/etc/foomatic/defaultspooler
   # add some docs
-  install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
-  install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm644 USAGE "${pkgdir}"/usr/share/doc/${pkgname}/USAGE
+  install -Dm644 README "${pkgdir}"/usr/share/doc/${pkgname}/README
 
   # cleanup
-  rm -r ${pkgdir}/usr/lib/perl5
+  rm -r "${pkgdir}"/usr/lib/perl5
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:18:26
  Author: andyrtr
Revision: 363292

fix quoting

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:13:38 UTC (rev 363291)
+++ PKGBUILD2019-09-23 19:18:26 UTC (rev 363292)
@@ -67,17 +67,17 @@
  conflicts=('foomatic-db-foo2zjs')
  provides=('foomatic-db-foo2zjs')
 
-   cd ${srcdir}/foomatic-db
-   make DESTDIR=${pkgdir} install
+   cd "${srcdir}"/foomatic-db
+   make DESTDIR="${pkgdir}" install

# add some docs
-   install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
-   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
-   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-   install -Dm644 
${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm 
${pkgdir}/usr/share/doc/${pkgname}/Kyocera/ReadMe.htm
+   install -Dm644 USAGE "${pkgdir}"/usr/share/doc/${pkgname}/USAGE
+   install -Dm644 README "${pkgdir}"/usr/share/doc/${pkgname}/README
+   install -v -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+   install -Dm644 
"${pkgdir}"/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm 
"${pkgdir}"/usr/share/doc/${pkgname}/Kyocera/ReadMe.htm
# remove files from foomatic-db-ppds pkg
-   rm -rf ${pkgdir}/usr/share/cups/model/foomatic-db-ppds
-   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   rm -rf "${pkgdir}"/usr/share/cups/model/foomatic-db-ppds
+   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/PPD
 }
 
 package_foomatic-db-ppds() {
@@ -85,16 +85,16 @@
  pkgdesc="Foomatic - PPDs from printer manufacturers"
  license=('GPL' 'custom')
 
-   cd ${srcdir}/foomatic-db-ppds
-   make DESTDIR=${pkgdir} install
+   cd "${srcdir}"/foomatic-db-ppds
+   make DESTDIR="${pkgdir}" install
 
# remove files from foomatic-db pkg
-   rm -rf ${pkgdir}/usr/share/foomatic/db/oldprinterids
-   rm -rf ${pkgdir}/usr/share/foomatic/db/source/{driver,opt,printer}
-   rm -rf ${pkgdir}/usr/share/foomatic/xmlschema
-   rm -f ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+   rm -rf "${pkgdir}"/usr/share/foomatic/db/oldprinterids
+   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/{driver,opt,printer}
+   rm -rf "${pkgdir}"/usr/share/foomatic/xmlschema
+   rm -f "${pkgdir}"/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
 
-   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   install -v -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
 }
 
 package_foomatic-db-nonfree() {
@@ -104,11 +104,11 @@
  optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
 
cd ${srcdir}/foomatic-db-nonfree
-   make DESTDIR=${pkgdir} install
+   make DESTDIR="${pkgdir}" install
# remove files from foomatic-db-nonfree-ppds pkg
-   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/PPD

-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
 }
 
 package_foomatic-db-nonfree-ppds() {
@@ -117,9 +117,9 @@
  license=('custom')
 
cd ${srcdir}/foomatic-db-nonfree-ppds
-   make DESTDIR=${pkgdir} install
+   make DESTDIR="${pkgdir}" install
# remove files from foomatic-db-nonfree pkg
-   rm -rf ${pkgdir}/usr/share/foomatic/db/source/driver
+   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/driver

-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:13:38
  Author: andyrtr
Revision: 363291

fix quoting

Modified:
  docbook-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:12:48 UTC (rev 363290)
+++ PKGBUILD2019-09-23 19:13:38 UTC (rev 363291)
@@ -24,7 +24,7 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/docbook-utils-0.6.14-grep_fix-1.patch
+  patch -Np1 -i "${srcdir}"/docbook-utils-0.6.14-grep_fix-1.patch
 }
 
 build() {


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:12:48
  Author: andyrtr
Revision: 363290

fix quoting

Modified:
  docbook-dsssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:02:42 UTC (rev 363289)
+++ PKGBUILD2019-09-23 19:12:48 UTC (rev 363290)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  cp ${srcdir}/docbook-style-dsssl.Makefile Makefile
+  cp "${srcdir}"/docbook-style-dsssl.Makefile Makefile
 }
 
 package(){


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

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:10:30
  Author: jlichtblau
Revision: 511597

archrelease: copy trunk to community-staging-any

Added:
  python-selectors2/repos/community-staging-any/
  python-selectors2/repos/community-staging-any/PKGBUILD
(from rev 511596, python-selectors2/trunk/PKGBUILD)

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

Copied: python-selectors2/repos/community-staging-any/PKGBUILD (from rev 
511596, python-selectors2/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-23 19:10:30 UTC (rev 511597)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Anthony25 
+
+pkgbase=python-selectors2
+pkgname=('python2-selectors2' 'python-selectors2')
+pkgver=2.0.1
+pkgrel=2
+arch=('any')
+url='https://github.com/SethMichaelLarson/selectors2'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
+sha256sums=('482ee6168dad08fc46db82d99bc28be4b4256512809d39191d232c412d6293b4')
+
+package_python-selectors2() {
+  pkgdesc='Backported, durable, and portable selectors.'
+  cd "${srcdir}"/selectors2-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-selectors2() {
+  pkgdesc='Backported, durable, and portable selectors.'
+  cd "${srcdir}"/selectors2-$pkgver
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-09-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, September 23, 2019 @ 19:09:38
  Author: jlichtblau
Revision: 511596

Initial package upload from AUR
as a new build dependency for offlineimap

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

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

Added: python-selectors2/trunk/PKGBUILD
===
--- python-selectors2/trunk/PKGBUILD(rev 0)
+++ python-selectors2/trunk/PKGBUILD2019-09-23 19:09:38 UTC (rev 511596)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Anthony25 
+
+pkgbase=python-selectors2
+pkgname=('python2-selectors2' 'python-selectors2')
+pkgver=2.0.1
+pkgrel=2
+arch=('any')
+url='https://github.com/SethMichaelLarson/selectors2'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
+sha256sums=('482ee6168dad08fc46db82d99bc28be4b4256512809d39191d232c412d6293b4')
+
+package_python-selectors2() {
+  pkgdesc='Backported, durable, and portable selectors.'
+  cd "${srcdir}"/selectors2-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-selectors2() {
+  pkgdesc='Backported, durable, and portable selectors.'
+  cd "${srcdir}"/selectors2-$pkgver
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in cups-pk-helper/trunk (PKGBUILD)

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:02:42
  Author: andyrtr
Revision: 363289

fix quoting

Modified:
  cups-pk-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:01:04 UTC (rev 363288)
+++ PKGBUILD2019-09-23 19:02:42 UTC (rev 363289)
@@ -13,7 +13,7 @@
 sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/cups-pk-helper
   make
@@ -20,11 +20,11 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make DESTDIR="$pkgdir" install
 
   # fix dbus policy location - --with-dbusdir doens't work
-  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
-  mv ${pkgdir}/etc/dbus-1/system.d/* ${pkgdir}/usr/share/dbus-1/system.d
-  rm -rf ${pkgdir}/etc/dbus-1
+  install -dm755 "${pkgdir}"/usr/share/dbus-1/system.d
+  mv "${pkgdir}"/etc/dbus-1/system.d/* "${pkgdir}"/usr/share/dbus-1/system.d
+  rm -rf "${pkgdir}"/etc/dbus-1
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:01:04
  Author: andyrtr
Revision: 363288

fix quoting

Modified:
  cups-pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:59:24 UTC (rev 363287)
+++ PKGBUILD2019-09-23 19:01:04 UTC (rev 363288)
@@ -16,7 +16,7 @@
 md5sums=('5071bf192b9c6eb5ada4337b6917b939')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver/src
+  cd "$srcdir"/$pkgname-$pkgver/src
   [ -z "$CC" ] && CC=gcc
 #  $CC $CFLAGS -Wall -o cups-pdf cups-pdf.c
   $CC $CFLAGS -s cups-pdf.c -o cups-pdf -lcups  
@@ -23,22 +23,22 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver/src
-  install -D -m700 cups-pdf $pkgdir/usr/lib/cups/backend/cups-pdf
+  cd "$srcdir"/$pkgname-$pkgver/src
+  install -D -m700 cups-pdf "$pkgdir"/usr/lib/cups/backend/cups-pdf
 
   # Install Postscript Color printer
   cd ../extra
-  install -D -m644 CUPS-PDF_noopt.ppd 
$pkgdir/usr/share/cups/model/CUPS-PDF_noopt.ppd
-  install -D -m644 CUPS-PDF_opt.ppd 
$pkgdir/usr/share/cups/model/CUPS-PDF_opt.ppd
+  install -D -m644 CUPS-PDF_noopt.ppd 
"$pkgdir"/usr/share/cups/model/CUPS-PDF_noopt.ppd
+  install -D -m644 CUPS-PDF_opt.ppd 
"$pkgdir2/usr/share/cups/model/CUPS-PDF_opt.ppd
 
   # Install config file
-  install -D -m644 cups-pdf.conf $pkgdir/etc/cups/cups-pdf.conf
+  install -D -m644 cups-pdf.conf "$pkgdir"/etc/cups/cups-pdf.conf
 
   # Install docs
   install -D -m 644 ../README "$pkgdir"/usr/share/doc/$pkgname/README
   
   # use cups group from cups pkg FS#57311/FS#56818/FS#57313
-  chgrp -R cups ${pkgdir}/etc/cups
-  sed -i "s:### Default\: lp:### Default\: cups:" 
${pkgdir}/etc/cups/cups-pdf.conf
-  sed -i "s:#Grp lp:Grp cups:" ${pkgdir}/etc/cups/cups-pdf.conf
+  chgrp -R cups "${pkgdir}"/etc/cups
+  sed -i "s:### Default\: lp:### Default\: cups:" 
"${pkgdir}"/etc/cups/cups-pdf.conf
+  sed -i "s:#Grp lp:Grp cups:" "${pkgdir}"/etc/cups/cups-pdf.conf
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:59:24
  Author: andyrtr
Revision: 363287

fix quoting

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:55:43 UTC (rev 363286)
+++ PKGBUILD2019-09-23 18:59:24 UTC (rev 363287)
@@ -19,7 +19,7 @@
 sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \
@@ -33,21 +33,21 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make DESTDIR="$pkgdir/" install
   
   # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
   
   # use cups group from cups pkg FS#56818
-  chgrp -R 209 ${pkgdir}/etc/cups
+  chgrp -R 209 "${pkgdir}"/etc/cups
 
   # license
   mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:55:43
  Author: andyrtr
Revision: 363286

fix quoting

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:50:37 UTC (rev 363285)
+++ PKGBUILD2019-09-23 18:55:43 UTC (rev 363286)
@@ -35,20 +35,20 @@
 
 prepare() {
 
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
 
   # improve build and linking
   # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
+  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
   # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
+  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
 
   # bug fixes
   # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
+  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
 
   # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i ${srcdir}/guid.patch
+  patch -Np1 -i "${srcdir}"/guid.patch
 
   # set MaxLogSize to 0 to prevent using cups internal log rotation
   sed -i -e '5i\ ' conf/cupsd.conf.in
@@ -61,7 +61,7 @@
 }
 
 build() {
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
 
   # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
   ./configure --prefix=/usr \
@@ -88,7 +88,7 @@
 }
 
 check() {
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
   #make -k check || /bin/true
 }
 
@@ -97,10 +97,10 @@
 depends=('gnutls' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi' 'libusb')
 
   cd ${pkgbase}-${pkgver}
-  make BUILDROOT=${pkgdir} install-headers install-libs
+  make BUILDROOT="${pkgdir}" install-headers install-libs
   # put this into the libs pkg to make other software find the libs(no 
pkg-config file included)
-  mkdir -p ${pkgdir}/usr/bin
-  install -m755 ${srcdir}/${pkgbase}-${pkgver}/cups-config 
${pkgdir}/usr/bin/cups-config
+  mkdir -p "${pkgdir}"/usr/bin
+  install -m755 "${srcdir}"/"${pkgbase}"-${pkgver}/cups-config 
"${pkgdir}"/usr/bin/cups-config
 
   # add license + exception
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
@@ -122,55 +122,55 @@
 optdepends=('xdg-utils: xdg .desktop file support'
 'colord: for ICC color profile support')
 
-  cd ${pkgbase}-${pkgver}
-  make BUILDROOT=${pkgdir} install-data install-exec
+  cd "${pkgbase}"-${pkgver}
+  make BUILDROOT="${pkgdir}" install-data install-exec
 
   # this one we ship in the libcups pkg
-  rm -f ${pkgdir}/usr/bin/cups-config
+  rm -f "${pkgdir}"/usr/bin/cups-config
 
   # kill the sysv stuff
-  rm -rf ${pkgdir}/etc/rc*.d
-  rm -rf ${pkgdir}/etc/init.d
-  install -D -m644 ../cups.logrotate ${pkgdir}/etc/logrotate.d/cups
-  install -D -m644 ../cups.pam ${pkgdir}/etc/pam.d/cups
+  rm -rf "${pkgdir}"/etc/rc*.d
+  rm -rf "${pkgdir}"/etc/init.d
+  install -D -m644 ../cups.logrotate "${pkgdir}"/etc/logrotate.d/cups
+  install -D -m644 ../cups.pam "${pkgdir}"/etc/pam.d/cups
 
   # fix perms on /var/spool and /etc
-  chmod 755 ${pkgdir}/var/spool
-  chmod 755 ${pkgdir}/etc
+  chmod 755 "${pkgdir}"/var/spool
+  chmod 755 "${pkgdir}"/etc
 
   # use cups group FS#36769
   install -Dm644 "$srcdir"/cups.sysusers 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-  sed -i "s:#User 209:User 209:" ${pkgdir}/etc/cups/cups-files.conf{,.default}
-  sed -i "s:#Group 209:Group 209:" 
${pkgdir}/etc/cups/cups-files.conf{,.default}
+  sed -i "s:#User 209:User 209:" 
"${pkgdir}"/etc/cups/cups-files.conf{,.default}
+  sed -i "s:#Group 209:Group 209:" 
"${pkgdir}"/etc/cups/cups-files.conf{,.default}
 
   # install ssl directory where to store the certs, solves some samba issues
-  install -dm700 -g 209 ${pkgdir}/etc/cups/ssl
+  install -dm700 -g 209 "${pkgdir}"/etc/cups/ssl
   # remove directory from package, it will be recreated at each server start
-  rm -rf ${pkgdir}/run
+  rm -rf "${pkgdir}"/run
 
   # install some more configuration files that will get filled by cupsd
-  touch ${pkgdir}/etc/cups/printers.conf
-  touch ${pkgdir}/etc/cups/classes.conf
-  touch ${pkgdir}/etc/cups/subscriptions.conf
-  chgrp -R 209 ${pkgdir}/etc/cups
+  touch "${pkgdir}"/etc/cups/printers.conf
+  touch "${pkgdir}"/etc/cups/classes.conf
+  touch "${pkgdir}"/etc/cups/subscriptions.conf
+  chgrp -R 209 "${pkgdir}"/etc/cups
 
   # fix dbus policy location - --with-dbusdir doens't work
-  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
-  mv ${pkgdir}/etc/dbus-1/system.d/cups.conf 
${pkgdir}/usr/share/dbus-1/system.d
-  rm -rf ${pkgdir}/etc/dbus-1
+  install -dm755 "${pkgdir}"/usr/share/dbus-1/system.d
+  mv "${pkgdir}"/etc/dbus-1/system.d/cups.conf 
"${pkgdir}"/usr/share/dbus-1/system.d
+  rm -rf "${pkgdir}"/etc/dbus-1
 
   # fix .desktop file
-  sed -i 's|^Exec=htmlview 

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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:50:37
  Author: andyrtr
Revision: 363285

fix quoting

Modified:
  compface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:49:14 UTC (rev 363284)
+++ PKGBUILD2019-09-23 18:50:37 UTC (rev 363285)
@@ -34,5 +34,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" STRIP=/bin/true install
 
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2019-09-23 Thread Daniel Bermond via arch-commits
Date: Monday, September 23, 2019 @ 18:49:06
  Author: dbermond
Revision: 511594

upgpkg: pybind11 2.4.2-1

Updated to version 2.4.2

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 17:52:01 UTC (rev 511593)
+++ PKGBUILD2019-09-23 18:49:06 UTC (rev 511594)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison 
 
 pkgname=pybind11
-pkgver=2.3.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
 checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
+sha256sums=('e212e3043cb7a15466abb8896c6924c1ce40ae2988d8c24c111afcb30735fb8f')
 
 prepare() {
 cd "${pkgname}-${pkgver}"


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:49:14
  Author: andyrtr
Revision: 363284

fix quoting

Modified:
  clucene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:46:56 UTC (rev 363283)
+++ PKGBUILD2019-09-23 18:49:14 UTC (rev 363284)
@@ -12,8 +12,8 @@
 depends=('gcc-libs>=4.7.1-5' 'zlib' 'boost-libs')
 makedepends=('cmake' 'boost>=1.54.0')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
-   # Fedora patches
-   clucene-core-2.3.3.4-pkgconfig.patch
+# Fedora patches
+clucene-core-2.3.3.4-pkgconfig.patch
 clucene-core-2.3.3.4-install_contribs_lib.patch
 # upstream patch
 fix_zlib_detections.diff
@@ -34,20 +34,20 @@
 
'07c8b496045e5d9d4256ad854734d6228abb67455f2349b20173d42fc733cb0663559818542c257ef2cdd84e6d08f673bfea38591087498e2e2466f555af3b04')
 
 build() {
-  cd $srcdir/$pkgname-core-$pkgver
+  cd "$srcdir"/$pkgname-core-$pkgver
 
   # add missing contrib-libs needed by LibO 3.6, patch by FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-install_contribs_lib.patch
+  patch -Np1 -i "${srcdir}"/clucene-core-2.3.3.4-install_contribs_lib.patch
   # pkgconfig file is missing clucene-shared (upstream ID: 3461512), patch by 
FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
+  patch -Np1 -i "${srcdir}"/clucene-core-2.3.3.4-pkgconfig.patch
   # one upstream postrelease commit for proper zlib detection
-  patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
+  patch -Np1 -i "${srcdir}"/fix_zlib_detections.diff
   # LibreOffice patches 
http://cgit.freedesktop.org/libreoffice/core/tree/clucene/patches
-  patch -Np0 -i ${srcdir}/clucene-warnings.patch
-  patch -Np0 -i ${srcdir}/clucene-gcc-atomics.patch
-  patch -Np0 -i ${srcdir}/clucene-debug.patch
-  patch -Np0 -i ${srcdir}/clucene-narrowing-conversions.patch
-  patch -Np0 -i ${srcdir}/clucene-multimap-put.patch
+  patch -Np0 -i "${srcdir}"/clucene-warnings.patch
+  patch -Np0 -i "${srcdir}"/clucene-gcc-atomics.patch
+  patch -Np0 -i "${srcdir}"/clucene-debug.patch
+  patch -Np0 -i "${srcdir}"/clucene-narrowing-conversions.patch
+  patch -Np0 -i "${srcdir}"/clucene-multimap-put.patch
 
   mkdir build
   pushd build
@@ -71,10 +71,10 @@
 #}
 
 package() {
-  cd $srcdir/$pkgname-core-$pkgver
+  cd "$srcdir"/$pkgname-core-$pkgver
   make DESTDIR="$pkgdir" install -C build
-  rm -rfv $pkgdir/usr/lib/CLuceneConfig.cmake
+  rm -rfv "$pkgdir"/usr/lib/CLuceneConfig.cmake
   
-  cd $pkgdir/usr/include//CLucene
+  cd "$pkgdir"/usr/include//CLucene
   ln -s /usr/lib/CLucene/clucene-config.h .
 }


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

2019-09-23 Thread Daniel Bermond via arch-commits
Date: Monday, September 23, 2019 @ 18:49:30
  Author: dbermond
Revision: 511595

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 511594, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 18:49:06 UTC (rev 511594)
+++ PKGBUILD2019-09-23 18:49:30 UTC (rev 511595)
@@ -1,65 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
- 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-
-mkdir -p build-cmake
-}
-
-build () {
-# python modules
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# cmake files and tests
-cd build-cmake
-cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
-make all mock_install
-
-# manpage
-cd "${srcdir}/${pkgname}-${pkgver}/docs"
-make man
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-   make -C build-cmake check
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# python modules
-python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-
-# cmake files
-mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
-cd build-cmake/mock_install/share/cmake/pybind11
-install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
-
-# man page
-cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
-install -D -m644 "${pkgname}.1" "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-
-# license
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 511594, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 18:49:30 UTC (rev 511595)
@@ -0,0 +1,65 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
+ 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
+sha256sums=('e212e3043cb7a15466abb8896c6924c1ce40ae2988d8c24c111afcb30735fb8f')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+mkdir -p build-cmake
+}
+
+build () {
+# python modules
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# cmake files and tests
+cd build-cmake
+cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
+make all mock_install
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs"
+make man
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+   make -C build-cmake check
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+# python modules
+python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+
+# cmake files
+mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
+cd build-cmake/mock_install/share/cmake/pybind11
+install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
+
+# man page
+cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
+install -D -m644 "${pkgname}.1" "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+
+# license
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:46:56
  Author: andyrtr
Revision: 363283

fix quoting

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:43:53 UTC (rev 363282)
+++ PKGBUILD2019-09-23 18:46:56 UTC (rev 363283)
@@ -40,7 +40,7 @@
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr --disable-static \
 --enable-enchant \
 --enable-gnutls \
@@ -54,13 +54,13 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
 
   # install extra tools
   cd tools
-  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
+  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
   for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail 
update-po uudec uuooffice README; do
-cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
+cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/${i}
   done
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:43:53
  Author: andyrtr
Revision: 363282

fix quoting

Modified:
  bogofilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:41:24 UTC (rev 363281)
+++ PKGBUILD2019-09-23 18:43:53 UTC (rev 363282)
@@ -25,15 +25,15 @@
 # currently in Arch repos
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   # taken from Gentoo
-  patch -Np1 -i $srcdir/bogofilter-1.2.4-test-env.patch
+  patch -Np1 -i "${srcdir}"/bogofilter-1.2.4-test-env.patch
   chmod +x 
src/tests/t.{ctype,leakfind,lexer.qpcr,lexer.eoh,message_id,queue_id}
   autoreconf -vfi
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc/bogofilter  \
   --localstatedir=/var \
@@ -43,12 +43,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   BF_RUN_VALGRIND=1 make -k -C src check || /bin/true
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" 
"${pkgdir}/etc/bogofilter/bogofilter.cf"


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:41:24
  Author: andyrtr
Revision: 363281

fix quoting

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:35:04 UTC (rev 363280)
+++ PKGBUILD2019-09-23 18:41:24 UTC (rev 363281)
@@ -21,12 +21,12 @@
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   patch -Np1 -i ../refresh_adv_manager_for_non-LE_devices.diff
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure \
   --prefix=/usr \
   --mandir=/usr/share/man \
@@ -44,7 +44,7 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   # tests segfault and hang
 #  make check || /bin/true # https://bugzilla.kernel.org/show_bug.cgi?id=196621
 }
@@ -56,7 +56,7 @@
   backup=('etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')
 
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
   make DESTDIR=${pkgdir} \
install-pkglibexecPROGRAMS \
install-dbussessionbusDATA \
@@ -67,22 +67,22 @@
install-man8
 
   # ship upstream main config file
-  install -dm755 ${pkgdir}/etc/bluetooth
-  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
+  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf 
"${pkgdir}"/etc/bluetooth/main.conf
 
   # add basic documention
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
-  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  install -dm755 "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis
+  cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
   # fix module loading errors
-  install -dm755 ${pkgdir}/usr/lib/modprobe.d
-  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf
+  install -dm755 $"{pkgdir}"/usr/lib/modprobe.d
+  install -Dm644 $"{srcdir}"/bluetooth.modprobe 
$"{pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
   # load module at system start required by some functions
   # https://bugzilla.kernel.org/show_bug.cgi?id=196621
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo "crypto_user" > $pkgdir/usr/lib/modules-load.d/bluez.conf
+  install -dm755 "$pkgdir"/usr/lib/modules-load.d
+  echo "crypto_user" > "$pkgdir"/usr/lib/modules-load.d/bluez.conf
   
   # fix obex file transfer - https://bugs.archlinux.org/task/45816
-  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
+  ln -fs /usr/lib/systemd/user/obex.service 
"${pkgdir}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
 }
 
 package_bluez-utils() {
@@ -93,8 +93,8 @@
   provides=('bluez-hcidump')
   replaces=('bluez-hcidump' 'bluez<=4.101')
 
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
install-binPROGRAMS \
install-man1
 
@@ -101,16 +101,16 @@
   # add missing tools FS#41132, FS#41687, FS#42716
   for files in `find tools/ -type f -perm -755`; do
 filename=$(basename $files)
-install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
+install -Dm755 "${srcdir}"/"${pkgbase}"-${pkgver}/tools/$filename 
"${pkgdir}"/usr/bin/$filename
   done
   
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
   #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
   #rmdir ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/lib
+  rm -rf "${pkgdir}"/usr/lib
   
   # move the hid2hci man page out
-  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
+  mv "${pkgdir}"/usr/share/man/man1/hid2hci.1 "${srcdir}"/
 }
 
 package_bluez-libs() {
@@ -118,8 +118,8 @@
   depends=('glibc')
   license=('LGPL2.1')
 
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} \
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
install-pkgincludeHEADERS \
install-libLTLIBRARIES \
install-pkgconfigDATA
@@ -129,8 +129,8 @@
   pkgdesc="CUPS printer backend for Bluetooth printers"
   depends=('cups')
 
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-cupsPROGRAMS
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" install-cupsPROGRAMS
 }
 
 package_bluez-hid2hci() {
@@ -137,13 +137,13 @@
   pkgdesc="Put HID proxying bluetooth HCI's into HCI mode"
   depends=('systemd')
 
-  cd ${pkgbase}-${pkgver}
+  cd "${pkgbase}"-${pkgver}
   make DESTDIR=${pkgdir} \
install-udevPROGRAMS \
install-rulesDATA
   
-  install -dm755 ${pkgdir}/usr/share/man/man1
-  mv ${srcdir}/hid2hci.1 ${pkgdir}/usr/share/man/man1/hid2hci.1
+  install -dm755 "${pkgdir}"/usr/share/man/man1
+  mv "${srcdir}"/hid2hci.1 

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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:35:04
  Author: andyrtr
Revision: 363280

fix quoting

Modified:
  beanshell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:34:09 UTC (rev 363279)
+++ PKGBUILD2019-09-23 18:35:04 UTC (rev 363280)
@@ -24,6 +24,6 @@
 # https://github.com/beanshell/beanshell
 
 package() {
-  install -m755 -d $"{pkgdir}"/usr/share/java/
-  install -D -m644 $"{srcdir}"/bsh-${pkgver}.jar 
$"{pkgdir}"/usr/share/java/bsh.jar
+  install -m755 -d "${pkgdir}"/usr/share/java/
+  install -D -m644 "${srcdir}"/bsh-${pkgver}.jar 
"${pkgdir}"/usr/share/java/bsh.jar
 }


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:34:09
  Author: andyrtr
Revision: 363279

fix quoting

Modified:
  beanshell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:12:36 UTC (rev 363278)
+++ PKGBUILD2019-09-23 18:34:09 UTC (rev 363279)
@@ -24,6 +24,6 @@
 # https://github.com/beanshell/beanshell
 
 package() {
-  install -m755 -d ${pkgdir}/usr/share/java/
-  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+  install -m755 -d $"{pkgdir}"/usr/share/java/
+  install -D -m644 $"{srcdir}"/bsh-${pkgver}.jar 
$"{pkgdir}"/usr/share/java/bsh.jar
 }


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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:12:36
  Author: heftig
Revision: 363278

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/739.patch
(from rev 363275, gnome-shell/trunk/739.patch)
  gnome-shell/repos/extra-x86_64/742.patch
(from rev 363275, gnome-shell/trunk/742.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 363275, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 363277, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-+
 739.patch   |   35 +++
 742.patch   |   41 ++
 PKGBUILD|  111 +++---
 gnome-shell.install |   14 +++---
 4 files changed, 143 insertions(+), 58 deletions(-)

Copied: gnome-shell/repos/extra-x86_64/739.patch (from rev 363275, 
gnome-shell/trunk/739.patch)
===
--- 739.patch   (rev 0)
+++ 739.patch   2019-09-23 18:12:36 UTC (rev 363278)
@@ -0,0 +1,35 @@
+From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Fri, 20 Sep 2019 21:08:45 +0200
+Subject: [PATCH] shellDBus: Don't assume devices have a node
+
+Clutter.InputDevice.get_device_node() may return null. Handle that
+case when building the 'AcceleratorActivated' vardict parameter.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
+---
+ js/ui/shellDBus.js | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
+index e750c207f9..fca0b64255 100644
+--- a/js/ui/shellDBus.js
 b/js/ui/shellDBus.js
+@@ -151,9 +151,13 @@ var GnomeShell = class {
+ let connection = this._dbusImpl.get_connection();
+ let info = this._dbusImpl.get_info();
+ let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
+-   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
+'timestamp': GLib.Variant.new('u', timestamp),
+'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
++
++let deviceNode = device.get_device_node();
++if (deviceNode)
++params['device-node'] = GLib.Variant.new('s', deviceNode);
++
+ connection.emit_signal(destination,
+this._dbusImpl.get_object_path(),
+info ? info.name : null,
+-- 
+2.22.0
+

Copied: gnome-shell/repos/extra-x86_64/742.patch (from rev 363275, 
gnome-shell/trunk/742.patch)
===
--- 742.patch   (rev 0)
+++ 742.patch   2019-09-23 18:12:36 UTC (rev 363278)
@@ -0,0 +1,41 @@
+From 10a9798f79adc379fd8e425254a6b7fe7fa759ff Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Mon, 23 Sep 2019 13:46:05 +0200
+Subject: [PATCH] shell-util: Handle NULL from meta_window_get_image()
+
+Until commit 506b75fc7f3 we got away with not handling a NULL return
+value, as cairo_surface_destroy() deals with a NULL surface; the same
+isn't true for get_width/get_height, so guard to code in question to
+prevent a crash.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1678
+---
+ src/shell-util.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/shell-util.c b/src/shell-util.c
+index e94f3c364d..c22dd1c6e5 100644
+--- a/src/shell-util.c
 b/src/shell-util.c
+@@ -419,7 +419,7 @@ canvas_draw_cb (ClutterContent *content,
+  * @window_actor: a #MetaWindowActor
+  * @window_rect: a #MetaRectangle
+  *
+- * Returns: (transfer full): a new #ClutterContent
++ * Returns: (transfer full) (nullable): a new #ClutterContent
+  */
+ ClutterContent *
+ shell_util_get_content_for_window_actor (MetaWindowActor *window_actor,
+@@ -439,6 +439,9 @@ shell_util_get_content_for_window_actor (MetaWindowActor 
*window_actor,
+ 
+   surface = meta_window_actor_get_image (window_actor, );
+ 
++  if (!surface)
++return NULL;
++
+   content = clutter_canvas_new ();
+   clutter_canvas_set_size (CLUTTER_CANVAS (content),
+cairo_image_surface_get_width (surface),
+-- 
+2.22.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 18:12:33 UTC (rev 363277)
+++ PKGBUILD2019-09-23 18:12:36 UTC (rev 363278)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret

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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:12:33
  Author: heftig
Revision: 363277

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 363275, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-x86_64/sushi.diff
(from rev 363275, nautilus/trunk/sushi.diff)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |  137 ++-
 sushi.diff |   13 +
 2 files changed, 84 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 18:12:33 UTC (rev 363276)
+++ PKGBUILD2019-09-23 18:12:33 UTC (rev 363277)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus;
-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)
-options=(!emptydirs)
-_commit=6a55af66aff937e6e654759f1d6f84b0e07aaa2f  # tags/3.34.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 config --local submodule.subprojects/libgd.url "$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
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 363275, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 18:12:33 UTC (rev 363277)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.34.0+3+ge3d7846c4
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
+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)
+options=(!emptydirs)
+_commit=e3d7846c4ea43e1cc7c170a5753b4bd58881e07e  # master
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+sushi.diff)
+sha256sums=('SKIP'
+'SKIP'
+'4c987be3b2d2d1ddec6889dc4434308acf9f41dfd6e60f350da9d8616e89385c')
+
+prepare() {
+  cd $pkgbase
+
+  # https://gitlab.gnome.org/GNOME/nautilus/issues/1229
+  git apply -3 ../sushi.diff
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$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
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}
+
+# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/sushi.diff (from rev 363275, 
nautilus/trunk/sushi.diff)
===
--- sushi.diff  (rev 0)
+++ sushi.diff  2019-09-23 18:12:33 UTC (rev 363277)
@@ -0,0 +1,13 @@
+diff --git i/src/nautilus-previewer.c w/src/nautilus-previewer.c
+index 0511dc991..40a02522e 100644
+--- i/src/nautilus-previewer.c
 w/src/nautilus-previewer.c
+@@ -48,7 +48,7 @@ 

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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:12:33
  Author: heftig
Revision: 363276

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 363275, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 18:08:29 UTC (rev 363275)
+++ PKGBUILD2019-09-23 18:12:33 UTC (rev 363276)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
-optdepends=('evolution: ICS file import')
-groups=(gnome)
-_commit=5b49c4fc467b0f9b25597c188b66e95d7857c5ca  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  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: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 363275, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 18:12:33 UTC (rev 363276)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.34.0+13+gcb14c3f4
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
+makedepends=(python appstream-glib git meson gtk-doc)
+optdepends=('evolution: ICS file import')
+groups=(gnome)
+_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  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 nautilus/trunk (PKGBUILD sushi.diff)

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:08:29
  Author: heftig
Revision: 363275

3.34.0+3+ge3d7846c4-1

Added:
  nautilus/trunk/sushi.diff
Modified:
  nautilus/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 sushi.diff |   13 +
 2 files changed, 22 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:06:55 UTC (rev 363274)
+++ PKGBUILD2019-09-23 18:08:29 UTC (rev 363275)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.34.0
+pkgver=3.34.0+3+ge3d7846c4
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus;
@@ -13,15 +13,20 @@
  gst-plugins-base-libs tracker-miners)
 makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=6a55af66aff937e6e654759f1d6f84b0e07aaa2f  # tags/3.34.0^0
+_commit=e3d7846c4ea43e1cc7c170a5753b4bd58881e07e  # master
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+sushi.diff)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'4c987be3b2d2d1ddec6889dc4434308acf9f41dfd6e60f350da9d8616e89385c')
 
 prepare() {
   cd $pkgbase
 
+  # https://gitlab.gnome.org/GNOME/nautilus/issues/1229
+  git apply -3 ../sushi.diff
+
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update

Added: sushi.diff
===
--- sushi.diff  (rev 0)
+++ sushi.diff  2019-09-23 18:08:29 UTC (rev 363275)
@@ -0,0 +1,13 @@
+diff --git i/src/nautilus-previewer.c w/src/nautilus-previewer.c
+index 0511dc991..40a02522e 100644
+--- i/src/nautilus-previewer.c
 w/src/nautilus-previewer.c
+@@ -48,7 +48,7 @@ ensure_previewer_v2_proxy (void)
+ GDBusConnection *connection = g_application_get_dbus_connection 
(g_application_get_default ());
+ 
+ previewer_v2_proxy = g_dbus_proxy_new_sync (connection,
+-
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
++
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION,
+ NULL,
+ PREVIEWER_DBUS_NAME,
+ PREVIEWER_DBUS_PATH,


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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:06:55
  Author: heftig
Revision: 363274

3.34.0+13+gcb14c3f4-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 17:47:02 UTC (rev 363273)
+++ PKGBUILD2019-09-23 18:06:55 UTC (rev 363274)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.0
+pkgver=3.34.0+13+gcb14c3f4
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=5b49c4fc467b0f9b25597c188b66e95d7857c5ca  # tags/3.34.0^0
+_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 17:52:01
  Author: anatolik
Revision: 511593

archrelease: copy trunk to community-x86_64

Added:
  crash/repos/community-x86_64/PKGBUILD
(from rev 511592, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 17:51:36 UTC (rev 511592)
+++ PKGBUILD2019-09-23 17:52:01 UTC (rev 511593)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.2.6
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c8bc0892061e7cec838e641a8e61319d656f33de5f211502296d1c9a23058ec2')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 511592, 
crash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 17:52:01 UTC (rev 511593)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.2.7
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='https://people.redhat.com/~anderson'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('16b96b350f56ea0f73f04003b8ca7604e8bdb3809c2e9e8cf89799da5b9b2dad')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}


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

2019-09-23 Thread Anatol Pomozov via arch-commits
Date: Monday, September 23, 2019 @ 17:51:36
  Author: anatolik
Revision: 511592

upgpkg: crash 7.2.7-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 15:28:53 UTC (rev 511591)
+++ PKGBUILD2019-09-23 17:51:36 UTC (rev 511592)
@@ -4,7 +4,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.2.6
+pkgver=7.2.7
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='https://people.redhat.com/~anderson'
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c8bc0892061e7cec838e641a8e61319d656f33de5f211502296d1c9a23058ec2')
+sha256sums=('16b96b350f56ea0f73f04003b8ca7604e8bdb3809c2e9e8cf89799da5b9b2dad')
 
 prepare() {
   cd crash-$pkgver


[arch-commits] Commit in gnome-shell/trunk (739.patch 742.patch PKGBUILD)

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 17:47:02
  Author: heftig
Revision: 363273

3.34.0+152+g0fdbde910-1

Added:
  gnome-shell/trunk/739.patch
  gnome-shell/trunk/742.patch
Modified:
  gnome-shell/trunk/PKGBUILD

---+
 739.patch |   35 +++
 742.patch |   41 +
 PKGBUILD  |   17 +
 3 files changed, 89 insertions(+), 4 deletions(-)

Added: 739.patch
===
--- 739.patch   (rev 0)
+++ 739.patch   2019-09-23 17:47:02 UTC (rev 363273)
@@ -0,0 +1,35 @@
+From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Fri, 20 Sep 2019 21:08:45 +0200
+Subject: [PATCH] shellDBus: Don't assume devices have a node
+
+Clutter.InputDevice.get_device_node() may return null. Handle that
+case when building the 'AcceleratorActivated' vardict parameter.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
+---
+ js/ui/shellDBus.js | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
+index e750c207f9..fca0b64255 100644
+--- a/js/ui/shellDBus.js
 b/js/ui/shellDBus.js
+@@ -151,9 +151,13 @@ var GnomeShell = class {
+ let connection = this._dbusImpl.get_connection();
+ let info = this._dbusImpl.get_info();
+ let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
+-   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
+'timestamp': GLib.Variant.new('u', timestamp),
+'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
++
++let deviceNode = device.get_device_node();
++if (deviceNode)
++params['device-node'] = GLib.Variant.new('s', deviceNode);
++
+ connection.emit_signal(destination,
+this._dbusImpl.get_object_path(),
+info ? info.name : null,
+-- 
+2.22.0
+

Added: 742.patch
===
--- 742.patch   (rev 0)
+++ 742.patch   2019-09-23 17:47:02 UTC (rev 363273)
@@ -0,0 +1,41 @@
+From 10a9798f79adc379fd8e425254a6b7fe7fa759ff Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Mon, 23 Sep 2019 13:46:05 +0200
+Subject: [PATCH] shell-util: Handle NULL from meta_window_get_image()
+
+Until commit 506b75fc7f3 we got away with not handling a NULL return
+value, as cairo_surface_destroy() deals with a NULL surface; the same
+isn't true for get_width/get_height, so guard to code in question to
+prevent a crash.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1678
+---
+ src/shell-util.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/shell-util.c b/src/shell-util.c
+index e94f3c364d..c22dd1c6e5 100644
+--- a/src/shell-util.c
 b/src/shell-util.c
+@@ -419,7 +419,7 @@ canvas_draw_cb (ClutterContent *content,
+  * @window_actor: a #MetaWindowActor
+  * @window_rect: a #MetaRectangle
+  *
+- * Returns: (transfer full): a new #ClutterContent
++ * Returns: (transfer full) (nullable): a new #ClutterContent
+  */
+ ClutterContent *
+ shell_util_get_content_for_window_actor (MetaWindowActor *window_actor,
+@@ -439,6 +439,9 @@ shell_util_get_content_for_window_actor (MetaWindowActor 
*window_actor,
+ 
+   surface = meta_window_actor_get_image (window_actor, );
+ 
++  if (!surface)
++return NULL;
++
+   content = clutter_canvas_new ();
+   clutter_canvas_set_size (CLUTTER_CANVAS (content),
+cairo_image_surface_get_width (surface),
+-- 
+2.22.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 16:49:31 UTC (rev 363272)
+++ PKGBUILD2019-09-23 17:47:02 UTC (rev 363273)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+739.patch 742.patch)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'26c2e9672833e09ff63e314f477897bf67c89fd9769c6b4b73d7300b16afd932'
+'fdf3252bd8a6b1ea882c3de177bc58cbfcaa29b03c0cf00aca67e1f3d97883a4')
 
 pkgver() {
   cd $pkgname
@@ -33,6 +36,12 @@
 prepare() {
   cd $pkgname
 
+  # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
+  git apply -3 ../739.patch
+
+  # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1678
+  git apply -3 ../742.patch
+
   git submodule init
   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
   git submodule update


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

2019-09-23 Thread Antonio Rojas via arch-commits
Date: Monday, September 23, 2019 @ 16:49:31
  Author: arojas
Revision: 363272

archrelease: copy trunk to extra-x86_64

Added:
  kitinerary/repos/extra-x86_64/PKGBUILD
(from rev 363271, kitinerary/trunk/PKGBUILD)
Deleted:
  kitinerary/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 16:49:16 UTC (rev 363271)
+++ PKGBUILD2019-09-23 16:49:31 UTC (rev 363272)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kitinerary
-pkgver=19.08.1
-pkgrel=1
-pkgdesc="Data model and extraction system for travel reservation information"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kmime kpkpass kcalcore kcontacts poppler libphonenumber zxing-cpp)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f84dafa874c958b335ee80dbe85dce3605b40b83ac9468e6555250da8f480967'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kitinerary/repos/extra-x86_64/PKGBUILD (from rev 363271, 
kitinerary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 16:49:31 UTC (rev 363272)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=19.08.1
+pkgrel=2
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kpkpass kcalcore kcontacts poppler libphonenumber zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f84dafa874c958b335ee80dbe85dce3605b40b83ac9468e6555250da8f480967'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-09-23 Thread Antonio Rojas via arch-commits
Date: Monday, September 23, 2019 @ 16:49:16
  Author: arojas
Revision: 363271

Rebuild with zxing-cpp 1.0.7 to fix crashes

Modified:
  kitinerary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 15:59:05 UTC (rev 363270)
+++ PKGBUILD2019-09-23 16:49:16 UTC (rev 363271)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=19.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Data model and extraction system for travel reservation information"
 arch=(x86_64)
 url="https://kontact.kde.org;


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 15:53:46
  Author: andyrtr
Revision: 363267

upgpkg: xterm 349-1

upstream update 349

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 15:50:22 UTC (rev 363266)
+++ PKGBUILD2019-09-23 15:53:46 UTC (rev 363267)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=348
+pkgver=349
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('8b1f5121dbf3690de9d85a3b9329e3357021705dd7c21da192e47542769275be'
+sha256sums=('39a6a3d3724f9a0a068f8cc353ab0c82831f0a43abb24470d933af299658475f'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 15:53:51
  Author: andyrtr
Revision: 363268

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 363267, xterm/trunk/PKGBUILD)

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

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 363267, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-23 15:53:51 UTC (rev 363268)
@@ -0,0 +1,60 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=349
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('39a6a3d3724f9a0a068f8cc353ab0c82831f0a43abb24470d933af299658475f'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m644 ${srcdir}/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
${pkgdir}/usr/share/applications/
+}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 15:50:08
  Author: andyrtr
Revision: 363265

upgpkg: poppler 0.80.0-2

build with boost to gain some memory and speed improvments

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:24:59 UTC (rev 363264)
+++ PKGBUILD2019-09-23 15:50:08 UTC (rev 363265)
@@ -4,12 +4,12 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
 pkgver=0.80.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
  'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
- 'cmake' 'python') 
+ 'cmake' 'python' 'boost')
 options=('!emptydirs')
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 15:50:22
  Author: andyrtr
Revision: 363266

archrelease: copy trunk to testing-x86_64

Added:
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 363265, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 363265, 
poppler/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-23 15:50:22 UTC (rev 363266)
@@ -0,0 +1,81 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
+pkgver=0.80.0
+pkgrel=2
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=01c92874c3e109cb5cfdbc5ea987ea79283c3c80)
+sha256sums=('4d3ca6b79bc13b8e24092e34f83ef5f387f3bb0bbd7359a6c078e09c696d104f'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+


[arch-commits] Commit in logwatch/repos/community-any (10 files)

2019-09-23 Thread Sergej Pupykin via arch-commits
Date: Monday, September 23, 2019 @ 15:28:53
  Author: spupykin
Revision: 511591

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 511590, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 511590, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 511590, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 511590, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 511590, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  127 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 15:28:36 UTC (rev 511590)
+++ PKGBUILD2019-09-23 15:28:53 UTC (rev 511591)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=5
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 511590, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 15:28:53 UTC (rev 511591)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.2
+pkgrel=6
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="http://www.logwatch.org/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)
+sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+

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

2019-09-23 Thread Sergej Pupykin via arch-commits
Date: Monday, September 23, 2019 @ 15:28:36
  Author: spupykin
Revision: 511590

upgpkg: logwatch 7.5.2-6

Modified:
  logwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:43:57 UTC (rev 511589)
+++ PKGBUILD2019-09-23 15:28:36 UTC (rev 511590)
@@ -3,7 +3,7 @@
 
 pkgname=logwatch
 pkgver=7.5.2
-pkgrel=5
+pkgrel=6
 arch=('any')
 pkgdesc="Logwatch is a customizable log analysis system."
 url="http://www.logwatch.org/;
@@ -52,6 +52,7 @@
echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
+   sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
 
install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:43:57
  Author: alad
Revision: 511589

remove unrelated github page

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
+++ PKGBUILD2019-09-23 13:43:57 UTC (rev 511589)
@@ -1,5 +1,5 @@
 # Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: carstene1ns 
 # Contributor: Sam S. 
 # Contributor: Daniel Scharrer 
 pkgname=innoextract


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:37:34
  Author: alad
Revision: 511588

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:37:28 UTC (rev 511587)
+++ PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Sam S. 
-# Contributor: Daniel Scharrer 
-
-pkgname=innoextract
-pkgver=1.7
-pkgrel=4
-pkgdesc="A tool to extract installers created by Inno Setup"
-url='https://constexpr.org/innoextract/'
-arch=('x86_64')
-license=('ZLIB')
-depends=('boost-libs' 'xz')
-makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
-validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

-
-build() {
-cd "$pkgname-$pkgver"
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-
-install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
-install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: innoextract/repos/community-staging-x86_64/PKGBUILD (from rev 511587, 
innoextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+pkgname=innoextract
+pkgver=1.8
+pkgrel=2
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+
+# https://github.com/dscharrer/innoextract/issues/88
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:37:28
  Author: alad
Revision: 511587

upgpkg: innoextract 1.8-2

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
+++ PKGBUILD2019-09-23 13:37:28 UTC (rev 511587)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Scharrer 
 pkgname=innoextract
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')
@@ -19,6 +19,8 @@
 
 build() {
 cd "$pkgname-$pkgver"
+
+# https://github.com/dscharrer/innoextract/issues/88
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
 make
 }


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:25:08
  Author: alad
Revision: 511585

upgpkg: innoextract 1.8-1

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:10:32 UTC (rev 511584)
+++ PKGBUILD2019-09-23 13:25:08 UTC (rev 511585)
@@ -2,10 +2,9 @@
 # Contributor: carstene1ns  - http://git.io/ctPKG
 # Contributor: Sam S. 
 # Contributor: Daniel Scharrer 
-
 pkgname=innoextract
-pkgver=1.7
-pkgrel=4
+pkgver=1.8
+pkgrel=1
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')
@@ -12,9 +11,10 @@
 license=('ZLIB')
 depends=('boost-libs' 'xz')
 makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
 validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

 
 build() {


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:25:20
  Author: alad
Revision: 511586

archrelease: copy trunk to community-x86_64

Added:
  innoextract/repos/community-x86_64/PKGBUILD
(from rev 511585, innoextract/trunk/PKGBUILD)
Deleted:
  innoextract/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:25:08 UTC (rev 511585)
+++ PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Sam S. 
-# Contributor: Daniel Scharrer 
-
-pkgname=innoextract
-pkgver=1.7
-pkgrel=3
-pkgdesc="A tool to extract installers created by Inno Setup"
-url='https://constexpr.org/innoextract/'
-arch=('x86_64')
-license=('ZLIB')
-depends=('boost-libs' 'xz')
-makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
-validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

-
-build() {
-cd "$pkgname-$pkgver"
-cmake . -DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-
-install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
-install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: innoextract/repos/community-x86_64/PKGBUILD (from rev 511585, 
innoextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+pkgname=innoextract
+pkgver=1.8
+pkgrel=1
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 13:24:59
  Author: heftig
Revision: 363264

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 363263, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:24:41 UTC (rev 363263)
+++ PKGBUILD2019-09-23 13:24:59 UTC (rev 363264)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.26.0
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
- harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
- bubblewrap xdg-dbus-proxy)
-makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('d210c0ecd1a89a22c9f8f1f450334f3489c5c50159b3a5e14dd93d5f349dcced'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 363263, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:24:59 UTC (rev 363264)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
+ harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
+ bubblewrap xdg-dbus-proxy)
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('6b4b21801d2b1008422a1075dbd6fb4ae8b5127503faf657cf9671289d9cd155'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -Hwebkitgtk-$pkgver -Bbuild \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


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

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 13:24:41
  Author: heftig
Revision: 363263

2.26.1-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:18:48 UTC (rev 363262)
+++ PKGBUILD2019-09-23 13:24:41 UTC (rev 363263)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.26.0
+pkgver=2.26.1
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('d210c0ecd1a89a22c9f8f1f450334f3489c5c50159b3a5e14dd93d5f349dcced'
+sha256sums=('6b4b21801d2b1008422a1075dbd6fb4ae8b5127503faf657cf9671289d9cd155'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 13:18:48
  Author: andyrtr
Revision: 363262

archrelease: copy trunk to extra-x86_64

Added:
  qpdf/repos/extra-x86_64/PKGBUILD
(from rev 363261, qpdf/trunk/PKGBUILD)
Deleted:
  qpdf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:18:40 UTC (rev 363261)
+++ PKGBUILD2019-09-23 13:18:48 UTC (rev 363262)
@@ -1,43 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Miguel Revilla 
-# Contributor: David Sotelo 
-# Contributor: Nuno Araujo 
-
-pkgname=qpdf
-pkgver=9.0.0
-pkgrel=1
-pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
-arch=('x86_64')
-url="https://github.com/qpdf/qpdf;
-license=('custom:Artistic-2.0' 'Apache')
-depends=('libjpeg-turbo' 'zlib')
-optdepends=('perl: required for fix-qdf')
-checkdepends=('perl')
-source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-# sourceforge only offers sha1sums - see checksums at github
-sha512sums=('bb20eaf4a12f33ad2ca6933a21123cdfd7d6031da472a881f8c60979881c19bc363db585c2be0635081c7380f0f0819921af7c3a4847de57505013c6e3959ea0'
-'SKIP')
-validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check # passes all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
-  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 {Artistic-2.0,LICENSE.txt} 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 363261, qpdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:18:48 UTC (rev 363262)
@@ -0,0 +1,45 @@
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=9.0.1
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://github.com/qpdf/qpdf;
+license=('custom:Artistic-2.0' 'Apache')
+depends=('libjpeg-turbo' 'zlib')
+optdepends=('perl: required for fix-qdf')
+checkdepends=('perl')
+source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+# sourceforge only offers sha1sums - see checksums at github
+sha512sums=('1bca5cf39f0019443f744c01ddc93773febca6883063fcec7f3541dd68359d8da44f34cf111cacb3bd9564f10bf1b09ea58173efd3ae06116e5c3832e61e82cc'
+'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-show-failed-test-output
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # passes all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
+  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 13:18:40
  Author: andyrtr
Revision: 363261

upgpkg: qpdf 9.0.1-1

upstream update 9.0.1

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-22 20:46:33 UTC (rev 363260)
+++ PKGBUILD2019-09-23 13:18:40 UTC (rev 363261)
@@ -4,7 +4,7 @@
 # Contributor: Nuno Araujo 
 
 pkgname=qpdf
-pkgver=9.0.0
+pkgver=9.0.1
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
@@ -16,13 +16,15 @@
 
source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 # sourceforge only offers sha1sums - see checksums at github
-sha512sums=('bb20eaf4a12f33ad2ca6933a21123cdfd7d6031da472a881f8c60979881c19bc363db585c2be0635081c7380f0f0819921af7c3a4847de57505013c6e3959ea0'
+sha512sums=('1bca5cf39f0019443f744c01ddc93773febca6883063fcec7f3541dd68359d8da44f34cf111cacb3bd9564f10bf1b09ea58173efd3ae06116e5c3832e61e82cc'
 'SKIP')
 validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-show-failed-test-output
   make
 }
 


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

2019-09-23 Thread Evangelos Foutras via arch-commits
Date: Monday, September 23, 2019 @ 13:10:32
  Author: foutrelis
Revision: 511584

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 511583, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:10:28 UTC (rev 511583)
+++ PKGBUILD2019-09-23 13:10:32 UTC (rev 511584)
@@ -1,21 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Diogo Ferreira 
-
-pkgname=cloc
-pkgver=1.82
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc;
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
- 'perl-parallel-forkmanager')
-source=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz)
-sha256sums=('7ab390f3a4888d9b78df420bff586326b53e3f7fc0e0c9ff9b160d076ca85a17')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 511583, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:10:32 UTC (rev 511584)
@@ -0,0 +1,21 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Diogo Ferreira 
+
+pkgname=cloc
+pkgver=1.84
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc;
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+ 'perl-parallel-forkmanager')
+source=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz)
+sha256sums=('b88a3adc669c15a9a32975095090708ba4eee5a73b8498369fae14be5b8a37d4')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-23 Thread Evangelos Foutras via arch-commits
Date: Monday, September 23, 2019 @ 13:10:28
  Author: foutrelis
Revision: 511583

upgpkg: cloc 1.84-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 12:55:01 UTC (rev 511582)
+++ PKGBUILD2019-09-23 13:10:28 UTC (rev 511583)
@@ -2,7 +2,7 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.82
+pkgver=1.84
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
  'perl-parallel-forkmanager')
 
source=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz)
-sha256sums=('7ab390f3a4888d9b78df420bff586326b53e3f7fc0e0c9ff9b160d076ca85a17')
+sha256sums=('b88a3adc669c15a9a32975095090708ba4eee5a73b8498369fae14be5b8a37d4')
 
 package() {
   cd $pkgname-$pkgver/Unix


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

2019-09-23 Thread Filipe Laíns via arch-commits
Date: Monday, September 23, 2019 @ 12:55:01
  Author: ffy00
Revision: 511582

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 12:54:55 UTC (rev 511581)
+++ PKGBUILD2019-09-23 12:55:01 UTC (rev 511582)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python-cairosvg
-_pkgname=CairoSVG
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
-arch=('any')
-url='https://cairosvg.org'
-license=('LGPL3')
-depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
-replaces=('cairosvg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
-sha512sums=('2187c191b5467a5f77178e896d4ea87fda63b437284b68c3edd19af70ac0e41f13c398125021bacaa3358c48446c908eec052d9e25d6142d5acdd124d28e')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  cp -r cairosvg test_non_regression/cairosvg_reference/
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 511581, 
python-cairosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 12:55:01 UTC (rev 511582)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-cairosvg
+_pkgname=CairoSVG
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
+arch=('any')
+url='https://cairosvg.org'
+license=('LGPL3')
+depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+replaces=('cairosvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('b491e8aae0ebec55ad27a55d083954f715d668ca74eccc18d19ad53072143f7a05a11d979884464422a1bc0d90e9bed7a57e6a2df620a80134bb4b894124151a')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  cp -r cairosvg test_non_regression/cairosvg_reference/
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-09-23 Thread Filipe Laíns via arch-commits
Date: Monday, September 23, 2019 @ 12:54:55
  Author: ffy00
Revision: 511581

upgpkg: python-cairosvg 2.4.2-1

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 12:52:32 UTC (rev 511580)
+++ PKGBUILD2019-09-23 12:54:55 UTC (rev 511581)
@@ -3,7 +3,7 @@
 
 pkgname=python-cairosvg
 _pkgname=CairoSVG
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
 replaces=('cairosvg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
-sha512sums=('2187c191b5467a5f77178e896d4ea87fda63b437284b68c3edd19af70ac0e41f13c398125021bacaa3358c48446c908eec052d9e25d6142d5acdd124d28e')
+sha512sums=('b491e8aae0ebec55ad27a55d083954f715d668ca74eccc18d19ad53072143f7a05a11d979884464422a1bc0d90e9bed7a57e6a2df620a80134bb4b894124151a')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2019-09-23 Thread Filipe Laíns via arch-commits
Date: Monday, September 23, 2019 @ 12:52:32
  Author: ffy00
Revision: 511580

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 12:52:18 UTC (rev 511579)
+++ PKGBUILD2019-09-23 12:52:32 UTC (rev 511580)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Cedric Girard 
-
-_pkgname=contextlib2
-pkgbase=python-$_pkgname
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=0.5.5
-pkgrel=3
-pkgdesc="Backport of the standard library's contextlib module to earlier 
Python versions"
-arch=('any')
-url='https://github.com/jazzband/contextlib2'
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9e995dbb8b524233e22c460dca97c252313492ccf821f04e84f48e8975a8aa79cbfe7f3e8ad5135e19352b3981536a01effbff7e39ff1d76af41450faa91b0a1')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-contextlib2() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-contextlib2() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-contextlib2/repos/community-any/PKGBUILD (from rev 511579, 
python-contextlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 12:52:32 UTC (rev 511580)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Cedric Girard 
+
+_pkgname=contextlib2
+pkgbase=python-$_pkgname
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Backport of the standard library's contextlib module to earlier 
Python versions"
+arch=('any')
+url='https://github.com/jazzband/contextlib2'
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
+sha512sums=('586e5dcd0ae54661df8a7a0be7868f514af2b3fa35328ad56a42dfd793deab9b0487e6b4aacb8ae727607d8b8cf2cf2a3a8f017cec1c2f975ea015afaa83382b')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-contextlib2() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-contextlib2() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-09-23 Thread Filipe Laíns via arch-commits
Date: Monday, September 23, 2019 @ 12:52:18
  Author: ffy00
Revision: 511579

upgpkg: python-contextlib2 0.6.0-1

Modified:
  python-contextlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 11:40:26 UTC (rev 511578)
+++ PKGBUILD2019-09-23 12:52:18 UTC (rev 511579)
@@ -5,8 +5,8 @@
 _pkgname=contextlib2
 pkgbase=python-$_pkgname
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Backport of the standard library's contextlib module to earlier 
Python versions"
 arch=('any')
 url='https://github.com/jazzband/contextlib2'
@@ -13,7 +13,7 @@
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9e995dbb8b524233e22c460dca97c252313492ccf821f04e84f48e8975a8aa79cbfe7f3e8ad5135e19352b3981536a01effbff7e39ff1d76af41450faa91b0a1')
+sha512sums=('586e5dcd0ae54661df8a7a0be7868f514af2b3fa35328ad56a42dfd793deab9b0487e6b4aacb8ae727607d8b8cf2cf2a3a8f017cec1c2f975ea015afaa83382b')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2019-09-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, September 23, 2019 @ 11:40:26
  Author: svenstaro
Revision: 511578

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 511577, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 11:40:21 UTC (rev 511577)
+++ PKGBUILD2019-09-23 11:40:26 UTC (rev 511578)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo)
-pkgver=0.14.4
-pkgrel=2
-pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('fb51b8182a7279aab4740f0d5cea5c1da4c6ac82845fceca221f7b9630036e1059c2c946f16815eea004e4962bf6974f3c77bfb7c90039e09852f5f36173b5c0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
-  # so we write our own header
-  {
-  echo "#compdef kitty"
-  python __main__.py + complete setup zsh
-  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 511577, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 11:40:26 UTC (rev 511578)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo)
+pkgver=0.14.5
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('079a92f55928b4b09be19f8e0ba692a6237212b4fe6a8675295533ccbecd6081219a60b86219e294777ef95bb73aef04d5e4503b71052329aa9b4a2e698c9e49')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package --update-check-interval=0
+}
+
+package_kitty() {
+  depends+=('kitty-terminfo')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp -r linux-package "${pkgdir}"/usr
+
+  # completions
+  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
+  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
+  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
+  # so we write our own header
+  {
+  echo "#compdef kitty"
+  python __main__.py + complete setup zsh
+  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
+
+  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
+
+  rm -r 

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

2019-09-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, September 23, 2019 @ 11:40:21
  Author: svenstaro
Revision: 511577

upgpkg: kitty 0.14.5-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 11:35:44 UTC (rev 511576)
+++ PKGBUILD2019-09-23 11:40:21 UTC (rev 511577)
@@ -5,8 +5,8 @@
 
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo)
-pkgver=0.14.4
-pkgrel=2
+pkgver=0.14.5
+pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty;
@@ -15,7 +15,7 @@
 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('fb51b8182a7279aab4740f0d5cea5c1da4c6ac82845fceca221f7b9630036e1059c2c946f16815eea004e4962bf6974f3c77bfb7c90039e09852f5f36173b5c0')
+sha512sums=('079a92f55928b4b09be19f8e0ba692a6237212b4fe6a8675295533ccbecd6081219a60b86219e294777ef95bb73aef04d5e4503b71052329aa9b4a2e698c9e49')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in arc-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-09-23 Thread NicoHood via arch-commits
Date: Monday, September 23, 2019 @ 11:35:44
  Author: nicohood
Revision: 511576

archrelease: copy trunk to community-any

Added:
  arc-gtk-theme/repos/community-any/PKGBUILD
(from rev 511575, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
  arc-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 11:35:32 UTC (rev 511575)
+++ PKGBUILD2019-09-23 11:35:44 UTC (rev 511576)
@@ -1,57 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20190910
-pkgrel=1
-arch=('any')
-# Upstream url: https://github.com/horst3180/arc-theme
-# Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
-url="https://github.com/arc-design/arc-theme;
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
-'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes'
-#'resvg: building the package faster'
-)
-makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
-
-source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('702410044157c0686f7e60da125a321fc46672fa6aa5eaebfd8a37b2e35e4a3c1af88286f4c10c4f40be935b624df0fa4b70504d99d949b7e503beb90be6ce09'
-'SKIP')
-validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
-  '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
-
-prepare() {
-cp -a ${_pkgname}-${pkgver}{,-solid}
-}
-
-build() {
-cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.30
-
-cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
-}
-
-package_arc-gtk-theme() {
-replaces=('gtk-theme-arc')
-
-cd ${_pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
-replaces=('gtk-theme-arc-solid')
-
-cd ${_pkgname}-${pkgver}-solid
-make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 511575, 
arc-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 11:35:44 UTC (rev 511576)
@@ -0,0 +1,57 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+pkgver=20190917
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
+url="https://github.com/arc-design/arc-theme;
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+'gtk-engine-murrine: for gtk2 themes'
+'gnome-themes-standard: for gtk2 themes'
+#'resvg: building the package faster'
+)
+makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
+
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('da3e98e696160542fc77678193ff4fdeecc1cab7b4c1ec57e1bd850486a80547e1d688c9784f5ef422f097449f1105c071a3ff917c25a6a315fe970bedf10c6f'
+'SKIP')
+validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
+  '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
+
+prepare() {
+cp -a ${_pkgname}-${pkgver}{,-solid}
+}
+
+build() {
+cd ${_pkgname}-${pkgver}
+./autogen.sh --prefix=/usr --with-gnome-shell=3.30
+
+cd ../${_pkgname}-${pkgver}-solid
+./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
+}
+
+package_arc-gtk-theme() {
+replaces=('gtk-theme-arc')
+
+cd ${_pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+replaces=('gtk-theme-arc-solid')
+
+cd ${_pkgname}-${pkgver}-solid
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2019-09-23 Thread NicoHood via arch-commits
Date: Monday, September 23, 2019 @ 11:35:32
  Author: nicohood
Revision: 511575

upgpkg: arc-gtk-theme 20190917-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 11:21:21 UTC (rev 511574)
+++ PKGBUILD2019-09-23 11:35:32 UTC (rev 511575)
@@ -8,7 +8,7 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20190910
+pkgver=20190917
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -24,7 +24,7 @@
 
 
source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
 
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('702410044157c0686f7e60da125a321fc46672fa6aa5eaebfd8a37b2e35e4a3c1af88286f4c10c4f40be935b624df0fa4b70504d99d949b7e503beb90be6ce09'
+sha512sums=('da3e98e696160542fc77678193ff4fdeecc1cab7b4c1ec57e1bd850486a80547e1d688c9784f5ef422f097449f1105c071a3ff917c25a6a315fe970bedf10c6f'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
   '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom


  1   2   >