Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zenity: update to 3.44.2.
@ 2023-12-11 21:21 mhmdanas
  2023-12-16  1:47 ` [PR PATCH] [Updated] " mhmdanas
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-12-11 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages zenity-3.44.2
https://github.com/void-linux/void-packages/pull/47702

zenity: update to 3.44.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zenity-3.44.2-47702.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 6c2e37de3966f77983c5d4155cbebdbb93376ed5 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 11 Dec 2023 21:21:06 +0000
Subject: [PATCH] zenity: update to 3.44.2.

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

diff --git a/srcpkgs/zenity/template b/srcpkgs/zenity/template
index 03b5ea4ce7c7a..3705679f9d518 100644
--- a/srcpkgs/zenity/template
+++ b/srcpkgs/zenity/template
@@ -1,9 +1,9 @@
 # Template file for 'zenity'
 pkgname=zenity
-version=3.44.1
+version=3.44.2
 revision=1
 build_style=meson
-configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
+configure_args="$(vopt_bool webkit webkitgtk)"
 hostmakedepends="gettext itstool perl pkg-config gtk-update-icon-cache"
 makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit libwebkit2gtk41-devel)"
 short_desc="Display GNOME dialogs from the command line"
@@ -12,7 +12,7 @@ license="LGPL-2.0-or-later"
 homepage="https://help.gnome.org/users/zenity/"
 changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/zenity-3-44/NEWS"
 distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
-checksum=d65400aec965411f4c0b3d8e0e0dac54be55d807a29279697537da2dfee93eaa
+checksum=3fb5b8b1044d3d129262d3c54cf220eb7f76bc21bd5ac6d96ec115cd3518300e
 
 build_options="webkit"
 build_options_default="webkit"

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

* Re: [PR PATCH] [Updated] zenity: update to 3.44.2.
  2023-12-11 21:21 [PR PATCH] zenity: update to 3.44.2 mhmdanas
@ 2023-12-16  1:47 ` mhmdanas
  0 siblings, 0 replies; 2+ messages in thread
From: mhmdanas @ 2023-12-16  1:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages zenity-3.44.2
https://github.com/void-linux/void-packages/pull/47702

zenity: update to 3.44.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zenity-3.44.2-47702.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 31f091996648661402b659a356865ac90d5ca474 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 11 Dec 2023 21:21:06 +0000
Subject: [PATCH] zenity: update to 3.44.3.

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

diff --git a/srcpkgs/zenity/template b/srcpkgs/zenity/template
index 03b5ea4ce7c7a..f209a034e8fa9 100644
--- a/srcpkgs/zenity/template
+++ b/srcpkgs/zenity/template
@@ -1,9 +1,9 @@
 # Template file for 'zenity'
 pkgname=zenity
-version=3.44.1
+version=3.44.3
 revision=1
 build_style=meson
-configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
+configure_args="$(vopt_bool webkit webkitgtk)"
 hostmakedepends="gettext itstool perl pkg-config gtk-update-icon-cache"
 makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit libwebkit2gtk41-devel)"
 short_desc="Display GNOME dialogs from the command line"
@@ -12,7 +12,7 @@ license="LGPL-2.0-or-later"
 homepage="https://help.gnome.org/users/zenity/"
 changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/zenity-3-44/NEWS"
 distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
-checksum=d65400aec965411f4c0b3d8e0e0dac54be55d807a29279697537da2dfee93eaa
+checksum=86f8c8c51f2bbfc729d4e863a135122de400cbfb3fa43b64b4438790de778c7b
 
 build_options="webkit"
 build_options_default="webkit"

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

end of thread, other threads:[~2023-12-16  1:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 21:21 [PR PATCH] zenity: update to 3.44.2 mhmdanas
2023-12-16  1:47 ` [PR PATCH] [Updated] " mhmdanas

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