* [PR PATCH] gnome-software: update to 47.2
@ 2024-12-13 19:15 elbachir-one
2024-12-14 6:25 ` oreo639
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: elbachir-one @ 2024-12-13 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gnome-software
https://github.com/void-linux/void-packages/pull/53510
gnome-software: update to 47.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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/53510.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-software-53510.patch --]
[-- Type: text/x-diff, Size: 1707 bytes --]
From a49d5441d5d5f7c3ac0c6d10237b2ed328a4a3a0 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Fri, 13 Dec 2024 19:47:08 +0100
Subject: [PATCH] gnome-software: update to 47.2
---
srcpkgs/gnome-software/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/gnome-software/template b/srcpkgs/gnome-software/template
index 15645e90e99ee7..2eda0032ae8542 100644
--- a/srcpkgs/gnome-software/template
+++ b/srcpkgs/gnome-software/template
@@ -1,6 +1,6 @@
# Template file for 'gnome-software'
pkgname=gnome-software
-version=46.2
+version=47.2
revision=1
build_style=meson
configure_args="-Dpackagekit=false -Dfwupd=false
@@ -8,7 +8,7 @@ configure_args="-Dpackagekit=false -Dfwupd=false
-Dhardcoded_foss_webapps=false -Dhardcoded_proprietary_webapps=false"
hostmakedepends="pkg-config tar glib-devel gettext libxslt docbook-xsl
$(vopt_if gtk_doc gtk-doc) AppStream"
-makedepends="AppStream-devel libxmlb-devel
+makedepends="AppStream-devel libxmlb-devel itstool
json-glib-devel gtk4-devel libadwaita-devel gsettings-desktop-schemas-devel
gspell-devel polkit-devel flatpak-devel libgudev-devel libsoup3-devel"
checkdepends="dbus"
@@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gnome-software"
changelog="https://gitlab.gnome.org/GNOME/gnome-software/-/raw/main/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/gnome-software/-/archive/${version}/gnome-software-${version}.tar.gz"
-checksum=caf011769e6df48a04b632ceb216a10709d897231c779ca662fc3b08bc9ba083
+checksum=a336953060c9b935e2001f5299b508e63a379144516270631a3d70c7d07b49db
make_check=no # Requires system dbus
build_options="gtk_doc"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
@ 2024-12-14 6:25 ` oreo639
2024-12-14 6:28 ` oreo639
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/53510#issuecomment-2542901972
Comment:
I was confused why the "Editor's Choice" featured apps weren't showing up, but it seems like gnome-software had a hardcoded list of applications in GNOME 46, and that is now disabled by default:
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/vendor-customisation.md#3-appstream-files-shipped-with-gnome-software-for-testing-purposes-only
According to the above, the list was moved to the `gnome-app-list` package.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
2024-12-14 6:25 ` oreo639
@ 2024-12-14 6:28 ` oreo639
2024-12-14 6:30 ` [PR REVIEW] " oreo639
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/53510#issuecomment-2542901972
Comment:
I was confused why the "Editor's Choice" featured apps weren't showing up, but it seems like gnome-software had a hardcoded list of applications in GNOME 46, and that is now disabled by default:
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/vendor-customisation.md#3-appstream-files-shipped-with-gnome-software-for-testing-purposes-only
According to the above, the list was moved to the `gnome-app-list` package, which should be a dependency of gnome-software.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR REVIEW] gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
2024-12-14 6:25 ` oreo639
2024-12-14 6:28 ` oreo639
@ 2024-12-14 6:30 ` oreo639
2024-12-14 6:30 ` oreo639
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/53510#discussion_r1884851159
Comment:
`itstool` should be added to `hostmakedepends`
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
` (2 preceding siblings ...)
2024-12-14 6:30 ` [PR REVIEW] " oreo639
@ 2024-12-14 6:30 ` oreo639
2024-12-14 6:44 ` [PR PATCH] [Updated] " oreo639
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/53510#issuecomment-2542901972
Comment:
I was confused why the "Editor's Choice" featured apps weren't showing up, but it seems like gnome-software had a hardcoded list of applications in GNOME 46, and that is now disabled by default:
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/vendor-customisation.md#3-appstream-files-shipped-with-gnome-software-for-testing-purposes-only
According to the above, the list was moved to the `gnome-app-list` package, which should be a dependency of gnome-software.
https://gitlab.gnome.org/GNOME/gnome-app-list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
` (3 preceding siblings ...)
2024-12-14 6:30 ` oreo639
@ 2024-12-14 6:44 ` oreo639
2024-12-14 6:45 ` oreo639
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/elbachir-one/void-packages gnome-software
https://github.com/void-linux/void-packages/pull/53510
gnome-software: update to 47.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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/53510.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-software-53510.patch --]
[-- Type: text/x-diff, Size: 2976 bytes --]
From 661af4cfd429530df3c22550f385d38eff379b94 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 13 Dec 2024 22:41:25 -0800
Subject: [PATCH 1/2] New package: gnome-app-list-1.0
---
srcpkgs/gnome-app-list/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/gnome-app-list/template
diff --git a/srcpkgs/gnome-app-list/template b/srcpkgs/gnome-app-list/template
new file mode 100644
index 00000000000000..0ee75726d646ae
--- /dev/null
+++ b/srcpkgs/gnome-app-list/template
@@ -0,0 +1,13 @@
+# Template file for 'gnome-app-list'
+pkgname=gnome-app-list
+version=1.0
+revision=1
+build_style=meson
+hostmakedepends="python3 libxml2"
+short_desc="Curated list of apps to feature or highlight in GNOME"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://gitlab.gnome.org/GNOME/gnome-app-list"
+changelog="https://gitlab.gnome.org/GNOME/gnome-app-list/-/raw/main/NEWS"
+distfiles="https://gitlab.gnome.org/GNOME/gnome-app-list/-/archive/${version}/gnome-app-list-${version}.tar.gz"
+checksum=33fcb12854ea2a0c926f2b1c739eee4990e4254a46a3ceed7ed0eddf7e8a0f6c
From 36928b98572dc5a32a46c6a6d2015d60ca44ece9 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Fri, 13 Dec 2024 19:47:08 +0100
Subject: [PATCH 2/2] gnome-software: update to 47.2
---
srcpkgs/gnome-software/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/gnome-software/template b/srcpkgs/gnome-software/template
index 15645e90e99ee7..7c6ab01aa07279 100644
--- a/srcpkgs/gnome-software/template
+++ b/srcpkgs/gnome-software/template
@@ -1,16 +1,17 @@
# Template file for 'gnome-software'
pkgname=gnome-software
-version=46.2
+version=47.2
revision=1
build_style=meson
configure_args="-Dpackagekit=false -Dfwupd=false
-Dmalcontent=false -Dwebapps=false $(vopt_bool gtk_doc)
-Dhardcoded_foss_webapps=false -Dhardcoded_proprietary_webapps=false"
hostmakedepends="pkg-config tar glib-devel gettext libxslt docbook-xsl
- $(vopt_if gtk_doc gtk-doc) AppStream"
+ $(vopt_if gtk_doc gtk-doc) AppStream itstool"
makedepends="AppStream-devel libxmlb-devel
json-glib-devel gtk4-devel libadwaita-devel gsettings-desktop-schemas-devel
gspell-devel polkit-devel flatpak-devel libgudev-devel libsoup3-devel"
+depends="gnome-app-list"
checkdepends="dbus"
short_desc="GNOME Software Center (flatpak only)"
maintainer="Orphaned <orphan@voidlinux.org>"
@@ -18,7 +19,7 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gnome-software"
changelog="https://gitlab.gnome.org/GNOME/gnome-software/-/raw/main/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/gnome-software/-/archive/${version}/gnome-software-${version}.tar.gz"
-checksum=caf011769e6df48a04b632ceb216a10709d897231c779ca662fc3b08bc9ba083
+checksum=a336953060c9b935e2001f5299b508e63a379144516270631a3d70c7d07b49db
make_check=no # Requires system dbus
build_options="gtk_doc"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
` (4 preceding siblings ...)
2024-12-14 6:44 ` [PR PATCH] [Updated] " oreo639
@ 2024-12-14 6:45 ` oreo639
2024-12-14 6:48 ` [PR PATCH] [Updated] " oreo639
2024-12-19 2:26 ` [PR PATCH] [Merged]: " oreo639
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/53510#issuecomment-2542908001
Comment:
I updated the PR to fix the hostmakedepends issue and add gnome-app-list.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
` (5 preceding siblings ...)
2024-12-14 6:45 ` oreo639
@ 2024-12-14 6:48 ` oreo639
2024-12-19 2:26 ` [PR PATCH] [Merged]: " oreo639
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-14 6:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/elbachir-one/void-packages gnome-software
https://github.com/void-linux/void-packages/pull/53510
gnome-software: update to 47.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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/53510.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-software-53510.patch --]
[-- Type: text/x-diff, Size: 2949 bytes --]
From c3833de8d0c89ecc705d49f80a7615b89f9e00a1 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 13 Dec 2024 22:41:25 -0800
Subject: [PATCH 1/2] New package: gnome-app-list-1.0
---
srcpkgs/gnome-app-list/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/gnome-app-list/template
diff --git a/srcpkgs/gnome-app-list/template b/srcpkgs/gnome-app-list/template
new file mode 100644
index 00000000000000..9ebbab9ce2ce66
--- /dev/null
+++ b/srcpkgs/gnome-app-list/template
@@ -0,0 +1,13 @@
+# Template file for 'gnome-app-list'
+pkgname=gnome-app-list
+version=1.0
+revision=1
+build_style=meson
+hostmakedepends="python3 libxml2"
+short_desc="Curated list of apps to feature or highlight in GNOME"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://gitlab.gnome.org/GNOME/gnome-app-list"
+changelog="https://gitlab.gnome.org/GNOME/gnome-app-list/-/raw/main/NEWS"
+distfiles="${GNOME_SITE}/gnome-app-list/${version}/gnome-app-list-${version}.tar.xz"
+checksum=b7c2eb35595033ac094a75d99fddaecf6219dec590ca96ee03920b6bbb2eab73
From f28fe55a174ad15d55d917834c3f15c29af8a9c0 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Fri, 13 Dec 2024 19:47:08 +0100
Subject: [PATCH 2/2] gnome-software: update to 47.2
---
srcpkgs/gnome-software/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/gnome-software/template b/srcpkgs/gnome-software/template
index 15645e90e99ee7..7c6ab01aa07279 100644
--- a/srcpkgs/gnome-software/template
+++ b/srcpkgs/gnome-software/template
@@ -1,16 +1,17 @@
# Template file for 'gnome-software'
pkgname=gnome-software
-version=46.2
+version=47.2
revision=1
build_style=meson
configure_args="-Dpackagekit=false -Dfwupd=false
-Dmalcontent=false -Dwebapps=false $(vopt_bool gtk_doc)
-Dhardcoded_foss_webapps=false -Dhardcoded_proprietary_webapps=false"
hostmakedepends="pkg-config tar glib-devel gettext libxslt docbook-xsl
- $(vopt_if gtk_doc gtk-doc) AppStream"
+ $(vopt_if gtk_doc gtk-doc) AppStream itstool"
makedepends="AppStream-devel libxmlb-devel
json-glib-devel gtk4-devel libadwaita-devel gsettings-desktop-schemas-devel
gspell-devel polkit-devel flatpak-devel libgudev-devel libsoup3-devel"
+depends="gnome-app-list"
checkdepends="dbus"
short_desc="GNOME Software Center (flatpak only)"
maintainer="Orphaned <orphan@voidlinux.org>"
@@ -18,7 +19,7 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gnome-software"
changelog="https://gitlab.gnome.org/GNOME/gnome-software/-/raw/main/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/gnome-software/-/archive/${version}/gnome-software-${version}.tar.gz"
-checksum=caf011769e6df48a04b632ceb216a10709d897231c779ca662fc3b08bc9ba083
+checksum=a336953060c9b935e2001f5299b508e63a379144516270631a3d70c7d07b49db
make_check=no # Requires system dbus
build_options="gtk_doc"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: gnome-software: update to 47.2
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
` (6 preceding siblings ...)
2024-12-14 6:48 ` [PR PATCH] [Updated] " oreo639
@ 2024-12-19 2:26 ` oreo639
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2024-12-19 2:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
There's a merged pull request on the void-packages repository
gnome-software: update to 47.2
https://github.com/void-linux/void-packages/pull/53510
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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] 9+ messages in thread
end of thread, other threads:[~2024-12-19 2:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-13 19:15 [PR PATCH] gnome-software: update to 47.2 elbachir-one
2024-12-14 6:25 ` oreo639
2024-12-14 6:28 ` oreo639
2024-12-14 6:30 ` [PR REVIEW] " oreo639
2024-12-14 6:30 ` oreo639
2024-12-14 6:44 ` [PR PATCH] [Updated] " oreo639
2024-12-14 6:45 ` oreo639
2024-12-14 6:48 ` [PR PATCH] [Updated] " oreo639
2024-12-19 2:26 ` [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).