* [PR PATCH] libnotify: update to 0.8.4.
@ 2025-03-07 23:01 biopsin
2025-03-07 23:14 ` biopsin
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: biopsin @ 2025-03-07 23:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]
There is a new pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/54624
libnotify: update to 0.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
!!
meson.build:75:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not
found, you need to install docbook-xsl-ns or similar package.
!!
A patch file from https://github.com/void-linux/void-packages/pull/54624.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-54624.patch --]
[-- Type: text/x-diff, Size: 1100 bytes --]
From cc7ea21e0d6014bc8d25938e7106561937fc5d01 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@tuta.io>
Date: Fri, 7 Mar 2025 23:57:36 +0100
Subject: [PATCH] libnotify: update to 0.8.4.
---
srcpkgs/libnotify/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 10363c3732792e..8c22386efb5370 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,6 +1,6 @@
# Template file for 'libnotify'
pkgname=libnotify
-version=0.8.3
+version=0.8.4
revision=1
build_style=meson
build_helper=gir
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/libnotify"
changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
-checksum=5bcfeff21b6669c009c862e25c42556723f7a46c2c3454fce0fd532ebed715a0
+checksum=230416324c7db3b84eec82bd545ebdf0e205c34444574554e163457088de27db
# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
make_check=no
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
@ 2025-03-07 23:14 ` biopsin
2025-03-08 14:45 ` tranzystorekk
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-07 23:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2707685028
Comment:
-Dman=false builds but not optimal.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
2025-03-07 23:14 ` biopsin
@ 2025-03-08 14:45 ` tranzystorekk
2025-03-08 20:33 ` tranzystorekk
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2025-03-08 14:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2708334731
Comment:
Upstream changed the docbook stylesheet: https://gitlab.gnome.org/GNOME/libnotify/-/commit/2f99025b7ad54f29dc5236aa7dfcfa97d1c8efde
Switch `docbook-xsl-ns` to `docbook-xsl` in `hostmakedepends`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
2025-03-07 23:14 ` biopsin
2025-03-08 14:45 ` tranzystorekk
@ 2025-03-08 20:33 ` tranzystorekk
2025-03-09 20:06 ` [PR PATCH] [Updated] " biopsin
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2025-03-08 20:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2708477911
Comment:
Actually, the stylesheet change is apparently incorrect: https://gitlab.gnome.org/GNOME/libnotify/-/merge_requests/46
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (2 preceding siblings ...)
2025-03-08 20:33 ` tranzystorekk
@ 2025-03-09 20:06 ` biopsin
2025-03-09 20:06 ` biopsin
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-09 20:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
There is an updated pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/54624
libnotify: update to 0.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
!!
meson.build:75:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not
found, you need to install docbook-xsl-ns or similar package.
!!
A patch file from https://github.com/void-linux/void-packages/pull/54624.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-54624.patch --]
[-- Type: text/x-diff, Size: 1517 bytes --]
From c2ae2b51c8b378f491a4c1f2bc82eab05fa15614 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sun, 9 Mar 2025 15:01:35 +0100
Subject: [PATCH] libnotify: update to 0.8.4.
---
srcpkgs/libnotify/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 10363c3732792e..67b2dc27472795 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,12 +1,12 @@
# Template file for 'libnotify'
pkgname=libnotify
-version=0.8.3
+version=0.8.4
revision=1
build_style=meson
build_helper=gir
configure_args="$(vopt_feature gir introspection) -Dgtk_doc=false
-Ddocbook_docs=disabled -Dtests=false"
-hostmakedepends="pkg-config glib-devel libxslt docbook-xsl-ns"
+hostmakedepends="pkg-config glib-devel libxslt docbook-xsl"
makedepends="libglib-devel libpng-devel gdk-pixbuf-devel gtk+3-devel"
short_desc="Desktop notification library"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/libnotify"
changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
-checksum=5bcfeff21b6669c009c862e25c42556723f7a46c2c3454fce0fd532ebed715a0
+checksum=230416324c7db3b84eec82bd545ebdf0e205c34444574554e163457088de27db
# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
make_check=no
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (3 preceding siblings ...)
2025-03-09 20:06 ` [PR PATCH] [Updated] " biopsin
@ 2025-03-09 20:06 ` biopsin
2025-03-09 20:10 ` tranzystorekk
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-09 20:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2709045486
Comment:
It builds and installs a man with changed to `docbook-xsl` too.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (4 preceding siblings ...)
2025-03-09 20:06 ` biopsin
@ 2025-03-09 20:10 ` tranzystorekk
2025-03-09 20:14 ` biopsin
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2025-03-09 20:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2709046765
Comment:
Upstream claims that manpage with `docbook-xsl` is broken, we need to patch with https://gitlab.gnome.org/GNOME/libnotify/-/merge_requests/46.patch instead
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (5 preceding siblings ...)
2025-03-09 20:10 ` tranzystorekk
@ 2025-03-09 20:14 ` biopsin
2025-03-09 20:16 ` [PR PATCH] [Updated] " biopsin
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-09 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 150 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2709048096
Comment:
ah tnx
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (6 preceding siblings ...)
2025-03-09 20:14 ` biopsin
@ 2025-03-09 20:16 ` biopsin
2025-03-09 20:17 ` biopsin
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-09 20:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]
There is an updated pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/54624
libnotify: update to 0.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl [ok]
- armv7l [ok]
- armv6l-musl [ok]
!!
meson.build:75:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not
found, you need to install docbook-xsl-ns or similar package.
!!
A patch file from https://github.com/void-linux/void-packages/pull/54624.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-54624.patch --]
[-- Type: text/x-diff, Size: 3433 bytes --]
From 9f10db3a57a750287ee50f6af73bbe513e4cb741 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sun, 9 Mar 2025 15:01:35 +0100
Subject: [PATCH] libnotify: update to 0.8.4.
---
.../libnotify/patches/stylesheet_url.patch | 35 +++++++++++++++++++
srcpkgs/libnotify/template | 6 ++--
2 files changed, 38 insertions(+), 3 deletions(-)
create mode 100644 srcpkgs/libnotify/patches/stylesheet_url.patch
diff --git a/srcpkgs/libnotify/patches/stylesheet_url.patch b/srcpkgs/libnotify/patches/stylesheet_url.patch
new file mode 100644
index 00000000000000..bb559a76a84cf1
--- /dev/null
+++ b/srcpkgs/libnotify/patches/stylesheet_url.patch
@@ -0,0 +1,35 @@
+From a392f3ef205bd8d8f2fa0e298a869d8abc481728 Mon Sep 17 00:00:00 2001
+From: Jan Tojnar <jtojnar@gmail.com>
+Date: Sun, 2 Mar 2025 22:29:13 +0100
+Subject: [PATCH] Revert "meson: update stylesheet url"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The change is incorrect.
+
+`http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl` is the variant of the stylesheet that does not use namespaces and will produce a broken manual page. https://gitlab.gnome.org/GNOME/libnotify/-/commit/162d1958694822658dfa27e3dd1c702dee4c285c expects DocBook stylesheet with namespace support.
+
+It does not really matter if the URI ceases resolving to a file – we disable network access for `xsltproc` so it only serves as an identifier for the stylesheet to be discovered locally using a XML catalog.
+
+This reverts commit 2f99025b7ad54f29dc5236aa7dfcfa97d1c8efde.
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index a5be706..c99c23e 100644
+--- a/meson.build
++++ b/meson.build
+@@ -57,7 +57,7 @@ configure_file(input: 'config.h.meson',
+
+ if get_option('man')
+ xsltproc = find_program('xsltproc', required: true)
+- stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
++ stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
+ xsltproc_command = [
+ xsltproc,
+ '--nonet',
+--
+GitLab
+
diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 10363c3732792e..67b2dc27472795 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,12 +1,12 @@
# Template file for 'libnotify'
pkgname=libnotify
-version=0.8.3
+version=0.8.4
revision=1
build_style=meson
build_helper=gir
configure_args="$(vopt_feature gir introspection) -Dgtk_doc=false
-Ddocbook_docs=disabled -Dtests=false"
-hostmakedepends="pkg-config glib-devel libxslt docbook-xsl-ns"
+hostmakedepends="pkg-config glib-devel libxslt docbook-xsl"
makedepends="libglib-devel libpng-devel gdk-pixbuf-devel gtk+3-devel"
short_desc="Desktop notification library"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/libnotify"
changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
-checksum=5bcfeff21b6669c009c862e25c42556723f7a46c2c3454fce0fd532ebed715a0
+checksum=230416324c7db3b84eec82bd545ebdf0e205c34444574554e163457088de27db
# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
make_check=no
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (7 preceding siblings ...)
2025-03-09 20:16 ` [PR PATCH] [Updated] " biopsin
@ 2025-03-09 20:17 ` biopsin
2025-03-09 21:33 ` [PR PATCH] [Merged]: " tranzystorekk
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-09 20:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]
There is an updated pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/54624
libnotify: update to 0.8.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl [ok]
- armv7l [ok]
- armv6l-musl [ok]
!!
meson.build:75:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not
found, you need to install docbook-xsl-ns or similar package.
!!
A patch file from https://github.com/void-linux/void-packages/pull/54624.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-54624.patch --]
[-- Type: text/x-diff, Size: 3026 bytes --]
From ed58494f63e18336eb4f2e7948d536ead0a1bbd2 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sun, 9 Mar 2025 15:01:35 +0100
Subject: [PATCH] libnotify: update to 0.8.4.
---
.../libnotify/patches/stylesheet_url.patch | 35 +++++++++++++++++++
srcpkgs/libnotify/template | 4 +--
2 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 srcpkgs/libnotify/patches/stylesheet_url.patch
diff --git a/srcpkgs/libnotify/patches/stylesheet_url.patch b/srcpkgs/libnotify/patches/stylesheet_url.patch
new file mode 100644
index 00000000000000..bb559a76a84cf1
--- /dev/null
+++ b/srcpkgs/libnotify/patches/stylesheet_url.patch
@@ -0,0 +1,35 @@
+From a392f3ef205bd8d8f2fa0e298a869d8abc481728 Mon Sep 17 00:00:00 2001
+From: Jan Tojnar <jtojnar@gmail.com>
+Date: Sun, 2 Mar 2025 22:29:13 +0100
+Subject: [PATCH] Revert "meson: update stylesheet url"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The change is incorrect.
+
+`http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl` is the variant of the stylesheet that does not use namespaces and will produce a broken manual page. https://gitlab.gnome.org/GNOME/libnotify/-/commit/162d1958694822658dfa27e3dd1c702dee4c285c expects DocBook stylesheet with namespace support.
+
+It does not really matter if the URI ceases resolving to a file – we disable network access for `xsltproc` so it only serves as an identifier for the stylesheet to be discovered locally using a XML catalog.
+
+This reverts commit 2f99025b7ad54f29dc5236aa7dfcfa97d1c8efde.
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index a5be706..c99c23e 100644
+--- a/meson.build
++++ b/meson.build
+@@ -57,7 +57,7 @@ configure_file(input: 'config.h.meson',
+
+ if get_option('man')
+ xsltproc = find_program('xsltproc', required: true)
+- stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
++ stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
+ xsltproc_command = [
+ xsltproc,
+ '--nonet',
+--
+GitLab
+
diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 10363c3732792e..8c22386efb5370 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,6 +1,6 @@
# Template file for 'libnotify'
pkgname=libnotify
-version=0.8.3
+version=0.8.4
revision=1
build_style=meson
build_helper=gir
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/libnotify"
changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
-checksum=5bcfeff21b6669c009c862e25c42556723f7a46c2c3454fce0fd532ebed715a0
+checksum=230416324c7db3b84eec82bd545ebdf0e205c34444574554e163457088de27db
# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
make_check=no
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Merged]: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (8 preceding siblings ...)
2025-03-09 20:17 ` biopsin
@ 2025-03-09 21:33 ` tranzystorekk
2025-03-10 10:43 ` kaistian
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2025-03-09 21:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
There's a merged pull request on the void-packages repository
libnotify: update to 0.8.4.
https://github.com/void-linux/void-packages/pull/54624
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl [ok]
- armv7l [ok]
- armv6l-musl [ok]
!!
meson.build:75:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not
found, you need to install docbook-xsl-ns or similar package.
!!
- add patch `meson: update stylesheet url`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (9 preceding siblings ...)
2025-03-09 21:33 ` [PR PATCH] [Merged]: " tranzystorekk
@ 2025-03-10 10:43 ` kaistian
2025-03-10 10:48 ` tranzystorekk
2025-03-13 7:31 ` biopsin
12 siblings, 0 replies; 14+ messages in thread
From: kaistian @ 2025-03-10 10:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New comment by kaistian on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2710146101
Comment:
May I ask how my name ended up on this commit?
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (10 preceding siblings ...)
2025-03-10 10:43 ` kaistian
@ 2025-03-10 10:48 ` tranzystorekk
2025-03-13 7:31 ` biopsin
12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2025-03-10 10:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2710159027
Comment:
@biopsin could you explain?
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: libnotify: update to 0.8.4.
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
` (11 preceding siblings ...)
2025-03-10 10:48 ` tranzystorekk
@ 2025-03-13 7:31 ` biopsin
12 siblings, 0 replies; 14+ messages in thread
From: biopsin @ 2025-03-13 7:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/54624#issuecomment-2720233293
Comment:
I have no idea why this is happening, I have already done a author-reset on local base but every time I create a new PR some random name gets added..
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-03-13 7:31 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-07 23:01 [PR PATCH] libnotify: update to 0.8.4 biopsin
2025-03-07 23:14 ` biopsin
2025-03-08 14:45 ` tranzystorekk
2025-03-08 20:33 ` tranzystorekk
2025-03-09 20:06 ` [PR PATCH] [Updated] " biopsin
2025-03-09 20:06 ` biopsin
2025-03-09 20:10 ` tranzystorekk
2025-03-09 20:14 ` biopsin
2025-03-09 20:16 ` [PR PATCH] [Updated] " biopsin
2025-03-09 20:17 ` biopsin
2025-03-09 21:33 ` [PR PATCH] [Merged]: " tranzystorekk
2025-03-10 10:43 ` kaistian
2025-03-10 10:48 ` tranzystorekk
2025-03-13 7:31 ` biopsin
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).