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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:55:42
  Author: anatolik
Revision: 381899

archrelease: copy trunk to testing-x86_64

Added:
  libgpod/repos/testing-x86_64/
  
libgpod/repos/testing-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
(from rev 381898, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
  libgpod/repos/testing-x86_64/PKGBUILD
(from rev 381898, libgpod/trunk/PKGBUILD)
  libgpod/repos/testing-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch
(from rev 381898, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
  libgpod/repos/testing-x86_64/libgpod-fixswig.patch
(from rev 381898, libgpod/trunk/libgpod-fixswig.patch)

-+
 0001-323-Segmentation-fault-when-opening-ipod.patch |   43 ++
 PKGBUILD|   41 +
 libgpod-0.8.2-pkgconfig_overlinking.patch   |   11 
 libgpod-fixswig.patch   |   14 +
 4 files changed, 109 insertions(+)

Copied: 
libgpod/repos/testing-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
 (from rev 381898, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
===
--- testing-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch  
(rev 0)
+++ testing-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch  
2020-04-30 05:55:42 UTC (rev 381899)
@@ -0,0 +1,43 @@
+From 8dc5015ae036b219c4c9579a156886aa3a722aa5 Mon Sep 17 00:00:00 2001
+From: phantomjinx 
+Date: Sat, 9 Aug 2014 19:57:10 +0100
+Subject: [PATCH] #323 Segmentation fault when opening ipod
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+* Patch submitted in bug report from François Melchior / James Burton
+---
+ src/itdb_itunesdb.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
+index 4cc771a..1e85476 100644
+--- a/src/itdb_itunesdb.c
 b/src/itdb_itunesdb.c
+@@ -1156,6 +1156,7 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ GHashTable *pc_dict, *track_dict;
+ GValue *to_parse;
+ GArray *array;
++GValue value;
+ gint i;
+ guint32 mac_time;
+ guint64 *dbid;
+@@ -1175,11 +1176,12 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ 
+ array = (GArray*)g_value_get_boxed (to_parse);
+ for (i = 0; i < array->len; i++) {
+-   if (!G_VALUE_HOLDS (g_array_index (array, GValue *, i), 
G_TYPE_HASH_TABLE)) {
++   value = g_array_index (array, GValue, i);
++   if (!G_VALUE_HOLDS (, G_TYPE_HASH_TABLE)) {
+   continue;
+}
+ 
+-   track_dict = g_value_get_boxed (g_array_index (array, GValue *, i));
++   track_dict = g_value_get_boxed ();
+if (track_dict == NULL)
+continue;
+ 
+-- 
+2.12.2
+

Copied: libgpod/repos/testing-x86_64/PKGBUILD (from rev 381898, 
libgpod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-30 05:55:42 UTC (rev 381899)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=9
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'sg3_utils' 'libimobiledevice' 'libplist' 'sqlite')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings')
+url="http://www.gtkpod.org/libgpod/;
+source=(https://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
+libgpod-0.8.2-pkgconfig_overlinking.patch
+libgpod-fixswig.patch
+0001-323-Segmentation-fault-when-opening-ipod.patch)
+options=('!emptydirs')
+sha256sums=('638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d'
+'02daa2b46d0cfdee14c9d96eabf903ba4638694e669c5cb0ec462076837ac2ff'
+'86f7054dc53ee2aa756c98dc893af6718bbeb6361a0785a5c93a5592b8cc8cdd'
+'b181131ee5b42673074f8217155b4f147623cc63dd382ee4bfa2cb81cd281b20')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libgpod-0.8.2-pkgconfig_overlinking.patch
+  patch -Np1 -i ../libgpod-fixswig.patch
+  patch -Np1 -i ../0001-323-Segmentation-fault-when-opening-ipod.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  MCS=/usr/bin/mcs ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev 
--enable-udev --with-python=no
+  make PREFIX=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: libgpod/repos/testing-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch 
(from rev 381898, 

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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:55:15
  Author: anatolik
Revision: 381898

upgpkg: libgpod 0.8.3-9: FS#66446: rebuild against the recent sg3_utils 
release; add required sqlite dependency

Modified:
  libgpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 05:15:54 UTC (rev 381897)
+++ PKGBUILD2020-04-30 05:55:15 UTC (rev 381898)
@@ -3,11 +3,11 @@
 
 pkgname=libgpod
 pkgver=0.8.3
-pkgrel=8
+pkgrel=9
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(x86_64)
 license=('LGPL')
-depends=('gdk-pixbuf2' 'sg3_utils' 'libimobiledevice' 'libplist')
+depends=('gdk-pixbuf2' 'sg3_utils' 'libimobiledevice' 'libplist' 'sqlite')
 makedepends=('intltool' 'swig' 'docbook-xsl' 'gtk-sharp-2')
 optdepends=('gtk-sharp-2: Mono bindings')
 url="http://www.gtkpod.org/libgpod/;


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (8 files)

2020-04-29 Thread Laurent Carlier via arch-commits
Date: Thursday, April 30, 2020 @ 05:33:12
  Author: lcarlier
Revision: 622353

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
(from rev 622352, 
lib32-mesa/trunk/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch)
  
lib32-mesa/repos/multilib-x86_64/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
(from rev 622352, 
lib32-mesa/trunk/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 622352, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 622352, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/crossfile.ini
(from rev 622352, lib32-mesa/trunk/crossfile.ini)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/crossfile.ini

--+
 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch |   84 +++
 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch|   71 +++
 LICENSE  |  166 +++
 PKGBUILD |  367 -
 crossfile.ini|4 
 5 files changed, 430 insertions(+), 262 deletions(-)

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
 (from rev 622352, 
lib32-mesa/trunk/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch)
===
--- 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
(rev 0)
+++ 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch2020-04-30 
05:33:12 UTC (rev 622353)
@@ -0,0 +1,84 @@
+From c71ea55be7c1dbb58d56df9c6cfa69718fdf5d6a Mon Sep 17 00:00:00 2001
+From: Ivan Molodetskikh 
+Date: Fri, 27 Sep 2019 00:45:39 +0300
+Subject: [PATCH 1/2] egl: allow INVALID format for linux_dmabuf
+
+As per
+https://gitlab.freedesktop.org/wayland/wayland-protocols/commit/fb9b2a87317c77e26283da5f6c9559d709f6fdcd,
+the compositor may advertise DRM_FORMAT_MOD_INVALID as a supported
+modifier. This patch makes mesa recognize this fact and allow
+linux_dmabuf usage with the INVALID modifier in this case.
+
+In case the driver doesn't support modifiers, we can still use
+linux-dmabuf protocol instead of the legacy wl_drm interface to create
+wl_buffers. This will help compositors to handle these buffers better.
+
+In this commit, the INVALID modifier is allowed to be added to the list
+of supported modifiers, and create_wl_buffer will be able to use
+linux_dmabuf with an INVALID modifier if the compositor advertised it as
+supported.
+
+Signed-off-by: Ivan Molodetskikh 
+Tested-by: Marge Bot 

+Part-of: 
+---
+ src/egl/drivers/dri2/platform_wayland.c | 29 -
+ 1 file changed, 24 insertions(+), 5 deletions(-)
+
+diff --git a/src/egl/drivers/dri2/platform_wayland.c 
b/src/egl/drivers/dri2/platform_wayland.c
+index 71bcb04a77b..324ac2357da 100644
+--- a/src/egl/drivers/dri2/platform_wayland.c
 b/src/egl/drivers/dri2/platform_wayland.c
+@@ -522,6 +522,13 @@ get_back_bo(struct dri2_egl_surface *dri2_surf)
+modifiers = u_vector_tail(_dpy->wl_modifiers[visual_idx]);
+num_modifiers = u_vector_length(_dpy->wl_modifiers[visual_idx]);
+ 
++   if (num_modifiers == 1 && modifiers[0] == DRM_FORMAT_MOD_INVALID) {
++  /* For the purposes of this function, an INVALID modifier on its own
++   * means the modifiers aren't supported.
++   */
++  num_modifiers = 0;
++   }
++
+/* Substitute dri image format if server does not support original format 
*/
+if (!BITSET_TEST(dri2_dpy->formats, visual_idx))
+   linear_dri_image_format = 
dri2_wl_visuals[visual_idx].alt_dri_image_format;
+@@ -917,7 +924,23 @@ create_wl_buffer(struct dri2_egl_display *dri2_dpy,
+   }
+}
+ 
+-   if (dri2_dpy->wl_dmabuf && modifier != DRM_FORMAT_MOD_INVALID) {
++   bool supported_modifier = false;
++   if (modifier != DRM_FORMAT_MOD_INVALID) {
++  supported_modifier = true;
++   } else {
++  int visual_idx = dri2_wl_visual_idx_from_fourcc(fourcc);
++  assert(visual_idx != -1);
++
++  uint64_t *mod;
++  u_vector_foreach(mod, _dpy->wl_modifiers[visual_idx]) {
++ if (*mod == DRM_FORMAT_MOD_INVALID) {
++supported_modifier = true;
++break;
++ }
++  }
++   }
++
++   if (dri2_dpy->wl_dmabuf && supported_modifier) {
+   struct zwp_linux_buffer_params_v1 *params;
+   int i;
+ 
+@@ -1290,10 +1313,6 @@ dmabuf_handle_modifier(void *data, struct 
zwp_linux_dmabuf_v1 *dmabuf,
+if (visual_idx == -1)
+   return;
+ 
+-   if (modifier_hi == (DRM_FORMAT_MOD_INVALID >> 32) &&
+-   

[arch-commits] Commit in lib32-mesa/trunk (3 files)

2020-04-29 Thread Laurent Carlier via arch-commits
Date: Thursday, April 30, 2020 @ 05:33:04
  Author: lcarlier
Revision: 622352

upgpkg: lib32-mesa 20.0.6-1: upstream update 20.0.6 - enable LTO

Added:
  lib32-mesa/trunk/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
  lib32-mesa/trunk/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch |   84 +
 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch|   71 ++
 PKGBUILD |   19 +++
 3 files changed, 171 insertions(+), 3 deletions(-)

Added: 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
===
--- 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
(rev 0)
+++ 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch2020-04-30 
05:33:04 UTC (rev 622352)
@@ -0,0 +1,84 @@
+From c71ea55be7c1dbb58d56df9c6cfa69718fdf5d6a Mon Sep 17 00:00:00 2001
+From: Ivan Molodetskikh 
+Date: Fri, 27 Sep 2019 00:45:39 +0300
+Subject: [PATCH 1/2] egl: allow INVALID format for linux_dmabuf
+
+As per
+https://gitlab.freedesktop.org/wayland/wayland-protocols/commit/fb9b2a87317c77e26283da5f6c9559d709f6fdcd,
+the compositor may advertise DRM_FORMAT_MOD_INVALID as a supported
+modifier. This patch makes mesa recognize this fact and allow
+linux_dmabuf usage with the INVALID modifier in this case.
+
+In case the driver doesn't support modifiers, we can still use
+linux-dmabuf protocol instead of the legacy wl_drm interface to create
+wl_buffers. This will help compositors to handle these buffers better.
+
+In this commit, the INVALID modifier is allowed to be added to the list
+of supported modifiers, and create_wl_buffer will be able to use
+linux_dmabuf with an INVALID modifier if the compositor advertised it as
+supported.
+
+Signed-off-by: Ivan Molodetskikh 
+Tested-by: Marge Bot 

+Part-of: 
+---
+ src/egl/drivers/dri2/platform_wayland.c | 29 -
+ 1 file changed, 24 insertions(+), 5 deletions(-)
+
+diff --git a/src/egl/drivers/dri2/platform_wayland.c 
b/src/egl/drivers/dri2/platform_wayland.c
+index 71bcb04a77b..324ac2357da 100644
+--- a/src/egl/drivers/dri2/platform_wayland.c
 b/src/egl/drivers/dri2/platform_wayland.c
+@@ -522,6 +522,13 @@ get_back_bo(struct dri2_egl_surface *dri2_surf)
+modifiers = u_vector_tail(_dpy->wl_modifiers[visual_idx]);
+num_modifiers = u_vector_length(_dpy->wl_modifiers[visual_idx]);
+ 
++   if (num_modifiers == 1 && modifiers[0] == DRM_FORMAT_MOD_INVALID) {
++  /* For the purposes of this function, an INVALID modifier on its own
++   * means the modifiers aren't supported.
++   */
++  num_modifiers = 0;
++   }
++
+/* Substitute dri image format if server does not support original format 
*/
+if (!BITSET_TEST(dri2_dpy->formats, visual_idx))
+   linear_dri_image_format = 
dri2_wl_visuals[visual_idx].alt_dri_image_format;
+@@ -917,7 +924,23 @@ create_wl_buffer(struct dri2_egl_display *dri2_dpy,
+   }
+}
+ 
+-   if (dri2_dpy->wl_dmabuf && modifier != DRM_FORMAT_MOD_INVALID) {
++   bool supported_modifier = false;
++   if (modifier != DRM_FORMAT_MOD_INVALID) {
++  supported_modifier = true;
++   } else {
++  int visual_idx = dri2_wl_visual_idx_from_fourcc(fourcc);
++  assert(visual_idx != -1);
++
++  uint64_t *mod;
++  u_vector_foreach(mod, _dpy->wl_modifiers[visual_idx]) {
++ if (*mod == DRM_FORMAT_MOD_INVALID) {
++supported_modifier = true;
++break;
++ }
++  }
++   }
++
++   if (dri2_dpy->wl_dmabuf && supported_modifier) {
+   struct zwp_linux_buffer_params_v1 *params;
+   int i;
+ 
+@@ -1290,10 +1313,6 @@ dmabuf_handle_modifier(void *data, struct 
zwp_linux_dmabuf_v1 *dmabuf,
+if (visual_idx == -1)
+   return;
+ 
+-   if (modifier_hi == (DRM_FORMAT_MOD_INVALID >> 32) &&
+-   modifier_lo == (DRM_FORMAT_MOD_INVALID & 0x))
+-  return;
+-
+BITSET_SET(dri2_dpy->formats, visual_idx);
+ 
+mod = u_vector_add(_dpy->wl_modifiers[visual_idx]);
+-- 
+2.26.2
+

Added: 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
===
--- 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch   
(rev 0)
+++ 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch   2020-04-30 05:33:04 UTC 
(rev 622352)
@@ -0,0 +1,71 @@
+From 8aeeb72b5af16e27b152f733da4a7de0ec47f328 Mon Sep 17 00:00:00 2001
+From: Christopher James Halse Rogers 
+Date: Tue, 24 Mar 2020 14:19:51 +1100
+Subject: [PATCH 2/2] egl/wayland: Fix zwp_linux_dmabuf usage
+
+There's no guarantee that the formats advertised by wl_drm and the formats
+advertised by 

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

2020-04-29 Thread Laurent Carlier via arch-commits
Date: Thursday, April 30, 2020 @ 05:15:54
  Author: lcarlier
Revision: 381897

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
(from rev 381896, 
mesa/trunk/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch)
  mesa/repos/extra-x86_64/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
(from rev 381896, 
mesa/trunk/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 381896, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 381896, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
  mesa/repos/extra-x86_64/0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch |  168 +++
 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch|  142 +++---
 LICENSE  |  166 +++
 PKGBUILD |  398 -
 4 files changed, 437 insertions(+), 437 deletions(-)

Deleted: 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
===
--- 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch2020-04-30 
05:15:45 UTC (rev 381896)
+++ 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch2020-04-30 
05:15:54 UTC (rev 381897)
@@ -1,84 +0,0 @@
-From c71ea55be7c1dbb58d56df9c6cfa69718fdf5d6a Mon Sep 17 00:00:00 2001
-From: Ivan Molodetskikh 
-Date: Fri, 27 Sep 2019 00:45:39 +0300
-Subject: [PATCH 1/2] egl: allow INVALID format for linux_dmabuf
-
-As per
-https://gitlab.freedesktop.org/wayland/wayland-protocols/commit/fb9b2a87317c77e26283da5f6c9559d709f6fdcd,
-the compositor may advertise DRM_FORMAT_MOD_INVALID as a supported
-modifier. This patch makes mesa recognize this fact and allow
-linux_dmabuf usage with the INVALID modifier in this case.
-
-In case the driver doesn't support modifiers, we can still use
-linux-dmabuf protocol instead of the legacy wl_drm interface to create
-wl_buffers. This will help compositors to handle these buffers better.
-
-In this commit, the INVALID modifier is allowed to be added to the list
-of supported modifiers, and create_wl_buffer will be able to use
-linux_dmabuf with an INVALID modifier if the compositor advertised it as
-supported.
-
-Signed-off-by: Ivan Molodetskikh 
-Tested-by: Marge Bot 

-Part-of: 

- src/egl/drivers/dri2/platform_wayland.c | 29 -
- 1 file changed, 24 insertions(+), 5 deletions(-)
-
-diff --git a/src/egl/drivers/dri2/platform_wayland.c 
b/src/egl/drivers/dri2/platform_wayland.c
-index 71bcb04a77b..324ac2357da 100644
 a/src/egl/drivers/dri2/platform_wayland.c
-+++ b/src/egl/drivers/dri2/platform_wayland.c
-@@ -522,6 +522,13 @@ get_back_bo(struct dri2_egl_surface *dri2_surf)
-modifiers = u_vector_tail(_dpy->wl_modifiers[visual_idx]);
-num_modifiers = u_vector_length(_dpy->wl_modifiers[visual_idx]);
- 
-+   if (num_modifiers == 1 && modifiers[0] == DRM_FORMAT_MOD_INVALID) {
-+  /* For the purposes of this function, an INVALID modifier on its own
-+   * means the modifiers aren't supported.
-+   */
-+  num_modifiers = 0;
-+   }
-+
-/* Substitute dri image format if server does not support original format 
*/
-if (!BITSET_TEST(dri2_dpy->formats, visual_idx))
-   linear_dri_image_format = 
dri2_wl_visuals[visual_idx].alt_dri_image_format;
-@@ -917,7 +924,23 @@ create_wl_buffer(struct dri2_egl_display *dri2_dpy,
-   }
-}
- 
--   if (dri2_dpy->wl_dmabuf && modifier != DRM_FORMAT_MOD_INVALID) {
-+   bool supported_modifier = false;
-+   if (modifier != DRM_FORMAT_MOD_INVALID) {
-+  supported_modifier = true;
-+   } else {
-+  int visual_idx = dri2_wl_visual_idx_from_fourcc(fourcc);
-+  assert(visual_idx != -1);
-+
-+  uint64_t *mod;
-+  u_vector_foreach(mod, _dpy->wl_modifiers[visual_idx]) {
-+ if (*mod == DRM_FORMAT_MOD_INVALID) {
-+supported_modifier = true;
-+break;
-+ }
-+  }
-+   }
-+
-+   if (dri2_dpy->wl_dmabuf && supported_modifier) {
-   struct zwp_linux_buffer_params_v1 *params;
-   int i;
- 
-@@ -1290,10 +1313,6 @@ dmabuf_handle_modifier(void *data, struct 
zwp_linux_dmabuf_v1 *dmabuf,
-if (visual_idx == -1)
-   return;
- 
--   if (modifier_hi == (DRM_FORMAT_MOD_INVALID >> 32) &&
--   modifier_lo == (DRM_FORMAT_MOD_INVALID & 0x))
--  return;
--
-BITSET_SET(dri2_dpy->formats, visual_idx);
- 
-mod = u_vector_add(_dpy->wl_modifiers[visual_idx]);
--- 
-2.26.2
-

Copied: 

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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:15:56
  Author: anatolik
Revision: 622351

archrelease: copy trunk to community-x86_64

Added:
  tinygo/repos/community-x86_64/PKGBUILD
(from rev 622350, tinygo/trunk/PKGBUILD)
  tinygo/repos/community-x86_64/disable_static_llvm.patch
(from rev 622350, tinygo/trunk/disable_static_llvm.patch)
Deleted:
  tinygo/repos/community-x86_64/PKGBUILD
  tinygo/repos/community-x86_64/disable_static_llvm.patch

---+
 PKGBUILD  |  130 ++--
 disable_static_llvm.patch |   80 +--
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 05:15:33 UTC (rev 622350)
+++ PKGBUILD2020-04-30 05:15:56 UTC (rev 622351)
@@ -1,65 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=tinygo
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
-arch=(x86_64)
-url='https://github.com/tinygo-org/tinygo'
-license=(BSD)
-options=(!strip)
-depends=(llvm-libs clang)
-makedepends=(go llvm git)
-# use git as we need to fetch submodules
-source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
-git+https://github.com/NordicSemiconductor/nrfx
-git+https://github.com/ARM-software/CMSIS
-git+https://github.com/avr-rust/avr-mcu
-git+https://github.com/tinygo-org/cmsis-svd
-git+https://github.com/llvm-mirror/compiler-rt
-git+https://github.com/CraneStation/wasi-libc
-disable_static_llvm.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'02c67add4b961490c887c14ba6a6210ed6b180cf81d713e78bd4fe3eb1a35f7a')
-
-prepare() {
-  cd tinygo
-
-  git submodule init
-  git config -f .gitmodules 'submodule.lib/nrfx.url' "$srcdir/nrfx"
-  git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
-  git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
-  git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
-  git config -f .gitmodules 'submodule.lib/compiler-rt.url' 
"$srcdir/compiler-rt"
-  git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
-  git submodule sync
-  git submodule update
-
-  patch -p1 < ../disable_static_llvm.patch
-}
-
-build() {
-  cd tinygo
-  make
-}
-
-check() {
-  cd tinygo
-  # it reqreires a lot of dependencies. todo enable the tests
-  # make test tinygo-test smoketest
-}
-
-package() {
-  cd tinygo
-  make release
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/lib/tinygo
-  mv build/release/tinygo/* "$pkgdir"/usr/lib/tinygo
-  ln -s /usr/lib/tinygo/bin/tinygo "$pkgdir"/usr/bin/tinygo
-}

Copied: tinygo/repos/community-x86_64/PKGBUILD (from rev 622350, 
tinygo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 05:15:56 UTC (rev 622351)
@@ -0,0 +1,65 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tinygo
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
+arch=(x86_64)
+url='https://github.com/tinygo-org/tinygo'
+license=(BSD)
+options=(!strip)
+depends=(llvm-libs clang)
+makedepends=(go llvm git)
+# use git as we need to fetch submodules
+source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
+git+https://github.com/NordicSemiconductor/nrfx
+git+https://github.com/ARM-software/CMSIS
+git+https://github.com/avr-rust/avr-mcu
+git+https://github.com/tinygo-org/cmsis-svd
+git+https://github.com/llvm-mirror/compiler-rt
+git+https://github.com/CraneStation/wasi-libc
+disable_static_llvm.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'02c67add4b961490c887c14ba6a6210ed6b180cf81d713e78bd4fe3eb1a35f7a')
+
+prepare() {
+  cd tinygo
+
+  git submodule init
+  git config -f .gitmodules 'submodule.lib/nrfx.url' "$srcdir/nrfx"
+  git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
+  git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
+  git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
+  git config -f .gitmodules 'submodule.lib/compiler-rt.url' 
"$srcdir/compiler-rt"
+  git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
+  git submodule sync
+  git submodule update
+
+  patch -p1 < ../disable_static_llvm.patch
+}
+
+build() {
+  cd tinygo
+  make
+}
+
+check() {
+  cd tinygo
+  # it reqreires a lot of dependencies. todo enable the tests
+  # make test tinygo-test smoketest
+}
+
+package() {
+  cd tinygo
+  make release
+
+  

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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:15:33
  Author: anatolik
Revision: 622350

upgpkg: tinygo 0.13.1-1

Modified:
  tinygo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 01:41:52 UTC (rev 622349)
+++ PKGBUILD2020-04-30 05:15:33 UTC (rev 622350)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)


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

2020-04-29 Thread Laurent Carlier via arch-commits
Date: Thursday, April 30, 2020 @ 05:15:45
  Author: lcarlier
Revision: 381896

upgpkg: mesa 20.0.6-1: upstream update 20.0.6 - enable LTO

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 05:13:50 UTC (rev 381895)
+++ PKGBUILD2020-04-30 05:15:45 UTC (rev 381896)
@@ -4,8 +4,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.0.5
-pkgrel=3
+pkgver=20.0.6
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd'
@@ -17,7 +17,7 @@
 0001-egl-allow-INVALID-format-for-linux_dmabuf.patch
 0002-egl-wayland-Fix-zwp_linux_dmabuf-usage.patch
 LICENSE)
-sha512sums=('6f5780f7574400fea54978b40eb97faca35826a8a7bed96362d7bebcda78e2cadd44585ef8dd7dc126e0cc62cff61bee9b2ea360fedcc09a1fbb4c1f20c6aa08'
+sha512sums=('a93dc3ed57ed7469b7c60cdbdcf4f29c5da4ec3986171c7b534e009e136ca21fec16207ffab38a6747437a9b1060e2e6c4b74c4e5cdc168b9aba0fc1940b5e90'
 'SKIP'
 
'2371631512cd0f6aeaa9db3a8484da039fe98610123683520d0fe076dbf49860f00f8d44ecb0b0b149cee766946fe800080178c6fca8cff289329bf46ce97858'
 
'd8998785c373743932674eecdfc1f502b5ef58b3f53572a42b177bf5b367d43b4af3867e37bd71c6a23f1b740841aabf2d42c68eb95f1bc33c0e58d9b7e029b8'
@@ -40,7 +40,7 @@
 
 build() {
   arch-meson mesa-$pkgver build \
--D b_lto=false \
+-D b_lto=true \
 -D b_ndebug=true \
 -D platforms=x11,wayland,drm,surfaceless \
 -D dri-drivers=i915,i965,r100,r200,nouveau \


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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:13:50
  Author: anatolik
Revision: 381895

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
(from rev 381894, spice/trunk/PKGBUILD)

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

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 381894, 
spice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-30 05:13:50 UTC (rev 381895)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.3
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'gst-plugins-base-libs')
+makedepends=('meson' 'spice-protocol' 'libcacard')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+optdepends=('gst-libav: GStreamer support for avenc_mjpeg video encoding'
+'gst-plugins-good: GStreamer support for vp8enc and vp9enc video 
encoding'
+'gst-plugins-ugly: GStreamer support for x264enc video encoding')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
+sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
+'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:13:33
  Author: anatolik
Revision: 381894

upgpkg: spice 0.14.3-1: FS#66398: 0.14.3 version bump and package cleanup

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 05:11:35 UTC (rev 381893)
+++ PKGBUILD2020-04-30 05:13:33 UTC (rev 381894)
@@ -2,31 +2,33 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org;
 license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-source=(https://www.spice-space.org/download/releases/spice-server/spice-$pkgver.tar.bz2{,.sign})
-sha256sums=('b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7'
+depends=('pixman' 'opus' 'libjpeg-turbo' 'gst-plugins-base-libs')
+makedepends=('meson' 'spice-protocol' 'libcacard')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+optdepends=('gst-libav: GStreamer support for avenc_mjpeg video encoding'
+'gst-plugins-good: GStreamer support for vp8enc and vp9enc video 
encoding'
+'gst-plugins-ugly: GStreamer support for x264enc video encoding')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
+sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
 'SKIP')
-validpgpkeys=(206D3B352F566F3B0E6572E997D9123DE37A484F) # Victor Toso de 
Carvalho 
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
 build() {
-  cd spice-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --enable-celt051 --disable-werror
-  make
+  arch-meson "$pkgname-$pkgver" build
+  ninja -C build
 }
 
 check() {
-  cd spice-$pkgver
-  make check
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  cd spice-$pkgver
-  make DESTDIR="$pkgdir/" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:11:35
  Author: anatolik
Revision: 381893

FS#66460: move xfs to builddep, use ceph-libs instead of ceph as a runtime 
dependency

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 00:40:15 UTC (rev 381892)
+++ PKGBUILD2020-04-30 05:11:35 UTC (rev 381893)
@@ -10,11 +10,11 @@
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
libssh zstd liburing)
 depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-ga.service
 65-kvm.rules)
@@ -195,7 +195,7 @@
 
 package_qemu-block-rbd() {
   pkgdesc="QEMU RBD block module"
-  depends=(glib2 ceph)
+  depends=(glib2 ceph-libs)
 
   install -D build-full/block-rbd.so "$pkgdir/usr/lib/qemu/block-rbd.so"
 }


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 30, 2020 @ 01:41:34
  Author: felixonmars
Revision: 622347

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD
(from rev 622346, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 01:41:25 UTC (rev 622346)
+++ PKGBUILD2020-04-30 01:41:34 UTC (rev 622347)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=5.8.0.6
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder;
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('9760e19177a39c7140823f62ab01bef2ee3e17ca752fe2f8249ecd1736cb2c5ed221c85c5372517697fd20da760147aa618dd4c4ae697a3dc352590ce3347291')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD (from 
rev 622346, deepin-screen-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 01:41:34 UTC (rev 622347)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=5.8.0.7
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder;
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
+sha512sums=('a915f2a46bd040cf88cb4e17dbd3780e8f84b0e92f09ab5bf135785b19370873353c8f79bcf330e3fa1a87c52693ff6d1e03c6ee08aa2100f1c006f0a078d658')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 30, 2020 @ 01:41:52
  Author: felixonmars
Revision: 622349

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 622348, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 01:41:43 UTC (rev 622348)
+++ PKGBUILD2020-04-30 01:41:52 UTC (rev 622349)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.1.1.18
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('d2b49c0d20d5dbe50ef592e47df638677cb3c29e0bf392fff5b8c8460cbeac18be92fca7b2751f6b05e3955e76a59248b3cab4ec0914b4ad5e58ccb21c1c4240')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
622348, deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 01:41:52 UTC (rev 622349)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.1.1.19
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('5c283c40b23b00f76cc8f85792cb7ebc76afc65cff8201e8bde922f3fc8bf8ca5dbb7f2caa3e21c098cb2cd6cfb2c47a23a24f26f3efd2cf95d5d7511c0ccadf')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 30, 2020 @ 01:41:43
  Author: felixonmars
Revision: 622348

upgpkg: deepin-file-manager 1:5.1.1.19-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 01:41:34 UTC (rev 622347)
+++ PKGBUILD2020-04-30 01:41:43 UTC (rev 622348)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.1.1.18
+pkgver=5.1.1.19
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('d2b49c0d20d5dbe50ef592e47df638677cb3c29e0bf392fff5b8c8460cbeac18be92fca7b2751f6b05e3955e76a59248b3cab4ec0914b4ad5e58ccb21c1c4240')
+sha512sums=('5c283c40b23b00f76cc8f85792cb7ebc76afc65cff8201e8bde922f3fc8bf8ca5dbb7f2caa3e21c098cb2cd6cfb2c47a23a24f26f3efd2cf95d5d7511c0ccadf')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 30, 2020 @ 01:41:25
  Author: felixonmars
Revision: 622346

upgpkg: deepin-screen-recorder 5.8.0.7-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 01:32:54 UTC (rev 622345)
+++ PKGBUILD2020-04-30 01:41:25 UTC (rev 622346)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=5.8.0.6
+pkgver=5.8.0.7
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('9760e19177a39c7140823f62ab01bef2ee3e17ca752fe2f8249ecd1736cb2c5ed221c85c5372517697fd20da760147aa618dd4c4ae697a3dc352590ce3347291')
+sha512sums=('a915f2a46bd040cf88cb4e17dbd3780e8f84b0e92f09ab5bf135785b19370873353c8f79bcf330e3fa1a87c52693ff6d1e03c6ee08aa2100f1c006f0a078d658')
 
 build(){
   cd deepin-screen-recorder-$pkgver


[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)

2020-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 30, 2020 @ 01:32:11
  Author: tensor5
Revision: 622344

upgpkg: min 1.14.0-1

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch

+
 PKGBUILD   |6 +++---
 icon.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 01:27:53 UTC (rev 622343)
+++ PKGBUILD2020-04-30 01:32:11 UTC (rev 622344)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.13.2
-_commit=97e1eaea71b7dcf47981f6f488dccfa18bb1443b
+pkgver=1.14.0
+_commit=05d6432fc859e3db3a1a8344d458c1c510beaedb
 pkgrel=1
 pkgdesc='A smarter, faster web browser'
 arch=('any')
@@ -17,7 +17,7 @@
 sha256sums=('SKIP'
 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'bfed5181af1752db0ddaaec3c580d46961b5f3f74125b3b98cf1bd555e7401de')
+'673fa436d61f2d8a3cfdb2582444a127a381af21637776f95c4a998e33193ed0')
 
 prepare() {
 cd ${pkgname}

Modified: icon.patch
===
--- icon.patch  2020-04-30 01:27:53 UTC (rev 622343)
+++ icon.patch  2020-04-30 01:32:11 UTC (rev 622344)
@@ -1,11 +1,11 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -164,7 +164,7 @@
+@@ -157,7 +157,7 @@
  minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up 
more horizontal space on Windows
  minHeight: 350,
  titleBarStyle: 'hiddenInset',
 -icon: __dirname + '/icons/icon256.png',
 +icon: '/usr/share/icons/hicolor/256x256/apps/min.png',
- frame: process.platform !== 'win32',
+ frame: process.platform === 'darwin' || 
settings.get('useSeparateTitlebar') === true,
  alwaysOnTop: settings.get('windowAlwaysOnTop'),
  backgroundColor: '#fff', // the value of this is ignored, but setting it 
seems to work around https://github.com/electron/electron/issues/10559


[arch-commits] Commit in min/repos/community-any (8 files)

2020-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 30, 2020 @ 01:32:54
  Author: tensor5
Revision: 622345

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 622344, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 622344, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 622344, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 622344, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  160 +-
 icon.patch  |   22 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 01:32:11 UTC (rev 622344)
+++ PKGBUILD2020-04-30 01:32:54 UTC (rev 622345)
@@ -1,80 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.13.2
-_commit=97e1eaea71b7dcf47981f6f488dccfa18bb1443b
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('git' 'npm')
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'bfed5181af1752db0ddaaec3c580d46961b5f3f74125b3b98cf1bd555e7401de')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 622344, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 01:32:54 UTC (rev 622345)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.14.0
+_commit=05d6432fc859e3db3a1a8344d458c1c510beaedb
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'673fa436d61f2d8a3cfdb2582444a127a381af21637776f95c4a998e33193ed0')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp 

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

2020-04-29 Thread Kpcyrd via arch-commits
Date: Thursday, April 30, 2020 @ 01:27:45
  Author: kpcyrd
Revision: 622342

upgpkg: rebuilderd 0.3.1-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 00:18:46 UTC (rev 622341)
+++ PKGBUILD2020-04-30 01:27:45 UTC (rev 622342)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=rebuilderd
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
 arch=('x86_64')
@@ -14,9 +14,9 @@
 'etc/rebuilderd-worker.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3c33aeb0fd147231faa00f045983383535bad6eac48d865ea96a0b8f3dd8140b509915f1620c9effe25f882cebe78dc42a52e799afef208c49f190cc1f70f778'
+sha512sums=('e345d862fc5c86359c53fc9dd300292dd1636c9f5ab143869d1d4fafa6a8d7ec9aa0c7dce3ffa51e7c34a2fbd8ca2cc3f286d71c3c0ffb83e9d0d639b0389d80'
 'SKIP')
-b2sums=('14f68b879df6127389289e09b1955a0fba4cec1ec979899957ee26f8e85d49cfa2a31d7dc6e4869bdd21ddc33b72c9c726b931c99b7968db7327f3da97e73b15'
+b2sums=('5e9a2fd837ec567d5e57130dc86a06877820d4fe6d2b9fb04a5600c80f440b34a448b7dabbccb56fd66fa27fc9d738ebad335ecf6ab2746ebffa1fdb8dac177d'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-04-29 Thread Kpcyrd via arch-commits
Date: Thursday, April 30, 2020 @ 01:27:53
  Author: kpcyrd
Revision: 622343

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 622342, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 01:27:45 UTC (rev 622342)
+++ PKGBUILD2020-04-30 01:27:53 UTC (rev 622343)
@@ -1,84 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=rebuilderd
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro' 'wget')
-makedepends=('cargo' 'scdoc')
-backup=('etc/rebuilderd.conf'
-'etc/rebuilderd-sync.conf'
-'etc/rebuilderd-worker.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3c33aeb0fd147231faa00f045983383535bad6eac48d865ea96a0b8f3dd8140b509915f1620c9effe25f882cebe78dc42a52e799afef208c49f190cc1f70f778'
-'SKIP')
-b2sums=('14f68b879df6127389289e09b1955a0fba4cec1ec979899957ee26f8e85d49cfa2a31d7dc6e4869bdd21ddc33b72c9c726b931c99b7968db7327f3da97e73b15'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make docs
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker \
-target/release/rebuildctl
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-archlinux.sh \
-worker/rebuilder-debian.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuildctl.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 622342, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 01:27:53 UTC (rev 622343)
@@ -0,0 +1,84 @@
+# Maintainer: kpcyrd 
+
+pkgname=rebuilderd
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('libsodium' 'sqlite' 'archlinux-repro' 'wget')
+makedepends=('cargo' 'scdoc')
+backup=('etc/rebuilderd.conf'
+'etc/rebuilderd-sync.conf'
+'etc/rebuilderd-worker.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('e345d862fc5c86359c53fc9dd300292dd1636c9f5ab143869d1d4fafa6a8d7ec9aa0c7dce3ffa51e7c34a2fbd8ca2cc3f286d71c3c0ffb83e9d0d639b0389d80'
+'SKIP')

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

2020-04-29 Thread Levente Polyak via arch-commits
Date: Thursday, April 30, 2020 @ 00:40:08
  Author: anthraxx
Revision: 381891

upgpkg: linux-hardened 5.6.8.a-1

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

--+
 PKGBUILD |8 
 config   |5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 23:55:45 UTC (rev 381890)
+++ PKGBUILD2020-04-30 00:40:08 UTC (rev 381891)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.6.7.a
+pkgver=5.6.8.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('23a0420f29eacb66d71f86f64fbd35a1b6ff617d520e3e05f3e1f537d46692ca'
+sha256sums=('19e142ff07a2c8d10116074099b9d845682e74544a2b6c1641f7cb044ac282df'
 'SKIP'
-'573914ae79eb564032dce7e0c805fd59440696c148037b77013c8a4d5c4bd3b6'
+'c6a107b8c1070c46e7aa7bd39cac49243f269110ae5ea8d88377d4b1c396d91a'
 'SKIP'
-'8866aacce1f9d24af2094196ee490500ab5b2c8ef792824e71c20e7a33c66f9d'
+'e5c7bb9d965250f51ecfd3a8cf0b499f338ccaadfccb0839ff14ee97c414bd9f'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2020-04-29 23:55:45 UTC (rev 381890)
+++ config  2020-04-30 00:40:08 UTC (rev 381891)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.7 Kernel Configuration
+# Linux/x86 5.6.8 Kernel Configuration
 #
 
 #
@@ -1134,6 +1134,7 @@
 # CONFIG_DEFAULT_RENO is not set
 CONFIG_DEFAULT_TCP_CONG="cubic"
 CONFIG_TCP_MD5SIG=y
+# CONFIG_TCP_SIMULT_CONNECT_DEFAULT_ON is not set
 CONFIG_IPV6=y
 CONFIG_IPV6_ROUTER_PREF=y
 CONFIG_IPV6_ROUTE_INFO=y
@@ -9829,7 +9830,7 @@
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
-CONFIG_NFS_DISABLE_UDP_SUPPORT=y
+# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
 CONFIG_NFSD=m
 CONFIG_NFSD_V2_ACL=y
 CONFIG_NFSD_V3=y


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

2020-04-29 Thread Levente Polyak via arch-commits
Date: Thursday, April 30, 2020 @ 00:40:15
  Author: anthraxx
Revision: 381892

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 381891, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 381891, linux-hardened/trunk/config)
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch
(from rev 381891, linux-hardened/trunk/sphinx-workaround.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch

-+
 PKGBUILD|  404 
 config  |21485 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 10958 insertions(+), 10957 deletions(-)

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


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

2020-04-29 Thread Filipe Laíns via arch-commits
Date: Thursday, April 30, 2020 @ 00:18:46
  Author: ffy00
Revision: 622341

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 622340, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 00:18:31 UTC (rev 622340)
+++ PKGBUILD2020-04-30 00:18:46 UTC (rev 622341)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.6
-pkgrel=1
-pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
-arch=('x86_64')
-url='https://github.com/jopohl/urh'
-license=('GPL3')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
-makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'bladerf: BladeRF backend'
-'libiio: IIO backend (PlutoSDR)'
-'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
-'python-pyaudio: Soundcard backend')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('b2b86d97423d232f51e11adef1a9f55cd75b1c3afa92f07746272a1c2b367505ef7f5607511a191a984f6b8173ce14af8c1ec6474984aa283ebc0237c1e4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 622340, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 00:18:46 UTC (rev 622341)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.7
+pkgrel=1
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('78c24ce6273ef5962261bb02c9955474e50e732723edfa190c83d8540c5d998d1b685f6195b3a3ef2520ead42a1b698e03c448ab377c569bc78e3f5a6dfc5d3e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


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

2020-04-29 Thread Filipe Laíns via arch-commits
Date: Thursday, April 30, 2020 @ 00:18:31
  Author: ffy00
Revision: 622340

upgpkg: urh 2.8.7-1

Modified:
  urh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 23:47:14 UTC (rev 622339)
+++ PKGBUILD2020-04-30 00:18:31 UTC (rev 622340)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Pohl 
 
 pkgname=urh
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
 'python-pyaudio: Soundcard backend')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('b2b86d97423d232f51e11adef1a9f55cd75b1c3afa92f07746272a1c2b367505ef7f5607511a191a984f6b8173ce14af8c1ec6474984aa283ebc0237c1e4')
+sha512sums=('78c24ce6273ef5962261bb02c9955474e50e732723edfa190c83d8540c5d998d1b685f6195b3a3ef2520ead42a1b698e03c448ab377c569bc78e3f5a6dfc5d3e')
 
 build() {
   cd $pkgname-$pkgver


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 23:55:35
  Author: heftig
Revision: 381889

3.36.2-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 23:19:58 UTC (rev 381888)
+++ PKGBUILD2020-04-29 23:55:35 UTC (rev 381889)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=0d2aa2318cf96c2b0cb28a6284736bed11be067e  # tags/3.36.1^0
+_commit=e4b9b72c5d5364d1934196b5dc970f7e5da7ec28  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 23:55:45
  Author: heftig
Revision: 381890

archrelease: copy trunk to extra-x86_64

Added:
  polari/repos/extra-x86_64/PKGBUILD
(from rev 381889, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 23:55:35 UTC (rev 381889)
+++ PKGBUILD2020-04-29 23:55:45 UTC (rev 381890)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=0d2aa2318cf96c2b0cb28a6284736bed11be067e  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 381889, 
polari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 23:55:45 UTC (rev 381890)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=e4b9b72c5d5364d1934196b5dc970f7e5da7ec28  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-29 Thread David Runge via arch-commits
Date: Wednesday, April 29, 2020 @ 23:47:14
  Author: dvzrv
Revision: 622339

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 23:47:07 UTC (rev 622338)
+++ PKGBUILD2020-04-29 23:47:14 UTC (rev 622339)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-_name=pymediainfo
-pkgname=python-pymediainfo
-pkgver=4.1
-pkgrel=3
-pkgdesc="A Python wrapper around the MediaInfo library"
-arch=('any')
-url="https://github.com/sbraz/pymediainfo/;
-license=('MIT')
-depends=('libmediainfo' 'python')
-makedepends=('mediainfo' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('08ffca0c3179aa6dff5b3007faaec1f1a2f372b2995824039021f41b2c772a2a13370c1dbd37d2408d023be497cff71dd6f46b09c8989f168976d75723cd7722')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pymediainfo/repos/community-any/PKGBUILD (from rev 622338, 
python-pymediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 23:47:14 UTC (rev 622339)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pymediainfo
+pkgname=python-pymediainfo
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A Python wrapper around the MediaInfo library"
+arch=('any')
+url="https://github.com/sbraz/pymediainfo/;
+license=('MIT')
+depends=('libmediainfo' 'python')
+makedepends=('mediainfo' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('33343838312ce240a23fa3856d808bf4b1346a1c65ed99c0405664aceaf452df610144114c228ad43e525f7abc9609420071bc6960f92b68ed7abe5dae8764aa')
+
+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}"
+  # license
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-29 Thread David Runge via arch-commits
Date: Wednesday, April 29, 2020 @ 23:47:07
  Author: dvzrv
Revision: 622338

upgpkg: python-pymediainfo 4.2.1-1: Upgrading to 4.2.1.

Renaming sources. Updating maintainer info.
Running pytest not via setuptools.

Modified:
  python-pymediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 23:07:39 UTC (rev 622337)
+++ PKGBUILD2020-04-29 23:47:07 UTC (rev 622338)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 _name=pymediainfo
 pkgname=python-pymediainfo
-pkgver=4.1
-pkgrel=3
+pkgver=4.2.1
+pkgrel=1
 pkgdesc="A Python wrapper around the MediaInfo library"
 arch=('any')
 url="https://github.com/sbraz/pymediainfo/;
@@ -11,20 +12,25 @@
 makedepends=('mediainfo' 'python-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('08ffca0c3179aa6dff5b3007faaec1f1a2f372b2995824039021f41b2c772a2a13370c1dbd37d2408d023be497cff71dd6f46b09c8989f168976d75723cd7722')
+sha512sums=('33343838312ce240a23fa3856d808bf4b1346a1c65ed99c0405664aceaf452df610144114c228ad43e525f7abc9609420071bc6960f92b68ed7abe5dae8764aa')
 
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
 build() {
-  cd "${_name}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py build
 }
 
 check() {
-  cd "${_name}-${pkgver}"
-  python setup.py test
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  pytest -v
 }
 
 package() {
-  cd "${_name}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \


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

2020-04-29 Thread David Runge via arch-commits
Date: Wednesday, April 29, 2020 @ 23:07:20
  Author: dvzrv
Revision: 622336

upgpkg: mediathekview 13.5.1-2: Adding mediathekview 13.5.1 (replacing 
mediathek in the AUR).

Modified:
  mediathekview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 22:50:57 UTC (rev 622335)
+++ PKGBUILD2020-04-29 23:07:20 UTC (rev 622336)
@@ -9,6 +9,9 @@
 url="https://github.com/mediathekview/MediathekView;
 license=('GPL3')
 depends=('bash' 'hicolor-icon-theme' 'java-runtime>=11')
+provides=('mediathek')
+conflicts=('mediathek')
+replaces=('mediathek')
 makedepends=('maven')
 optdepends=('mplayer: for recording streams'
 'vlc: for stream playback')


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

2020-04-29 Thread David Runge via arch-commits
Date: Wednesday, April 29, 2020 @ 23:07:39
  Author: dvzrv
Revision: 622337

archrelease: copy trunk to community-any

Added:
  mediathekview/repos/community-any/
  mediathekview/repos/community-any/PKGBUILD
(from rev 622336, mediathekview/trunk/PKGBUILD)
  mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
(from rev 622336, 
mediathekview/trunk/de.mediathekview.MediathekView.desktop)
  mediathekview/repos/community-any/mediathekview.sh
(from rev 622336, mediathekview/trunk/mediathekview.sh)

+
 PKGBUILD   |   56 +++
 de.mediathekview.MediathekView.desktop |   11 ++
 mediathekview.sh   |4 ++
 3 files changed, 71 insertions(+)

Copied: mediathekview/repos/community-any/PKGBUILD (from rev 622336, 
mediathekview/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 23:07:39 UTC (rev 622337)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge 
+
+_name=MediathekView
+pkgname=mediathekview
+pkgver=13.5.1
+pkgrel=2
+pkgdesc="Access the Mediathek of many German TV stations"
+arch=('any')
+url="https://github.com/mediathekview/MediathekView;
+license=('GPL3')
+depends=('bash' 'hicolor-icon-theme' 'java-runtime>=11')
+provides=('mediathek')
+conflicts=('mediathek')
+replaces=('mediathek')
+makedepends=('maven')
+optdepends=('mplayer: for recording streams'
+'vlc: for stream playback')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+"de.${pkgname}.${_name}.desktop"
+"${pkgname}.sh")
+sha512sums=('8e46259eb0ecc4f378d01fa378cf3f52d9e419194e9d6b37668bb07a9c3f6590dbd60a08ff4feff1d475c1266eb852279db37e11c76c32d39aa5ca02c7ae6daa'
+
'24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
+
'3769eb34164d967a729aeaf733e8a20a6ea123b9ba63fdead628c6b245cc4d578847fc2c800f4606d933d62a509adce5bd489353cd2c70c20f890089acf0c8d5')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./mvnw clean install -Plinux,install4j-linux
+}
+
+package() {
+  local _size
+  cd "$pkgname-$pkgver"
+  # jar
+  install -vDm 644 "target/${_name}.jar" \
+-t "${pkgdir}/usr/share/java/${pkgname}"
+  # script
+  install -vDm 755 "../${pkgname}.sh" \
+"${pkgdir}/usr/bin/${pkgname}"
+  # XDG desktop file
+  install -vDm 644 "../de.mediathekview.${_name}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  # icons
+  for _size in 16 32 48 128; do
+install -vDm 644 "target/${_name}@x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
+  done
+  install -vDm 644 res/${_name}.svg \
+-t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: 
mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop (from 
rev 622336, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
===
--- community-any/de.mediathekview.MediathekView.desktop
(rev 0)
+++ community-any/de.mediathekview.MediathekView.desktop2020-04-29 
23:07:39 UTC (rev 622337)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Categories=AudioVideo;Audio;Video;Player;TV;
+Comment=Access to the Mediathek of different tv stations
+Comment[de]=Durchsucht die Online-Mediatheken verschiedener Sender
+Exec=mediathekview
+GenericName=Mediathek
+Icon=mediathekview
+Name=MediathekView
+StartupNotify=true
+Terminal=false
+Type=Application

Copied: mediathekview/repos/community-any/mediathekview.sh (from rev 622336, 
mediathekview/trunk/mediathekview.sh)
===
--- community-any/mediathekview.sh  (rev 0)
+++ community-any/mediathekview.sh  2020-04-29 23:07:39 UTC (rev 622337)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+PATH="/usr/lib/jvm/java-13-openjdk/bin:${PATH}"
+java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"


[arch-commits] Commit in (6 files)

2020-04-29 Thread David Runge via arch-commits
Date: Wednesday, April 29, 2020 @ 22:50:57
  Author: dvzrv
Revision: 622335

Adding mediathekview.

Added:
  mediathekview/
  mediathekview/repos/
  mediathekview/trunk/
  mediathekview/trunk/PKGBUILD
  mediathekview/trunk/de.mediathekview.MediathekView.desktop
  mediathekview/trunk/mediathekview.sh

+
 PKGBUILD   |   53 +++
 de.mediathekview.MediathekView.desktop |   11 ++
 mediathekview.sh   |4 ++
 3 files changed, 68 insertions(+)

Added: mediathekview/trunk/PKGBUILD
===
--- mediathekview/trunk/PKGBUILD(rev 0)
+++ mediathekview/trunk/PKGBUILD2020-04-29 22:50:57 UTC (rev 622335)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=MediathekView
+pkgname=mediathekview
+pkgver=13.5.1
+pkgrel=2
+pkgdesc="Access the Mediathek of many German TV stations"
+arch=('any')
+url="https://github.com/mediathekview/MediathekView;
+license=('GPL3')
+depends=('bash' 'hicolor-icon-theme' 'java-runtime>=11')
+makedepends=('maven')
+optdepends=('mplayer: for recording streams'
+'vlc: for stream playback')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+"de.${pkgname}.${_name}.desktop"
+"${pkgname}.sh")
+sha512sums=('8e46259eb0ecc4f378d01fa378cf3f52d9e419194e9d6b37668bb07a9c3f6590dbd60a08ff4feff1d475c1266eb852279db37e11c76c32d39aa5ca02c7ae6daa'
+
'24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
+
'3769eb34164d967a729aeaf733e8a20a6ea123b9ba63fdead628c6b245cc4d578847fc2c800f4606d933d62a509adce5bd489353cd2c70c20f890089acf0c8d5')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./mvnw clean install -Plinux,install4j-linux
+}
+
+package() {
+  local _size
+  cd "$pkgname-$pkgver"
+  # jar
+  install -vDm 644 "target/${_name}.jar" \
+-t "${pkgdir}/usr/share/java/${pkgname}"
+  # script
+  install -vDm 755 "../${pkgname}.sh" \
+"${pkgdir}/usr/bin/${pkgname}"
+  # XDG desktop file
+  install -vDm 644 "../de.mediathekview.${_name}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  # icons
+  for _size in 16 32 48 128; do
+install -vDm 644 "target/${_name}@x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
+  done
+  install -vDm 644 res/${_name}.svg \
+-t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Added: mediathekview/trunk/de.mediathekview.MediathekView.desktop
===
--- mediathekview/trunk/de.mediathekview.MediathekView.desktop  
(rev 0)
+++ mediathekview/trunk/de.mediathekview.MediathekView.desktop  2020-04-29 
22:50:57 UTC (rev 622335)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Categories=AudioVideo;Audio;Video;Player;TV;
+Comment=Access to the Mediathek of different tv stations
+Comment[de]=Durchsucht die Online-Mediatheken verschiedener Sender
+Exec=mediathekview
+GenericName=Mediathek
+Icon=mediathekview
+Name=MediathekView
+StartupNotify=true
+Terminal=false
+Type=Application

Added: mediathekview/trunk/mediathekview.sh
===
--- mediathekview/trunk/mediathekview.sh(rev 0)
+++ mediathekview/trunk/mediathekview.sh2020-04-29 22:50:57 UTC (rev 
622335)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+PATH="/usr/lib/jvm/java-13-openjdk/bin:${PATH}"
+java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"


[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 22:25:58
  Author: heftig
Revision: 381887

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 381886, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 22:25:42 UTC (rev 381886)
+++ PKGBUILD2020-04-29 22:25:58 UTC (rev 381887)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
-license=(GPL)
-depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
-makedepends=(gobject-introspection git meson)
-_commit=bfcbf5ec03f84b6cffa7d8c1361953797ccd0d1e  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 381886, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 22:25:58 UTC (rev 381887)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
+license=(GPL)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
+_commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 22:25:42
  Author: heftig
Revision: 381886

3.36.1-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 22:15:02 UTC (rev 381885)
+++ PKGBUILD2020-04-29 22:25:42 UTC (rev 381886)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
 makedepends=(gobject-introspection git meson)
-_commit=bfcbf5ec03f84b6cffa7d8c1361953797ccd0d1e  # tags/3.36.0^0
+_commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd  # tags/3.36.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:54
  Author: spupykin
Revision: 622333

upgpkg: roundcubemail 1.4.4-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:48 UTC (rev 622332)
+++ PKGBUILD2020-04-29 22:18:54 UTC (rev 622333)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('c65359473d08a46dbd42894c2758a46209491fc421ee58ab5b1c0d0d56e3fec8b2f43d01b18cb8934589cbee7e7abfda2c8efbf02b3521790d7b45ed6dc88a1e'
+sha512sums=('ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:39
  Author: spupykin
Revision: 622331

upgpkg: nextcloud-app-tasks 0.12.2-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:16 UTC (rev 622330)
+++ PKGBUILD2020-04-29 22:18:39 UTC (rev 622331)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('bf5edb7bba5331e2461bcaffd316ab8d52211f8dddb2dd1bc1ae1659ad0d512d134451cad145cdeda0de4c1f7242b3092bea219b876285a0a614cbf43f2563be')
+sha512sums=('2f2627263745c1e9a043d8f59de68cc68119c542ab2a63bf1a943379d9d1f08cfb597ce48f6b22cd8e8e32dbdcb9a53b206c3243a2d027f6a7f8e8496fab0b9f')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:16
  Author: spupykin
Revision: 622330

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 622329, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 622329, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 622329, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 622329, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  310 +--
 ejabberd.logrotate |   24 +--
 print-deps.sh  |   58 -
 sysuser.conf   |4 
 4 files changed, 198 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:01 UTC (rev 622329)
+++ PKGBUILD2020-04-29 22:18:16 UTC (rev 622330)
@@ -1,155 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=20.03
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="https://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=fce492688e54fae2494b376973e5345d6174fa5e"
-   
"eimp::git://github.com/processone/eimp#commit=743e8421e896c3e62f1699e2452baab8ba12824c"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=f0f93579167e32f95485b0d06aa0416ec396"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=0fd3e940b5b00ac20cb4da005187350d1c4ce39d"
-   
"ezlib::git://github.com/processone/ezlib#commit=fa72ebff44060373b2d0ebaefce16a2fcfc5d0e6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=15a4cc4047b02dd1f26c39a3248c62f393d9ab39"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=70801c8424ef7c2e1d086cd388be25e219e85a2b"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=9b3d82657215b0264b512adcb8122bb55ff3ea1c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=ba09da790477b0f7a31aeaa9b21cae0ffba27d77"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"
-   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=bfbe24fb357304e22342db81c3b324256eab439d"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=65914a9efe71c487cde901451ae987e00f2473ac"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=9bf0f7d9920c0c15f29289147b0ef4c3979d2ddc"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=71bd71e8929c3657027b2d10d5e121d816795272"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=4428304c1282be3a8fdc753dabf68cd6f9bb2633"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=14766d690709359ffcbccb930d221f5c570766de"
-   
"pkix::git://github.com/processone/pkix#commit=21fede5cd65838ff801607652bd46182bea49ef0"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=0f0df1b10aac78cbe6088b142d172de43fc387a3"
-   
"stun::git://github.com/processone/stun#commit=025cb603994857901bcde28475e06bd896b03e5d"
-   

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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:48
  Author: spupykin
Revision: 622332

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:39 UTC (rev 622331)
+++ PKGBUILD2020-04-29 22:18:48 UTC (rev 622332)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('bf5edb7bba5331e2461bcaffd316ab8d52211f8dddb2dd1bc1ae1659ad0d512d134451cad145cdeda0de4c1f7242b3092bea219b876285a0a614cbf43f2563be')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 622331, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 22:18:48 UTC (rev 622332)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('2f2627263745c1e9a043d8f59de68cc68119c542ab2a63bf1a943379d9d1f08cfb597ce48f6b22cd8e8e32dbdcb9a53b206c3243a2d027f6a7f8e8496fab0b9f')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:19:05
  Author: spupykin
Revision: 622334

archrelease: copy trunk to community-any

Added:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
(from rev 622333, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
  roundcubemail/repos/community-any/PKGBUILD
(from rev 622333, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 622333, roundcubemail/trunk/apache.conf)
Deleted:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf

--+
 0001-plugins-password-make-Python-3-compatible.patch |   66 +-
 PKGBUILD |  108 -
 apache.conf  |   14 +-
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: 0001-plugins-password-make-Python-3-compatible.patch
===
--- 0001-plugins-password-make-Python-3-compatible.patch2020-04-29 
22:18:54 UTC (rev 622333)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-04-29 
22:19:05 UTC (rev 622334)
@@ -1,33 +0,0 @@
-From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Wed, 1 Jan 2020 18:30:49 +0100
-Subject: [PATCH] plugins: password: make Python 3 compatible
-
-Remove the ", e" as the exception is never printed and this makes it
-Python 3 compatible as well

- plugins/password/helpers/chpass-wrapper.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
-index 61bba849e..e56811561 100644
 a/plugins/password/helpers/chpass-wrapper.py
-+++ b/plugins/password/helpers/chpass-wrapper.py
-@@ -11,12 +11,12 @@ BLACKLIST = (
- 
- try:
- username, password = sys.stdin.readline().split(':', 1)
--except ValueError, e:
-+except ValueError:
- sys.exit('Malformed input')
- 
- try:
- user = pwd.getpwnam(username)
--except KeyError, e:
-+except KeyError:
- sys.exit('No such user: %s' % username)
- 
- if user.pw_uid < 1000:
--- 
-2.24.1
-

Copied: 
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
 (from rev 622333, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
===
--- 0001-plugins-password-make-Python-3-compatible.patch
(rev 0)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-04-29 
22:19:05 UTC (rev 622334)
@@ -0,0 +1,33 @@
+From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Wed, 1 Jan 2020 18:30:49 +0100
+Subject: [PATCH] plugins: password: make Python 3 compatible
+
+Remove the ", e" as the exception is never printed and this makes it
+Python 3 compatible as well
+---
+ plugins/password/helpers/chpass-wrapper.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
+index 61bba849e..e56811561 100644
+--- a/plugins/password/helpers/chpass-wrapper.py
 b/plugins/password/helpers/chpass-wrapper.py
+@@ -11,12 +11,12 @@ BLACKLIST = (
+ 
+ try:
+ username, password = sys.stdin.readline().split(':', 1)
+-except ValueError, e:
++except ValueError:
+ sys.exit('Malformed input')
+ 
+ try:
+ user = pwd.getpwnam(username)
+-except KeyError, e:
++except KeyError:
+ sys.exit('No such user: %s' % username)
+ 
+ if user.pw_uid < 1000:
+-- 
+2.24.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:54 UTC (rev 622333)
+++ PKGBUILD2020-04-29 22:19:05 UTC (rev 622334)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php')
-options=('emptydirs')
-makedepends=('php-composer' 'git')
-optdepends=('python: password change script'
-   'php-gd')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf")
-sha512sums=('c65359473d08a46dbd42894c2758a46209491fc421ee58ab5b1c0d0d56e3fec8b2f43d01b18cb8934589cbee7e7abfda2c8efbf02b3521790d7b45ed6dc88a1e'
-'SKIP'
-

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

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:01
  Author: spupykin
Revision: 622329

upgpkg: ejabberd 20.04-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 21:44:18 UTC (rev 622328)
+++ PKGBUILD2020-04-29 22:18:01 UTC (rev 622329)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=20.03
+pkgver=20.04
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -25,20 +25,20 @@

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"

"epam::git://github.com/processone/epam#commit=f0f93579167e32f95485b0d06aa0416ec396"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=0fd3e940b5b00ac20cb4da005187350d1c4ce39d"
+   
"esip::git://github.com/processone/esip#commit=42d7a01adba7c3cd1891bd6a344caaa597c0cb20"

"ezlib::git://github.com/processone/ezlib#commit=fa72ebff44060373b2d0ebaefce16a2fcfc5d0e6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=15a4cc4047b02dd1f26c39a3248c62f393d9ab39"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=70801c8424ef7c2e1d086cd388be25e219e85a2b"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=536a9893b2e7d699bee1c2b567f0765bb7849015"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=1c6a8b9b2934577d78144e29a37e68dd652c0e79"

"fast_yaml::git://github.com/processone/fast_yaml#commit=9b3d82657215b0264b512adcb8122bb55ff3ea1c"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=ba09da790477b0f7a31aeaa9b21cae0ffba27d77"
+   
"jiffy::git://github.com/davisp/jiffy#commit=2f73ba9afd05a0169b84a77d23ecf4524914f609"

"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"

"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"

"mqtree::git://github.com/processone/mqtree#commit=bfbe24fb357304e22342db81c3b324256eab439d"

"p1_acme::git://github.com/processone/p1_acme.git#commit=65914a9efe71c487cde901451ae987e00f2473ac"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=9bf0f7d9920c0c15f29289147b0ef4c3979d2ddc"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=69a444dc510ce71247dff9636fb13b10264f0686"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=71bd71e8929c3657027b2d10d5e121d816795272"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=4428304c1282be3a8fdc753dabf68cd6f9bb2633"

"p1_utils::git://github.com/processone/p1_utils#commit=14766d690709359ffcbccb930d221f5c570766de"
@@ -46,13 +46,13 @@

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"

"stringprep::git://github.com/processone/stringprep#commit=0f0df1b10aac78cbe6088b142d172de43fc387a3"
-   
"stun::git://github.com/processone/stun#commit=025cb603994857901bcde28475e06bd896b03e5d"
+   
"stun::git://github.com/processone/stun#commit=f8cb09cc87d9f6ece0d660f4abe4b15a6cfd5969"

"unicode_util_compat::git://github.com/benoitc/unicode_util_compat.git#commit=38d7bc105f51159e8ea3279c40121db9db1e652f"
-   
"xmpp::git://github.com/processone/xmpp#commit=effd5f227261addb593cf9753ad448018e1edcc2"
+   
"xmpp::git://github.com/processone/xmpp#commit=a6c6576c71757184d8e55102bc7322f428877b16"

"yconf::git://github.com/processone/yconf#commit=77f522897ee4cfe1689683d6f2b7f846b1c2ea52"
"$pkgname.logrotate"
"sysuser.conf")
-sha256sums=('b456d73b5e4a0d7af3f2a7adce819d33673750b026cf84a858cc8e7a2687604b'
+sha256sums=('01bf92b081a308cb10864f606229b93381688bd67f0626cc44105b0b3a0c3f80'
 'SKIP'
 'SKIP'
 'SKIP'


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 22:15:02
  Author: heftig
Revision: 381885

archrelease: copy trunk to extra-x86_64

Added:
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 381884, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 22:14:50 UTC (rev 381884)
+++ PKGBUILD2020-04-29 22:15:02 UTC (rev 381885)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify systemd-libs
- libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue nss
- libgudev gtk3-print-backends libnm gcr)
-makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson)
-checkdepends=(python-gobject python-dbusmock)
-groups=(gnome)
-backup=(etc/xdg/Xwayland-session.d/00-xrdb)
-_commit=68e37742f68ffcaa91e58b86143552442bc7542c  # 
tags/GNOME_SETTINGS_DAEMON_3_36_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-settings-daemon/repos/extra-x86_64/PKGBUILD (from rev 381884, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 22:15:02 UTC (rev 381885)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify systemd-libs
+ libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue nss
+ libgudev gtk3-print-backends libnm gcr)
+makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson usbguard)
+checkdepends=(python-gobject python-dbusmock)
+optdepends=('usbguard: USB protection support')
+groups=(gnome)
+backup=(etc/xdg/Xwayland-session.d/00-xrdb)
+_commit=28ce4225535329dee6a9aff8c44bd1671ce9d2de  # 
tags/GNOME_SETTINGS_DAEMON_3_36_1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 22:14:50
  Author: heftig
Revision: 381884

3.36.1-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 21:31:52 UTC (rev 381883)
+++ PKGBUILD2020-04-29 22:14:50 UTC (rev 381884)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="GNOME Settings Daemon"
 url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
@@ -15,7 +15,7 @@
 optdepends=('usbguard: USB protection support')
 groups=(gnome)
 backup=(etc/xdg/Xwayland-session.d/00-xrdb)
-_commit=68e37742f68ffcaa91e58b86143552442bc7542c  # 
tags/GNOME_SETTINGS_DAEMON_3_36_0^0
+_commit=28ce4225535329dee6a9aff8c44bd1671ce9d2de  # 
tags/GNOME_SETTINGS_DAEMON_3_36_1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2020-04-29 Thread Morten Linderud via arch-commits
Date: Wednesday, April 29, 2020 @ 21:44:10
  Author: foxboron
Revision: 622327

upgpkg: archlinux-repro 20200429-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 21:14:00 UTC (rev 622326)
+++ PKGBUILD2020-04-29 21:44:10 UTC (rev 622327)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20200427
+pkgver=20200429
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('e58612db68c398c437b45bea451b697e5c673699a4b69c8d194928c2a51eb14b'
+sha256sums=('5359404e868658a8afedf39cccaad78e8dec26fb757a9212c1b17e257c07784c'
 'SKIP')
 
 build(){


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

2020-04-29 Thread Morten Linderud via arch-commits
Date: Wednesday, April 29, 2020 @ 21:44:18
  Author: foxboron
Revision: 622328

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 622327, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 21:44:10 UTC (rev 622327)
+++ PKGBUILD2020-04-29 21:44:18 UTC (rev 622328)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20200427
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('e58612db68c398c437b45bea451b697e5c673699a4b69c8d194928c2a51eb14b'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 622327, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 21:44:18 UTC (rev 622328)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20200429
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('5359404e868658a8afedf39cccaad78e8dec26fb757a9212c1b17e257c07784c'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:31:40
  Author: heftig
Revision: 381880

3.36.2-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 21:25:15 UTC (rev 381879)
+++ PKGBUILD2020-04-29 21:31:40 UTC (rev 381880)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:31:52
  Author: heftig
Revision: 381883

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 381881, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 381881, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

+
 PKGBUILD   |  114 +++
 mutter.install |   14 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 21:31:51 UTC (rev 381882)
+++ PKGBUILD2020-04-29 21:31:52 UTC (rev 381883)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.36.1+54+gb80b465a6
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
-checkdepends=(xorg-server-xvfb)
-provides=(libmutter-6.so)
-groups=(gnome)
-install=mutter.install
-_commit=b80b465a653db0b04de7b0e384760333a39cf6bf  # gnome-3-36
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS+=" -Wl,-Bsymbolic-functions"
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D xwayland_initfd=disabled \
--D installed_tests=false
-  ninja -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  # Stacking test flaky
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/extra-x86_64/PKGBUILD (from rev 381881, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 21:31:52 UTC (rev 381883)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+checkdepends=(xorg-server-xvfb)
+provides=(libmutter-6.so)
+groups=(gnome)
+install=mutter.install
+_commit=63bf5f11505f980070eb714a52753a64462c5721  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D xwayland_initfd=disabled \
+-D installed_tests=false
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  # Stacking test flaky
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: mutter.install
===
--- mutter.install  2020-04-29 21:31:51 UTC (rev 381882)
+++ mutter.install  2020-04-29 21:31:52 UTC (rev 381883)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/mutter
-}
-
-post_upgrade() {
-  post_install
-}

Copied: mutter/repos/extra-x86_64/mutter.install (from rev 381881, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2020-04-29 21:31:52 

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:31:51
  Author: heftig
Revision: 381882

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 381881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 381881, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-+
 PKGBUILD|   98 +-
 gnome-shell.install |   14 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 21:31:50 UTC (rev 381881)
+++ PKGBUILD2020-04-29 21:31:51 UTC (rev 381882)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm 
libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc asciidoc bash-completion)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-install=gnome-shell.install
-_commit=e57a4e09377e0cab301700398ff1a7131bd9803b  # gnome-3-36
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  depends+=(libmutter-6.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 381881, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 21:31:51 UTC (rev 381882)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm 
libsecret
+ mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc asciidoc bash-completion)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=2a2634439cde19e73e7d41ca812f513898c89165  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  depends+=(libmutter-6.so)
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: gnome-shell.install
===
--- gnome-shell.install 2020-04-29 21:31:50 UTC (rev 381881)
+++ gnome-shell.install 2020-04-29 21:31:51 UTC (rev 381882)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/gnome-shell
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-shell/repos/extra-x86_64/gnome-shell.install (from rev 381881, 
gnome-shell/trunk/gnome-shell.install)
===
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2020-04-29 21:31:51 UTC (rev 381882)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:31:50
  Author: heftig
Revision: 381881

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 381880, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 21:31:40 UTC (rev 381880)
+++ PKGBUILD2020-04-29 21:31:50 UTC (rev 381881)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-arch=(any)
-license=(GPL)
-makedepends=(meson git sassc js68)
-optdepends=('gnome-menus: applications menu extension')
-groups=(gnome)
-_commit=2ae0f368b93fe8a478963ab05d4420669ab49300  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends=(gnome-shell)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 381880, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 21:31:50 UTC (rev 381881)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+arch=(any)
+license=(GPL)
+makedepends=(meson git sassc js68)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=df463177e742f438a6fa770ef71e0589ded79d62  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends=(gnome-shell)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:25:15
  Author: heftig
Revision: 381879

3.36.2-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 21:25:12 UTC (rev 381878)
+++ PKGBUILD2020-04-29 21:25:15 UTC (rev 381879)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
@@ -10,7 +10,7 @@
 makedepends=(meson git sassc js68)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=2ae0f368b93fe8a478963ab05d4420669ab49300  # tags/3.36.1^0
+_commit=df463177e742f438a6fa770ef71e0589ded79d62  # tags/3.36.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
 sha256sums=('SKIP'


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 21:25:12
  Author: heftig
Revision: 381878

3.36.2-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 19:15:58 UTC (rev 381877)
+++ PKGBUILD2020-04-29 21:25:12 UTC (rev 381878)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.36.1+54+gb80b465a6
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -17,7 +17,7 @@
 provides=(libmutter-6.so)
 groups=(gnome)
 install=mutter.install
-_commit=b80b465a653db0b04de7b0e384760333a39cf6bf  # gnome-3-36
+_commit=63bf5f11505f980070eb714a52753a64462c5721  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in weechat-matrix/trunk (PKGBUILD weechat-matrix.install)

2020-04-29 Thread Jonas Witschel via arch-commits
Date: Wednesday, April 29, 2020 @ 21:13:53
  Author: diabonas
Revision: 622325

upgpkg: weechat-matrix 0.2.0-2: update post_install message

weechat 2.8-2 recognises scripts in /usr/share/weechat/, so there is no need to
create a symlink to weechat-matrix.py in ~/.weechat/python/ any more.

Modified:
  weechat-matrix/trunk/PKGBUILD
  weechat-matrix/trunk/weechat-matrix.install

+
 PKGBUILD   |2 +-
 weechat-matrix.install |   13 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:53:51 UTC (rev 622324)
+++ PKGBUILD2020-04-29 21:13:53 UTC (rev 622325)
@@ -2,7 +2,7 @@
 pkgname=weechat-matrix
 pkgver=0.2.0
 _tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git show-ref "$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='Weechat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'

Modified: weechat-matrix.install
===
--- weechat-matrix.install  2020-04-29 18:53:51 UTC (rev 622324)
+++ weechat-matrix.install  2020-04-29 21:13:53 UTC (rev 622325)
@@ -1,13 +1,14 @@
 post_install() {
-   echo "To add this script to your WeeChat installation, please execute 
the following command:"
-   echo "ln -s /usr/share/weechat/python/weechat-matrix.py -t 
~/.weechat/python"
+   echo "To load this script, execute the following command in WeeChat:"
+   echo "/script load weechat-matrix.py"
+   echo "To load it automatically during WeeChat startup, use:"
+   echo "mkdir -p ~/.weechat/python/autoload"
+   echo "ln -s /usr/share/weechat/python/weechat-matrix.py -t 
~/.weechat/python/autoload"
 }
 
 post_upgrade() {
-   if [ "$2" = "0.1.0-1" ]
+   if [ "$(vercmp "$2" 0.2.0-2)" -lt 0 ]
then
-   echo "The location of the script has changed, please update 
your symbolic links:"
-   echo "rm ~/.weechat/python/{matrix,matrix.py}"
-   echo "ln -s /usr/share/weechat/python/weechat-matrix.py -t 
~/.weechat/python"
+   post_install
fi
 }


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

2020-04-29 Thread Jonas Witschel via arch-commits
Date: Wednesday, April 29, 2020 @ 21:14:00
  Author: diabonas
Revision: 622326

archrelease: copy trunk to community-any

Added:
  weechat-matrix/repos/community-any/PKGBUILD
(from rev 622325, weechat-matrix/trunk/PKGBUILD)
  weechat-matrix/repos/community-any/weechat-matrix.install
(from rev 622325, weechat-matrix/trunk/weechat-matrix.install)
Deleted:
  weechat-matrix/repos/community-any/PKGBUILD
  weechat-matrix/repos/community-any/weechat-matrix.install

+
 PKGBUILD   |  106 +++
 weechat-matrix.install |   27 ++-
 2 files changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 21:13:53 UTC (rev 622325)
+++ PKGBUILD2020-04-29 21:14:00 UTC (rev 622326)
@@ -1,53 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=weechat-matrix
-pkgver=0.2.0
-_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git show-ref "$pkgver"
-pkgrel=1
-pkgdesc='Weechat Matrix protocol script written in Python'
-arch=('any')
-url='https://github.com/poljar/weechat-matrix'
-license=('ISC')
-depends=('python-atomicwrites' 'python-attrs' 'python-future' 'python-logbook' 
'python-matrix-nio'
- 'python-pygments' 'python-pyopenssl' 'python-webcolors')
-makedepends=('git' 'python-dephell')
-checkdepends=('python-hypothesis' 'python-pytest')
-optdepends=('python-aiohttp: matrix_sso_helper support'
-'python-magic: matrix_upload support'
-'python-requests: matrix_decrypt and matrix_upload support'
-'ranger: default plumber for matrix_decrypt')
-install='weechat-matrix.install'
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
-   dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-   cd "$pkgname"
-   python setup.py build
-}
-
-check() {
-   cd "$pkgname"
-   python -m pytest
-}
-
-package() {
-   cd "$pkgname"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
-   for _script in matrix_decrypt matrix_sso_helper matrix_upload
-   do
-   install -Dm755 "contrib/$_script.py" "$pkgdir/usr/bin/$_script"
-   done
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: weechat-matrix/repos/community-any/PKGBUILD (from rev 622325, 
weechat-matrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 21:14:00 UTC (rev 622326)
@@ -0,0 +1,53 @@
+# Maintainer: Jonas Witschel 
+pkgname=weechat-matrix
+pkgver=0.2.0
+_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git show-ref "$pkgver"
+pkgrel=2
+pkgdesc='Weechat Matrix protocol script written in Python'
+arch=('any')
+url='https://github.com/poljar/weechat-matrix'
+license=('ISC')
+depends=('python-atomicwrites' 'python-attrs' 'python-future' 'python-logbook' 
'python-matrix-nio'
+ 'python-pygments' 'python-pyopenssl' 'python-webcolors')
+makedepends=('git' 'python-dephell')
+checkdepends=('python-hypothesis' 'python-pytest')
+optdepends=('python-aiohttp: matrix_sso_helper support'
+'python-magic: matrix_upload support'
+'python-requests: matrix_decrypt and matrix_upload support'
+'ranger: default plumber for matrix_decrypt')
+install='weechat-matrix.install'
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
+   dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+   cd "$pkgname"
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname"
+   python -m pytest
+}
+
+package() {
+   cd "$pkgname"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
+   for _script in matrix_decrypt matrix_sso_helper matrix_upload
+   do
+   install -Dm755 "contrib/$_script.py" "$pkgdir/usr/bin/$_script"
+   done
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: weechat-matrix.install
===
--- weechat-matrix.install  2020-04-29 21:13:53 UTC (rev 

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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 29, 2020 @ 19:15:58
  Author: anatolik
Revision: 381877

FS#66465 fix typo in the description

Modified:
  alsa-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:52:36 UTC (rev 381876)
+++ PKGBUILD2020-04-29 19:15:58 UTC (rev 381877)
@@ -8,7 +8,7 @@
 pkgname=alsa-firmware
 pkgver=1.2.1
 pkgrel=2
-pkgdesc="Firmware binaries for laoder programs in alsa-tools and hotplug 
firmware loader"
+pkgdesc="Firmware binaries for loader programs in alsa-tools and hotplug 
firmware loader"
 arch=('any')
 url="https://alsa-project.org/;
 license=('BSD' 'GPL2' 'LGPL2.1' 'custom')


[arch-commits] Commit in nodejs-lts-erbium/repos/community-staging-x86_64 (4 files)

2020-04-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 29, 2020 @ 18:53:51
  Author: archange
Revision: 622324

archrelease: copy trunk to community-staging-x86_64

Added:
  nodejs-lts-erbium/repos/community-staging-x86_64/PKGBUILD
(from rev 622323, nodejs-lts-erbium/trunk/PKGBUILD)
  nodejs-lts-erbium/repos/community-staging-x86_64/icu67.patch
(from rev 622323, nodejs-lts-erbium/trunk/icu67.patch)
Deleted:
  nodejs-lts-erbium/repos/community-staging-x86_64/PKGBUILD
  nodejs-lts-erbium/repos/community-staging-x86_64/icu67.patch

-+
 PKGBUILD|  148 -
 icu67.patch |  338 +-
 2 files changed, 243 insertions(+), 243 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:53:37 UTC (rev 622323)
+++ PKGBUILD2020-04-29 18:53:51 UTC (rev 622324)
@@ -1,74 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Felix Yan 
-
-pkgname=nodejs-lts-erbium
-pkgver=12.16.2
-pkgrel=2
-pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
-arch=(x86_64)
-url="https://nodejs.org/;
-license=(MIT)
-depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
-makedepends=(python2 procps-ng)
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
-icu67.patch)
-# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=('555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78'
-'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006')
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

-
-prepare() {
-  cd node-v${pkgver}
-  patch -Np1 -i ../icu67.patch
-
-  echo 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-brotli \
---shared-nghttp2
-#--shared-http-parser \
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # https://github.com/nodejs/node/issues/32765
-  sed -i '/\$(MAKE) -s test-doc/d' Makefile
-  make test
-}
-
-package() {
-  cd node-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-erbium/repos/community-staging-x86_64/PKGBUILD (from rev 
622323, nodejs-lts-erbium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:53:51 UTC (rev 622324)
@@ -0,0 +1,74 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Felix Yan 
+
+pkgname=nodejs-lts-erbium
+pkgver=12.16.3
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
+arch=(x86_64)
+url="https://nodejs.org/;
+license=(MIT)
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
+makedepends=(python2 procps-ng)
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
+icu67.patch)
+# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
+sha256sums=(f0559b0829c7f2ac10bf5b3e157e498227e95e26cdb6af814969c49f367359a3
+5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

+
+prepare() {
+  cd node-v${pkgver}
+  patch -Np1 -i ../icu67.patch
+
+  echo 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( 

[arch-commits] Commit in nodejs-lts-erbium/trunk (PKGBUILD)

2020-04-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 29, 2020 @ 18:53:37
  Author: archange
Revision: 622323

upgpkg: nodejs-lts-erbium 12.16.3-1

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:22:04 UTC (rev 622322)
+++ PKGBUILD2020-04-29 18:53:37 UTC (rev 622323)
@@ -2,8 +2,8 @@
 # Contributor: Felix Yan 
 
 pkgname=nodejs-lts-erbium
-pkgver=12.16.2
-pkgrel=2
+pkgver=12.16.3
+pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
 url="https://nodejs.org/;
@@ -16,8 +16,8 @@
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
 icu67.patch)
 # https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=('555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78'
-'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006')
+sha256sums=(f0559b0829c7f2ac10bf5b3e157e498227e95e26cdb6af814969c49f367359a3
+5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 



[arch-commits] Commit in qemu/repos/testing-x86_64 (8 files)

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 29, 2020 @ 18:52:36
  Author: anatolik
Revision: 381876

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 381875, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 381875, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 381875, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 381875, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu-ga.service
  qemu/repos/testing-x86_64/qemu.install

-+
 65-kvm.rules|2 
 PKGBUILD|  436 +++---
 qemu-ga.service |   18 +-
 qemu.install|   16 -
 4 files changed, 237 insertions(+), 235 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2020-04-29 18:51:53 UTC (rev 381875)
+++ 65-kvm.rules2020-04-29 18:52:36 UTC (rev 381876)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 381875, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2020-04-29 18:52:36 UTC (rev 381876)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:51:53 UTC (rev 381875)
+++ PKGBUILD2020-04-29 18:52:36 UTC (rev 381876)
@@ -1,217 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=5.0.0
-pkgrel=1
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-url="https://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-   libssh)
-depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
-source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
-qemu-ga.service
-65-kvm.rules)
-sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
-'SKIP'
-
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
-
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
-validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
-
-case $CARCH in
-  i?86) _corearch=i386 ;;
-  x86_64) _corearch=x86_64 ;;
-esac
-
-prepare() {
-  mkdir build-{full,headless}
-  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
-
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---audio-drv-list= \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-brlapi \
---disable-opengl \
---disable-virglrenderer
-}
-
-_build() (
-  cd build-$1
-
-  # qemu vs. make 4 == bad
-  export ARFLAGS=rv
-
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=" -fPIC"
-
-  ../${pkgname}-${pkgver}/configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/qemu \
---smbd=/usr/bin/smbd \
---enable-modules \
---enable-sdl \
---enable-jemalloc \
---enable-slirp=system \
-"${@:2}"
-
-  make
-)
-
-package_qemu() {
-  optdepends=('qemu-arch-extra: extra architectures support')
-  provides=(qemu-headless)
-  conflicts=(qemu-headless)
-  replaces=(qemu-kvm)
-
-  _package full
-}
-
-package_qemu-headless() {
-  pkgdesc="QEMU without GUI"
-  depends=("${_headlessdeps[@]}")
-  optdepends=('qemu-headless-arch-extra: extra architectures support')
-
-  _package headless
-}
-
-_package() {
-  optdepends+=('samba: SMB/CIFS server support'
-   'qemu-block-iscsi: iSCSI block support'
-   'qemu-block-rbd: RBD block support'
-   'qemu-block-gluster: glusterfs block support')
-  install=qemu.install
-  options=(!strip)
-
-  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
-
-  # systemd stuff
-  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
-
-  # remove conflicting /var/run directory
-  cd "$pkgdir"
-  rm -r var
-
-  

[arch-commits] Commit in qemu/repos (community-testing-x86_64)

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 29, 2020 @ 18:51:53
  Author: anatolik
Revision: 381875

Remove accidentally added community-testing dir

Deleted:
  qemu/repos/community-testing-x86_64/


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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 29, 2020 @ 18:45:13
  Author: anatolik
Revision: 381873

upgpkg: qemu 5.0.0-2: FS#66460: enable uring, reenable xfs

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:52:15 UTC (rev 381872)
+++ PKGBUILD2020-04-29 18:45:13 UTC (rev 381873)
@@ -6,13 +6,13 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
 _headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-   libssh)
+   libssh zstd liburing)
 depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
 makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
@@ -64,11 +64,13 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
 --smbd=/usr/bin/smbd \
 --enable-modules \
 --enable-sdl \
 --enable-jemalloc \
 --enable-slirp=system \
+--enable-xfsctl \
 "${@:2}"
 
   make


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

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 29, 2020 @ 18:45:43
  Author: anatolik
Revision: 381874

archrelease: copy trunk to community-testing-x86_64

Added:
  qemu/repos/community-testing-x86_64/
  qemu/repos/community-testing-x86_64/65-kvm.rules
(from rev 381873, qemu/trunk/65-kvm.rules)
  qemu/repos/community-testing-x86_64/PKGBUILD
(from rev 381873, qemu/trunk/PKGBUILD)
  qemu/repos/community-testing-x86_64/qemu-ga.service
(from rev 381873, qemu/trunk/qemu-ga.service)
  qemu/repos/community-testing-x86_64/qemu.install
(from rev 381873, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  219 ++
 qemu-ga.service |9 ++
 qemu.install|8 +
 4 files changed, 237 insertions(+)

Copied: qemu/repos/community-testing-x86_64/65-kvm.rules (from rev 381873, 
qemu/trunk/65-kvm.rules)
===
--- community-testing-x86_64/65-kvm.rules   (rev 0)
+++ community-testing-x86_64/65-kvm.rules   2020-04-29 18:45:43 UTC (rev 
381874)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/community-testing-x86_64/PKGBUILD (from rev 381873, 
qemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 18:45:43 UTC (rev 381874)
@@ -0,0 +1,219 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.0.0
+pkgrel=2
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing)
+depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-jemalloc \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm 

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

2020-04-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 29, 2020 @ 18:22:04
  Author: archange
Revision: 622322

archrelease: copy trunk to community-any

Added:
  img2pdf/repos/community-any/PKGBUILD
(from rev 622321, img2pdf/trunk/PKGBUILD)
Deleted:
  img2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:21:56 UTC (rev 622321)
+++ PKGBUILD2020-04-29 18:22:04 UTC (rev 622322)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=img2pdf
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="Losslessly convert raster images to PDF"
-arch=('any')
-url='https://gitlab.mister-muffin.de/josch/img2pdf'
-license=('LGPL3')
-depends=('python-pillow' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf')
-
-build() {
-cd ${pkgname}-${pkgver}
-python setup.py build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
-}

Copied: img2pdf/repos/community-any/PKGBUILD (from rev 622321, 
img2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:22:04 UTC (rev 622322)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=img2pdf
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Losslessly convert raster images to PDF"
+arch=(any)
+url="https://gitlab.mister-muffin.de/josch/img2pdf;
+license=(LGPL3)
+depends=(python-pillow python-setuptools)
+checkdepends=(python-pdfrw)
+source=(https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0b482b7f317b76051fabf6e50e5eea1584b20bdf76b6b54c16b6ef1d5298ee49')
+
+build() {
+cd ${pkgname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+python setup.py test
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+}


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

2020-04-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 29, 2020 @ 18:21:56
  Author: archange
Revision: 622321

upgpkg: img2pdf 0.3.4-1

Modified:
  img2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:15:59 UTC (rev 622320)
+++ PKGBUILD2020-04-29 18:21:56 UTC (rev 622321)
@@ -1,15 +1,16 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=img2pdf
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="Losslessly convert raster images to PDF"
-arch=('any')
-url='https://gitlab.mister-muffin.de/josch/img2pdf'
-license=('LGPL3')
-depends=('python-pillow' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf')
+arch=(any)
+url="https://gitlab.mister-muffin.de/josch/img2pdf;
+license=(LGPL3)
+depends=(python-pillow python-setuptools)
+checkdepends=(python-pdfrw)
+source=(https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0b482b7f317b76051fabf6e50e5eea1584b20bdf76b6b54c16b6ef1d5298ee49')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -16,6 +17,11 @@
 python setup.py build
 }
 
+check() {
+cd ${pkgname}-${pkgver}
+python setup.py test
+}
+
 package() {
 cd ${pkgname}-${pkgver}
 python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:15:51
  Author: felixonmars
Revision: 622319

upgpkg: deepin-launcher 5.1.0.1-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:13:30 UTC (rev 622318)
+++ PKGBUILD2020-04-29 18:15:51 UTC (rev 622319)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.1.0.0
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('257bf0a54f2265537c7e37dee7a7b1a7da5cc221818dd802a331db39ca00541292b06b3ad0e73c963cb69a2dcd83cc2277f49eba5576dd87ff23cd0cd119df06')
+sha512sums=('82d40c741170f73742a03378e7b47f3ed70e79bc7ceca95991756d26fa45cc8b1c4a693fd7ebaa65a703467c5389ad1b54ddd029b6b309039a608d7b7abb98e8')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:15:59
  Author: felixonmars
Revision: 622320

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-launcher/repos/community-staging-x86_64/PKGBUILD
(from rev 622319, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:15:51 UTC (rev 622319)
+++ PKGBUILD2020-04-29 18:15:59 UTC (rev 622320)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=5.1.0.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('257bf0a54f2265537c7e37dee7a7b1a7da5cc221818dd802a331db39ca00541292b06b3ad0e73c963cb69a2dcd83cc2277f49eba5576dd87ff23cd0cd119df06')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-staging-x86_64/PKGBUILD (from rev 
622319, deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:15:59 UTC (rev 622320)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('82d40c741170f73742a03378e7b47f3ed70e79bc7ceca95991756d26fa45cc8b1c4a693fd7ebaa65a703467c5389ad1b54ddd029b6b309039a608d7b7abb98e8')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:13:20
  Author: felixonmars
Revision: 622317

upgpkg: deepin-screen-recorder 5.8.0.6-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:11:45 UTC (rev 622316)
+++ PKGBUILD2020-04-29 18:13:20 UTC (rev 622317)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=5.8.0.5
+pkgver=5.8.0.6
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('589891e3fa7a04cf61e3ebd2501e9be438cb386a435df184ab37b7a864ea53ffb912a0e92692d05756ae1f86988f00b74607477f0fab1574fea901399ae66321')
+sha512sums=('9760e19177a39c7140823f62ab01bef2ee3e17ca752fe2f8249ecd1736cb2c5ed221c85c5372517697fd20da760147aa618dd4c4ae697a3dc352590ce3347291')
 
 build(){
   cd deepin-screen-recorder-$pkgver


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:13:30
  Author: felixonmars
Revision: 622318

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD
(from rev 622317, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:13:20 UTC (rev 622317)
+++ PKGBUILD2020-04-29 18:13:30 UTC (rev 622318)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=5.8.0.5
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder;
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('589891e3fa7a04cf61e3ebd2501e9be438cb386a435df184ab37b7a864ea53ffb912a0e92692d05756ae1f86988f00b74607477f0fab1574fea901399ae66321')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD (from 
rev 622317, deepin-screen-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:13:30 UTC (rev 622318)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=5.8.0.6
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder;
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;)
+sha512sums=('9760e19177a39c7140823f62ab01bef2ee3e17ca752fe2f8249ecd1736cb2c5ed221c85c5372517697fd20da760147aa618dd4c4ae697a3dc352590ce3347291')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:11:25
  Author: felixonmars
Revision: 622314

archrelease: copy trunk to community-testing-any

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

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

Copied: python-sh/repos/community-testing-any/PKGBUILD (from rev 622313, 
python-sh/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-04-29 18:11:25 UTC (rev 622314)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=python-sh
+pkgver=1.13.1
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='https://pypi.python.org/pypi/sh'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('2d5a275abe3b7f1f1d26a97dd03bcbd6e2e05d1c75f26d5a629fead230d2fb2acd368b5473255526ba53c8fea4031112f272d917e820e294e49be9bbeb5d2116')
+
+prepare() {
+  cd sh-$pkgver
+  sed -i 's|/bin/sleep|/usr/bin/sleep|' test.py
+}
+
+build() {
+  cd sh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sh-$pkgver
+  python sh.py travis
+}
+
+package() {
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:11:45
  Author: felixonmars
Revision: 622316

archrelease: copy trunk to community-x86_64

Added:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD
(from rev 622315, kcm-fcitx5/trunk/PKGBUILD)
Deleted:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:11:36 UTC (rev 622315)
+++ PKGBUILD2020-04-29 18:11:45 UTC (rev 622316)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=kcm-fcitx5
-pkgver=0.0.0.20200424
-_commit=12968678695ef5ac248b23c951efa7e957fb0830
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/kcm-fcitx5;
-license=('GPL')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
-source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('cfcb0624f3fc30c176ff4daac9ebd60a206ba6674e7aa8701ce8d6d1f1a96dd5968d1a6af7019c96326cb3249cd04d96dbdf82b5c690407a88cf31185a9f5236')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 622315, 
kcm-fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:11:45 UTC (rev 622316)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=kcm-fcitx5
+pkgver=0.0.0.20200428
+_commit=1d34690889613eddbc55bf4cfb956cda2cb2
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5;
+license=('GPL')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
+sha512sums=('694bad7390456a3756ac7fef4c57ba085e49620716c7f8af5cb2a6350a28a9fed08dc335a2b47ac2add76d6bc30c0d72d63c41c87e0d706b0165d425da816c3a')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:11:36
  Author: felixonmars
Revision: 622315

upgpkg: kcm-fcitx5 0.0.0.20200428-1

Modified:
  kcm-fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:11:25 UTC (rev 622314)
+++ PKGBUILD2020-04-29 18:11:36 UTC (rev 622315)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=kcm-fcitx5
-pkgver=0.0.0.20200424
-_commit=12968678695ef5ac248b23c951efa7e957fb0830
+pkgver=0.0.0.20200428
+_commit=1d34690889613eddbc55bf4cfb956cda2cb2
 pkgrel=1
 pkgdesc="KDE Config Module for Fcitx5"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
 
source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('cfcb0624f3fc30c176ff4daac9ebd60a206ba6674e7aa8701ce8d6d1f1a96dd5968d1a6af7019c96326cb3249cd04d96dbdf82b5c690407a88cf31185a9f5236')
+sha512sums=('694bad7390456a3756ac7fef4c57ba085e49620716c7f8af5cb2a6350a28a9fed08dc335a2b47ac2add76d6bc30c0d72d63c41c87e0d706b0165d425da816c3a')
 
 build(){
   cd $pkgname-$_commit


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:11:18
  Author: felixonmars
Revision: 622313

upgpkg: python-sh 1.13.1-1

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:10:58 UTC (rev 622312)
+++ PKGBUILD2020-04-29 18:11:18 UTC (rev 622313)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=python-sh
-pkgver=1.12.14
-pkgrel=5
+pkgver=1.13.1
+pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
 url='https://pypi.python.org/pypi/sh'
@@ -13,15 +13,20 @@
 makedepends=('python-setuptools')
 checkdepends=('python-coverage' 'lsof')
 source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-sha512sums=('5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786')
+sha512sums=('2d5a275abe3b7f1f1d26a97dd03bcbd6e2e05d1c75f26d5a629fead230d2fb2acd368b5473255526ba53c8fea4031112f272d917e820e294e49be9bbeb5d2116')
 
+prepare() {
+  cd sh-$pkgver
+  sed -i 's|/bin/sleep|/usr/bin/sleep|' test.py
+}
+
 build() {
-  cd "$srcdir"/sh-$pkgver
+  cd sh-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/sh-$pkgver
+  cd sh-$pkgver
   python sh.py travis
 }
 


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:10:50
  Author: felixonmars
Revision: 622311

upgpkg: python-semantic-version 2.8.5-1

Modified:
  python-semantic-version/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:08:37 UTC (rev 622310)
+++ PKGBUILD2020-04-29 18:10:50 UTC (rev 622311)
@@ -3,7 +3,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-semantic-version
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="A library implementing the 'SemVer' scheme."
 url="https://github.com/rbarrois/python-semanticversion;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-django')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz;)
-sha512sums=('4c847d7adb478349b4d8444ae12802c2ca56355dd2b6cd943d7869d221ddf0242ecbef7dc34e591b9b13f2e7dfd0e84310d31c0f7074de599f8950668de7')
+sha512sums=('e59508b12ac0f1b46f1d97f633f5bead99c41542c51c2714a4074eda9da6a04cd103be20eafd031b541834b6ee99b4f9f9ee9baec58b9f8a313d0c727aeab68d')
 
 build() {
   cd python-semanticversion-$pkgver


[arch-commits] Commit in python-semantic-version/repos/community-any (2 files)

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:10:58
  Author: felixonmars
Revision: 622312

archrelease: copy trunk to community-any

Added:
  python-semantic-version/repos/community-any/PKGBUILD
(from rev 622311, python-semantic-version/trunk/PKGBUILD)
Deleted:
  python-semantic-version/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:10:50 UTC (rev 622311)
+++ PKGBUILD2020-04-29 18:10:58 UTC (rev 622312)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgname=python-semantic-version
-pkgver=2.8.4
-pkgrel=1
-pkgdesc="A library implementing the 'SemVer' scheme."
-url="https://github.com/rbarrois/python-semanticversion;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-django')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz;)
-sha512sums=('4c847d7adb478349b4d8444ae12802c2ca56355dd2b6cd943d7869d221ddf0242ecbef7dc34e591b9b13f2e7dfd0e84310d31c0f7074de599f8950668de7')
-
-build() {
-  cd python-semanticversion-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-semanticversion-$pkgver
-  py.test
-}
-
-package() {
-  cd python-semanticversion-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-semantic-version/repos/community-any/PKGBUILD (from rev 622311, 
python-semantic-version/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:10:58 UTC (rev 622312)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgname=python-semantic-version
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="A library implementing the 'SemVer' scheme."
+url="https://github.com/rbarrois/python-semanticversion;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-django')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz;)
+sha512sums=('e59508b12ac0f1b46f1d97f633f5bead99c41542c51c2714a4074eda9da6a04cd103be20eafd031b541834b6ee99b4f9f9ee9baec58b9f8a313d0c727aeab68d')
+
+build() {
+  cd python-semanticversion-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-semanticversion-$pkgver
+  py.test
+}
+
+package() {
+  cd python-semanticversion-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:08:04
  Author: felixonmars
Revision: 622308

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 622307, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:07:56 UTC (rev 622307)
+++ PKGBUILD2020-04-29 18:08:04 UTC (rev 622308)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200426
-_commit=9bb7e48160e7198f85b3c0633117c26d3cd1b006
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('273924366c000a39dca6fee1b0296433e613127e2502a3ac4fef9758d0155fd10e42c4cceef82a8425220135041a257f5980f4ea756ed7f48a42d8a9b248658f'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 622307, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:08:04 UTC (rev 622308)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200428
+_commit=5ac20093b4685ec4fef0281fa75dab609accec9f
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('a7c03404655d4fe8a1d93a9d5c2d8bdb4f76d9c667a0535e45bf83b8ae84ffc76de4585477a92ad849da583556f994df6de9396cc8035341807d367509ebc2a0'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:08:27
  Author: felixonmars
Revision: 622309

upgpkg: rime-cantonese 0.0.0.20200430-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:08:04 UTC (rev 622308)
+++ PKGBUILD2020-04-29 18:08:27 UTC (rev 622309)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200429
-_commit=fd004a5220d362204a36d7551c8ed80dd6cbb4f9
+pkgver=0.0.0.20200430
+_commit=e2535dd6c0a924e74e50559f5cead87b169148cb
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('f398b77a078e4eff06e0d6c0117770bb0f84db90c94ff65b0b877107ccd3322fdb2cc57802c037817d183a1d452588edb851e7f68a86f7be15103239639ca9cf')
+sha512sums=('e85f093ab89819fe184d34812a0a9831260c60c4517b88a41c53f6eb0d961f273be1436e16cd6a09d3f08eda9159baf7c0c6975f203521d5a3b960decc3b3c23')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:08:37
  Author: felixonmars
Revision: 622310

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 622309, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:08:27 UTC (rev 622309)
+++ PKGBUILD2020-04-29 18:08:37 UTC (rev 622310)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200429
-_commit=fd004a5220d362204a36d7551c8ed80dd6cbb4f9
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('f398b77a078e4eff06e0d6c0117770bb0f84db90c94ff65b0b877107ccd3322fdb2cc57802c037817d183a1d452588edb851e7f68a86f7be15103239639ca9cf')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 622309, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:08:37 UTC (rev 622310)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200430
+_commit=e2535dd6c0a924e74e50559f5cead87b169148cb
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('e85f093ab89819fe184d34812a0a9831260c60c4517b88a41c53f6eb0d961f273be1436e16cd6a09d3f08eda9159baf7c0c6975f203521d5a3b960decc3b3c23')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:07:56
  Author: felixonmars
Revision: 622307

upgpkg: fcitx5-chinese-addons 0.0.0.20200428-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 18:05:35 UTC (rev 622306)
+++ PKGBUILD2020-04-29 18:07:56 UTC (rev 622307)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200426
-_commit=9bb7e48160e7198f85b3c0633117c26d3cd1b006
+pkgver=0.0.0.20200428
+_commit=5ac20093b4685ec4fef0281fa75dab609accec9f
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('273924366c000a39dca6fee1b0296433e613127e2502a3ac4fef9758d0155fd10e42c4cceef82a8425220135041a257f5980f4ea756ed7f48a42d8a9b248658f'
+sha512sums=('a7c03404655d4fe8a1d93a9d5c2d8bdb4f76d9c667a0535e45bf83b8ae84ffc76de4585477a92ad849da583556f994df6de9396cc8035341807d367509ebc2a0'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:05:26
  Author: felixonmars
Revision: 622305

upgpkg: v2ray-domain-list-community 202004291505-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:52:09 UTC (rev 622304)
+++ PKGBUILD2020-04-29 18:05:26 UTC (rev 622305)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202004290001
+pkgver=202004291505
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('1f769b18695a37c97108249394693825cba9846c2951646aa05b18571f0a4f8313854e84f54ee5d8a4b2c0808e9aaa0ac8d31a6c70793b3c09b609d92eef4ea2')
+sha512sums=('8b70acdc84e238fd493cc87705b8af778970bdc7dfe90d15a72cc1a89a7cdd3186c5024aff6c241f60ecef01a8ba5d3bd246c801b560e1a92cf4fbb959d45500')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-04-29 Thread Felix Yan via arch-commits
Date: Wednesday, April 29, 2020 @ 18:05:35
  Author: felixonmars
Revision: 622306

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 622305, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 18:05:26 UTC (rev 622305)
+++ PKGBUILD2020-04-29 18:05:35 UTC (rev 622306)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202004290001
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('1f769b18695a37c97108249394693825cba9846c2951646aa05b18571f0a4f8313854e84f54ee5d8a4b2c0808e9aaa0ac8d31a6c70793b3c09b609d92eef4ea2')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
622305, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 18:05:35 UTC (rev 622306)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202004291505
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('8b70acdc84e238fd493cc87705b8af778970bdc7dfe90d15a72cc1a89a7cdd3186c5024aff6c241f60ecef01a8ba5d3bd246c801b560e1a92cf4fbb959d45500')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:56
  Author: heftig
Revision: 622294

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 622292, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 622292, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:51:56 UTC (rev 622294)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=60
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:57
  Author: heftig
Revision: 622296

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 622292, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 622292, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 PKGBUILD   |   45 +++
 2 files changed, 81 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 622292, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2020-04-29 17:51:57 UTC 
(rev 622296)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 622292, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:51:57 UTC (rev 622296)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=314
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+"0001-proc_ops-struct.patch")
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1')
+
+prepare() {
+cd ${pkgbase}-${pkgver}
+patch -Np1 < $srcdir/0001-proc_ops-struct.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:09
  Author: heftig
Revision: 622304

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 622295, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 622295, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:09 UTC (rev 622304)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=141
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:04
  Author: heftig
Revision: 381867

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 381866, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 381866, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-29 17:52:04 UTC (rev 381867)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200426
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:06
  Author: heftig
Revision: 622300

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 622298, r8168/trunk/0001-linux-5.6.patch)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 622298, r8168/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   71 +
 PKGBUILD |   44 ++
 2 files changed, 115 insertions(+)

Copied: r8168/repos/community-testing-x86_64/0001-linux-5.6.patch (from rev 
622298, r8168/trunk/0001-linux-5.6.patch)
===
--- community-testing-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-testing-x86_64/0001-linux-5.6.patch   2020-04-29 17:52:06 UTC 
(rev 622300)
@@ -0,0 +1,71 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 0df6041..557823e 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
+ static void rtl8168_hw_start(struct net_device *dev);
+ static int rtl8168_close(struct net_device *dev);
+ static void rtl8168_set_rx_mode(struct net_device *dev);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
++static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
++#else
+ static void rtl8168_tx_timeout(struct net_device *dev);
++#endif
+ static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
+ static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
+ static int rtl8168_change_mtu(struct net_device *dev, int new_mtu);
+@@ -1615,7 +1619,14 @@ static int rtl8168_proc_open(struct inode *inode, 
struct file *file)
+ 
+ return single_open(file, show, dev);
+ }
+-
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++static const struct proc_ops rtl8168_proc_ops = {
++.proc_open   = rtl8168_proc_open,
++.proc_read   = seq_read,
++.proc_lseek  = seq_lseek,
++.proc_release= single_release,
++};
++#else
+ static const struct file_operations rtl8168_proc_fops = {
+ .open   = rtl8168_proc_open,
+ .read   = seq_read,
+@@ -1623,6 +1634,7 @@ static const struct file_operations rtl8168_proc_fops = {
+ .release= single_release,
+ };
+ #endif
++#endif
+ 
+ /*
+  * Table of proc files we need to create.
+@@ -1665,9 +1677,15 @@ static void rtl8168_proc_init(struct net_device *dev)
+ tp->proc_dir = dir;
+ proc_init_num++;
+ 
+-for (f = rtl8168_proc_files; f->name[0]; f++) {
+-if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
+-  _proc_fops, f->show)) {
++ for (f = rtl8168_proc_files; f->name[0]; f++) {
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
++  _proc_ops, f->show)) 
++#else
++ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
++  _proc_fops, f->show))
++#endif
++ {
+ printk("Unable to initialize "
+"/proc/net/%s/%s/%s\n",
+MODULENAME, dev->name, f->name);
+@@ -27844,7 +27861,11 @@ static void rtl8168_reset_task(struct work_struct 
*work)
+ }
+ 
+ static void
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++rtl8168_tx_timeout(struct net_device *dev, unsigned int txqueue)
++#else
+ rtl8168_tx_timeout(struct net_device *dev)
++#endif
+ {
+ struct rtl8168_private *tp = netdev_priv(dev);
+ unsigned long flags;

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 622298, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:06 UTC (rev 622300)
@@ -0,0 +1,44 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.02
+pkgrel=8
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+0001-linux-5.6.patch)
+sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70'
+'7d0c468036a6acd83d056d6c243b3ace8be34bf3d633aa24bf54b9c3595f8a0d')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 < ../0001-linux-5.6.patch
+}
+

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:08
  Author: heftig
Revision: 622303

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 622296, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 622296, deepin-anything-arch/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   40 
 PKGBUILD |   35 +++
 2 files changed, 75 insertions(+)

Copied: 
deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch (from 
rev 622296, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- community-testing-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-testing-x86_64/0001-linux-5.6.patch   2020-04-29 17:52:08 UTC 
(rev 622303)
@@ -0,0 +1,40 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 6a0e334..e25faf4 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
+   ))
+   continue;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#else
++  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#endif
+   struct tm ts;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
+@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
+   }
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+ static struct file_operations procfs_ops = {
+   .owner = THIS_MODULE,
+   .open = open_vfs_changes,
+@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
+   //.llseek = generic_file_llseek,
+   .release = release_vfs_changes,
+ };
++#else
++static struct proc_ops procfs_ops = {
++  .proc_open = open_vfs_changes,
++  .proc_read = read_vfs_changes,
++  .proc_ioctl = ioctl_vfs_changes,
++  .proc_lseek = no_llseek,
++  .proc_release = release_vfs_changes,
++};
++#endif
+ 
+ int __init init_vfs_changes(void)
+ {

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
622296, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:08 UTC (rev 622303)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=74
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+'0001-linux-5.6.patch')
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14'
+
'5ddbd2d968bc5b01dbc99648cec81ea072675d7fe7198835649d5b581997945d32bd842dd7ebf60185aa84722b94575ac7aeb5e4616945e22fae53272907305b')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -Np1 < ../0001-linux-5.6.patch
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:06
  Author: heftig
Revision: 622301

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 622296, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 622296, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:06 UTC (rev 622301)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=313
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:56
  Author: heftig
Revision: 622295

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 622292, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 622292, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:51:56 UTC (rev 622295)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.02
+pkgrel=9
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:07
  Author: heftig
Revision: 381868

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 381866, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 381866, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-29 17:52:07 UTC (rev 381868)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.82
+pkgrel=9
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:53
  Author: heftig
Revision: 622292

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 622291, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:51:53 UTC (rev 622292)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=194
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:06
  Author: heftig
Revision: 622290

1.62-53: linux 5.6.8.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:50:58 UTC (rev 622289)
+++ PKGBUILD2020-04-29 17:51:06 UTC (rev 622290)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=52
+pkgrel=53
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:58
  Author: heftig
Revision: 622297

archrelease: copy trunk to community-testing-any

Added:
  netfilter-fullconenat/repos/community-testing-any/
  netfilter-fullconenat/repos/community-testing-any/Kbuild
(from rev 622292, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-any/PKGBUILD
(from rev 622292, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-any/netfilter-fullconenat.conf
(from rev 622292, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   40 
 netfilter-fullconenat.conf |1 +
 3 files changed, 42 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-any/Kbuild (from rev 
622292, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-any/Kbuild(rev 0)
+++ community-testing-any/Kbuild2020-04-29 17:51:58 UTC (rev 622297)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-any/PKGBUILD (from rev 
622292, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-04-29 17:51:58 UTC (rev 622297)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=13
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('any')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:05
  Author: heftig
Revision: 622299

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 622295, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 622295, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:05 UTC (rev 622299)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=201
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:09
  Author: heftig
Revision: 381869

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 381868, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 381868, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-29 17:52:09 UTC (rev 381869)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.82
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:12
  Author: heftig
Revision: 381870

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 381869, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 381869, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/sphinx-workaround.patch
(from rev 381869, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  195 
 config  |10793 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11001 insertions(+)

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


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:01
  Author: heftig
Revision: 622298

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
622292, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2020-04-29 17:52:01 UTC (rev 
622298)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 622292, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:01 UTC (rev 622298)
@@ -0,0 +1,53 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=37
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:55
  Author: heftig
Revision: 622293

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 622292, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 622292, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:51:55 UTC (rev 622293)
@@ -0,0 +1,38 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.6
+pkgrel=7
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:50:59
  Author: heftig
Revision: 381866

440.82-9: linux 5.6.8.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:50:10 UTC (rev 381865)
+++ PKGBUILD2020-04-29 17:50:59 UTC (rev 381866)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.82
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:51:08
  Author: heftig
Revision: 622291

5.0.1-74: linux 5.6.8.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:51:06 UTC (rev 622290)
+++ PKGBUILD2020-04-29 17:51:08 UTC (rev 622291)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=73
+pkgrel=74
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:07
  Author: heftig
Revision: 622302

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 622292, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 622292, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 622292, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 622293, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch
(from rev 622294, ndiswrapper-arch/trunk/kernel-5.6.patch)

--+
 PKGBUILD |   44 +++
 kernel-5.3.patch |   69 +++
 kernel-5.4.patch |   22 +
 kernel-5.5.patch |   72 
 kernel-5.6.patch |   85 +
 5 files changed, 292 insertions(+)

Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
622292, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-29 17:52:07 UTC (rev 622302)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=53
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if 

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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:14
  Author: heftig
Revision: 381871

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch
(from rev 381869, 
linux-lts/trunk/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 381869, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 381869, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 381870, linux-lts/trunk/sphinx-workaround.patch)

+
 0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch |  132 
 PKGBUILD   |  195 
 config |10597 
++
 sphinx-workaround.patch|   15 
 4 files changed, 10939 insertions(+)

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


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:52:15
  Author: heftig
Revision: 381872

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 381869, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 381869, linux/trunk/config)
  linux/repos/testing-x86_64/sphinx-workaround.patch
(from rev 381870, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  196 
 config  |10762 ++
 sphinx-workaround.patch |   13 
 3 files changed, 10971 insertions(+)

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


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:50:51
  Author: heftig
Revision: 622286

0.8-314: linux 5.6.8.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:50:49 UTC (rev 622285)
+++ PKGBUILD2020-04-29 17:50:51 UTC (rev 622286)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=313
+pkgrel=314
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:50:53
  Author: heftig
Revision: 622287

8.048.02-8: linux 5.6.8.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:50:51 UTC (rev 622286)
+++ PKGBUILD2020-04-29 17:50:53 UTC (rev 622287)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.02
-pkgrel=7
+pkgrel=8
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-04-29 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 17:50:55
  Author: heftig
Revision: 622288

20200106-37: linux 5.6.8.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 17:50:53 UTC (rev 622287)
+++ PKGBUILD2020-04-29 17:50:55 UTC (rev 622288)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=36
+pkgrel=37
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


  1   2   3   >