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

2020-07-06 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 7, 2020 @ 01:15:44
  Author: bisson
Revision: 390928

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 390927, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 390927, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 390927, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 390927, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 01:13:49 UTC (rev 390927)
+++ PKGBUILD2020-07-07 01:15:44 UTC (rev 390928)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.24
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
-'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
-'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
-'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
-'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
-'wildmidi' 'yajl' 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-  '-Dtremor=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 390927, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 01:15:44 UTC (rev 390928)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.25
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
+'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
+'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
+'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
+'wildmidi' 'yajl' 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')

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

2020-07-06 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 7, 2020 @ 01:13:49
  Author: bisson
Revision: 390927

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:36:54 UTC (rev 390926)
+++ PKGBUILD2020-07-07 01:13:49 UTC (rev 390927)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21.24
+pkgver=0.21.25
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -24,7 +24,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6'
+sha256sums=('20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:25:51
  Author: arodseth
Revision: 658095

archrelease: copy trunk to community-staging-x86_64

Added:
  lua-sdl2/repos/community-staging-x86_64/
  lua-sdl2/repos/community-staging-x86_64/PKGBUILD
(from rev 658094, lua-sdl2/trunk/PKGBUILD)

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

Copied: lua-sdl2/repos/community-staging-x86_64/PKGBUILD (from rev 658094, 
lua-sdl2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-06 23:25:51 UTC (rev 658095)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=lua-sdl2
+pkgver=2.0.5.6.0
+pkgrel=3
+_lua=5.3
+pkgdesc='Pure C binding of SDL 2.0 for Lua'
+arch=(x86_64)
+url='https://github.com/Tangent128/luasdl2'
+license=(MIT)
+depends=(lua53 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf)
+makedepends=(cmake git ninja)
+source=("git+$url#commit=01a749db3acf300dfd3eee3a6ba38dbe298d1081") # tag: 
v2.0.5-6.0
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname/-} \
+-DWITH_LUAVER=${_lua/./} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_DOCSDIR="share/doc/$pkgname" \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 luasdl2/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:23:12
  Author: arodseth
Revision: 658094

upgpkg: lua-sdl2 2.0.5.6.0-3

Modified:
  lua-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 23:22:36 UTC (rev 658093)
+++ PKGBUILD2020-07-06 23:23:12 UTC (rev 658094)
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(lua53 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf)
 makedepends=(cmake git ninja)
-source=('git+https://github.com/Tangent128/luasdl2#commit=01a749db3acf300dfd3eee3a6ba38dbe298d1081')
 # tag: v2.0.5-6.0
+source=("git+$url#commit=01a749db3acf300dfd3eee3a6ba38dbe298d1081") # tag: 
v2.0.5-6.0
 md5sums=('SKIP')
 
 build() {


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

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 23:22:36
  Author: bgyorgy
Revision: 658093

archrelease: copy trunk to community-x86_64

Added:
  vokoscreen/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch
(from rev 658092, 
vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch)
  vokoscreen/repos/community-x86_64/PKGBUILD
(from rev 658092, vokoscreen/trunk/PKGBUILD)
  vokoscreen/repos/community-x86_64/qt-5.15.patch
(from rev 658092, vokoscreen/trunk/qt-5.15.patch)
Deleted:
  vokoscreen/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch
  vokoscreen/repos/community-x86_64/PKGBUILD
  vokoscreen/repos/community-x86_64/qt-5.15.patch

-+
 0001-Add-better-integration-for-Linux.patch |  216 +-
 PKGBUILD|   82 -
 qt-5.15.patch   |   46 ++---
 3 files changed, 172 insertions(+), 172 deletions(-)

Deleted: 0001-Add-better-integration-for-Linux.patch
===
--- 0001-Add-better-integration-for-Linux.patch 2020-07-06 23:22:32 UTC (rev 
658092)
+++ 0001-Add-better-integration-for-Linux.patch 2020-07-06 23:22:36 UTC (rev 
658093)
@@ -1,108 +0,0 @@
-From 0a3784095ecca582f7eb09551ceb34c309d83637 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 6 Jul 2020 15:14:26 +0200
-Subject: [PATCH] Add better integration for Linux
-
-Add AppStream metadata, add installation target.

- src/applications/INFO |  1 +
- src/applications/vokoscreenNG.appdata.xml | 45 +++
- src/vokoscreenNG.pro  | 25 +
- 3 files changed, 71 insertions(+)
- create mode 100644 src/applications/vokoscreenNG.appdata.xml
-
-diff --git a/src/applications/INFO b/src/applications/INFO
-index 4195de8f..1c1bd870 100644
 a/src/applications/INFO
-+++ b/src/applications/INFO
-@@ -1,2 +1,3 @@
-+vokoscreenNG.appdata.xml
- vokoscreenNG.desktop
- vokoscreenNG.png
-diff --git a/src/applications/vokoscreenNG.appdata.xml 
b/src/applications/vokoscreenNG.appdata.xml
-new file mode 100644
-index ..883f4ae2
 /dev/null
-+++ b/src/applications/vokoscreenNG.appdata.xml
-@@ -0,0 +1,45 @@
-+
-+
-+  vokoscreenNG.desktop
-+  CC0-1.0
-+  GPL-2.0
-+  vokoscreenNG
-+  Easy to use desktop recorder
-+  
-+vokoscreenNG is an easy to use screencast creator to record 
educational videos,
-+   live recordings of browser, installation, videoconferences, etc.
-+  
-+  
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-0.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-1.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-2.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-3.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-4.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-5.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-6.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-7.png
-+
-+
-+  https://vokoscreen.volkoh.de/3.0/picture/screencast-8.png
-+
-+  
-+  https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
-+  https://github.com/vkohaupt/vokoscreenNG/issues
-+  https://linuxecke.volkoh.de/vokoscreen/vokoscreen-donate.html
-+  Volker Kohaupt
-+
-diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
-index 69bc5a33..fdf7fd07 100644
 a/src/vokoscreenNG.pro
-+++ b/src/vokoscreenNG.pro
-@@ -152,3 +152,28 @@ include(loadExtensions/loadExtensions.pri)
- 
- # systrayAlternative
- include(systrayAlternative/systrayAlternative.pri)
-+
-+unix:!macx {
-+  isEmpty(PREFIX) {
-+PREFIX = /usr/local
-+  }
-+  isEmpty(BINDIR) {
-+BINDIR = $$PREFIX/bin
-+  }
-+  isEmpty(DATADIR) {
-+DATADIR = $$PREFIX/share
-+  }
-+
-+  target.path = $$BINDIR
-+
-+  icon.files = applications/vokoscreenNG.png
-+  icon.path = $$DATADIR/icons/hicolor/256x256/apps/
-+
-+  desktop.files = applications/vokoscreenNG.desktop
-+  desktop.path = $$DATADIR/applications/
-+
-+  appdata.files = applications/vokoscreenNG.appdata.xml
-+  appdata.path = $$DATADIR/metainfo/
-+
-+  INSTALLS += target icon desktop appdata
-+}
--- 
-2.27.0
-

Copied: 
vokoscreen/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch 
(from rev 658092, vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch)
===
--- 0001-Add-better-integration-for-Linux.patch (rev 0)
+++ 0001-Add-better-integration-for-Linux.patch 2020-07-06 23:22:36 UTC (rev 
658093)
@@ -0,0 +1,108 @@
+From 0a3784095ecca582f7eb09551ceb34c309d83637 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 6 Jul 2020 15:14:26 +0200
+Subject: [PATCH] Add better 

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

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 23:22:32
  Author: bgyorgy
Revision: 658092

upgpkg: vokoscreen 3.0.4-3 - Rebuild for appstream-generator

See: https://github.com/ximion/appstream-generator/issues/84

Modified:
  vokoscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 23:19:28 UTC (rev 658091)
+++ PKGBUILD2020-07-06 23:22:32 UTC (rev 658092)
@@ -7,7 +7,7 @@
 pkgname=vokoscreen
 _pkgname=vokoscreenNG
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Easy to use screencast creator'
 arch=(x86_64)
 url='https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html'


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:19:28
  Author: arodseth
Revision: 658091

upgpkg: lua-sdl2 2.0.5.6.0-3

Modified:
  lua-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 23:09:20 UTC (rev 658090)
+++ PKGBUILD2020-07-06 23:19:28 UTC (rev 658091)
@@ -1,23 +1,18 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=lua-sdl2
-pkgver=2.0.5.6.0.r16.g272a748
-pkgrel=1
+pkgver=2.0.5.6.0
+pkgrel=3
 _lua=5.3
 pkgdesc='Pure C binding of SDL 2.0 for Lua'
 arch=(x86_64)
 url='https://github.com/Tangent128/luasdl2'
 license=(MIT)
-depends=(lua sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf)
-makedepends=(lua git sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf cmake 
ninja)
-source=('git+https://github.com/Tangent128/luasdl2#commit=272a748d652c229e9d8c2c749ac74ced00e3ccb3')
+depends=(lua53 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf)
+makedepends=(cmake git ninja)
+source=('git+https://github.com/Tangent128/luasdl2#commit=01a749db3acf300dfd3eee3a6ba38dbe298d1081')
 # tag: v2.0.5-6.0
 md5sums=('SKIP')
 
-pkgver() {
-  cd ${pkgname/-}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 build() {
   mkdir -p build
   cd build
@@ -24,7 +19,7 @@
   cmake ../${pkgname/-} \
 -DWITH_LUAVER=${_lua/./} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_DOCSDIR=share/doc/$pkgname \
+-DWITH_DOCSDIR="share/doc/$pkgname" \
 -G Ninja
   ninja
 }


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:09:13
  Author: arodseth
Revision: 658089

upgpkg: netsurf 3.10-1

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 23:02:13 UTC (rev 658088)
+++ PKGBUILD2020-07-06 23:09:13 UTC (rev 658089)
@@ -4,20 +4,20 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=netsurf
-pkgver=3.9
-pkgrel=2
+pkgver=3.10
+pkgrel=1
 pkgdesc='Lightweight and fast web browser'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/'
 license=(MIT GPL2)
-depends=(curl gtk3 'libhubbub=0.3.6' libjpeg-turbo 'libnsutils=0.0.5-4'
- 'libutf8proc>=2.4.0' 'libwapcaplet>=0.4.2' 'libdom>=0.4.0')
+depends=(curl gtk3 'libhubbub=0.3.7' libjpeg-turbo 'libnsutils=0.1.0'
+ 'libutf8proc>=2.5.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp)
 # vim is needed only for xxd when building
-makedepends=(check inetutils 'libcss>=0.9.0' 'libnsbmp>=0.1.5'
- 'libnsgif>=0.2.1' 'nsgenbind>=0.7' perl-html-parser setconf vim)
+makedepends=(check inetutils 'libcss>=0.9.1' 'libnsbmp>=0.1.6'
+ 'libnsgif>=0.2.1' 'nsgenbind>=0.8' perl-html-parser setconf vim)
 
source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz;
 netsurf.sh)
-sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff'
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7'
 '34c1f41c02ff3791a1b734197d99ec7f58c403dee05f0f9b7b9b3509d32b51ac')
 
 prepare() {
@@ -24,26 +24,16 @@
   cd "$pkgname-all-$pkgver/$pkgname"
 
   # Fix compilation issues
-  sed -i 's:libutf8proc/::;s:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' \
-utils/idna.c
-
+  sed -i 's:libutf8proc/::;s:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' 
utils/idna.c
   # Use "netsurf" as the name of the executable in /usr/bin
   setconf frontends/gtk/res/netsurf-gtk.desktop 'Exec=netsurf %u'
-
-  # Set build configuration in Makefile.defaults
-  for opt in \
-NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
-NETSURF_USE_DUKTAPE=YES
-  do
-setconf Makefile.defaults "$opt"
-  done
 }
 
 build() {
-  CFLAGS="$CFLAGS -w -Os -funroll-loops" make \
--C "$pkgname-all-$pkgver/$pkgname" \
-NETSURF_GTK_MAJOR=3 \
-TARGET=gtk \
+  CFLAGS="$CFLAGS -w -Os -funroll-loops" \
+make -C "$pkgname-all-$pkgver/$pkgname" \
+NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
+TARGET=gtk3 \
 LIBDIR=lib \
 INCLUDEDIR=include \
 PREFIX=/usr
@@ -51,8 +41,7 @@
 
 package() {
   make -C "$pkgname-all-$pkgver/$pkgname" \
-TARGET=gtk \
-NETSURF_GTK_MAJOR=3 \
+TARGET=gtk3 \
 LIBDIR=lib \
 INCLUDEDIR=include \
 DESTDIR="$pkgdir" \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:09:20
  Author: arodseth
Revision: 658090

archrelease: copy trunk to community-x86_64

Added:
  netsurf/repos/community-x86_64/PKGBUILD
(from rev 658089, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-x86_64/netsurf.sh
(from rev 658089, netsurf/trunk/netsurf.sh)
Deleted:
  netsurf/repos/community-x86_64/PKGBUILD
  netsurf/repos/community-x86_64/netsurf.sh

+
 PKGBUILD   |  143 +++
 netsurf.sh |8 +--
 2 files changed, 70 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 23:09:13 UTC (rev 658089)
+++ PKGBUILD2020-07-06 23:09:20 UTC (rev 658090)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Georgij Kondratjev 
-# Contributor: Daniel J Griffiths 
-
-pkgname=netsurf
-pkgver=3.9
-pkgrel=2
-pkgdesc='Lightweight and fast web browser'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/'
-license=(MIT GPL2)
-depends=(curl gtk3 'libhubbub=0.3.6' libjpeg-turbo 'libnsutils=0.0.5-4'
- 'libutf8proc>=2.4.0' 'libwapcaplet>=0.4.2' 'libdom>=0.4.0')
-# vim is needed only for xxd when building
-makedepends=(check inetutils 'libcss>=0.9.0' 'libnsbmp>=0.1.5'
- 'libnsgif>=0.2.1' 'nsgenbind>=0.7' perl-html-parser setconf vim)
-source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz;
-netsurf.sh)
-sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff'
-'34c1f41c02ff3791a1b734197d99ec7f58c403dee05f0f9b7b9b3509d32b51ac')
-
-prepare() {
-  cd "$pkgname-all-$pkgver/$pkgname"
-
-  # Fix compilation issues
-  sed -i 's:libutf8proc/::;s:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' \
-utils/idna.c
-
-  # Use "netsurf" as the name of the executable in /usr/bin
-  setconf frontends/gtk/res/netsurf-gtk.desktop 'Exec=netsurf %u'
-
-  # Set build configuration in Makefile.defaults
-  for opt in \
-NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
-NETSURF_USE_DUKTAPE=YES
-  do
-setconf Makefile.defaults "$opt"
-  done
-}
-
-build() {
-  CFLAGS="$CFLAGS -w -Os -funroll-loops" make \
--C "$pkgname-all-$pkgver/$pkgname" \
-NETSURF_GTK_MAJOR=3 \
-TARGET=gtk \
-LIBDIR=lib \
-INCLUDEDIR=include \
-PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname-all-$pkgver/$pkgname" \
-TARGET=gtk \
-NETSURF_GTK_MAJOR=3 \
-LIBDIR=lib \
-INCLUDEDIR=include \
-DESTDIR="$pkgdir" \
-PREFIX=/usr \
-install
-
-  # Launch script
-  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  cd "$pkgname-all-$pkgver/$pkgname"
-
-  # Desktop icon and shortcut
-  install -Dm644 frontends/gtk/res/$pkgname.xpm \
-"$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 frontends/gtk/res/$pkgname-gtk.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsurf/repos/community-x86_64/PKGBUILD (from rev 658089, 
netsurf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 23:09:20 UTC (rev 658090)
@@ -0,0 +1,66 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Georgij Kondratjev 
+# Contributor: Daniel J Griffiths 
+
+pkgname=netsurf
+pkgver=3.10
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/'
+license=(MIT GPL2)
+depends=(curl gtk3 'libhubbub=0.3.7' libjpeg-turbo 'libnsutils=0.1.0'
+ 'libutf8proc>=2.5.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp)
+# vim is needed only for xxd when building
+makedepends=(check inetutils 'libcss>=0.9.1' 'libnsbmp>=0.1.6'
+ 'libnsgif>=0.2.1' 'nsgenbind>=0.8' perl-html-parser setconf vim)
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz;
+netsurf.sh)
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7'
+'34c1f41c02ff3791a1b734197d99ec7f58c403dee05f0f9b7b9b3509d32b51ac')
+
+prepare() {
+  cd "$pkgname-all-$pkgver/$pkgname"
+
+  # Fix compilation issues
+  sed -i 's:libutf8proc/::;s:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' 
utils/idna.c
+  # Use "netsurf" as the name of the executable in /usr/bin
+  setconf frontends/gtk/res/netsurf-gtk.desktop 'Exec=netsurf %u'
+}
+
+build() {
+  CFLAGS="$CFLAGS -w -Os -funroll-loops" \
+make -C "$pkgname-all-$pkgver/$pkgname" \
+NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
+TARGET=gtk3 \
+LIBDIR=lib \
+INCLUDEDIR=include \
+PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname-all-$pkgver/$pkgname" \
+TARGET=gtk3 \
+LIBDIR=lib \
+

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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:02:13
  Author: arodseth
Revision: 658088

archrelease: copy trunk to community-x86_64

Added:
  libnsutils/repos/community-x86_64/PKGBUILD
(from rev 658087, libnsutils/trunk/PKGBUILD)
Deleted:
  libnsutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 23:02:08 UTC (rev 658087)
+++ PKGBUILD2020-07-06 23:02:13 UTC (rev 658088)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=libnsutils
-pkgver=0.0.5
-_netsurf=3.9
-pkgrel=4
-pkgdesc='NetSurf Utilities'
-arch=(x86_64)
-url='https://source.netsurf-browser.org/libnsutils.git/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff')
-
-build() {
-  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
-LIBDIR=lib COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd netsurf-all-$_netsurf/$pkgname
-  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
-DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libnsutils.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: libnsutils/repos/community-x86_64/PKGBUILD (from rev 658087, 
libnsutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 23:02:13 UTC (rev 658088)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=libnsutils
+pkgver=0.1.0
+_netsurf=3.10
+pkgrel=1
+pkgdesc='NetSurf Utilities'
+arch=(x86_64)
+url='https://source.netsurf-browser.org/libnsutils.git/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7')
+
+build() {
+  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
+LIBDIR=lib COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd netsurf-all-$_netsurf/$pkgname
+  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
+DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libnsutils.git/plain/Makefile
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 23:02:08
  Author: arodseth
Revision: 658087

upgpkg: libnsutils 0.1.0-1

Modified:
  libnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:47:12 UTC (rev 658086)
+++ PKGBUILD2020-07-06 23:02:08 UTC (rev 658087)
@@ -1,9 +1,9 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=libnsutils
-pkgver=0.0.5
-_netsurf=3.9
-pkgrel=4
+pkgver=0.1.0
+_netsurf=3.10
+pkgrel=1
 pkgdesc='NetSurf Utilities'
 arch=(x86_64)
 url='https://source.netsurf-browser.org/libnsutils.git/'
@@ -10,7 +10,7 @@
 license=(MIT)
 makedepends=(netsurf-buildsystem)
 
source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff')
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7')
 
 build() {
   make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:47:12
  Author: arodseth
Revision: 658086

archrelease: copy trunk to community-x86_64

Added:
  libdom/repos/community-x86_64/PKGBUILD
(from rev 658085, libdom/trunk/PKGBUILD)
Deleted:
  libdom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:39:24 UTC (rev 658085)
+++ PKGBUILD2020-07-06 22:47:12 UTC (rev 658086)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=libdom
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libdom/'
-license=(MIT)
-depends=(expat 'libhubbub>=0.3.7' 'libwapcaplet>=0.4.3')
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  export CFLAGS="$CFLAGS -shared -fPIC -w"
-  export LDFLAGS="$LDFLAGS -shared -z,now"
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-DESTDIR="$pkgdir" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE="lib-shared" \
-install
-
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libdom.git/tree/Makefile
-# vim: ts=2 sw=2 et:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 658085, 
libdom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:47:12 UTC (rev 658086)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=libdom
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libdom/'
+license=(MIT)
+depends=(expat 'libhubbub>=0.3.7' 'libwapcaplet>=0.4.3')
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -shared -fPIC -w"
+  export LDFLAGS="$LDFLAGS -shared -z,now"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+DESTDIR="$pkgdir" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared" \
+install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libdom.git/tree/Makefile
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:39:24
  Author: arodseth
Revision: 658085

archrelease: copy trunk to community-x86_64

Added:
  libdom/repos/community-x86_64/PKGBUILD
(from rev 658084, libdom/trunk/PKGBUILD)
Deleted:
  libdom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:39:11 UTC (rev 658084)
+++ PKGBUILD2020-07-06 22:39:24 UTC (rev 658085)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=libdom
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libdom/'
-license=(MIT)
-depends=(expat 'libhubbub>=0.3.6' 'libwapcaplet>=0.4.2')
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9eb9cd308136d5078fd9a342f391ef65071e8660a0ea29d50cb41d37a8c6b3c7')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  export CFLAGS="$CFLAGS -shared -fPIC -w"
-  export LDFLAGS="$LDFLAGS -shared -z,now"
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-DESTDIR="$pkgdir" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE="lib-shared" \
-install
-
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libdom.git/tree/Makefile
-# vim: ts=2 sw=2 et:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 658084, 
libdom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:39:24 UTC (rev 658085)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=libdom
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libdom/'
+license=(MIT)
+depends=(expat 'libhubbub>=0.3.7' 'libwapcaplet>=0.4.3')
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -shared -fPIC -w"
+  export LDFLAGS="$LDFLAGS -shared -z,now"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+DESTDIR="$pkgdir" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared" \
+install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libdom.git/tree/Makefile
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:39:11
  Author: arodseth
Revision: 658084

upgpkg: libdom 0.4.1-1

Modified:
  libdom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:37:45 UTC (rev 658083)
+++ PKGBUILD2020-07-06 22:39:11 UTC (rev 658084)
@@ -1,16 +1,16 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=libdom
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Implementation of the W3C DOM'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/projects/libdom/'
 license=(MIT)
-depends=(expat 'libhubbub>=0.3.6' 'libwapcaplet>=0.4.2')
+depends=(expat 'libhubbub>=0.3.7' 'libwapcaplet>=0.4.3')
 makedepends=(netsurf-buildsystem)
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9eb9cd308136d5078fd9a342f391ef65071e8660a0ea29d50cb41d37a8c6b3c7')
+sha256sums=('98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a')
 
 prepare() {
   sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:' "$pkgname-$pkgver/Makefile"


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:37:29
  Author: arodseth
Revision: 658082

upgpkg: libhubbub 0.3.7-1

Modified:
  libhubbub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:29:24 UTC (rev 658081)
+++ PKGBUILD2020-07-06 22:37:29 UTC (rev 658082)
@@ -3,7 +3,7 @@
 # Contributor: Paulo Matias 
 
 pkgname=libhubbub
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc='HTML5 compliant parsing library'
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(MIT)
 depends=('libparserutils>=0.2.4')
 makedepends=('netsurf-buildsystem')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
 # no https available
-sha256sums=('d756c795c1a0e08beec4acd68364ac4477960d62fffa3b60da05f5a7763f7bf4')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6')
 
 build() {
   make -C $pkgname-$pkgver \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:37:45
  Author: arodseth
Revision: 658083

archrelease: copy trunk to community-x86_64

Added:
  libhubbub/repos/community-x86_64/PKGBUILD
(from rev 658082, libhubbub/trunk/PKGBUILD)
Deleted:
  libhubbub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:37:29 UTC (rev 658082)
+++ PKGBUILD2020-07-06 22:37:45 UTC (rev 658083)
@@ -1,38 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libhubbub
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='HTML5 compliant parsing library'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/hubbub/'
-license=(MIT)
-depends=('libparserutils>=0.2.4')
-makedepends=('netsurf-buildsystem')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
 # no https available
-sha256sums=('d756c795c1a0e08beec4acd68364ac4477960d62fffa3b60da05f5a7763f7bf4')
-
-build() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-COMPONENT_TYPE=lib-shared \
-install
-
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libhubbub/repos/community-x86_64/PKGBUILD (from rev 658082, 
libhubbub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:37:45 UTC (rev 658083)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Paulo Matias 
+
+pkgname=libhubbub
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='HTML5 compliant parsing library'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/hubbub/'
+license=(MIT)
+depends=('libparserutils>=0.2.4')
+makedepends=('netsurf-buildsystem')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6')
+
+build() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE=lib-shared \
+install
+
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:29:24
  Author: arodseth
Revision: 658081

archrelease: copy trunk to community-x86_64

Added:
  libnsgif/repos/community-x86_64/PKGBUILD
(from rev 658080, libnsgif/trunk/PKGBUILD)
Deleted:
  libnsgif/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:29:08 UTC (rev 658080)
+++ PKGBUILD2020-07-06 22:29:24 UTC (rev 658081)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libnsgif
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Decoding library for the GIF image file format'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsgif/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
-
-build() {
-  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: netsurf-browser.org/projects/libnsgif/
-# vim: ts=2 sw=2 et:

Copied: libnsgif/repos/community-x86_64/PKGBUILD (from rev 658080, 
libnsgif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:29:24 UTC (rev 658081)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Paulo Matias 
+
+pkgname=libnsgif
+pkgver=0.2.1
+pkgrel=3
+pkgdesc='Decoding library for the GIF image file format'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsgif/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
+
+build() {
+  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: netsurf-browser.org/projects/libnsgif/
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:29:08
  Author: arodseth
Revision: 658080

upgpkg: libnsgif 0.2.1-3

Modified:
  libnsgif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
+++ PKGBUILD2020-07-06 22:29:08 UTC (rev 658080)
@@ -4,12 +4,12 @@
 
 pkgname=libnsgif
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Decoding library for the GIF image file format'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/projects/libnsgif/'
 license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
+makedepends=('netsurf-buildsystem>=1.9')
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
 sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
 


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:16:17
  Author: arodseth
Revision: 658079

archrelease: copy trunk to community-x86_64

Added:
  libnsbmp/repos/community-x86_64/PKGBUILD
(from rev 658078, libnsbmp/trunk/PKGBUILD)
Deleted:
  libnsbmp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:15:58 UTC (rev 658078)
+++ PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libnsbmp
-pkgver=0.1.5
-pkgrel=2
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsbmp/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('65cc0d81727e2ece417b7997ba2451309f07a4e5932e52019a20867640152b52')
-
-build() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 658078, 
libnsbmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libnsbmp
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsbmp/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f')
+
+build() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:15:58
  Author: arodseth
Revision: 658078

upgpkg: libnsbmp 0.1.6-1

Modified:
  libnsbmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
+++ PKGBUILD2020-07-06 22:15:58 UTC (rev 658078)
@@ -3,15 +3,15 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libnsbmp
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
 pkgdesc='Decoding library for BMP and ICO image file formats'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/projects/libnsbmp/'
 license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
+makedepends=('netsurf-buildsystem>=1.9')
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('65cc0d81727e2ece417b7997ba2451309f07a4e5932e52019a20867640152b52')
+sha256sums=('79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f')
 
 build() {
   make -C $pkgname-$pkgver \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:14:30
  Author: arodseth
Revision: 658077

archrelease: copy trunk to community-x86_64

Added:
  libwapcaplet/repos/community-x86_64/PKGBUILD
(from rev 658076, libwapcaplet/trunk/PKGBUILD)
Deleted:
  libwapcaplet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
+++ PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libwapcaplet/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
-$pkgname-$pkgver/Makefile
-}
-
-build() {
-  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-COMPONENT_TYPE=lib-shared \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 658076, 
libwapcaplet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libwapcaplet
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libwapcaplet/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
+$pkgname-$pkgver/Makefile
+}
+
+build() {
+  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE=lib-shared \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:13:58
  Author: arodseth
Revision: 658076

archrelease: copy trunk to community-x86_64

Added:
  libcss/repos/community-x86_64/PKGBUILD
(from rev 658075, libcss/trunk/PKGBUILD)
Deleted:
  libcss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:13:37 UTC (rev 658075)
+++ PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libcss/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.2')
-source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('b98fba7664bd5307cb39a6101098da76f635a97e157b87f45e9ce42ada9089ef')
-
-prepare() {
-  sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  export CFLAGS="$CFLAGS -w"
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-install
-
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 658075, 
libcss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libcss/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.3')
+source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('d2dce16e93392e8d6a7209420d47c2d56a3811701a0e81a724fc541c63d3c6dc')
+
+prepare() {
+  sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -w"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  export CFLAGS="$CFLAGS -w"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:13:37
  Author: arodseth
Revision: 658075

upgpkg: libcss 0.9.1-1

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
+++ PKGBUILD2020-07-06 22:13:37 UTC (rev 658075)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libcss
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='CSS parser and selection engine'
 arch=(x86_64)
@@ -10,9 +10,9 @@
 url='https://www.netsurf-browser.org/projects/libcss/'
 license=(MIT)
 makedepends=(netsurf-buildsystem)
-depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.2')
+depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.3')
 
source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('b98fba7664bd5307cb39a6101098da76f635a97e157b87f45e9ce42ada9089ef')
+sha256sums=('d2dce16e93392e8d6a7209420d47c2d56a3811701a0e81a724fc541c63d3c6dc')
 
 prepare() {
   sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
@@ -28,6 +28,7 @@
 }
 
 package() {
+  export CFLAGS="$CFLAGS -w"
   make -C "$pkgname-$pkgver" \
 INCLUDEDIR=include \
 LIBDIR=lib \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:08:26
  Author: arodseth
Revision: 658074

archrelease: copy trunk to community-x86_64

Added:
  libwapcaplet/repos/community-x86_64/PKGBUILD
(from rev 658073, libwapcaplet/trunk/PKGBUILD)
Deleted:
  libwapcaplet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:08:08 UTC (rev 658073)
+++ PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libwapcaplet/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('063d248ab3f206808c414934a105f6cb6426e2f0baf3bdd20a712179ecfa5cba')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
-$pkgname-$pkgver/Makefile
-}
-
-build() {
-  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-COMPONENT_TYPE=lib-shared \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 658073, 
libwapcaplet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libwapcaplet
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libwapcaplet/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
+$pkgname-$pkgver/Makefile
+}
+
+build() {
+  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE=lib-shared \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:08:08
  Author: arodseth
Revision: 658073

upgpkg: libwapcaplet 0.4.3-1

Modified:
  libwapcaplet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:57:36 UTC (rev 658072)
+++ PKGBUILD2020-07-06 22:08:08 UTC (rev 658073)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libwapcaplet
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc='String internment library with rapid string comparison'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(netsurf-buildsystem)
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('063d248ab3f206808c414934a105f6cb6426e2f0baf3bdd20a712179ecfa5cba')
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
 
 prepare() {
   sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 21:43:34
  Author: arodseth
Revision: 658071

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 658070, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 21:42:56 UTC (rev 658070)
+++ PKGBUILD2020-07-06 21:43:34 UTC (rev 658071)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=setconf
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='Utility for easily changing settings in configuration files'
-arch=(any)
-url='https://setconf.roboticoverlords.org/'
-license=(GPL2)
-depends=(python)
-source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
-'SKIP')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# getver: setconf.roboticoverlords.org
-# vim: ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 658070, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 21:43:34 UTC (rev 658071)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=setconf
+pkgver=0.7.7
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=(any)
+url='https://setconf.roboticoverlords.org/'
+license=(GPL2)
+depends=(python)
+source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
+'SKIP')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# getver: setconf.roboticoverlords.org
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 21:42:56
  Author: arodseth
Revision: 658070

upgpkg: setconf 0.7.7-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:27:20 UTC (rev 658069)
+++ PKGBUILD2020-07-06 21:42:56 UTC (rev 658070)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=setconf
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
+sha256sums=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
 'SKIP')
 
 package() {


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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:36:54
  Author: eworm
Revision: 390926

archrelease: copy trunk to testing-x86_64

Added:
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 390925, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/reproducible.patch
(from rev 390925, keyutils/trunk/reproducible.patch)
  keyutils/repos/testing-x86_64/request-key.conf.patch
(from rev 390925, keyutils/trunk/request-key.conf.patch)

+
 PKGBUILD   |   39 +++
 reproducible.patch |   24 
 request-key.conf.patch |   21 +
 3 files changed, 84 insertions(+)

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 390925, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-06 21:36:54 UTC (rev 390926)
@@ -0,0 +1,39 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tobias Powalowski 
+
+pkgname=keyutils
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Linux Key Management Utilities'
+arch=('x86_64')
+url='https://www.kernel.org/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+makedepends=('git')
+provides=('libkeyutils.so')
+backup=('etc/request-key.conf')
+validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed;
+'request-key.conf.patch' 'reproducible.patch')
+sha256sums=('SKIP'
+'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6'
+'7bb7400b2b8c8f0288c86ec9191f8964a1e682745a204013d5fc7c2e1a253d8e')
+
+prepare() {
+  cd ${pkgname}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+
+  # make keyutils reproducible
+  patch -Np1 -i ../reproducible.patch
+}
+
+build() {
+  cd ${pkgname}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' 
BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
+}

Copied: keyutils/repos/testing-x86_64/reproducible.patch (from rev 390925, 
keyutils/trunk/reproducible.patch)
===
--- testing-x86_64/reproducible.patch   (rev 0)
+++ testing-x86_64/reproducible.patch   2020-07-06 21:36:54 UTC (rev 390926)
@@ -0,0 +1,24 @@
+Adhere to the SOURCE_DATE_EPOCH standard and use it's date when set
+otherwise fall back to the default behaviour.
+
+Signed-off-by: Jelle van der Waa 
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 33a451e..9066d5d 100644
+--- a/Makefile
 b/Makefile
+@@ -108,7 +108,7 @@ all: keyctl request-key key.dns_resolver
+ 
###
+ #RPATH = -Wl,-rpath,$(LIBDIR)
+ 
+-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
++VCPPFLAGS := -DPKGBUILD="\"$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%F)\""
+ VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
+ VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
+ 
+-- 
+2.21.0
+

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 390925, 
keyutils/trunk/request-key.conf.patch)
===
--- testing-x86_64/request-key.conf.patch   (rev 0)
+++ testing-x86_64/request-key.conf.patch   2020-07-06 21:36:54 UTC (rev 
390926)
@@ -0,0 +1,21 @@
+--- request-key.conf.old   2013-05-28 15:34:10.966001242 +0200
 request-key.conf   2013-05-28 15:35:34.857969598 +0200
+@@ -31,11 +31,11 @@
+ 
+ #OP   TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
+ #==   === === === 
===
+-create  dns_resolver **   /sbin/key.dns_resolver 
%k
+-createuserdebug:* negate  /bin/keyctl negate %k 
30 %S
+-create  userdebug:* rejected/bin/keyctl reject %k 30 %c %S
+-create  userdebug:* expired /bin/keyctl reject %k 30 %c %S
+-create  userdebug:* revoked /bin/keyctl reject %k 30 %c %S
+-createuserdebug:loop:**   |/bin/cat
++create  dns_resolver **   
/usr/bin/key.dns_resolver %k
++createuserdebug:* negate  /usr/bin/keyctl negate 
%k 30 %S
++create  userdebug:* rejected/usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* expired /usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* revoked /usr/bin/keyctl reject %k 30 
%c %S

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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:36:48
  Author: eworm
Revision: 390925

upgpkg: keyutils 1.6.2-1: new upstream release

Modified:
  keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:26:58 UTC (rev 390924)
+++ PKGBUILD2020-07-06 21:36:48 UTC (rev 390925)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=keyutils
-pkgver=1.6.1
-pkgrel=4
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Linux Key Management Utilities'
 arch=('x86_64')
 url='https://www.kernel.org/'


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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:27:16
  Author: eworm
Revision: 658068

upgpkg: lib32-libpng 1.6.37-3: drop apng support

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:20:18 UTC (rev 658067)
+++ PKGBUILD2020-07-06 21:27:16 UTC (rev 658068)
@@ -6,9 +6,8 @@
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
 pkgver=1.6.37
-_apngver=1.6.37
 _libversion=16
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
 arch=('x86_64')
 url="http://www.libpng.org/pub/png/libpng.html;
@@ -15,20 +14,9 @@
 license=('custom')
 depends=('lib32-zlib' $_pkgbasename)
 makedepends=(gcc-multilib)
-source=("https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
-
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
-'823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6')
+source=("https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;)
+sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca')
 
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch"
-
-}
-
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"


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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:27:20
  Author: eworm
Revision: 658069

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libpng/repos/multilib-testing-x86_64/
  lib32-libpng/repos/multilib-testing-x86_64/PKGBUILD
(from rev 658068, lib32-libpng/trunk/PKGBUILD)

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

Copied: lib32-libpng/repos/multilib-testing-x86_64/PKGBUILD (from rev 658068, 
lib32-libpng/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-07-06 21:27:20 UTC (rev 658069)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.37
+_libversion=16
+pkgrel=3
+pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
+arch=('x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=("https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;)
+sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--program-suffix=-32 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  rm "$pkgdir/usr/bin/libpng-config"
+  ln -s "libpng${_libversion}-config-32" "$pkgdir/usr/bin/libpng-config-32"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:26:49
  Author: eworm
Revision: 390923

upgpkg: libpng 1.6.37-3: drop apng support

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 20:34:18 UTC (rev 390922)
+++ PKGBUILD2020-07-06 21:26:49 UTC (rev 390923)
@@ -5,8 +5,7 @@
 
 pkgname=libpng
 pkgver=1.6.37
-_apngver=1.6.37
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('x86_64')
 url="http://www.libpng.org/pub/png/libpng.html;
@@ -13,19 +12,9 @@
 license=('custom')
 depends=('zlib' 'sh')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
-'823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:26:58
  Author: eworm
Revision: 390924

archrelease: copy trunk to testing-x86_64

Added:
  libpng/repos/testing-x86_64/
  libpng/repos/testing-x86_64/PKGBUILD
(from rev 390923, libpng/trunk/PKGBUILD)

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

Copied: libpng/repos/testing-x86_64/PKGBUILD (from rev 390923, 
libpng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-06 21:26:58 UTC (rev 390924)
@@ -0,0 +1,43 @@
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.6.37
+pkgrel=3
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd contrib/pngminus
+  make PNGLIB_SHARED="-L$pkgdir/usr/lib -lpng" CFLAGS="$CFLAGS" 
LDFLAGS="$LDFLAGS" png2pnm pnm2png
+  install -m0755 png2pnm pnm2png "$pkgdir/usr/bin/"
+}


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

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:19:56
  Author: polyzen
Revision: 658066

upgpkg: firefox-tree-style-tab 3.5.7-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:16:08 UTC (rev 658065)
+++ PKGBUILD2020-07-06 21:19:56 UTC (rev 658066)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.5
+pkgver=3.5.7
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('2f9396542b0990818d1490f5cb712f022da9a2e735148e44fedfcbd880137e25')
+sha256sums=('338a1d176783986caf532be3e33efc4093e3e3730e769fdd0a79ce2bc007693a')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:20:18
  Author: polyzen
Revision: 658067

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 658066, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 21:19:56 UTC (rev 658066)
+++ PKGBUILD2020-07-06 21:20:18 UTC (rev 658067)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.5
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('2f9396542b0990818d1490f5cb712f022da9a2e735148e44fedfcbd880137e25')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 658066, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 21:20:18 UTC (rev 658067)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.7
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('338a1d176783986caf532be3e33efc4093e3e3730e769fdd0a79ce2bc007693a')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:16:08
  Author: polyzen
Revision: 658065

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 658064, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 21:15:42 UTC (rev 658064)
+++ PKGBUILD2020-07-06 21:16:08 UTC (rev 658065)
@@ -1,45 +0,0 @@
-# Maintainer: schuay 
-# Maintainer: Levente Polyak 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.9.3
-pkgrel=1
-pkgdesc='Simple, vim-like file manager'
-arch=('any')
-url='https://ranger.github.io'
-license=('GPL')
-depends=('python')
-optdepends=(
-'atool: for previews of archives'
-'elinks: for previews of html pages'
-'ffmpegthumbnailer: for video previews'
-'highlight: for syntax highlighting of code'
-'libcaca: for ASCII-art image previews'
-'lynx: for previews of html pages'
-'mediainfo: for viewing information about media files'
-'odt2txt: for OpenDocument texts'
-'perl-image-exiftool: for viewing information about media files'
-'poppler: for pdf previews'
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'transmission-cli: for viewing bittorrent information'
-'w3m: for previews of images and html pages')
-checkdepends=('python-pytest')
-source=(https://ranger.github.io/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha512sums=('5cd7bea714a6542d0a5445f5f0cf929b2df4377df3ef710f3786c6c46dd58b017a8060cde3969076637bfaac03c13297d3020fd82f4574dc49546ca223c0e8d3'
-'SKIP')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF'
-  '66FA95C0F1619BDA520A41F60D63346A5D15D055') # huterich
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test_pytest
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: ranger/repos/community-any/PKGBUILD (from rev 658064, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 21:16:08 UTC (rev 658065)
@@ -0,0 +1,46 @@
+# Maintainer: schuay 
+# Maintainer: Levente Polyak 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.3
+pkgrel=2
+pkgdesc='Simple, vim-like file manager'
+arch=('any')
+url='https://ranger.github.io'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'ueberzug: for previews of images'
+'w3m: for previews of images and html pages')
+checkdepends=('python-pytest')
+source=(https://ranger.github.io/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha512sums=('5cd7bea714a6542d0a5445f5f0cf929b2df4377df3ef710f3786c6c46dd58b017a8060cde3969076637bfaac03c13297d3020fd82f4574dc49546ca223c0e8d3'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF'
+  '66FA95C0F1619BDA520A41F60D63346A5D15D055') # huterich
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test_pytest
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:15:42
  Author: polyzen
Revision: 658064

upgpkg: ranger 1.9.3-2: Add ueberzug optdep

Modified:
  ranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:05:08 UTC (rev 658063)
+++ PKGBUILD2020-07-06 21:15:42 UTC (rev 658064)
@@ -4,7 +4,7 @@
 
 pkgname=ranger
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, vim-like file manager'
 arch=('any')
 url='https://ranger.github.io'
@@ -24,6 +24,7 @@
 'python-chardet: in case of encoding detection problems'
 'sudo: to use the "run as root"-feature'
 'transmission-cli: for viewing bittorrent information'
+'ueberzug: for previews of images'
 'w3m: for previews of images and html pages')
 checkdepends=('python-pytest')
 source=(https://ranger.github.io/${pkgname}-${pkgver}.tar.gz{,.sig})


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

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:05:08
  Author: polyzen
Revision: 658063

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 658062, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 21:04:45 UTC (rev 658062)
+++ PKGBUILD2020-07-06 21:05:08 UTC (rev 658063)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-pkgver=20200629
-_pkgver=2020-06-29
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('68673aae5675280fb3f1026f618b80f57a5aaf08ad3ef735acf75c22245a5efc7b96b82972ceacd1b4a4cf48b30a197925e27fac0c6dd3719dde57ad65a0bc70')
-
-pkgver() {
-  echo ${_pkgver//-}
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  cargo build --release --locked
-}
-
-# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
-# check() {
-#   cd $pkgname-$_pkgver
-#   cargo test --release --locked
-# }
-
-package() {
-  cd $pkgname-$_pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 658062, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 21:05:08 UTC (rev 658063)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200706
+_pkgver=2020-07-06
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('6ad2c47eb4e683645ff586fd1e7fde3d434d1f376b75c716bde587140baf18491613e20e9e03fbc9aabb455fbb7b194bb702fba57c7de8e96d54920272415fdb')
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
+# check() {
+#   cd $pkgname-$_pkgver
+#   cargo test --release --locked
+# }
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-07-06 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 21:04:45
  Author: polyzen
Revision: 658062

upgpkg: rust-analyzer 20200706-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 20:36:35 UTC (rev 658061)
+++ PKGBUILD2020-07-06 21:04:45 UTC (rev 658062)
@@ -2,8 +2,8 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-pkgver=20200629
-_pkgver=2020-06-29
+pkgver=20200706
+_pkgver=2020-07-06
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('68673aae5675280fb3f1026f618b80f57a5aaf08ad3ef735acf75c22245a5efc7b96b82972ceacd1b4a4cf48b30a197925e27fac0c6dd3719dde57ad65a0bc70')
+sha512sums=('6ad2c47eb4e683645ff586fd1e7fde3d434d1f376b75c716bde587140baf18491613e20e9e03fbc9aabb455fbb7b194bb702fba57c7de8e96d54920272415fdb')
 
 pkgver() {
   echo ${_pkgver//-}


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

2020-07-06 Thread Filipe Laíns via arch-commits
Date: Monday, July 6, 2020 @ 20:36:35
  Author: ffy00
Revision: 658061

archrelease: copy trunk to community-x86_64

Added:
  entr/repos/community-x86_64/PKGBUILD
(from rev 658060, entr/trunk/PKGBUILD)
Deleted:
  entr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 20:35:16 UTC (rev 658060)
+++ PKGBUILD2020-07-06 20:36:35 UTC (rev 658061)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=entr
-pkgver=4.4
-pkgrel=1
-pkgdesc='Run arbitrary commands when files change'
-arch=('x86_64')
-url='http://eradman.com/entrproject'
-license=('MIT')
-validpgpkeys=(519151D83E83D40A232B4D615C418B8631BC7C26) # Eric Radman 

-source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('355bc19cfee9a9b5a460b136d8db014a1d129b6e4c95d905c1c4557cf7d845a076d260798ae8b84221563c049a9bd6d81974f00eea681abaf2eac2f2f5e6d087'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export PREFIX='/usr'
-
-  ./configure
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: entr/repos/community-x86_64/PKGBUILD (from rev 658060, 
entr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 20:36:35 UTC (rev 658061)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=entr
+pkgver=4.6
+pkgrel=1
+pkgdesc='Run arbitrary commands when files change'
+arch=('x86_64')
+url='http://eradman.com/entrproject'
+license=('MIT')
+validpgpkeys=(519151D83E83D40A232B4D615C418B8631BC7C26) # Eric Radman 

+source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('41e8c2311c7833a778193b13d1e0b1bb18ece54f5e20b8b5b0b4a2308ba1cc1a8b8378700dbac83ee68822b5f847a3fa9c47822d22a22d45da792d2408f48378'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PREFIX='/usr'
+
+  ./configure
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-06 Thread Filipe Laíns via arch-commits
Date: Monday, July 6, 2020 @ 20:35:16
  Author: ffy00
Revision: 658060

upgpkg: entr 4.6-1

Modified:
  entr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 20:15:22 UTC (rev 658059)
+++ PKGBUILD2020-07-06 20:35:16 UTC (rev 658060)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=entr
-pkgver=4.4
+pkgver=4.6
 pkgrel=1
 pkgdesc='Run arbitrary commands when files change'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('MIT')
 validpgpkeys=(519151D83E83D40A232B4D615C418B8631BC7C26) # Eric Radman 

 source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('355bc19cfee9a9b5a460b136d8db014a1d129b6e4c95d905c1c4557cf7d845a076d260798ae8b84221563c049a9bd6d81974f00eea681abaf2eac2f2f5e6d087'
+sha512sums=('41e8c2311c7833a778193b13d1e0b1bb18ece54f5e20b8b5b0b4a2308ba1cc1a8b8378700dbac83ee68822b5f847a3fa9c47822d22a22d45da792d2408f48378'
 'SKIP')
 
 build() {


[arch-commits] Commit in qt5-webengine/trunk (3 files)

2020-07-06 Thread Antonio Rojas via arch-commits
Date: Monday, July 6, 2020 @ 20:34:03
  Author: arojas
Revision: 390921

Backport some bug fixes, mainly for qutebrowser (FS#67207)

Modified:
  qt5-webengine/trunk/PKGBUILD
  qt5-webengine/trunk/qt5-webengine-gcc10.patch
Deleted:
  qt5-webengine/trunk/icu67.patch

---+
 PKGBUILD  |   36 ++---
 icu67.patch   |  169 
 qt5-webengine-gcc10.patch |4 -
 3 files changed, 28 insertions(+), 181 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:54:14 UTC (rev 390920)
+++ PKGBUILD2020-07-06 20:34:03 UTC (rev 390921)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -15,22 +15,38 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-icu67.patch
+
qt5-webengine-icu67.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=e941f2bd;
 qt5-webengine-gcc10.patch
-
dark-mode-crash.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=4e8ca195;)
+
dark-mode-crash.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=4e8ca195;
+
qtbug-85119.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=c91f4d20;
+
qtbug-85120.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=242802ab;
+
qtbug-85118.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e42ccdad;
+
qtbug-62957.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=f341988f;
+
qtbug-62957-pre.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=75412200;
+)
 sha256sums=('c38e2fda7ed1b7d5a90f26abf231ec0715d78a5bc39a94673d8e39d75f04c5df'
-'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006'
-'8d73112da8bb95ae9b1c84e403e08563a5dbf3dc02f79cd931e1b0ac15a3be37'
-'7ea054a95045635fcee9ee50a6a28e9aedf182ca97a76cc6dd680fb1a91748e1')
+'22a2265c81bc73dba6843279407ccaec9f192d0987c54a0d9533be7c49b37f29'
+'8a6e0c41f708d6a8f1febb751157642ab985b58c07ada1447b73b71cd31b4d99'
+'7ea054a95045635fcee9ee50a6a28e9aedf182ca97a76cc6dd680fb1a91748e1'
+'758561a5bd52feca16751c37def8e7cd3388073bf5bd072eb0862830c174decc'
+'4bb12a72d40e69052946a6b66fff621f28e40c3d3c11ddeec155133a9204f352'
+'fc976a6a7198121a4c1b6026318098de278412d73634db31b1815a3cc7502657'
+'1a07ab59daa9552ad1a70abd03b00d40e542d9dd64fa6d7404d31c9a51e5eeba'
+'d47ec2111c9713312158f800c01ca9358400b4e11273e470d57a53c36b7565c0')
 
 prepare() {
   mkdir -p build
 
   cd $_pkgfqn
-  patch -Np3 -d src/3rdparty/chromium/v8 < ../icu67.patch # Fix build with ICU 
67
-  cd src/3rdparty/chromium
-  patch -p1 -i "$srcdir"/qt5-webengine-gcc10.patch
-  patch -p2 -i "$srcdir"/dark-mode-crash.patch # Fix crash in qutebrowser when 
using dark mode
+  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-icu67.patch # Fix build 
with ICU 67
+  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-gcc10.patch
+  patch -d src/3rdparty -p1 -i "$srcdir"/dark-mode-crash.patch # Fix crash in 
qutebrowser when using dark mode
+  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85119.patch # Extend url 
library for WebEngine custom schemes
+  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85120.patch # Make XScrnSaver 
optional
+
+  patch -p1 -i ../qtbug-85118.patch # Fix recentlyAudible signal
+  patch -p1 -i ../qtbug-62957-pre.patch # Avoid the network context reset 
during http cache clear
+  patch -p1 -i ../qtbug-62957.patch # Return valid path in Profile::GetPath() 
for incognito profiles
 }
 
 build() {

Deleted: icu67.patch
===
--- icu67.patch 2020-07-06 19:54:14 UTC (rev 390920)
+++ icu67.patch 2020-07-06 20:34:03 UTC (rev 390921)
@@ -1,169 +0,0 @@
-From 2b107e7670ffb43719a66ee4a55ab408a5dcf2a5 Mon Sep 17 00:00:00 2001
-From: Ujjwal Sharma 
-Date: Wed, 22 Apr 2020 12:20:17 +0530
-Subject: [PATCH] deps: V8: backport 3f8dc4b2e5ba
-
-Original commit message:
-
-[intl] Remove soon-to-be removed getAllFieldPositions
-
-Needed to land ICU67.1 soon.
-
-Bug: v8:10393
-Change-Id: I3c7737ca600d6ccfdc46ffaddfb318ce60bc7618
-Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136489
-Reviewed-by: Jakob Kummerow 
-Commit-Queue: Frank Tang 
-Cr-Commit-Position: refs/heads/master@{#67027}
-
-Refs: https://github.com/v8/v8/commit/3f8dc4b2e5baf77b463334c769af85b79d8c1463

- common.gypi |  2 +-
- deps/v8/src/objects/js-number-format.cc | 72 +
- 2 

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

2020-07-06 Thread Antonio Rojas via arch-commits
Date: Monday, July 6, 2020 @ 20:34:18
  Author: arojas
Revision: 390922

archrelease: copy trunk to testing-x86_64

Added:
  qt5-webengine/repos/testing-x86_64/
  qt5-webengine/repos/testing-x86_64/PKGBUILD
(from rev 390921, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/testing-x86_64/qt5-webengine-gcc10.patch
(from rev 390921, qt5-webengine/trunk/qt5-webengine-gcc10.patch)

---+
 PKGBUILD  |   73 
 qt5-webengine-gcc10.patch |   12 +++
 2 files changed, 85 insertions(+)

Copied: qt5-webengine/repos/testing-x86_64/PKGBUILD (from rev 390921, 
qt5-webengine/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-06 20:34:18 UTC (rev 390922)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.15.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 
'krb5' 'ttf-font')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qt5-webengine-icu67.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=e941f2bd;
+qt5-webengine-gcc10.patch
+
dark-mode-crash.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=4e8ca195;
+
qtbug-85119.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=c91f4d20;
+
qtbug-85120.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=242802ab;
+
qtbug-85118.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e42ccdad;
+
qtbug-62957.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=f341988f;
+
qtbug-62957-pre.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=75412200;
+)
+sha256sums=('c38e2fda7ed1b7d5a90f26abf231ec0715d78a5bc39a94673d8e39d75f04c5df'
+'22a2265c81bc73dba6843279407ccaec9f192d0987c54a0d9533be7c49b37f29'
+'8a6e0c41f708d6a8f1febb751157642ab985b58c07ada1447b73b71cd31b4d99'
+'7ea054a95045635fcee9ee50a6a28e9aedf182ca97a76cc6dd680fb1a91748e1'
+'758561a5bd52feca16751c37def8e7cd3388073bf5bd072eb0862830c174decc'
+'4bb12a72d40e69052946a6b66fff621f28e40c3d3c11ddeec155133a9204f352'
+'fc976a6a7198121a4c1b6026318098de278412d73634db31b1815a3cc7502657'
+'1a07ab59daa9552ad1a70abd03b00d40e542d9dd64fa6d7404d31c9a51e5eeba'
+'d47ec2111c9713312158f800c01ca9358400b4e11273e470d57a53c36b7565c0')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-icu67.patch # Fix build 
with ICU 67
+  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-gcc10.patch
+  patch -d src/3rdparty -p1 -i "$srcdir"/dark-mode-crash.patch # Fix crash in 
qutebrowser when using dark mode
+  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85119.patch # Extend url 
library for WebEngine custom schemes
+  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85120.patch # Make XScrnSaver 
optional
+
+  patch -p1 -i ../qtbug-85118.patch # Fix recentlyAudible signal
+  patch -p1 -i ../qtbug-62957-pre.patch # Avoid the network context reset 
during http cache clear
+  patch -p1 -i ../qtbug-62957.patch # Return valid path in Profile::GetPath() 
for incognito profiles
+}
+
+build() {
+  cd build
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu \
+-webengine-kerberos
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Copied: qt5-webengine/repos/testing-x86_64/qt5-webengine-gcc10.patch (from rev 
390921, qt5-webengine/trunk/qt5-webengine-gcc10.patch)
===
--- testing-x86_64/qt5-webengine-gcc10.patch(rev 0)
+++ testing-x86_64/qt5-webengine-gcc10.patch2020-07-06 20:34:18 UTC (rev 
390922)
@@ -0,0 +1,12 @@
+diff --git a/base/trace_event/trace_event_memory_overhead.h 
b/base/trace_event/trace_event_memory_overhead.h
+index 69468d4..3f5b786 100644
+--- 

[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-07-06 Thread Christian Rebischke via arch-commits
Date: Monday, July 6, 2020 @ 20:15:13
  Author: shibumi
Revision: 658058

upgpkg: zsh-theme-powerlevel10k 1.12.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 20:01:26 UTC (rev 658057)
+++ PKGBUILD2020-07-06 20:15:13 UTC (rev 658058)
@@ -5,7 +5,7 @@
 
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.11.0
+pkgver=1.12.0
 _libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
 pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
@@ -23,7 +23,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('28177cc961f1fe5460f5ab1c792b539876f3b613d2b74df4de62ec32581e009067345ac3c98fe7350161e8df3e7774245e3df1eb933f49a0627648fded1198e1'
+sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
 
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
 replaces=('zsh-theme-powerlevel9k')
 


[arch-commits] Commit in zsh-theme-powerlevel10k/repos/community-x86_64 (2 files)

2020-07-06 Thread Christian Rebischke via arch-commits
Date: Monday, July 6, 2020 @ 20:15:22
  Author: shibumi
Revision: 658059

archrelease: copy trunk to community-x86_64

Added:
  zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD
(from rev 658058, zsh-theme-powerlevel10k/trunk/PKGBUILD)
Deleted:
  zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 20:15:13 UTC (rev 658058)
+++ PKGBUILD2020-07-06 20:15:22 UTC (rev 658059)
@@ -1,79 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jeff Henson 
-# Contributor: Ron Asimi 
-# Contributor: Roman Perepelitsa 
-
-pkgname=zsh-theme-powerlevel10k
-# Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.11.0
-_libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
-pkgrel=1
-pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
-arch=('x86_64')
-url='https://github.com/romkatv/powerlevel10k'
-license=('MIT')
-makedepends=('git' 'cmake')
-depends=('glibc' 'zsh')
-optdepends=(
-  'powerline-fonts: patched fonts for powerline'
-  'awesome-terminal-fonts: icon package'
-)
-# _libgit2ver depends on pkgver. They must be updated together. See 
libgit2_version in:
-# 
https://raw.githubusercontent.com/romkatv/powerlevel10k/v${pkgver}/gitstatus/build.info
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
-  
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('28177cc961f1fe5460f5ab1c792b539876f3b613d2b74df4de62ec32581e009067345ac3c98fe7350161e8df3e7774245e3df1eb933f49a0627648fded1198e1'
-
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
-replaces=('zsh-theme-powerlevel9k')
-
-build() {
-  cd "${srcdir}/libgit2-${_libgit2ver}"
-  cmake \
-   -DZERO_NSEC=ON \
-   -DTHREADSAFE=ON \
-   -DUSE_BUNDLED_ZLIB=ON \
-   -DREGEX_BACKEND=builtin \
-   -DUSE_HTTP_PARSER=builtin \
-   -DUSE_SSH=OFF \
-   -DUSE_HTTPS=OFF \
-   -DBUILD_CLAR=OFF \
-   -DUSE_GSSAPI=OFF \
-   -DUSE_NTLMCLIENT=OFF \
-   -DBUILD_SHARED_LIBS=OFF \
-   -DENABLE_REPRODUCIBLE_BUILDS=ON \
-   .
-  make
-
-  # build gitstatus
-  cd "$srcdir/powerlevel10k-${pkgver}/gitstatus"
-  export CXXFLAGS+=" -I${srcdir}/libgit2-${_libgit2ver}/include 
-DGITSTATUS_ZERO_NSEC -D_GNU_SOURCE"
-  export LDFLAGS+=" -L${srcdir}/libgit2-${_libgit2ver}"
-  make
-}
-
-package() {
-  cd "$srcdir/powerlevel10k-${pkgver}"
-  find . -type f -exec install -D '{}' 
"$pkgdir/usr/share/zsh-theme-powerlevel10k/{}" ';'
-  # delete unnecessary files. See also: https://bugs.archlinux.org/task/66737
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/obj"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitignore"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitattributes"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/src"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/deps"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/Makefile"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/mbuild"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitattributes"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitignore"
-  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.clang-format"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
-  # unfortunetaly this is necessary. Otherwise gitstatus/install will try to
-  # sideload the gitstatus binary and place it in $HOME/.cache/gitstatus/
-  mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-$CARCH}
-  # make sure to apply zsh compiling on files in pkgdir
-  cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"
-  for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do
-zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
-  done
-}

Copied: zsh-theme-powerlevel10k/repos/community-x86_64/PKGBUILD (from rev 
658058, zsh-theme-powerlevel10k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 20:15:22 UTC (rev 658059)
@@ -0,0 +1,79 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Jeff Henson 
+# Contributor: Ron Asimi 
+# Contributor: Roman Perepelitsa 
+
+pkgname=zsh-theme-powerlevel10k
+# Whenever pkgver is updated, _libgit2ver below must also be updated.
+pkgver=1.12.0
+_libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
+pkgrel=1
+pkgdesc="Powerlevel10k is a 

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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 20:01:26
  Author: jlichtblau
Revision: 658057

archrelease: copy trunk to community-x86_64

Added:
  aqbanking/repos/community-x86_64/PKGBUILD
(from rev 658056, aqbanking/trunk/PKGBUILD)
Deleted:
  aqbanking/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 20:01:05 UTC (rev 658056)
+++ PKGBUILD2020-07-06 20:01:26 UTC (rev 658057)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: David Moore 
-
-pkgname=aqbanking
-pkgver=6.1.4
-_verid=283
-pkgrel=1
-pkgdesc="A library for online banking and financial applications"
-arch=('x86_64')
-url="https://www.aquamaniac.de/rdm/projects/aqbanking;
-license=('GPL')
-depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
-options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/282/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
-sha256sums=('f3c07a466de96e38b14df7b096304886c8b2b3921f41fd6ab47d3a6cd36431d9'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export PKG_CONFIG=/usr/bin/pkg-config
-  ./configure --prefix=/usr --enable-gwenhywfar \
-  --with-backends="aqhbci aqofxconnect aqpaypal"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 658056, 
aqbanking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 20:01:26 UTC (rev 658057)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=6.2.1
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking;
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/328/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/327/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
+sha256sums=('bab601bf7c3402912438aa2919cd84d498a65749238214fcf881d2a2cfea1fd4'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+  --with-backends="aqhbci aqofxconnect aqpaypal"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 20:01:05
  Author: jlichtblau
Revision: 658056

upgpkg: aqbanking 6.2.1-1 - new upstream release

Modified:
  aqbanking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:41:23 UTC (rev 658055)
+++ PKGBUILD2020-07-06 20:01:05 UTC (rev 658056)
@@ -3,8 +3,7 @@
 # Contributor: David Moore 
 
 pkgname=aqbanking
-pkgver=6.1.4
-_verid=283
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="A library for online banking and financial applications"
 arch=('x86_64')
@@ -12,10 +11,10 @@
 license=('GPL')
 depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
 options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/282/$pkgname-$pkgver.tar.gz.asc)
+source=(https://www.aquamaniac.de/rdm/attachments/download/328/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/327/$pkgname-$pkgver.tar.gz.asc)
 validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
-sha256sums=('f3c07a466de96e38b14df7b096304886c8b2b3921f41fd6ab47d3a6cd36431d9'
+sha256sums=('bab601bf7c3402912438aa2919cd84d498a65749238214fcf881d2a2cfea1fd4'
 'SKIP')
 
 build() {


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:54:06
  Author: heftig
Revision: 390919

1.64.4-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:51:22 UTC (rev 390918)
+++ PKGBUILD2020-07-06 19:54:06 UTC (rev 390919)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.64.3
+pkgver=1.64.4
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git sysprof meson)
 checkdepends=(valgrind xorg-server-xvfb)
 provides=(libgjs.so)
-_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7  # tags/1.64.3^0
+_commit=b35f834a27d31dec27cb71662da60637854020c4  # tags/1.64.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:54:14
  Author: heftig
Revision: 390920

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 390919, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:54:06 UTC (rev 390919)
+++ PKGBUILD2020-07-06 19:54:14 UTC (rev 390920)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.3
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7  # tags/1.64.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 390919, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:54:14 UTC (rev 390920)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.4
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=b35f834a27d31dec27cb71662da60637854020c4  # tags/1.64.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:51:22
  Author: heftig
Revision: 390918

archrelease: copy trunk to extra-x86_64

Added:
  js68/repos/extra-x86_64/PKGBUILD
(from rev 390917, js68/trunk/PKGBUILD)
Deleted:
  js68/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:51:03 UTC (rev 390917)
+++ PKGBUILD2020-07-06 19:51:22 UTC (rev 390918)
@@ -1,83 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js68
-pkgver=68.9.0
-pkgrel=1
-pkgdesc="JavaScript interpreter and libraries - Version 68"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 python rust llvm clang)
-checkdepends=(mercurial git)
-_relver=${pkgver}esr
-source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('935105e1a8a97d64daffb372690e2b566b5f07641f01470929dbbc82d20d4407'
-'SKIP')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-# Make sure the duplication between bin and lib is found
-COMPRESSZST+=(--long)
-
-prepare() {
-  cd firefox-$pkgver
-  mkdir obj
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-jemalloc
---disable-strip
---enable-hardening
---enable-lto
---enable-optimize
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---enable-unaligned-private-values
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  export AR=llvm-ar
-  export NM=llvm-nm
-  export RANLIB=llvm-ranlib
-
-  cd firefox-$pkgver/obj
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd firefox-$pkgver/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd firefox-$pkgver/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js68/repos/extra-x86_64/PKGBUILD (from rev 390917, js68/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:51:22 UTC (rev 390918)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js68
+pkgver=68.10.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 68"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13 python rust llvm clang)
+checkdepends=(mercurial git)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
+sha256sums=('2ec8c2627e46e80fc208584966a2ded7a0a9ff76b55ffccec0623b89b98ded2b'
+'SKIP')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
+prepare() {
+  cd firefox-$pkgver
+  mkdir obj
+}
+
+build() {
+  local configure_args=(
+--prefix=/usr
+--disable-debug
+--disable-debug-symbols
+--disable-jemalloc
+--disable-strip
+--enable-hardening
+--enable-lto
+--enable-optimize
+--enable-posix-nspr-emulation
+--enable-readline
+--enable-release
+--enable-shared-js
+--enable-tests
+--enable-unaligned-private-values
+--with-intl-api
+--with-system-zlib
+--without-system-icu
+  )
+
+  export AR=llvm-ar
+  export NM=llvm-nm
+  export RANLIB=llvm-ranlib
+
+  cd firefox-$pkgver/obj
+
+  sh ../js/src/configure "${configure_args[@]}"
+  make
+}
+
+check() {
+  local jstests_extra_args=(
+--format=none
+--exclude-random
+  ) jittest_extra_args=(
+--format=none
+--timeout 300
+  ) jittest_test_args=(
+basic
+  )
+
+  cd firefox-$pkgver/obj
+  make -C js/src check-jstests check-jit-test \
+JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
+JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
+JITTEST_TEST_ARGS="${jittest_test_args[*]}"
+}
+
+package() {
+  cd firefox-$pkgver/obj
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/*.ajs
+  find 

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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:51:03
  Author: heftig
Revision: 390917

68.10.0-1

Modified:
  js68/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:22:56 UTC (rev 390916)
+++ PKGBUILD2020-07-06 19:51:03 UTC (rev 390917)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js68
-pkgver=68.9.0
+pkgver=68.10.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 68"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 checkdepends=(mercurial git)
 _relver=${pkgver}esr
 
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('935105e1a8a97d64daffb372690e2b566b5f07641f01470929dbbc82d20d4407'
+sha256sums=('2ec8c2627e46e80fc208584966a2ded7a0a9ff76b55ffccec0623b89b98ded2b'
 'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 


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

2020-07-06 Thread Felix Yan via arch-commits
Date: Monday, July 6, 2020 @ 19:41:23
  Author: felixonmars
Revision: 658055

archrelease: copy trunk to community-any

Added:
  python-pytest-isort/repos/community-any/PKGBUILD
(from rev 658054, python-pytest-isort/trunk/PKGBUILD)
Deleted:
  python-pytest-isort/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:41:13 UTC (rev 658054)
+++ PKGBUILD2020-07-06 19:41:23 UTC (rev 658055)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-isort
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='pytest plugin to perform isort checks (import ordering)'
-arch=('any')
-license=('BSD')
-url='https://github.com/moccu/pytest-isort'
-depends=('python-pytest-cache' 'python-isort')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz;)
-sha512sums=('3aec53f72d8df58d8f7e07a63c9c986051261b87c090fb50707e5ec00946c675d7a1e6746c458c035c7359218c299f53f769ffe9c066e8ad5a7eaac268ddd9c6')
-
-build() {
-  cd pytest-isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-}
-
-package() {
-  cd pytest-isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-isort/repos/community-any/PKGBUILD (from rev 658054, 
python-pytest-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:41:23 UTC (rev 658055)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-isort
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='pytest plugin to perform isort checks (import ordering)'
+arch=('any')
+license=('BSD')
+url='https://github.com/moccu/pytest-isort'
+depends=('python-pytest-cache' 'python-isort')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz;)
+sha512sums=('4eb6438ff19501573d925839761fa4cd476fe37ddb6dc618a2d05116cc0ec7680e84cbc88c834329fd7457deb7f88e1e93e67d471192420e6bdf3693c6dc53a3')
+
+build() {
+  cd pytest-isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+}
+
+package() {
+  cd pytest-isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-06 Thread Felix Yan via arch-commits
Date: Monday, July 6, 2020 @ 19:41:13
  Author: felixonmars
Revision: 658054

upgpkg: python-pytest-isort 1.1.0-1

Modified:
  python-pytest-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:34:18 UTC (rev 658053)
+++ PKGBUILD2020-07-06 19:41:13 UTC (rev 658054)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-isort
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='pytest plugin to perform isort checks (import ordering)'
 arch=('any')
@@ -9,7 +9,7 @@
 url='https://github.com/moccu/pytest-isort'
 depends=('python-pytest-cache' 'python-isort')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz;)
-sha512sums=('3aec53f72d8df58d8f7e07a63c9c986051261b87c090fb50707e5ec00946c675d7a1e6746c458c035c7359218c299f53f769ffe9c066e8ad5a7eaac268ddd9c6')
+sha512sums=('4eb6438ff19501573d925839761fa4cd476fe37ddb6dc618a2d05116cc0ec7680e84cbc88c834329fd7457deb7f88e1e93e67d471192420e6bdf3693c6dc53a3')
 
 build() {
   cd pytest-isort-$pkgver


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

2020-07-06 Thread Felix Yan via arch-commits
Date: Monday, July 6, 2020 @ 19:34:07
  Author: felixonmars
Revision: 658052

upgpkg: python-awkward 0.12.22-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 19:22:57 UTC (rev 658051)
+++ PKGBUILD2020-07-06 19:34:07 UTC (rev 658052)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.12.21
+pkgver=0.12.22
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py' 'python-pandas')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('2740b65c22991bc61be1ec57be97dfbfc3d1a6b94bb33b24032777e9755f524d2eb93334b6d655fe90dc01d98dbeb9ba90b3a371b31b022485b3feec8734bbe0')
+sha512sums=('45990cacbeb15aaef026fec9cf7f4703e26db59603e40b230a830033ecf0d6b7834f34c12339fcad48dd834cb0574d44bb6707501f5aee4e93b035fd8d484867')
 
 build() {
   cd awkward-array-$pkgver


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

2020-07-06 Thread Felix Yan via arch-commits
Date: Monday, July 6, 2020 @ 19:34:18
  Author: felixonmars
Revision: 658053

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:34:07 UTC (rev 658052)
+++ PKGBUILD2020-07-06 19:34:18 UTC (rev 658053)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.12.21
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py' 'python-pandas')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('2740b65c22991bc61be1ec57be97dfbfc3d1a6b94bb33b24032777e9755f524d2eb93334b6d655fe90dc01d98dbeb9ba90b3a371b31b022485b3feec8734bbe0')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  pytest tests
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

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


[arch-commits] Commit in lib32-fribidi/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:22:57
  Author: heftig
Revision: 658051

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fribidi/repos/multilib-x86_64/PKGBUILD
(from rev 658050, lib32-fribidi/trunk/PKGBUILD)
Deleted:
  lib32-fribidi/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:21:30 UTC (rev 658050)
+++ PKGBUILD2020-07-06 19:22:57 UTC (rev 658051)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Giovanni Scafora 
-# Contributor: Nezmer 
-
-pkgname=lib32-fribidi
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
-url="https://github.com/fribidi/fribidi/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-glibc fribidi)
-makedepends=(git meson)
-provides=(libfribidi.so)
-_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd fribidi
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd fribidi
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson fribidi build \
---libdir=/usr/lib32 \
--D docs=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "$pkgdir"/usr/{include,share,bin}
-}
-
-# vim:set sw=2 et:

Copied: lib32-fribidi/repos/multilib-x86_64/PKGBUILD (from rev 658050, 
lib32-fribidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:22:57 UTC (rev 658051)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
+# Contributor: Nezmer 
+
+pkgname=lib32-fribidi
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
+url="https://github.com/fribidi/fribidi/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-glibc fribidi)
+makedepends=(git meson)
+provides=(libfribidi.so)
+_commit=5464c284034da9c058269377b7f5013bb089f553  # tags/v1.0.10^0
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fribidi
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  cd fribidi
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson fribidi build \
+--libdir=/usr/lib32 \
+-D docs=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -rf "$pkgdir"/usr/{include,share,bin}
+}
+
+# vim:set sw=2 et:


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:22:56
  Author: heftig
Revision: 390916

archrelease: copy trunk to extra-x86_64

Added:
  fribidi/repos/extra-x86_64/PKGBUILD
(from rev 390915, fribidi/trunk/PKGBUILD)
Deleted:
  fribidi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:21:28 UTC (rev 390915)
+++ PKGBUILD2020-07-06 19:22:56 UTC (rev 390916)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Giovanni Scafora 
-# Contributor: Nezmer 
-
-pkgname=fribidi
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-url="https://github.com/fribidi/fribidi/;
-arch=(x86_64)
-license=(LGPL)
-depends=(glibc)
-makedepends=(git meson)
-provides=(libfribidi.so)
-_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd fribidi
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd fribidi
-}
-
-build() {
-  arch-meson fribidi build \
--D docs=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 390915, 
fribidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:22:56 UTC (rev 390916)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
+# Contributor: Nezmer 
+
+pkgname=fribidi
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+url="https://github.com/fribidi/fribidi/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+provides=(libfribidi.so)
+_commit=5464c284034da9c058269377b7f5013bb089f553  # tags/v1.0.10^0
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fribidi
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  cd fribidi
+}
+
+build() {
+  arch-meson fribidi build \
+-D docs=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:21:30
  Author: heftig
Revision: 658050

1.0.10-1

Modified:
  lib32-fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 18:29:56 UTC (rev 658049)
+++ PKGBUILD2020-07-06 19:21:30 UTC (rev 658050)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=lib32-fribidi
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
 url="https://github.com/fribidi/fribidi/;
@@ -12,7 +12,7 @@
 depends=(lib32-glibc fribidi)
 makedepends=(git meson)
 provides=(libfribidi.so)
-_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
+_commit=5464c284034da9c058269377b7f5013bb089f553  # tags/v1.0.10^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -33,7 +33,7 @@
   arch-meson fribidi build \
 --libdir=/usr/lib32 \
 -D docs=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:21:28
  Author: heftig
Revision: 390915

1.0.10-1

Modified:
  fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 18:51:59 UTC (rev 390914)
+++ PKGBUILD2020-07-06 19:21:28 UTC (rev 390915)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 url="https://github.com/fribidi/fribidi/;
@@ -12,7 +12,7 @@
 depends=(glibc)
 makedepends=(git meson)
 provides=(libfribidi.so)
-_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
+_commit=5464c284034da9c058269377b7f5013bb089f553  # tags/v1.0.10^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 build() {
   arch-meson fribidi build \
 -D docs=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-06 Thread Andreas Radke via arch-commits
Date: Monday, July 6, 2020 @ 18:51:59
  Author: andyrtr
Revision: 390914

archrelease: copy trunk to testing-x86_64

Added:
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 390913, libgcrypt/trunk/PKGBUILD)

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

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 390913, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-06 18:51:59 UTC (rev 390914)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('406b02873833427898d16bcc8483bc5c91c73d4a'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+options=(!makeflags)
+
+prepare() {
+  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
+  #  t-sexp: line 1174: gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0) failed: 
General error
+  #  FAIL: t-sexp
+  sed -i "s:t-secmem::" tests/Makefile.am
+  sed -i "s:t-sexp::" tests/Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd "${pkgname}"-${pkgver}
+  make check
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-06 Thread Andreas Radke via arch-commits
Date: Monday, July 6, 2020 @ 18:51:36
  Author: andyrtr
Revision: 390913

upgpkg: libgcrypt 1.8.6-1: upstream update 1.8.6

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:09:52 UTC (rev 390912)
+++ PKGBUILD2020-07-06 18:51:36 UTC (rev 390913)
@@ -5,8 +5,8 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.8.5
-pkgrel=2
+pkgver=1.8.6
+pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG"
 arch=(x86_64)
 url="https://www.gnupg.org;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 # https://www.gnupg.org/download/integrity_check.html
 
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('2d8781e92f88706707a1e76fb628b499ad538a30'
+sha1sums=('406b02873833427898d16bcc8483bc5c91c73d4a'
   'SKIP')
 validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch


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

2020-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 6, 2020 @ 18:29:56
  Author: svenstaro
Revision: 658049

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 658048, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 658048, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |   98 -
 post.install |   16 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 18:29:48 UTC (rev 658048)
+++ PKGBUILD2020-07-06 18:29:56 UTC (rev 658049)
@@ -1,49 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.21.1
-pkgrel=5
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang/rustup.rs;
-license=('MIT' 'Apache')
-depends=('curl' 'xz')
-makedepends=('cargo')
-optdepends=('lldb: rust-lldb script'
-'gdb: rust-gdb script')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
-conflicts=('rust' 'cargo' 'rustfmt')
-replaces=('cargo-tree')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('c4bac7d7259631cef5f337cec18bffe087e1bed883cd763841e4236f2e51c11b32b5d29b2e60cf3364418e7b9dd53fc2365a9c3c2e203dd19893981718a345ba')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
-
-build() {
-cd "$srcdir/$pkgname-${pkgver}"
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
-mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
-"$pkgdir"/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-"$pkgdir"/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-"$pkgdir"/usr/bin/rustup completions zsh cargo > 
"$pkgdir/usr/share/zsh/site-functions/_cargo"
-
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 658048, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 18:29:56 UTC (rev 658049)
@@ -0,0 +1,49 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang/rustup.rs;
+license=('MIT' 'Apache')
+depends=('curl' 'xz')
+makedepends=('cargo')
+optdepends=('lldb: rust-lldb script'
+'gdb: rust-gdb script')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
+conflicts=('rust' 'cargo' 'rustfmt')
+replaces=('cargo-tree')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
+sha512sums=('49529812bd22fc60e97c2d7572799e2e7268c1d65c1cdef2c099c4edc66ccc86e5ec6937012ab0bea1b62946122f2186a6b57344ae69f6ce97e31124895e5788')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
+
+build() {
+cd "$srcdir/$pkgname-${pkgver}"
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
+mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
+"$pkgdir"/usr/bin/rustup completions fish > 

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

2020-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 6, 2020 @ 18:29:48
  Author: svenstaro
Revision: 658048

upgpkg: rustup 1.22.0-1

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 16:51:53 UTC (rev 658047)
+++ PKGBUILD2020-07-06 18:29:48 UTC (rev 658048)
@@ -2,8 +2,8 @@
 # Contributor: Jonathon Fernyhough 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=1.21.1
-pkgrel=5
+pkgver=1.22.0
+pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('x86_64')
 url="https://github.com/rust-lang/rustup.rs;
@@ -17,7 +17,7 @@
 replaces=('cargo-tree')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('c4bac7d7259631cef5f337cec18bffe087e1bed883cd763841e4236f2e51c11b32b5d29b2e60cf3364418e7b9dd53fc2365a9c3c2e203dd19893981718a345ba')
+sha512sums=('49529812bd22fc60e97c2d7572799e2e7268c1d65c1cdef2c099c4edc66ccc86e5ec6937012ab0bea1b62946122f2186a6b57344ae69f6ce97e31124895e5788')
 _binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
 
 build() {


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

2020-07-06 Thread Levente Polyak via arch-commits
Date: Monday, July 6, 2020 @ 16:51:53
  Author: anthraxx
Revision: 658047

archrelease: copy trunk to community-x86_64

Added:
  aliyun-cli/repos/community-x86_64/PKGBUILD
(from rev 658046, aliyun-cli/trunk/PKGBUILD)
Deleted:
  aliyun-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 16:51:41 UTC (rev 658046)
+++ PKGBUILD2020-07-06 16:51:53 UTC (rev 658047)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=aliyun-cli
-pkgver=3.0.46
-_aliyun_openapi_meta_commit=5f5f2b9649e360a1ae3426207a514dbd0bd8a2df
-pkgrel=1
-pkgdesc='Alibaba Cloud CLI'
-arch=('x86_64')
-url='https://github.com/aliyun/aliyun-cli'
-license=('APACHE')
-depends=('glibc' 'jq')
-makedepends=('git' 'go' 'go-bindata')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
-sha512sums=('55722630d8ec6ae300458a98eba29a3df40acef72c51c427252722294ef273c40e4a58942b07ac9db8410f74f096b712fb86858a9b66ed5cf3f9f777ffc9afd2'
-'SKIP')
-b2sums=('42aacc3af9e57d08ab8defd6cd7a8e9582c7b8f59e13648c631ce380c8c35d6a00665e69af3791089b7e8dd92c3f00b4c3ccf091130642ccb864b17daab895b2'
-'SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}/go"
-
-  mkdir -p "${GOPATH}/src/github.com/aliyun"
-  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
-}
-
-build() {
-  export GOPATH="${srcdir}/go"
-  export PATH="${GOPATH}/bin:${PATH}"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
-
-  go-bindata \
-  -o resource/metas.go \
-  -pkg resource \
-  ../aliyun-openapi-meta/...
-
-  go build \
--ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
--o ./out/aliyun ./main/main.go
-}
-
-check() {
-  export GOPATH="${srcdir}/go"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  # Horrible but needed for the ./cli/ tests
-  touch "${HOME}/.bashrc"
-
-  # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
-  go test \
-./cli/... ./command/... ./config/... ./i18n/... ./main/... ./openapi/... 
./resource/...
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  install -Dm 755 out/aliyun "${pkgdir}/usr/bin/aliyun"
-  install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: aliyun-cli/repos/community-x86_64/PKGBUILD (from rev 658046, 
aliyun-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 16:51:53 UTC (rev 658047)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=aliyun-cli
+pkgver=3.0.50
+_aliyun_openapi_meta_commit=57cfcbb99c6bfe7016deebfa991328ae7c31ff12
+pkgrel=1
+pkgdesc='Alibaba Cloud CLI'
+arch=('x86_64')
+url='https://github.com/aliyun/aliyun-cli'
+license=('APACHE')
+depends=('glibc' 'jq')
+makedepends=('git' 'go' 'go-bindata')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
+sha512sums=('b1d6f088089f2ceb5ccc8e766fa6f80273e1a3110d0f380bee71714c2d486d5c7d1ce82cb0676010d2c842e431e94b12db389b2f22a532f811e25064ee0dfae0'
+'SKIP')
+b2sums=('ef1b7494981599a809958d434acd00e31be554362bd5ea78f02af148033c2e9053935500276d678d328c54c620b52651ae15931220fbebe88010d079105cbf81'
+'SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}/go"
+
+  mkdir -p "${GOPATH}/src/github.com/aliyun"
+  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
+  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
+}
+
+build() {
+  export GOPATH="${srcdir}/go"
+  export PATH="${GOPATH}/bin:${PATH}"
+
+  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+
+  go-bindata \
+  -o resource/metas.go \
+  -pkg resource \
+  ../aliyun-openapi-meta/...
+
+  go build \
+-ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
+-o ./out/aliyun ./main/main.go

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

2020-07-06 Thread Levente Polyak via arch-commits
Date: Monday, July 6, 2020 @ 16:51:41
  Author: anthraxx
Revision: 658046

upgpkg: aliyun-cli 3.0.50-1

Modified:
  aliyun-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 16:46:28 UTC (rev 658045)
+++ PKGBUILD2020-07-06 16:51:41 UTC (rev 658046)
@@ -2,8 +2,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-pkgver=3.0.46
-_aliyun_openapi_meta_commit=5f5f2b9649e360a1ae3426207a514dbd0bd8a2df
+pkgver=3.0.50
+_aliyun_openapi_meta_commit=57cfcbb99c6bfe7016deebfa991328ae7c31ff12
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -13,9 +13,9 @@
 makedepends=('git' 'go' 'go-bindata')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
-sha512sums=('55722630d8ec6ae300458a98eba29a3df40acef72c51c427252722294ef273c40e4a58942b07ac9db8410f74f096b712fb86858a9b66ed5cf3f9f777ffc9afd2'
+sha512sums=('b1d6f088089f2ceb5ccc8e766fa6f80273e1a3110d0f380bee71714c2d486d5c7d1ce82cb0676010d2c842e431e94b12db389b2f22a532f811e25064ee0dfae0'
 'SKIP')
-b2sums=('42aacc3af9e57d08ab8defd6cd7a8e9582c7b8f59e13648c631ce380c8c35d6a00665e69af3791089b7e8dd92c3f00b4c3ccf091130642ccb864b17daab895b2'
+b2sums=('ef1b7494981599a809958d434acd00e31be554362bd5ea78f02af148033c2e9053935500276d678d328c54c620b52651ae15931220fbebe88010d079105cbf81'
 'SKIP')
 
 prepare() {


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

2020-07-06 Thread Levente Polyak via arch-commits
Date: Monday, July 6, 2020 @ 16:46:21
  Author: anthraxx
Revision: 658044

upgpkg: alicloud-vault 1.3.1-1

Modified:
  alicloud-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 16:20:49 UTC (rev 658043)
+++ PKGBUILD2020-07-06 16:46:21 UTC (rev 658044)
@@ -2,7 +2,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=alicloud-vault
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Vault for securely storing and accessing Alibaba Cloud credentials in 
development environments'
 url='https://github.com/arafato/alicloud-vault'
@@ -11,8 +11,8 @@
 depends=('glibc')
 makedepends=('go')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c9f3e3cfbeecd9cdcbd987d6d999fb6475bcab00d17ce5100104436f75fb08d58da093272e353e14aeb4104d11fd1cd716dc51b2fedaa7b46406632ad80b912c')
-b2sums=('18f5d5a01f06bd06f9da404df892f5420c0843411f7a3760bef049c0333b17956d1028dbb10a4af4b98c475dbc0c4f693f13e7716225d8b49c67cebbe5c29ce1')
+sha512sums=('5cbdddc0cc94e5da00762c29aff1cbf144abc9cd45be5fdcdcd4f88fca266de178c86c68393cb23f25b8b0ed4d2fe42efa0f0a6d673600f2b38d75ad0eae347e')
+b2sums=('69a909afe211814f50cd0557cb4537395387908ec64e1a616e414cd033abddaa18a3371707db9285f0fef60fb0fc030eeb87418edea8806a6693a58a8570c8ee')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-07-06 Thread Levente Polyak via arch-commits
Date: Monday, July 6, 2020 @ 16:46:28
  Author: anthraxx
Revision: 658045

archrelease: copy trunk to community-x86_64

Added:
  alicloud-vault/repos/community-x86_64/PKGBUILD
(from rev 658044, alicloud-vault/trunk/PKGBUILD)
Deleted:
  alicloud-vault/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 16:46:21 UTC (rev 658044)
+++ PKGBUILD2020-07-06 16:46:28 UTC (rev 658045)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=alicloud-vault
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Vault for securely storing and accessing Alibaba Cloud credentials in 
development environments'
-url='https://github.com/arafato/alicloud-vault'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c9f3e3cfbeecd9cdcbd987d6d999fb6475bcab00d17ce5100104436f75fb08d58da093272e353e14aeb4104d11fd1cd716dc51b2fedaa7b46406632ad80b912c')
-b2sums=('18f5d5a01f06bd06f9da404df892f5420c0843411f7a3760bef049c0333b17956d1028dbb10a4af4b98c475dbc0c4f693f13e7716225d8b49c67cebbe5c29ce1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export GO11MODULE=on
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  go build -ldflags="-X main.Version=${pkgver}"
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  go test ./...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: alicloud-vault/repos/community-x86_64/PKGBUILD (from rev 658044, 
alicloud-vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 16:46:28 UTC (rev 658045)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=alicloud-vault
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Vault for securely storing and accessing Alibaba Cloud credentials in 
development environments'
+url='https://github.com/arafato/alicloud-vault'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5cbdddc0cc94e5da00762c29aff1cbf144abc9cd45be5fdcdcd4f88fca266de178c86c68393cb23f25b8b0ed4d2fe42efa0f0a6d673600f2b38d75ad0eae347e')
+b2sums=('69a909afe211814f50cd0557cb4537395387908ec64e1a616e414cd033abddaa18a3371707db9285f0fef60fb0fc030eeb87418edea8806a6693a58a8570c8ee')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export GO11MODULE=on
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  go build -ldflags="-X main.Version=${pkgver}"
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  go test ./...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in freepats-general-midi/repos/community-any (PKGBUILD PKGBUILD)

2020-07-06 Thread David Runge via arch-commits
Date: Monday, July 6, 2020 @ 16:20:49
  Author: dvzrv
Revision: 658043

archrelease: copy trunk to community-any

Added:
  freepats-general-midi/repos/community-any/PKGBUILD
(from rev 658042, freepats-general-midi/trunk/PKGBUILD)
Deleted:
  freepats-general-midi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 16:01:38 UTC (rev 658042)
+++ PKGBUILD2020-07-06 16:20:49 UTC (rev 658043)
@@ -1,21 +0,0 @@
-# Maintainer: David Runge 
-
-_name="FreePatsGM-SF2"
-pkgname=freepats-general-midi
-pkgver=20200523
-pkgrel=1
-pkgdesc="General MIDI sound sets"
-arch=('any')
-url="https://freepats.zenvoid.org/SoundSets/general-midi.html;
-license=('GPL3' 'CCPL')
-groups=('soundfonts')
-replaces=('timidity-freepats')
-depends=('soundfont-synthesizer')
-source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz;)
-sha512sums=('330383cc0d30879791d38dd397feceda2935271c6869f05e3b50e9e1af53aa7ea9cc994b87694a0e6a5015ef69361b876f83b5db21faca4f1357b979e1cbd0d1')
-
-package() {
-  cd "${_name}-${pkgver}"
-  install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
-  install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: freepats-general-midi/repos/community-any/PKGBUILD (from rev 658042, 
freepats-general-midi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 16:20:49 UTC (rev 658043)
@@ -0,0 +1,21 @@
+# Maintainer: David Runge 
+
+_name="FreePatsGM-SF2"
+pkgname=freepats-general-midi
+pkgver=20200703
+pkgrel=1
+pkgdesc="General MIDI sound sets"
+arch=('any')
+url="https://freepats.zenvoid.org/SoundSets/general-midi.html;
+license=('GPL3' 'CCPL')
+groups=('soundfonts')
+replaces=('timidity-freepats')
+depends=('soundfont-synthesizer')
+source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz;)
+sha512sums=('26b682db7ada6ff971a500e6b341f43aafc6289a04e068ca6a8705b5f4eaeaf0173f0ff12d7f217941f2ae7de6cffeb6ba005e761e77960756d5420dc3ae9bc0')
+
+package() {
+  cd "${_name}-${pkgver}"
+  install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
+  install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in vokoscreen (5 files)

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 16:01:38
  Author: bgyorgy
Revision: 658042

archrelease: copy trunk to community-x86_64

Added:
  vokoscreen/repos/
  vokoscreen/repos/community-x86_64/
  vokoscreen/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch
(from rev 658041, 
vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch)
  vokoscreen/repos/community-x86_64/PKGBUILD
(from rev 658041, vokoscreen/trunk/PKGBUILD)
  vokoscreen/repos/community-x86_64/qt-5.15.patch
(from rev 658041, vokoscreen/trunk/qt-5.15.patch)

-+
 0001-Add-better-integration-for-Linux.patch |  108 ++
 PKGBUILD|   41 +
 qt-5.15.patch   |   23 +
 3 files changed, 172 insertions(+)

Copied: 
vokoscreen/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch 
(from rev 658041, vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch)
===
--- repos/community-x86_64/0001-Add-better-integration-for-Linux.patch  
(rev 0)
+++ repos/community-x86_64/0001-Add-better-integration-for-Linux.patch  
2020-07-06 16:01:38 UTC (rev 658042)
@@ -0,0 +1,108 @@
+From 0a3784095ecca582f7eb09551ceb34c309d83637 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 6 Jul 2020 15:14:26 +0200
+Subject: [PATCH] Add better integration for Linux
+
+Add AppStream metadata, add installation target.
+---
+ src/applications/INFO |  1 +
+ src/applications/vokoscreenNG.appdata.xml | 45 +++
+ src/vokoscreenNG.pro  | 25 +
+ 3 files changed, 71 insertions(+)
+ create mode 100644 src/applications/vokoscreenNG.appdata.xml
+
+diff --git a/src/applications/INFO b/src/applications/INFO
+index 4195de8f..1c1bd870 100644
+--- a/src/applications/INFO
 b/src/applications/INFO
+@@ -1,2 +1,3 @@
++vokoscreenNG.appdata.xml
+ vokoscreenNG.desktop
+ vokoscreenNG.png
+diff --git a/src/applications/vokoscreenNG.appdata.xml 
b/src/applications/vokoscreenNG.appdata.xml
+new file mode 100644
+index ..883f4ae2
+--- /dev/null
 b/src/applications/vokoscreenNG.appdata.xml
+@@ -0,0 +1,45 @@
++
++
++  vokoscreenNG.desktop
++  CC0-1.0
++  GPL-2.0
++  vokoscreenNG
++  Easy to use desktop recorder
++  
++vokoscreenNG is an easy to use screencast creator to record 
educational videos,
++   live recordings of browser, installation, videoconferences, etc.
++  
++  
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-0.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-1.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-2.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-3.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-4.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-5.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-6.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-7.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-8.png
++
++  
++  https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
++  https://github.com/vkohaupt/vokoscreenNG/issues
++  https://linuxecke.volkoh.de/vokoscreen/vokoscreen-donate.html
++  Volker Kohaupt
++
+diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
+index 69bc5a33..fdf7fd07 100644
+--- a/src/vokoscreenNG.pro
 b/src/vokoscreenNG.pro
+@@ -152,3 +152,28 @@ include(loadExtensions/loadExtensions.pri)
+ 
+ # systrayAlternative
+ include(systrayAlternative/systrayAlternative.pri)
++
++unix:!macx {
++  isEmpty(PREFIX) {
++PREFIX = /usr/local
++  }
++  isEmpty(BINDIR) {
++BINDIR = $$PREFIX/bin
++  }
++  isEmpty(DATADIR) {
++DATADIR = $$PREFIX/share
++  }
++
++  target.path = $$BINDIR
++
++  icon.files = applications/vokoscreenNG.png
++  icon.path = $$DATADIR/icons/hicolor/256x256/apps/
++
++  desktop.files = applications/vokoscreenNG.desktop
++  desktop.path = $$DATADIR/applications/
++
++  appdata.files = applications/vokoscreenNG.appdata.xml
++  appdata.path = $$DATADIR/metainfo/
++
++  INSTALLS += target icon desktop appdata
++}
+-- 
+2.27.0
+

Copied: vokoscreen/repos/community-x86_64/PKGBUILD (from rev 658041, 
vokoscreen/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-06 16:01:38 UTC (rev 658042)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Elrondo46 TuxnVape 
+# Contributor: Ivan Fonseca 
+# Contributor: Alfredo Ramos 
+# Contributor: Giacomo 
+
+pkgname=vokoscreen
+_pkgname=vokoscreenNG
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Easy to use screencast 

[arch-commits] Commit in (5 files)

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 16:00:10
  Author: bgyorgy
Revision: 658041

Move vokoscreen from AUR with 107 votes

Added:
  vokoscreen/
  vokoscreen/trunk/
  vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
  vokoscreen/trunk/PKGBUILD
  vokoscreen/trunk/qt-5.15.patch

-+
 0001-Add-better-integration-for-Linux.patch |  108 ++
 PKGBUILD|   41 +
 qt-5.15.patch   |   23 +
 3 files changed, 172 insertions(+)

Added: vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
===
--- vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
(rev 0)
+++ vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
2020-07-06 16:00:10 UTC (rev 658041)
@@ -0,0 +1,108 @@
+From 0a3784095ecca582f7eb09551ceb34c309d83637 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 6 Jul 2020 15:14:26 +0200
+Subject: [PATCH] Add better integration for Linux
+
+Add AppStream metadata, add installation target.
+---
+ src/applications/INFO |  1 +
+ src/applications/vokoscreenNG.appdata.xml | 45 +++
+ src/vokoscreenNG.pro  | 25 +
+ 3 files changed, 71 insertions(+)
+ create mode 100644 src/applications/vokoscreenNG.appdata.xml
+
+diff --git a/src/applications/INFO b/src/applications/INFO
+index 4195de8f..1c1bd870 100644
+--- a/src/applications/INFO
 b/src/applications/INFO
+@@ -1,2 +1,3 @@
++vokoscreenNG.appdata.xml
+ vokoscreenNG.desktop
+ vokoscreenNG.png
+diff --git a/src/applications/vokoscreenNG.appdata.xml 
b/src/applications/vokoscreenNG.appdata.xml
+new file mode 100644
+index ..883f4ae2
+--- /dev/null
 b/src/applications/vokoscreenNG.appdata.xml
+@@ -0,0 +1,45 @@
++
++
++  vokoscreenNG.desktop
++  CC0-1.0
++  GPL-2.0
++  vokoscreenNG
++  Easy to use desktop recorder
++  
++vokoscreenNG is an easy to use screencast creator to record 
educational videos,
++   live recordings of browser, installation, videoconferences, etc.
++  
++  
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-0.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-1.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-2.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-3.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-4.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-5.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-6.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-7.png
++
++
++  https://vokoscreen.volkoh.de/3.0/picture/screencast-8.png
++
++  
++  https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
++  https://github.com/vkohaupt/vokoscreenNG/issues
++  https://linuxecke.volkoh.de/vokoscreen/vokoscreen-donate.html
++  Volker Kohaupt
++
+diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
+index 69bc5a33..fdf7fd07 100644
+--- a/src/vokoscreenNG.pro
 b/src/vokoscreenNG.pro
+@@ -152,3 +152,28 @@ include(loadExtensions/loadExtensions.pri)
+ 
+ # systrayAlternative
+ include(systrayAlternative/systrayAlternative.pri)
++
++unix:!macx {
++  isEmpty(PREFIX) {
++PREFIX = /usr/local
++  }
++  isEmpty(BINDIR) {
++BINDIR = $$PREFIX/bin
++  }
++  isEmpty(DATADIR) {
++DATADIR = $$PREFIX/share
++  }
++
++  target.path = $$BINDIR
++
++  icon.files = applications/vokoscreenNG.png
++  icon.path = $$DATADIR/icons/hicolor/256x256/apps/
++
++  desktop.files = applications/vokoscreenNG.desktop
++  desktop.path = $$DATADIR/applications/
++
++  appdata.files = applications/vokoscreenNG.appdata.xml
++  appdata.path = $$DATADIR/metainfo/
++
++  INSTALLS += target icon desktop appdata
++}
+-- 
+2.27.0
+

Added: vokoscreen/trunk/PKGBUILD
===
--- vokoscreen/trunk/PKGBUILD   (rev 0)
+++ vokoscreen/trunk/PKGBUILD   2020-07-06 16:00:10 UTC (rev 658041)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Elrondo46 TuxnVape 
+# Contributor: Ivan Fonseca 
+# Contributor: Alfredo Ramos 
+# Contributor: Giacomo 
+
+pkgname=vokoscreen
+_pkgname=vokoscreenNG
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Easy to use screencast creator'
+arch=(x86_64)
+url='https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html'
+license=(GPL2)
+depends=(gst-plugins-good qt5-multimedia qt5-x11extras)
+optdepends=('gst-plugins-bad: record audio into AAC format'
+'gst-plugins-ugly: record screen into H.264 format')
+makedepends=(qt5-tools)
+source=(https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz
+qt-5.15.patch
+

[arch-commits] Commit in freepats-general-midi/trunk (PKGBUILD)

2020-07-06 Thread David Runge via arch-commits
Date: Monday, July 6, 2020 @ 15:38:08
  Author: dvzrv
Revision: 658040

upgpkg: freepats-general-midi 20200703-1: Upgrading to 20200703.

Modified:
  freepats-general-midi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:22:17 UTC (rev 658039)
+++ PKGBUILD2020-07-06 15:38:08 UTC (rev 658040)
@@ -2,7 +2,7 @@
 
 _name="FreePatsGM-SF2"
 pkgname=freepats-general-midi
-pkgver=20200523
+pkgver=20200703
 pkgrel=1
 pkgdesc="General MIDI sound sets"
 arch=('any')
@@ -12,7 +12,7 @@
 replaces=('timidity-freepats')
 depends=('soundfont-synthesizer')
 
source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz;)
-sha512sums=('330383cc0d30879791d38dd397feceda2935271c6869f05e3b50e9e1af53aa7ea9cc994b87694a0e6a5015ef69361b876f83b5db21faca4f1357b979e1cbd0d1')
+sha512sums=('26b682db7ada6ff971a500e6b341f43aafc6289a04e068ca6a8705b5f4eaeaf0173f0ff12d7f217941f2ae7de6cffeb6ba005e761e77960756d5420dc3ae9bc0')
 
 package() {
   cd "${_name}-${pkgver}"


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:22:17
  Author: demize
Revision: 658039

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 658038, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:22:14 UTC (rev 658038)
+++ PKGBUILD2020-07-06 15:22:17 UTC (rev 658039)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200530
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('2f98fa9f50362008c2ce0d2777159189')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
-
-  # the symlinks
-  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
-
-  # docs
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 658038, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:22:17 UTC (rev 658039)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20200704
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('69612407ab406d2e3be30b9bf664b7ab')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
+
+  # the symlinks
+  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
+
+  # docs
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:22:14
  Author: demize
Revision: 658038

upgpkg: hunspell-pl 20200704-1

Modified:
  hunspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:18:41 UTC (rev 658037)
+++ PKGBUILD2020-07-06 15:22:14 UTC (rev 658038)
@@ -3,7 +3,7 @@
 # Contributor: Maciej Sitarz 
 
 pkgname=hunspell-pl
-pkgver=20200530
+pkgver=20200704
 pkgrel=1
 pkgdesc='Polish dictionary for Hunspell'
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 makedepends=('qt5-webengine')
 
source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('2f98fa9f50362008c2ce0d2777159189')
+md5sums=('69612407ab406d2e3be30b9bf664b7ab')
 
 prepare() {
   bsdtar -xf pl_PL.zip


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:18:41
  Author: demize
Revision: 658037

archrelease: copy trunk to community-x86_64

Added:
  aspell-pl/repos/community-x86_64/PKGBUILD
(from rev 658036, aspell-pl/trunk/PKGBUILD)
Deleted:
  aspell-pl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:18:28 UTC (rev 658036)
+++ PKGBUILD2020-07-06 15:18:41 UTC (rev 658037)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20200530
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('x86_64')
-url="https://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('468d733afd6f5adf295caba08af87cb9')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 658036, 
aspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:18:41 UTC (rev 658037)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20200704
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('x86_64')
+url="https://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('f1591b9714bf5e7e3c9affdea3a73002')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:18:28
  Author: demize
Revision: 658036

upgpkg: aspell-pl 20200704-1

Modified:
  aspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:15:04 UTC (rev 658035)
+++ PKGBUILD2020-07-06 15:18:28 UTC (rev 658036)
@@ -5,7 +5,7 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=aspell-pl
-pkgver=20200530
+pkgver=20200704
 pkgrel=1
 pkgdesc='Polish dictionary for aspell'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
 depends=('aspell')
 
source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('468d733afd6f5adf295caba08af87cb9')
+md5sums=('f1591b9714bf5e7e3c9affdea3a73002')
 
 build() {
   cd aspell6-pl-6.0_$pkgver-0


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

2020-07-06 Thread Daurnimator via arch-commits
Date: Monday, July 6, 2020 @ 15:15:04
  Author: daurnimator
Revision: 658035

archrelease: copy trunk to community-x86_64

Added:
  argocd-cli/repos/community-x86_64/
  argocd-cli/repos/community-x86_64/PKGBUILD
(from rev 658034, argocd-cli/trunk/PKGBUILD)
  argocd-cli/repos/community-x86_64/argocd.bash
(from rev 658034, argocd-cli/trunk/argocd.bash)
  argocd-cli/repos/community-x86_64/argocd.zsh
(from rev 658034, argocd-cli/trunk/argocd.zsh)

-+
 PKGBUILD|   45 +
 argocd.bash |1 +
 argocd.zsh  |3 +++
 3 files changed, 49 insertions(+)

Copied: argocd-cli/repos/community-x86_64/PKGBUILD (from rev 658034, 
argocd-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-06 15:15:04 UTC (rev 658035)
@@ -0,0 +1,45 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd-cli
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes command line utility"
+arch=('x86_64')
+url='https://argoproj.github.io/argo-cd/'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;
+"argocd.bash"
+"argocd.zsh")
+sha512sums=('1a01fbb16dc05abc7f8a56e1b2b3fe8f1b093823d482ee5ca842f6943b253ae9548a6667cf2ac1aa89e24ebca5825b53a20a0e8031c6167055cc55ae45e6'
+
'5e751e78965b00f767aff90df435aba57aefa6f6d599807ddfda243ff95e0366636da2b2b5af2e9b389ab9efec23ee049f27e6a7defb8d3cb308693495b8a762'
+
'28568c83720793cdb5e77ec9c4aa5f1f4757ed665e84d807b8a4fe8377497f462fd33faf4bf076cf0a910e6b4d756ab31d66b1cf5643a3744bd0fa2b62287754')
+
+build() {
+  cd "argo-cd-$pkgver"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  go run github.com/gobuffalo/packr/packr build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-X github.com/argoproj/argo-cd/common.version=${pkgver} \
+  -X github.com/argoproj/argo-cd/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -X github.com/argoproj/argo-cd/common.gitTag=${pkgver} \
+  -extldflags ${LDFLAGS}" \
+./cmd/argocd
+}
+
+package() {
+  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
+  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
+
+  cd "argo-cd-$pkgver"
+
+  install -D argocd "$pkgdir/usr/bin/argocd"
+}

Copied: argocd-cli/repos/community-x86_64/argocd.bash (from rev 658034, 
argocd-cli/trunk/argocd.bash)
===
--- community-x86_64/argocd.bash(rev 0)
+++ community-x86_64/argocd.bash2020-07-06 15:15:04 UTC (rev 658035)
@@ -0,0 +1 @@
+source <(argocd completion bash)

Copied: argocd-cli/repos/community-x86_64/argocd.zsh (from rev 658034, 
argocd-cli/trunk/argocd.zsh)
===
--- community-x86_64/argocd.zsh (rev 0)
+++ community-x86_64/argocd.zsh 2020-07-06 15:15:04 UTC (rev 658035)
@@ -0,0 +1,3 @@
+#compdef argocd
+
+source <(argocd completion zsh)


[arch-commits] Commit in (6 files)

2020-07-06 Thread Daurnimator via arch-commits
Date: Monday, July 6, 2020 @ 15:14:02
  Author: daurnimator
Revision: 658034

argocd-cli: initial commit

Added:
  argocd-cli/
  argocd-cli/repos/
  argocd-cli/trunk/
  argocd-cli/trunk/PKGBUILD
  argocd-cli/trunk/argocd.bash
  argocd-cli/trunk/argocd.zsh

-+
 PKGBUILD|   45 +
 argocd.bash |1 +
 argocd.zsh  |3 +++
 3 files changed, 49 insertions(+)

Added: argocd-cli/trunk/PKGBUILD
===
--- argocd-cli/trunk/PKGBUILD   (rev 0)
+++ argocd-cli/trunk/PKGBUILD   2020-07-06 15:14:02 UTC (rev 658034)
@@ -0,0 +1,45 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd-cli
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes command line utility"
+arch=('x86_64')
+url='https://argoproj.github.io/argo-cd/'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;
+"argocd.bash"
+"argocd.zsh")
+sha512sums=('1a01fbb16dc05abc7f8a56e1b2b3fe8f1b093823d482ee5ca842f6943b253ae9548a6667cf2ac1aa89e24ebca5825b53a20a0e8031c6167055cc55ae45e6'
+
'5e751e78965b00f767aff90df435aba57aefa6f6d599807ddfda243ff95e0366636da2b2b5af2e9b389ab9efec23ee049f27e6a7defb8d3cb308693495b8a762'
+
'28568c83720793cdb5e77ec9c4aa5f1f4757ed665e84d807b8a4fe8377497f462fd33faf4bf076cf0a910e6b4d756ab31d66b1cf5643a3744bd0fa2b62287754')
+
+build() {
+  cd "argo-cd-$pkgver"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  go run github.com/gobuffalo/packr/packr build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-X github.com/argoproj/argo-cd/common.version=${pkgver} \
+  -X github.com/argoproj/argo-cd/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -X github.com/argoproj/argo-cd/common.gitTag=${pkgver} \
+  -extldflags ${LDFLAGS}" \
+./cmd/argocd
+}
+
+package() {
+  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
+  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
+
+  cd "argo-cd-$pkgver"
+
+  install -D argocd "$pkgdir/usr/bin/argocd"
+}

Added: argocd-cli/trunk/argocd.bash
===
--- argocd-cli/trunk/argocd.bash(rev 0)
+++ argocd-cli/trunk/argocd.bash2020-07-06 15:14:02 UTC (rev 658034)
@@ -0,0 +1 @@
+source <(argocd completion bash)

Added: argocd-cli/trunk/argocd.zsh
===
--- argocd-cli/trunk/argocd.zsh (rev 0)
+++ argocd-cli/trunk/argocd.zsh 2020-07-06 15:14:02 UTC (rev 658034)
@@ -0,0 +1,3 @@
+#compdef argocd
+
+source <(argocd completion zsh)


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:13:17
  Author: demize
Revision: 658033

archrelease: copy trunk to community-testing-any

Added:
  elixir/repos/community-testing-any/
  elixir/repos/community-testing-any/PKGBUILD
(from rev 658032, elixir/trunk/PKGBUILD)

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

Copied: elixir/repos/community-testing-any/PKGBUILD (from rev 658032, 
elixir/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-07-06 15:13:17 UTC (rev 658033)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="https://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  ERL_EPMD_PORT=5369 make test
+
+  # The elixir test suite starts up epmd and then doesn't kill it again 
afterwards.
+  epmd -port 5369 -kill
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:13:03
  Author: demize
Revision: 658032

archrelease: copy trunk to community-testing-any

Added:
  python-mypy-protobuf/repos/community-testing-any/
  python-mypy-protobuf/repos/community-testing-any/PKGBUILD
(from rev 658030, python-mypy-protobuf/trunk/PKGBUILD)

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

Copied: python-mypy-protobuf/repos/community-testing-any/PKGBUILD (from rev 
658030, python-mypy-protobuf/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-07-06 15:13:03 UTC (rev 658032)
@@ -0,0 +1,25 @@
+pkgname=python-mypy-protobuf
+pkgver=1.23
+pkgrel=1
+
+pkgdesc='Generate mypy stub files from protobuf specs'
+url='https://github.com/dropbox/mypy-protobuf'
+arch=('any')
+license=('Apache')
+
+depends=('mypy' 'protobuf' 'python' 'python-protobuf')
+makedepends=('python-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/m/mypy-protobuf/mypy-protobuf-$pkgver.tar.gz;)
+
+sha256sums=('cf79c77e828a2de9bdc74b43ad4abd4c2a3a30f0471b46e9b4e01b9877f166fb')
+
+build() {
+  cd mypy-protobuf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd mypy-protobuf-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:12:40
  Author: demize
Revision: 658030

upgpkg: python-mypy-protobuf 1.23-1

Modified:
  python-mypy-protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:12:28 UTC (rev 658029)
+++ PKGBUILD2020-07-06 15:12:40 UTC (rev 658030)
@@ -1,5 +1,5 @@
 pkgname=python-mypy-protobuf
-pkgver=1.20
+pkgver=1.23
 pkgrel=1
 
 pkgdesc='Generate mypy stub files from protobuf specs'
@@ -12,7 +12,7 @@
 
 
source=("https://files.pythonhosted.org/packages/source/m/mypy-protobuf/mypy-protobuf-$pkgver.tar.gz;)
 
-sha256sums=('2f0f7d81d6d32c1b2d7740f425450fda10fc3f85ef9b8729dfabb70b778a420e')
+sha256sums=('cf79c77e828a2de9bdc74b43ad4abd4c2a3a30f0471b46e9b4e01b9877f166fb')
 
 build() {
   cd mypy-protobuf-$pkgver


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:12:58
  Author: demize
Revision: 658031

upgpkg: elixir 1.10.4-1

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:12:40 UTC (rev 658030)
+++ PKGBUILD2020-07-06 15:12:58 UTC (rev 658031)
@@ -3,7 +3,7 @@
 # Contributor: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="https://elixir-lang.org;
@@ -12,7 +12,7 @@
 depends=('erlang-nox')
 checkdepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897')
+sha256sums=('8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f')
 
 build() {
   cd elixir-"$pkgver"


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:12:28
  Author: demize
Revision: 658029

archrelease: copy trunk to community-testing-x86_64

Added:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-testing-x86_64/PKGBUILD
(from rev 658028, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-testing-x86_64/ipfs.service
(from rev 658028, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-testing-x86_64/ipfs@.service
(from rev 658028, go-ipfs/trunk/ipfs@.service)

---+
 PKGBUILD  |   54 ++
 ipfs.service  |9 +
 ipfs@.service |   10 ++
 3 files changed, 73 insertions(+)

Copied: go-ipfs/repos/community-testing-x86_64/PKGBUILD (from rev 658028, 
go-ipfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-06 15:12:28 UTC (rev 658029)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.6.0
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/releases/download/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('36ac0fdea8942ef121614dd6dc53b0b5afe9963ac44b7d7c4c42753eebea7b8f14f483d9561ddd9207551cf91366aef8a27114f961d71d807ac088613a628b3c'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  mkdir -p go-ipfs
+  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  cd go-ipfs
+
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  make build
+}
+
+package() {
+  cd go-ipfs
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/APACHE" 
LICENSE-APACHE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Copied: go-ipfs/repos/community-testing-x86_64/ipfs.service (from rev 658028, 
go-ipfs/trunk/ipfs.service)
===
--- community-testing-x86_64/ipfs.service   (rev 0)
+++ community-testing-x86_64/ipfs.service   2020-07-06 15:12:28 UTC (rev 
658029)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Copied: go-ipfs/repos/community-testing-x86_64/ipfs@.service (from rev 658028, 
go-ipfs/trunk/ipfs@.service)
===
--- community-testing-x86_64/ipfs@.service  (rev 0)
+++ community-testing-x86_64/ipfs@.service  2020-07-06 15:12:28 UTC (rev 
658029)
@@ -0,0 +1,10 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+User=%i
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target


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

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 15:10:27
  Author: bgyorgy
Revision: 658028

archrelease: copy trunk to community-x86_64

Added:
  merkaartor/repos/community-x86_64/0001-Add-AppStream-metadata.patch
(from rev 658027, merkaartor/trunk/0001-Add-AppStream-metadata.patch)
  merkaartor/repos/community-x86_64/PKGBUILD
(from rev 658027, merkaartor/trunk/PKGBUILD)
  merkaartor/repos/community-x86_64/gpsd-3.20.patch
(from rev 658027, merkaartor/trunk/gpsd-3.20.patch)
  merkaartor/repos/community-x86_64/qt-5.15.patch
(from rev 658027, merkaartor/trunk/qt-5.15.patch)
Deleted:
  merkaartor/repos/community-x86_64/PKGBUILD
  merkaartor/repos/community-x86_64/gpsd-3.20.patch
  merkaartor/repos/community-x86_64/merkaartor.appdata.xml

---+
 0001-Add-AppStream-metadata.patch |   86 +
 PKGBUILD  |   90 ---
 gpsd-3.20.patch   |  104 ++--
 merkaartor.appdata.xml|   43 --
 qt-5.15.patch |   26 +
 5 files changed, 213 insertions(+), 136 deletions(-)

Copied: merkaartor/repos/community-x86_64/0001-Add-AppStream-metadata.patch 
(from rev 658027, merkaartor/trunk/0001-Add-AppStream-metadata.patch)
===
--- 0001-Add-AppStream-metadata.patch   (rev 0)
+++ 0001-Add-AppStream-metadata.patch   2020-07-06 15:10:27 UTC (rev 658028)
@@ -0,0 +1,86 @@
+From ce84944113745eaafb26783d765f92551da9a712 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 6 Jul 2020 16:45:27 +0200
+Subject: [PATCH] Add AppStream metadata
+
+---
+ src/org.merkaartor.merkaartor.appdata.xml | 43 +++
+ src/src.pro   |  5 ++-
+ 2 files changed, 47 insertions(+), 1 deletion(-)
+ create mode 100644 src/org.merkaartor.merkaartor.appdata.xml
+
+diff --git a/src/org.merkaartor.merkaartor.appdata.xml 
b/src/org.merkaartor.merkaartor.appdata.xml
+new file mode 100644
+index ..83e51f82
+--- /dev/null
 b/src/org.merkaartor.merkaartor.appdata.xml
+@@ -0,0 +1,43 @@
++
++
++  org.merkaartor.merkaartor
++  org.merkaartor.merkaartor.desktop
++  Merkaartor
++  OpenStreetMap editor
++  CC0-1.0
++  GPL-2.0
++  
++Merkaartor is a map editor for OpenStreetMap.org, the free editable 
map of the whole world. Features:
++
++  Download from and upload to the OpenStreetMap server
++  Open .osm and .gpx files
++  Create and move trackpoints, ways, and areas
++  Add tags, delete features
++  Reverse, split and join ways
++  Visualize some leisure/landuse areas and road types
++  Displaying GPS information
++
++  
++  
++
++  Merkaartor 0.15.3 with Mapnik style
++​  
https://wiki.openstreetmap.org/w/images/0/04/Merkaartor_0.15.3.png
++
++
++  Merkaartor 0.15.3 with Maxspeed style
++​  
https://wiki.openstreetmap.org/w/images/b/b4/Merkaartor_0.15.3_maxspeed.png
++
++
++  Merkaartor 0.15.3 showing the fully localized GUI
++​  
https://wiki.openstreetmap.org/w/images/4/48/Merkaartor_0.15.3_i18n.png
++
++
++  Merkaartor 0.15.3 with WMS background and semi-transparent map 
layer
++​  
https://wiki.openstreetmap.org/w/images/c/c9/Merkaartor_0.15.3_wms.png
++
++  
++  https://github.com/openstreetmap/merkaartor/issues
++  http://merkaartor.be/
++  merkaar...@openstreetmap.org
++  merkaartor
++
+diff --git a/src/src.pro b/src/src.pro
+index b5c3ba8d..090daddb 100644
+--- a/src/src.pro
 b/src/src.pro
+@@ -288,6 +288,8 @@ contains(SANITIZE, 2) {
+ }
+ 
+ unix:!macx {
++appdata.path = $${PREFIX}/share/metainfo
++appdata.files = org.merkaartor.merkaartor.appdata.xml
+ desktop.path = $${PREFIX}/share/applications
+ desktop.files = org.merkaartor.merkaartor.desktop 
+ desktopicon8x8.path = $${PREFIX}/share/icons/hicolor/8x8/apps/
+@@ -324,7 +326,8 @@ unix:!macx {
+ desktopicon256x256.files = $$PWD/../Icons/256x256/merkaartor.png
+ desktopicon512x512.path = $${PREFIX}/share/icons/hicolor/512x512/apps/
+ desktopicon512x512.files = $$PWD/../Icons/512x512/merkaartor.png
+-INSTALLS += desktop \
++INSTALLS += appdata \
++desktop \
+ desktopicon8x8 \
+ desktopicon16x16 \
+ desktopicon22x22 \
+-- 
+2.27.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:10:22 UTC (rev 658027)
+++ PKGBUILD2020-07-06 15:10:27 UTC (rev 658028)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Gaetan Bisson 
-# Contributor: Michael Kanis 
-# Contributor: Paulo Freire 
-# Contributor: Brice Maron 
-
-pkgname=merkaartor
-pkgver=0.18.4
-pkgrel=2
-pkgdesc='OpenStreetMap editor'
-arch=('x86_64')
-url='http://merkaartor.be/'
-license=('GPL2')

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

2020-07-06 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 15:10:22
  Author: bgyorgy
Revision: 658027

upgpkg: merkaartor 0.18.4-3: Fix build with Qt 5.15

Added:
  merkaartor/trunk/0001-Add-AppStream-metadata.patch
  merkaartor/trunk/qt-5.15.patch
Modified:
  merkaartor/trunk/PKGBUILD
Deleted:
  merkaartor/trunk/merkaartor.appdata.xml

---+
 0001-Add-AppStream-metadata.patch |   86 
 PKGBUILD  |   26 +++---
 merkaartor.appdata.xml|   43 --
 qt-5.15.patch |   26 ++
 4 files changed, 129 insertions(+), 52 deletions(-)

Added: 0001-Add-AppStream-metadata.patch
===
--- 0001-Add-AppStream-metadata.patch   (rev 0)
+++ 0001-Add-AppStream-metadata.patch   2020-07-06 15:10:22 UTC (rev 658027)
@@ -0,0 +1,86 @@
+From ce84944113745eaafb26783d765f92551da9a712 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 6 Jul 2020 16:45:27 +0200
+Subject: [PATCH] Add AppStream metadata
+
+---
+ src/org.merkaartor.merkaartor.appdata.xml | 43 +++
+ src/src.pro   |  5 ++-
+ 2 files changed, 47 insertions(+), 1 deletion(-)
+ create mode 100644 src/org.merkaartor.merkaartor.appdata.xml
+
+diff --git a/src/org.merkaartor.merkaartor.appdata.xml 
b/src/org.merkaartor.merkaartor.appdata.xml
+new file mode 100644
+index ..83e51f82
+--- /dev/null
 b/src/org.merkaartor.merkaartor.appdata.xml
+@@ -0,0 +1,43 @@
++
++
++  org.merkaartor.merkaartor
++  org.merkaartor.merkaartor.desktop
++  Merkaartor
++  OpenStreetMap editor
++  CC0-1.0
++  GPL-2.0
++  
++Merkaartor is a map editor for OpenStreetMap.org, the free editable 
map of the whole world. Features:
++
++  Download from and upload to the OpenStreetMap server
++  Open .osm and .gpx files
++  Create and move trackpoints, ways, and areas
++  Add tags, delete features
++  Reverse, split and join ways
++  Visualize some leisure/landuse areas and road types
++  Displaying GPS information
++
++  
++  
++
++  Merkaartor 0.15.3 with Mapnik style
++​  
https://wiki.openstreetmap.org/w/images/0/04/Merkaartor_0.15.3.png
++
++
++  Merkaartor 0.15.3 with Maxspeed style
++​  
https://wiki.openstreetmap.org/w/images/b/b4/Merkaartor_0.15.3_maxspeed.png
++
++
++  Merkaartor 0.15.3 showing the fully localized GUI
++​  
https://wiki.openstreetmap.org/w/images/4/48/Merkaartor_0.15.3_i18n.png
++
++
++  Merkaartor 0.15.3 with WMS background and semi-transparent map 
layer
++​  
https://wiki.openstreetmap.org/w/images/c/c9/Merkaartor_0.15.3_wms.png
++
++  
++  https://github.com/openstreetmap/merkaartor/issues
++  http://merkaartor.be/
++  merkaar...@openstreetmap.org
++  merkaartor
++
+diff --git a/src/src.pro b/src/src.pro
+index b5c3ba8d..090daddb 100644
+--- a/src/src.pro
 b/src/src.pro
+@@ -288,6 +288,8 @@ contains(SANITIZE, 2) {
+ }
+ 
+ unix:!macx {
++appdata.path = $${PREFIX}/share/metainfo
++appdata.files = org.merkaartor.merkaartor.appdata.xml
+ desktop.path = $${PREFIX}/share/applications
+ desktop.files = org.merkaartor.merkaartor.desktop 
+ desktopicon8x8.path = $${PREFIX}/share/icons/hicolor/8x8/apps/
+@@ -324,7 +326,8 @@ unix:!macx {
+ desktopicon256x256.files = $$PWD/../Icons/256x256/merkaartor.png
+ desktopicon512x512.path = $${PREFIX}/share/icons/hicolor/512x512/apps/
+ desktopicon512x512.files = $$PWD/../Icons/512x512/merkaartor.png
+-INSTALLS += desktop \
++INSTALLS += appdata \
++desktop \
+ desktopicon8x8 \
+ desktopicon16x16 \
+ desktopicon22x22 \
+-- 
+2.27.0
+

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:09:53 UTC (rev 658026)
+++ PKGBUILD2020-07-06 15:10:22 UTC (rev 658027)
@@ -6,25 +6,34 @@
 
 pkgname=merkaartor
 pkgver=0.18.4
-pkgrel=2
+pkgrel=3
 pkgdesc='OpenStreetMap editor'
-arch=('x86_64')
+arch=(x86_64)
 url='http://merkaartor.be/'
-license=('GPL2')
-depends=('exiv2' 'gdal' 'gpsd' 'hicolor-icon-theme' 'qt5-svg')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstreetmap/$pkgname/archive/$pkgver.tar.gz;
+license=(GPL2)
+depends=(exiv2 gdal gpsd hicolor-icon-theme qt5-svg)
+makedepends=(qt5-tools)
+source=("https://github.com/openstreetmap/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+qt-5.15.patch
 gpsd-3.20.patch
-merkaartor.appdata.xml)
+0001-Add-AppStream-metadata.patch)
 sha256sums=('16e790507a5bb54e4b3c09ea063ebb095a4b014ce8ba937b771706d4c940976a'
+'e8466ebecbb9336ade8363b9badcf43d0c2b7f54d0fdad8b053c072aa3dce44e'
 '6a19357c21e895e48775d0017d953e1d3b53b2cb795861d08984da3a4788005d'
-

[arch-commits] Commit in matrix-synapse/repos/community-any (12 files)

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:09:53
  Author: demize
Revision: 658026

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 658025, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/prometheus-client-bound-bump.patch
(from rev 658025, matrix-synapse/trunk/prometheus-client-bound-bump.patch)
  matrix-synapse/repos/community-any/synapse.install
(from rev 658025, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 658025, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 658025, matrix-synapse/trunk/sysusers-synapse.conf)
  matrix-synapse/repos/community-any/tmpfiles-synapse.conf
(from rev 658025, matrix-synapse/trunk/tmpfiles-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/prometheus-client-bound-bump.patch
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-any/tmpfiles-synapse.conf

+
 PKGBUILD   |  148 +--
 prometheus-client-bound-bump.patch |   22 ++---
 synapse.install|   76 -
 synapse.service|   36 
 sysusers-synapse.conf  |2 
 tmpfiles-synapse.conf  |2 
 6 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:09:42 UTC (rev 658025)
+++ PKGBUILD2020-07-06 15:09:53 UTC (rev 658026)
@@ -1,74 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=1.15.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
- 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
- 'python-daemonize' 'python-bcrypt' 'python-frozendict'
- 'python-pillow' 'python-ujson'
- 'python-pysaml2' 'python-setuptools'
- 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
- 'python-signedjson' 'python-pymacaroons'
- 'python-service-identity' 'python-msgpack'
- 'python-phonenumbers' 'python-prometheus_client'
- 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
- 'python-treq' 'python-idna' 'python-jinja'
- 'python-bleach' 'python-typing_extensions' 'systemd')
-checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
-optdepends=('perl: sync_room_to_group.pl'
-'python-psycopg2: PostgreSQL support'
-'python-lxml: URL previewing'
-'python-psutil: metrics'
-'python-pyjwt: jwt')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'synapse.service'
-'sysusers-synapse.conf'
-'tmpfiles-synapse.conf'
-'prometheus-client-bound-bump.patch')
-
-md5sums=('7a805082217699784621d7ffd2b3b88d'
- 'fb196dee4f38a4b19e0a160f45574032'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- 'e961c9ecad84a70345a57a7e9e6d5b09'
- '4cb91413c521e8e25216249040d3a2db')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir"/prometheus-client-bound-bump.patch
-}
-
-build() {
-   cd synapse-$pkgver
-   python setup.py build
-}
-
-## OIDC test is unconditionally run but requires authlib which isn't packaged 
yet, and trial doesn't have a way to specify tests to skip.
-#check() {
-#  cd synapse-$pkgver
-#  PYTHONPATH=. trial3 tests
-#}
-
-package() {
-   install -Dm644 synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-
-   cd synapse-$pkgver
-   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-   install -Dm644 "$srcdir"/tmpfiles-synapse.conf 
"$pkgdir"/usr/lib/tmpfiles.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 658025, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:09:53 UTC (rev 658026)
@@ -0,0 +1,74 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=1.15.2
+pkgrel=1
+
+pkgdesc="Matrix 

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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:09:42
  Author: demize
Revision: 658025

upgpkg: matrix-synapse 1.15.2-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:07:38 UTC (rev 658024)
+++ PKGBUILD2020-07-06 15:09:42 UTC (rev 658025)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -35,7 +35,7 @@
 'tmpfiles-synapse.conf'
 'prometheus-client-bound-bump.patch')
 
-md5sums=('7a805082217699784621d7ffd2b3b88d'
+md5sums=('cc2029c5fcce3258af9a497d51aa5b8e'
  'fb196dee4f38a4b19e0a160f45574032'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  'e961c9ecad84a70345a57a7e9e6d5b09'


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

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:07:38
  Author: demize
Revision: 658024

upgpkg: go-ipfs 0.6.0-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:06:47 UTC (rev 658023)
+++ PKGBUILD2020-07-06 15:07:38 UTC (rev 658024)
@@ -5,7 +5,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -22,7 +22,7 @@
 ipfs@.service)
 noextract=(go-ipfs-$pkgver.tar.gz)
 
-sha512sums=('70bce53e435137a7fa959e7cb6fc8333f60d29c7053fcc685ebe01e2c816295ad38898402d317d2c4fd7f48542e0c3886ccb5ddf0797415a1cfe03ffa1731245'
+sha512sums=('36ac0fdea8942ef121614dd6dc53b0b5afe9963ac44b7d7c4c42753eebea7b8f14f483d9561ddd9207551cf91366aef8a27114f961d71d807ac088613a628b3c'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 15:06:47
  Author: jlichtblau
Revision: 658023

archrelease: copy trunk to community-x86_64

Added:
  epic4/repos/community-x86_64/PKGBUILD
(from rev 658022, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:06:29 UTC (rev 658022)
+++ PKGBUILD2020-07-06 15:06:47 UTC (rev 658023)
@@ -1,45 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mateusz Herych 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-# Contributor: Chris Brannon 
-
-pkgname=epic4
-pkgver=2.10.7
-pkgrel=4
-pkgdesc="It's a new direction in ircII development"
-arch=('x86_64')
-url="http://www.epicsol.org/;
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-options=('!emptydirs')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-sha256sums=('60c3cdda94de26e79fec7d3d97684003c2d9ce998e401c3dbf244e6ce2c7574c')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
-
-#to avoid build fail
-  unset CPPFLAGS
-
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-ssl \
-   --with-ipv6 \
-   --with-perl \
-   --with-tcl
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix="${pkgdir}"/usr \
-   libexecdir="${pkgdir}"/usr/bin \
-   mandir="${pkgdir}"/usr/share/man install
-
-#license
-  install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: epic4/repos/community-x86_64/PKGBUILD (from rev 658022, 
epic4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:06:47 UTC (rev 658023)
@@ -0,0 +1,45 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Chris Brannon 
+
+pkgname=epic4
+pkgver=2.10.8
+pkgrel=1
+pkgdesc="It's a new direction in ircII development"
+arch=('x86_64')
+url="http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('f9885e462744725b5514c786e309a82af4572854b3c2f3d08a0d50c2f6ef4bab')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix="${pkgdir}"/usr \
+   libexecdir="${pkgdir}"/usr/bin \
+   mandir="${pkgdir}"/usr/share/man install
+
+#license
+  install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
+}


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 15:06:29
  Author: jlichtblau
Revision: 658022

upgpkg: epic4 2.10.8-1 - new upstream release

Modified:
  epic4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:01:53 UTC (rev 658021)
+++ PKGBUILD2020-07-06 15:06:29 UTC (rev 658022)
@@ -5,8 +5,8 @@
 # Contributor: Chris Brannon 
 
 pkgname=epic4
-pkgver=2.10.7
-pkgrel=4
+pkgver=2.10.8
+pkgrel=1
 pkgdesc="It's a new direction in ircII development"
 arch=('x86_64')
 url="http://www.epicsol.org/;
@@ -14,7 +14,7 @@
 depends=('openssl' 'ncurses' 'tcl' 'perl')
 options=('!emptydirs')
 
source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-sha256sums=('60c3cdda94de26e79fec7d3d97684003c2d9ce998e401c3dbf244e6ce2c7574c')
+sha256sums=('f9885e462744725b5514c786e309a82af4572854b3c2f3d08a0d50c2f6ef4bab')
 
 build() {
  cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in python-calmjs.parse/repos/community-any (PKGBUILD PKGBUILD)

2020-07-06 Thread David Runge via arch-commits
Date: Monday, July 6, 2020 @ 15:01:53
  Author: dvzrv
Revision: 658021

archrelease: copy trunk to community-any

Added:
  python-calmjs.parse/repos/community-any/PKGBUILD
(from rev 658020, python-calmjs.parse/trunk/PKGBUILD)
Deleted:
  python-calmjs.parse/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:01:41 UTC (rev 658020)
+++ PKGBUILD2020-07-06 15:01:53 UTC (rev 658021)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-_name=calmjs.parse
-pkgname=python-calmjs.parse
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Various parsers for ECMA standards"
-arch=('any')
-url="https://github.com/calmjs/calmjs.parse;
-license=('MIT')
-depends=('python-ply')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
-sha512sums=('c14fe7bc2b8534d870ca29b30afd9fb27b10e4488ddd3c4568d792ff3cc3a4a3835f8f6063a3b412de7e679eb3ece98b9b484d4d163d66aa595ed718cc10bf36')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-calmjs.parse/repos/community-any/PKGBUILD (from rev 658020, 
python-calmjs.parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:01:53 UTC (rev 658021)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=calmjs.parse
+pkgname=python-calmjs.parse
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Various parsers for ECMA standards"
+arch=('any')
+url="https://github.com/calmjs/calmjs.parse;
+license=('MIT')
+depends=('python-ply')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
+sha512sums=('3614c1f495fa1ca746a8dd0813629da14115f4ef401176e389515239700849770b7c408d2ebdf55c8286dbde0b8f1b711f7ec4e4f3858f0477b39455a50bbe5a')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in python-calmjs.parse/trunk (PKGBUILD)

2020-07-06 Thread David Runge via arch-commits
Date: Monday, July 6, 2020 @ 15:01:41
  Author: dvzrv
Revision: 658020

upgpkg: python-calmjs.parse 1.2.5-1: Upgrading to 1.2.5.

Modified:
  python-calmjs.parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 15:01:19 UTC (rev 658019)
+++ PKGBUILD2020-07-06 15:01:41 UTC (rev 658020)
@@ -2,7 +2,7 @@
 
 _name=calmjs.parse
 pkgname=python-calmjs.parse
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="Various parsers for ECMA standards"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
-sha512sums=('c14fe7bc2b8534d870ca29b30afd9fb27b10e4488ddd3c4568d792ff3cc3a4a3835f8f6063a3b412de7e679eb3ece98b9b484d4d163d66aa595ed718cc10bf36')
+sha512sums=('3614c1f495fa1ca746a8dd0813629da14115f4ef401176e389515239700849770b7c408d2ebdf55c8286dbde0b8f1b711f7ec4e4f3858f0477b39455a50bbe5a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 6, 2020 @ 15:01:19
  Author: svenstaro
Revision: 658019

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
(from rev 658018, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:01:14 UTC (rev 658018)
+++ PKGBUILD2020-07-06 15:01:19 UTC (rev 658019)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-
-pkgname=watchexec
-pkgver=1.13.1
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs')
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b58375168233501fbdecad1737053a66eaf3b6c4aef0f5f39bc452a3eefb93d4')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 658018, 
watchexec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:01:19 UTC (rev 658019)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('605f58028adf7a9fac42e992633e6291503eefbbbef056607b4b90ed71931f2b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 6, 2020 @ 15:01:14
  Author: svenstaro
Revision: 658018

upgpkg: watchexec 1.14.0-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 14:47:42 UTC (rev 658017)
+++ PKGBUILD2020-07-06 15:01:14 UTC (rev 658018)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.13.1
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b58375168233501fbdecad1737053a66eaf3b6c4aef0f5f39bc452a3eefb93d4')
+sha256sums=('605f58028adf7a9fac42e992633e6291503eefbbbef056607b4b90ed71931f2b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 14:47:42
  Author: jlichtblau
Revision: 658017

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   98 +++---
 offlineimap.changelog |  335 
 2 files changed, 218 insertions(+), 215 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 14:46:50 UTC (rev 658016)
+++ PKGBUILD2020-07-06 14:47:42 UTC (rev 658017)
@@ -1,49 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.3.2
-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=('d47b564858c3e9fc7726ef58c9a4ee518d2958c5de3dcad6cd78b7cfe0a6bdef')
-
-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-any/PKGBUILD (from rev 658016, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 14:47:42 UTC (rev 658017)
@@ -0,0 +1,49 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.3.3
+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=('bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6')
+
+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 

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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 14:46:50
  Author: jlichtblau
Revision: 658016

upgpkg: offlineimap 7.3.3-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 14:20:32 UTC (rev 658015)
+++ PKGBUILD2020-07-06 14:46:50 UTC (rev 658016)
@@ -4,7 +4,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.3.2
+pkgver=7.3.3
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 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=('d47b564858c3e9fc7726ef58c9a4ee518d2958c5de3dcad6cd78b7cfe0a6bdef')
+sha256sums=('bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2020-07-06 14:20:32 UTC (rev 658015)
+++ offlineimap.changelog   2020-07-06 14:46:50 UTC (rev 658016)
@@ -1,3 +1,6 @@
+2019-07-06 Jaroslav Lichtblau 
+   * offlineimap 7.3.3-1
+
 2019-12-20 Jaroslav Lichtblau 
* offlineimap 7.3.2-1
 


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 14:20:32
  Author: jlichtblau
Revision: 658015

archrelease: copy trunk to community-x86_64

Added:
  poedit/repos/community-x86_64/PKGBUILD
(from rev 658014, poedit/trunk/PKGBUILD)
Deleted:
  poedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 14:17:57 UTC (rev 658014)
+++ PKGBUILD2020-07-06 14:20:32 UTC (rev 658015)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-epoch=1
-pkgver=2.3
-pkgrel=2
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('x86_64')
-url="https://www.poedit.net/;
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('ce6ea0ed5d7e02018aa763513f99aef4e4db8b298f2d272fc39ec3d793613cea')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
-  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 658014, 
poedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 14:20:32 UTC (rev 658015)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+epoch=1
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('x86_64')
+url="https://www.poedit.net/;
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+sha256sums=('a0315ca52a908b9ea0a6e438ea60ce1e92d98c1f477fed58d0b4e617e51afec4')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
+  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-06 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 6, 2020 @ 14:17:57
  Author: jlichtblau
Revision: 658014

upgpkg: poedit 1:2.3.1-1 - new upstream release

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 14:15:13 UTC (rev 658013)
+++ PKGBUILD2020-07-06 14:17:57 UTC (rev 658014)
@@ -7,8 +7,8 @@
 
 pkgname=poedit
 epoch=1
-pkgver=2.3
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
 url="https://www.poedit.net/;
@@ -16,7 +16,7 @@
 depends=('gtkspell3' 'lucene++' 'wxgtk3')
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('ce6ea0ed5d7e02018aa763513f99aef4e4db8b298f2d272fc39ec3d793613cea')
+sha256sums=('a0315ca52a908b9ea0a6e438ea60ce1e92d98c1f477fed58d0b4e617e51afec4')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-07-06 Thread Andrew Crerar via arch-commits
Date: Monday, July 6, 2020 @ 14:15:13
  Author: andrewsc
Revision: 658013

archrelease: copy trunk to community-any

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

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

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

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

2020-07-06 Thread Andrew Crerar via arch-commits
Date: Monday, July 6, 2020 @ 14:14:48
  Author: andrewsc
Revision: 658012

upgpkg: firefox-developer-edition-i18n 79.0b4-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 14:07:42 UTC (rev 658011)
+++ PKGBUILD2020-07-06 14:14:48 UTC (rev 658012)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b3
+pkgver=79.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('bbd9a4c60fba83b8bfd5bfa5b4ed38e897bf1c0260e90d6eb9dc5a50fac0f20e38059e88d4b2ebeaecaf2098d9a3a51b2e5099c5f125b93729d1ef9c64f2198d'
-
'93ac8ba75f9771ed80d066fa8e3e74b9b877d0dfb9b07e0808c72b8d726c66b4644deb4033737f7a4e96f83679511f0232f37d2ccac99746ee9fa62cf8ac1080'
-
'971a2d045d7f1f366edfce008524d0671da894b37bbf365c5655695bf8111686f540da266d5bca78c51a3d04cd63d0db1d4d3b5f68749af6b5a88149b2a80e87'
-
'd8dd5db04d0177b5543a7094654021c948614d6c64e5c3145a5f7de5fcedaf1e669c564e7b3ab5ad02a40fbea06cef6feced8cbd11df92004bba5ee197116fbe'
-
'842fea0e3d40a0d4b701b570d9645a2a462ad51a093212d0e2ef769624acb3788ea7086a6ea5112a733a02f760e6b31c58a20a1552aeeacaa3b061093249'
-
'70336d17b7d51bebf64956a7413cbdde38a21da88a4eb28829f8a6c6489a094ec044c153b071c4ebac727212f6b9e63c8cc09ce0e849cd57bd5bfcc22fe8eb5c'
-
'eeacfa42af96dd4048196bc463a12cd80a53be8f6ca51c889332038beb64ecd5f3d9cb01bef51cd3a0e6ec3a6548b69adad425c7f60cd7010d276984fa7e1643'
-
'c849bed560890294d6831462d17c0aa5e0beb8689397770479530d435c8c8f53812d2f50e6d9c15562e1c1302d0f17318dcd3cc0b1095da307684d9afa93e001'
-
'27fddb9908f14b3866647c5cc2b84148b6a96fb62328dea59c8ba49d09736f374c1ed6f04a351a00ef3bcf26bcc6710af06b2913abe817317b3a04eeedaeca9e'
-
'cac8eccb9f163116ec7fa7ef05d59205ee91a200a78e6d929894b74b29c4f953c26927d9805fb6a425f6af913b396d69675a129078c0816c1a28ac3b18b5cb67'
-
'30aeca3fbbd8e8a77190d75fbddb5a66adb24a56391715b672d7c63a001c49f86c14eaa3b5d84cc22549b94e213de617db5c2f07bb8f959e0400e1b235d0d41e'
-
'9ae77a0ce0a676539d1c61ce33ae50e933fe27c436ecde515d8d92fb8afb93a97715aa41e997c2545f00e2d32ff4e4c67cc98b6b427528445eeeb310eb8c7e4e'
-
'59bed553989ef66db0141eae805328744b4d1ee92b0550d67bf3ad27bec16592403b36763b6d6f580b6f0dc97d64951631b911e0f3eec28e3b20745c3e26f54f'
-
'd047c6467940ed56975dd1a5424805e98f264e8f65ede99ad0dec4a07e87b6b38a69db38946d5a0e93548be1529dd64fa3574ad60f7489c5203eb27f5e150a10'
-
'b49b9dd582cbff164037970a6ada8354bcf4ca6f071842e394e0e6f02e8f7294fd8a2173035ecb9e659835a8777bf4e5313eb4a35b79ec016c0783f23bd62f67'
-
'a961f084a9e28ba3103bb0f65e0fe97d4ecf00fcde4a1d3a838d0cb7ea4aaa50a71e24a372c3bafadaf3429d009cdaac3c14026622e022142e103985756ed504'
-
'0a1344e2b0588f9dc611b6648240ca691f3727a075be88d989b0b1a2a2f79cc8206a3eb916751dec800139923900342c61f22c04b395f5506e15374b07eacf26'
-
'f9d5e9d69ba8fac25be4b49e5675a8ef4c670873d656b13ddb3463578681bf7b161a15a2905398adb90a243c964319f60aaead4eaa032fcd1beb7904760d2f66'
-
'934068c3c70551da1762b92fac98c04817c488e372f7efb19f7e2bc1ae40ef0206bd838a4e0ea1c9e4a08bb2d917256b94a07173338814abffc29a063ba156dd'
-
'155b3f4da43ececce8a5d6e77e967d9ef0947e4cfc4a23769b5c4a378039191f233a9482fc95dbb78ac501b08288b976d0fbc090771da6a56a16afce6df7f0ea'
-
'104e8743bd15e17546a976bf06a57df16d659e157dcebde7bb2f452faacfbedfeb52dd3ec952fa7044a83f03ab48ecd5191e7ef0c702ff837e1900f943e82a37'
-
'23709324bc79e5874f7b435f61a034b41bcf307097550148961a83f7aa6a03c11d44122ae0e1b80bf909049b4bf04dac6c5f231eadd3a89e84532a18bd0d1e74'
-
'f68121b5a7ae17f847a536af6d81c0446c8530feb226ff194f8d960d033f1b29426995737be2e44373ad503f6c2273eebae4e594d6fa56975e630a04b5031091'
-
'358efdc8646e70da8cdd28e7655c096c57d708fbc492291d4f3ff7fef364d18e4ed70b935f5e7807f7df37cc5609dcd7497de8eadec0200b7b016852c93cdc60'
-
'a77e2fb9dad4852707a6780ef9dfb84d7dcdb62a41b86ec9a111683f79170f225bf96a0484bce590ef62011e321e50d74c3092f4de2de30cb5a5fee4c9708c2a'
-
'0a5e85e811970e1871b618b4d785a9a36a1fe5877f3640719459619290707a28a6054767ddbd36951a5f8b0d930c763d12705b8033b5bb543c5d5975ad654d13'
-
'5e71e59bc40ffa852f4e8468a0eadd3b657bac7360e2ba0c6f5e80a76314a377ac88b699a09684e84e59cfd04136b83da440dd269966cb7115ad44783d042158'
-
'292791d2d96b1ccf629878e00a2f273151301824169728986abc96e110f651901717e58ade02715fb3742c817e9d5a763bf396e34b4df5d13590d08694dda602'
-

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

2020-07-06 Thread Andrew Crerar via arch-commits
Date: Monday, July 6, 2020 @ 14:07:14
  Author: andrewsc
Revision: 658010

upgpkg: firefox-developer-edition 79.0b4-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 14:03:06 UTC (rev 658009)
+++ PKGBUILD2020-07-06 14:07:14 UTC (rev 658010)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b3
+pkgver=79.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('f78fbd060ad46b97c8688321f404efe0b0c0cd91a01d0188b7eecbd6c76a06e26776e4fc1b7236b5454f7f42d3c80ed4639d6224a041c8e214b2431dcd26a647'
+sha512sums=('5a86c470cfa2d1741421bf20799d0a04792c539a26a9b5ba01abadc534fde790986a2241359b5515143407b949de746fc070e38ad85d36560ba615393af050fd'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


  1   2   >