Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] xfce4-panel: update to 4.15.0.
@ 2019-10-25  0:02 voidlinux-github
  2019-10-25 21:20 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-25  0:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages xfce4-panel
https://github.com/void-linux/void-packages/pull/15774

[WIP] xfce4-panel: update to 4.15.0.
This breaks the following packages due to:

```
unresolvable shlib `libxfce4panel-1.0.so.4'
```

- [ ] orage
- [ ] xfce4-notes-plugin
- [ ] xfce4-windowck-plugin

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

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

From 7a2f0075438b2afe35d2034ae5d653ae7c96cd0d Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Thu, 24 Oct 2019 19:42:26 -0400
Subject: [PATCH] xfce4-panel: update to 4.15.0.

---
 srcpkgs/xfce4-panel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index 719d78fda2a..ec6e7539546 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
-version=4.14.1
-revision=2
+version=4.15.0
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-gio-unix --enable-gtk3"
@@ -12,7 +12,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114
+checksum=a4a8c9e2526f9006796aa37e9945a198aada3d53b7001ea176762eae70b9eb9f
 
 # Package build options
 build_options="gir"

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

* Re: [WIP] xfce4-panel: update to 4.15.0.
  2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
@ 2019-10-25 21:20 ` voidlinux-github
  2019-10-25 21:22 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-25 21:20 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15774#issuecomment-546517682

Comment:
From xfce4-panel build log:
```
configure: WARNING: unrecognized options: --enable-gtk3
```
see https://git.xfce.org/xfce/xfce4-panel/tree/NEWS for the changelog (which you could add to the template via `changelog=` field btw)


From orage build log:
```
checking for optional package libxfce4panel-1.0 >= 4.8.0... not found
```
, so at least a rebuild (via revbump) would be required, which would disable the panel functionality for orage...
Or sth like this might help it: https://git.xfce.org/xfce/xfce4-power-manager/commit/?id=da4ff1ea169d14cd781fde4e147e40982153e62e

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

* Re: [WIP] xfce4-panel: update to 4.15.0.
  2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
  2019-10-25 21:20 ` voidlinux-github
@ 2019-10-25 21:22 ` voidlinux-github
  2020-04-19 12:02 ` sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-25 21:22 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15774#issuecomment-546517682

Comment:
From xfce4-panel build log:
```
configure: WARNING: unrecognized options: --enable-gtk3
```
see https://git.xfce.org/xfce/xfce4-panel/tree/NEWS for the changelog (which you could add to the template via `changelog=` field btw)
They dropped 1.0, so you have to remove it from `common/shlib`.

From orage build log:
```
checking for optional package libxfce4panel-1.0 >= 4.8.0... not found
```
, so at least a rebuild (via revbump) would be required, which would disable the panel functionality for orage...
Or sth like this might help it: https://git.xfce.org/xfce/xfce4-power-manager/commit/?id=da4ff1ea169d14cd781fde4e147e40982153e62e

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

* Re: [WIP] xfce4-panel: update to 4.15.0.
  2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
  2019-10-25 21:20 ` voidlinux-github
  2019-10-25 21:22 ` voidlinux-github
@ 2020-04-19 12:02 ` sgn
  2020-04-19 12:19 ` Piraty
  2020-04-19 12:19 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-04-19 12:02 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/15774#issuecomment-616116802

Comment:
`4.15.0` (odd version) is development version, no?

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

* Re: [WIP] xfce4-panel: update to 4.15.0.
  2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-04-19 12:02 ` sgn
@ 2020-04-19 12:19 ` Piraty
  2020-04-19 12:19 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-04-19 12:19 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15774#issuecomment-616120218

Comment:
for most xfce4 components odd numbers for Y in X.Y.Z are development versions.
#20696 should have addressed most of wrong update notifications for xfce's development versions.

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

* Re: [PR PATCH] [Closed]: [WIP] xfce4-panel: update to 4.15.0.
  2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-04-19 12:19 ` Piraty
@ 2020-04-19 12:19 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-04-19 12:19 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

[WIP] xfce4-panel: update to 4.15.0.
https://github.com/void-linux/void-packages/pull/15774

Description:
This breaks the following packages due to:

```
unresolvable shlib `libxfce4panel-1.0.so.4'
```

- [ ] orage
- [ ] xfce4-notes-plugin
- [ ] xfce4-windowck-plugin

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

end of thread, other threads:[~2020-04-19 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  0:02 [PR PATCH] [WIP] xfce4-panel: update to 4.15.0 voidlinux-github
2019-10-25 21:20 ` voidlinux-github
2019-10-25 21:22 ` voidlinux-github
2020-04-19 12:02 ` sgn
2020-04-19 12:19 ` Piraty
2020-04-19 12:19 ` [PR PATCH] [Closed]: " Piraty

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).