Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libadwaita: update to 1.5.0.
@ 2024-03-20  9:34 oreo639
  2024-03-20 10:01 ` [PR PATCH] [Updated] " oreo639
  2024-03-20 20:34 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 2 replies; 3+ messages in thread
From: oreo639 @ 2024-03-20  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages libadwaita
https://github.com/void-linux/void-packages/pull/49388

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

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

Depends on: https://github.com/void-linux/void-packages/pull/49369

<!--
#### 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/49388.patch is attached

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

From 2a4ef3ff5cfc2bae9ec2ec64abdf740802cb4d0b Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 19 Mar 2024 01:06:46 -0700
Subject: [PATCH 1/2] gtk4: update to 4.14.1.

---
 srcpkgs/gtk4/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 3f2554ea3bc940..452ad63a9f4e6c 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.12.5
+version=4.14.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -30,10 +30,10 @@ short_desc="GIMP ToolKit (v4)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
-# changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-12/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
+# changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-14/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=28b356d590ee68ef626e2ef9820b2dd21441484a9a042a5a3f0c40e9dfc4f4f8
+checksum=fcefb3f132f8cc4711a9efa5b353c9ae9bb5eeff0246fa74dbc2f2f839b9e308
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

From e91d009a0933734f4055be5e56b8680a2912470d Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 20 Mar 2024 02:33:19 -0700
Subject: [PATCH 2/2] libadwaita: update to 1.5.0.

---
 srcpkgs/libadwaita/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libadwaita/template b/srcpkgs/libadwaita/template
index fca2b2a5d5a25e..463ffbcb7f20cc 100644
--- a/srcpkgs/libadwaita/template
+++ b/srcpkgs/libadwaita/template
@@ -1,7 +1,7 @@
 # Template file for 'libadwaita'
 pkgname=libadwaita
-version=1.4.4
-revision=2
+version=1.5.0
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dexamples=true -Dtests=true $(vopt_bool gtk_doc)
@@ -14,9 +14,9 @@ short_desc="GTK4 building blocks for modern adaptive applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libadwaita/"
-changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-4/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-5/NEWS"
 distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
-checksum=f802b7d8d5ae33be4650ef571a580f144a806202a26f527dacd57d1560938828
+checksum=fd92287df9bb95c963654fb6e70d3e082e2bcb37b147e0e3c905567167993783
 make_check_pre="dbus-run-session xvfb-run"
 
 build_options="gir gtk_doc"

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

* Re: [PR PATCH] [Updated] libadwaita: update to 1.5.0.
  2024-03-20  9:34 [PR PATCH] libadwaita: update to 1.5.0 oreo639
@ 2024-03-20 10:01 ` oreo639
  2024-03-20 20:34 ` [PR PATCH] [Merged]: " oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-03-20 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages libadwaita
https://github.com/void-linux/void-packages/pull/49388

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

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

Depends on: https://github.com/void-linux/void-packages/pull/49369

<!--
#### 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/49388.patch is attached

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

From 43d4af98a7acfbe6fee2e8d446bbd904a279c50e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 20 Mar 2024 02:33:19 -0700
Subject: [PATCH] libadwaita: update to 1.5.0.

---
 srcpkgs/libadwaita/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libadwaita/template b/srcpkgs/libadwaita/template
index fca2b2a5d5a25e..463ffbcb7f20cc 100644
--- a/srcpkgs/libadwaita/template
+++ b/srcpkgs/libadwaita/template
@@ -1,7 +1,7 @@
 # Template file for 'libadwaita'
 pkgname=libadwaita
-version=1.4.4
-revision=2
+version=1.5.0
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dexamples=true -Dtests=true $(vopt_bool gtk_doc)
@@ -14,9 +14,9 @@ short_desc="GTK4 building blocks for modern adaptive applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libadwaita/"
-changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-4/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-5/NEWS"
 distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
-checksum=f802b7d8d5ae33be4650ef571a580f144a806202a26f527dacd57d1560938828
+checksum=fd92287df9bb95c963654fb6e70d3e082e2bcb37b147e0e3c905567167993783
 make_check_pre="dbus-run-session xvfb-run"
 
 build_options="gir gtk_doc"

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

* Re: [PR PATCH] [Merged]: libadwaita: update to 1.5.0.
  2024-03-20  9:34 [PR PATCH] libadwaita: update to 1.5.0 oreo639
  2024-03-20 10:01 ` [PR PATCH] [Updated] " oreo639
@ 2024-03-20 20:34 ` oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-03-20 20:34 UTC (permalink / raw)
  To: ml

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

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

libadwaita: update to 1.5.0.
https://github.com/void-linux/void-packages/pull/49388

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Depends on: https://github.com/void-linux/void-packages/pull/49369

<!--
#### 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
-->


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

end of thread, other threads:[~2024-03-20 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20  9:34 [PR PATCH] libadwaita: update to 1.5.0 oreo639
2024-03-20 10:01 ` [PR PATCH] [Updated] " oreo639
2024-03-20 20:34 ` [PR PATCH] [Merged]: " oreo639

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