Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vala-panel: update to 0.5.0
@ 2020-11-14 19:21 joshuakraemer
  2020-11-14 19:30 ` [PR PATCH] [Updated] " joshuakraemer
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-14 19:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages vala-panel-0.5.0
https://github.com/void-linux/void-packages/pull/26383

vala-panel: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26383.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vala-panel-0.5.0-26383.patch --]
[-- Type: text/x-diff, Size: 3905 bytes --]

From d9e788f0731d254e29aae9525bfd09a257014c95 Mon Sep 17 00:00:00 2001
From: Joshua Kraemer <joshua@kraemer.link>
Date: Sat, 7 Nov 2020 21:35:16 +0100
Subject: [PATCH] vala-panel: update to 0.5.0

---
 .../patches/remove-obsolete-error_h.patch     | 61 -------------------
 srcpkgs/vala-panel/template                   | 25 +++++---
 2 files changed, 15 insertions(+), 71 deletions(-)
 delete mode 100644 srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch

diff --git a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch b/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
deleted file mode 100644
index b0b5440065c..00000000000
--- a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-diff --git applets/drawing/monitors/mem.c applets/drawing/monitors/mem.c
-index 80bdc7a..cc1db92 100644
---- applets/drawing/monitors/mem.c
-+++ applets/drawing/monitors/mem.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/monitor.c applets/drawing/monitors/monitor.c
-index c84dfca..bb296e1 100644
---- applets/drawing/monitors/monitor.c
-+++ applets/drawing/monitors/monitor.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/swap.c applets/drawing/monitors/swap.c
-index 33e6b8b..be8437c 100644
---- applets/drawing/monitors/swap.c
-+++ applets/drawing/monitors/swap.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/monitor.c applets/drawing/netmon/monitor.c
-index f98b0db..e58eea7 100644
---- applets/drawing/netmon/monitor.c
-+++ applets/drawing/netmon/monitor.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/net.c applets/drawing/netmon/net.c
-index c139341..9647030 100644
---- applets/drawing/netmon/net.c
-+++ applets/drawing/netmon/net.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-
diff --git a/srcpkgs/vala-panel/template b/srcpkgs/vala-panel/template
index 9d681d5ae1a..06c0caa907e 100644
--- a/srcpkgs/vala-panel/template
+++ b/srcpkgs/vala-panel/template
@@ -1,20 +1,25 @@
 # Template file for 'vala-panel'
 pkgname=vala-panel
-version=0.4.88
+version=0.5.0
 revision=1
-build_style=cmake
-hostmakedepends="gettext pkg-config vala glib-devel"
-makedepends="vala-devel cmake-vala gtk+3-devel"
-short_desc="GTK+3 desktop panel inspired by LXPanel"
-maintainer="John Eira <john.eira@web.de>"
-license="LGPL-3.0-or-later"
+build_style=meson
+configure_args="$(vopt_if wayland -Dplatforms=x11,layer-shell -Dplatforms=x11)"
+hostmakedepends="vala pkg-config cmake gettext"
+makedepends="glib-devel gtk+3-devel libwnck-devel $(vopt_if wayland gtk-layer-shell-devel)"
+short_desc="GTK+3 desktop panel forked from LXPanel"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
+license="LGPL-3.0"
 homepage="https://gitlab.com/vala-panel-project/vala-panel"
-distfiles="https://gitlab.com/vala-panel-project/vala-panel/uploads/c42b5fbbfb42c5889e7184f5ead03f65/vala-panel-${version}.tar.xz"
-checksum=09635f557e3d52894267a66297552119e874a25f9366bf5a1eeda8cfba948462
+distfiles="${homepage}/-/archive/${version}/vala-panel-${version}.tar.bz2"
+checksum=af7dd95a5dee6701fc1cbbdbd479a42a8e3b0991b2ce939d73de757c906c61d2
+
+# Package build options
+build_options="wayland"
+build_options_default="wayland"
 
 vala-panel-devel_package() {
 	short_desc+=" - development files"
-	depends="vala-panel-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
@ 2020-11-14 19:30 ` joshuakraemer
  2020-11-14 22:48 ` [PR REVIEW] " ndowens
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-14 19:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages vala-panel-0.5.0
https://github.com/void-linux/void-packages/pull/26383

vala-panel: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26383.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vala-panel-0.5.0-26383.patch --]
[-- Type: text/x-diff, Size: 3884 bytes --]

From b85df87217408aa13b6b31eb09616961a85c3093 Mon Sep 17 00:00:00 2001
From: Joshua Kraemer <joshua@kraemer.link>
Date: Sat, 7 Nov 2020 21:35:16 +0100
Subject: [PATCH] vala-panel: update to 0.5.0

---
 .../patches/remove-obsolete-error_h.patch     | 61 -------------------
 srcpkgs/vala-panel/template                   | 23 ++++---
 2 files changed, 14 insertions(+), 70 deletions(-)
 delete mode 100644 srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch

diff --git a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch b/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
deleted file mode 100644
index b0b5440065c..00000000000
--- a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-diff --git applets/drawing/monitors/mem.c applets/drawing/monitors/mem.c
-index 80bdc7a..cc1db92 100644
---- applets/drawing/monitors/mem.c
-+++ applets/drawing/monitors/mem.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/monitor.c applets/drawing/monitors/monitor.c
-index c84dfca..bb296e1 100644
---- applets/drawing/monitors/monitor.c
-+++ applets/drawing/monitors/monitor.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/swap.c applets/drawing/monitors/swap.c
-index 33e6b8b..be8437c 100644
---- applets/drawing/monitors/swap.c
-+++ applets/drawing/monitors/swap.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/monitor.c applets/drawing/netmon/monitor.c
-index f98b0db..e58eea7 100644
---- applets/drawing/netmon/monitor.c
-+++ applets/drawing/netmon/monitor.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/net.c applets/drawing/netmon/net.c
-index c139341..9647030 100644
---- applets/drawing/netmon/net.c
-+++ applets/drawing/netmon/net.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-
diff --git a/srcpkgs/vala-panel/template b/srcpkgs/vala-panel/template
index 9d681d5ae1a..4b75e3616c1 100644
--- a/srcpkgs/vala-panel/template
+++ b/srcpkgs/vala-panel/template
@@ -1,20 +1,25 @@
 # Template file for 'vala-panel'
 pkgname=vala-panel
-version=0.4.88
+version=0.5.0
 revision=1
-build_style=cmake
-hostmakedepends="gettext pkg-config vala glib-devel"
-makedepends="vala-devel cmake-vala gtk+3-devel"
-short_desc="GTK+3 desktop panel inspired by LXPanel"
-maintainer="John Eira <john.eira@web.de>"
+build_style=meson
+configure_args="$(vopt_if wayland -Dplatforms=x11,layer-shell -Dplatforms=x11)"
+hostmakedepends="vala pkg-config cmake gettext"
+makedepends="glib-devel gtk+3-devel libwnck-devel $(vopt_if wayland gtk-layer-shell-devel)"
+short_desc="GTK+3 desktop panel forked from LXPanel"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="LGPL-3.0-or-later"
 homepage="https://gitlab.com/vala-panel-project/vala-panel"
-distfiles="https://gitlab.com/vala-panel-project/vala-panel/uploads/c42b5fbbfb42c5889e7184f5ead03f65/vala-panel-${version}.tar.xz"
-checksum=09635f557e3d52894267a66297552119e874a25f9366bf5a1eeda8cfba948462
+distfiles="${homepage}/-/archive/${version}/vala-panel-${version}.tar.bz2"
+checksum=af7dd95a5dee6701fc1cbbdbd479a42a8e3b0991b2ce939d73de757c906c61d2
+
+# Package build options
+build_options="wayland"
+build_options_default="wayland"
 
 vala-panel-devel_package() {
 	short_desc+=" - development files"
-	depends="vala-panel-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
  2020-11-14 19:30 ` [PR PATCH] [Updated] " joshuakraemer
@ 2020-11-14 22:48 ` ndowens
  2020-11-15 10:24 ` [PR PATCH] [Updated] " joshuakraemer
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ndowens @ 2020-11-14 22:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r523472597

Comment:
Re-add glib-devel in host and I think that will fix the failing builds.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
  2020-11-14 19:30 ` [PR PATCH] [Updated] " joshuakraemer
  2020-11-14 22:48 ` [PR REVIEW] " ndowens
@ 2020-11-15 10:24 ` joshuakraemer
  2020-11-15 11:02 ` [PR REVIEW] " joshuakraemer
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-15 10:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages vala-panel-0.5.0
https://github.com/void-linux/void-packages/pull/26383

vala-panel: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26383.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vala-panel-0.5.0-26383.patch --]
[-- Type: text/x-diff, Size: 3884 bytes --]

From db0897a4ba62e391152c023a9ee951b540401e61 Mon Sep 17 00:00:00 2001
From: Joshua Kraemer <joshua@kraemer.link>
Date: Sat, 7 Nov 2020 21:35:16 +0100
Subject: [PATCH] vala-panel: update to 0.5.0

---
 .../patches/remove-obsolete-error_h.patch     | 61 -------------------
 srcpkgs/vala-panel/template                   | 23 ++++---
 2 files changed, 14 insertions(+), 70 deletions(-)
 delete mode 100644 srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch

diff --git a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch b/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
deleted file mode 100644
index b0b5440065c..00000000000
--- a/srcpkgs/vala-panel/patches/remove-obsolete-error_h.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-diff --git applets/drawing/monitors/mem.c applets/drawing/monitors/mem.c
-index 80bdc7a..cc1db92 100644
---- applets/drawing/monitors/mem.c
-+++ applets/drawing/monitors/mem.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/monitor.c applets/drawing/monitors/monitor.c
-index c84dfca..bb296e1 100644
---- applets/drawing/monitors/monitor.c
-+++ applets/drawing/monitors/monitor.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/monitors/swap.c applets/drawing/monitors/swap.c
-index 33e6b8b..be8437c 100644
---- applets/drawing/monitors/swap.c
-+++ applets/drawing/monitors/swap.c
-@@ -17,7 +17,6 @@
-  */
- 
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/monitor.c applets/drawing/netmon/monitor.c
-index f98b0db..e58eea7 100644
---- applets/drawing/netmon/monitor.c
-+++ applets/drawing/netmon/monitor.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-diff --git applets/drawing/netmon/net.c applets/drawing/netmon/net.c
-index c139341..9647030 100644
---- applets/drawing/netmon/net.c
-+++ applets/drawing/netmon/net.c
-@@ -18,7 +18,6 @@
- 
- #include <ctype.h>
- #include <errno.h>
--#include <error.h>
- #include <stdbool.h>
- #include <stdio.h>
- 
-
diff --git a/srcpkgs/vala-panel/template b/srcpkgs/vala-panel/template
index 9d681d5ae1a..526391084b8 100644
--- a/srcpkgs/vala-panel/template
+++ b/srcpkgs/vala-panel/template
@@ -1,20 +1,25 @@
 # Template file for 'vala-panel'
 pkgname=vala-panel
-version=0.4.88
+version=0.5.0
 revision=1
-build_style=cmake
-hostmakedepends="gettext pkg-config vala glib-devel"
-makedepends="vala-devel cmake-vala gtk+3-devel"
-short_desc="GTK+3 desktop panel inspired by LXPanel"
-maintainer="John Eira <john.eira@web.de>"
+build_style=meson
+configure_args="$(vopt_if wayland -Dplatforms=x11,layer-shell -Dplatforms=x11)"
+hostmakedepends="vala pkg-config cmake gettext glib-devel"
+makedepends="gtk+3-devel libwnck-devel $(vopt_if wayland gtk-layer-shell-devel)"
+short_desc="GTK+3 desktop panel forked from LXPanel"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="LGPL-3.0-or-later"
 homepage="https://gitlab.com/vala-panel-project/vala-panel"
-distfiles="https://gitlab.com/vala-panel-project/vala-panel/uploads/c42b5fbbfb42c5889e7184f5ead03f65/vala-panel-${version}.tar.xz"
-checksum=09635f557e3d52894267a66297552119e874a25f9366bf5a1eeda8cfba948462
+distfiles="${homepage}/-/archive/${version}/vala-panel-${version}.tar.bz2"
+checksum=af7dd95a5dee6701fc1cbbdbd479a42a8e3b0991b2ce939d73de757c906c61d2
+
+# Package build options
+build_options="wayland"
+build_options_default="wayland"
 
 vala-panel-devel_package() {
 	short_desc+=" - development files"
-	depends="vala-panel-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (2 preceding siblings ...)
  2020-11-15 10:24 ` [PR PATCH] [Updated] " joshuakraemer
@ 2020-11-15 11:02 ` joshuakraemer
  2020-11-23  5:06 ` ericonr
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-15 11:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r523742892

Comment:
Thanks, you are right, moving glib-devel to hostmakedepends fixed it.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (3 preceding siblings ...)
  2020-11-15 11:02 ` [PR REVIEW] " joshuakraemer
@ 2020-11-23  5:06 ` ericonr
  2020-11-23  5:06 ` ericonr
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-11-23  5:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r528473161

Comment:
`-$[version}` should be `>=${version}`

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (4 preceding siblings ...)
  2020-11-23  5:06 ` ericonr
@ 2020-11-23  5:06 ` ericonr
  2020-11-23 14:15 ` sgn
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-11-23  5:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r528473715

Comment:
Have you contacted the previous maintainer to see if they are ok with this? @purpurrot 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (5 preceding siblings ...)
  2020-11-23  5:06 ` ericonr
@ 2020-11-23 14:15 ` sgn
  2020-11-23 14:15 ` sgn
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2020-11-23 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#issuecomment-732188541

Comment:
```
FAILED: app/vala-panel 
cc  -o app/vala-panel app/vala-panel.p/meson-generated_.._app.c.o app/vala-panel.p/application.c.o app/vala-panel.p/vala-panel-platform-standalone-x11.c.o -flto -Wl,--as-needed -Wl,--no-undefined -Wl,--whole-archive -Wl,--start-group util/gtk/libutil-gtk.a -Wl,--no-whole-archive -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fno-common -g -Wl,-z,relro -Wl,-z,now -Wl,--as-needed ui/libvalapanel.so.0.5.0 util/libutil.a /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -Wl,--export-dynamic /usr/lib/libgmodule-2.0.so -pthread /usr/lib/libgtk-3.so /usr/lib/libgdk-3.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libharfbuzz.so /usr/lib/libatk-1.0.so /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so /usr/lib/libgdk_pixbuf-2.0.so -lm -Wl,--end-group '-Wl,-rpath,$ORIGIN/../ui' -Wl,-rpath-link,/builddir/vala-panel-0.5.0/build/ui
```

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (6 preceding siblings ...)
  2020-11-23 14:15 ` sgn
@ 2020-11-23 14:15 ` sgn
  2020-11-23 15:27 ` sgn
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2020-11-23 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#issuecomment-732188541

Comment:

FAILED: app/vala-panel 
cc  -o app/vala-panel app/vala-panel.p/meson-generated_.._app.c.o app/vala-panel.p/application.c.o app/vala-panel.p/vala-panel-platform-standalone-x11.c.o -flto -Wl,--as-needed -Wl,--no-undefined -Wl,--whole-archive -Wl,--start-group util/gtk/libutil-gtk.a -Wl,--no-whole-archive -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fno-common -g -Wl,-z,relro -Wl,-z,now -Wl,--as-needed ui/libvalapanel.so.0.5.0 util/libutil.a /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -Wl,--export-dynamic /usr/lib/libgmodule-2.0.so -pthread /usr/lib/libgtk-3.so /usr/lib/libgdk-3.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libharfbuzz.so /usr/lib/libatk-1.0.so /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so /usr/lib/libgdk_pixbuf-2.0.so -lm -Wl,--end-group '-Wl,-rpath,$ORIGIN/../ui' -Wl,-rpath-link,/builddir/vala-panel-0.5.0/build/ui


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (7 preceding siblings ...)
  2020-11-23 14:15 ` sgn
@ 2020-11-23 15:27 ` sgn
  2020-11-24 19:24 ` joshuakraemer
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2020-11-23 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#issuecomment-732188541

Comment:
option: ~wayland

FAILED: app/vala-panel 
cc  -o app/vala-panel app/vala-panel.p/meson-generated_.._app.c.o app/vala-panel.p/application.c.o app/vala-panel.p/vala-panel-platform-standalone-x11.c.o -flto -Wl,--as-needed -Wl,--no-undefined -Wl,--whole-archive -Wl,--start-group util/gtk/libutil-gtk.a -Wl,--no-whole-archive -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fno-common -g -Wl,-z,relro -Wl,-z,now -Wl,--as-needed ui/libvalapanel.so.0.5.0 util/libutil.a /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -Wl,--export-dynamic /usr/lib/libgmodule-2.0.so -pthread /usr/lib/libgtk-3.so /usr/lib/libgdk-3.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libharfbuzz.so /usr/lib/libatk-1.0.so /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so /usr/lib/libgdk_pixbuf-2.0.so -lm -Wl,--end-group '-Wl,-rpath,$ORIGIN/../ui' -Wl,-rpath-link,/builddir/vala-panel-0.5.0/build/ui


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (8 preceding siblings ...)
  2020-11-23 15:27 ` sgn
@ 2020-11-24 19:24 ` joshuakraemer
  2020-11-24 19:24 ` [PR REVIEW] " joshuakraemer
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-24 19:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

New comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#issuecomment-733184030

Comment:
@sgn, thank you for your additions. Please feel free to change the maintainer to yourself or keep @purpurrot if he responds.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (9 preceding siblings ...)
  2020-11-24 19:24 ` joshuakraemer
@ 2020-11-24 19:24 ` joshuakraemer
  2020-11-24 19:26 ` joshuakraemer
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-24 19:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r529823551

Comment:
I wrote an email to him on 2020-11-07, but he did not answer. He also had no activity in his GitHub account during the last year. I thus assumed that he is no longer interested in maintaining the package.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (10 preceding siblings ...)
  2020-11-24 19:24 ` [PR REVIEW] " joshuakraemer
@ 2020-11-24 19:26 ` joshuakraemer
  2020-11-24 19:26 ` joshuakraemer
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-24 19:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r529823551

Comment:
I wrote an email to him on 2020-11-07, but he did not answer. There also was no activity on his GitHub account during the last year. I thus assumed that he is no longer interested in maintaining the package.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (11 preceding siblings ...)
  2020-11-24 19:26 ` joshuakraemer
@ 2020-11-24 19:26 ` joshuakraemer
  2020-11-24 19:27 ` joshuakraemer
  2020-11-24 19:35 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-24 19:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r529823551

Comment:
I wrote an email to him on 2020-11-07, but he did not answer. There also was no activity on his GitHub account during the last year. I thus assumed that he is no longer interested in maintaining the package.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (12 preceding siblings ...)
  2020-11-24 19:26 ` joshuakraemer
@ 2020-11-24 19:27 ` joshuakraemer
  2020-11-24 19:35 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: joshuakraemer @ 2020-11-24 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r529825105

Comment:
I wrote an email to him on 2020-11-07, but he did not answer. Additionaly, there was no activity on his GitHub account during the last year. I thus assumed that he is no longer interested in maintaining the package.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] vala-panel: update to 0.5.0
  2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
                   ` (13 preceding siblings ...)
  2020-11-24 19:27 ` joshuakraemer
@ 2020-11-24 19:35 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-11-24 19:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26383#discussion_r529829824

Comment:
Ok, that's fair.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-11-24 19:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 19:21 [PR PATCH] vala-panel: update to 0.5.0 joshuakraemer
2020-11-14 19:30 ` [PR PATCH] [Updated] " joshuakraemer
2020-11-14 22:48 ` [PR REVIEW] " ndowens
2020-11-15 10:24 ` [PR PATCH] [Updated] " joshuakraemer
2020-11-15 11:02 ` [PR REVIEW] " joshuakraemer
2020-11-23  5:06 ` ericonr
2020-11-23  5:06 ` ericonr
2020-11-23 14:15 ` sgn
2020-11-23 14:15 ` sgn
2020-11-23 15:27 ` sgn
2020-11-24 19:24 ` joshuakraemer
2020-11-24 19:24 ` [PR REVIEW] " joshuakraemer
2020-11-24 19:26 ` joshuakraemer
2020-11-24 19:26 ` joshuakraemer
2020-11-24 19:27 ` joshuakraemer
2020-11-24 19:35 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).