From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/
Date: Thu, 31 Jul 2025 13:18:01 +0000 (UTC) [thread overview]
Message-ID: <1753967865.76acad5bd86a5f34bfe2c0d0131f02855a3341dd.pacho@gentoo> (raw)
commit: 76acad5bd86a5f34bfe2c0d0131f02855a3341dd
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 12:47:56 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 13:17:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76acad5b
gnome-extra/gnome-software: add 48.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
| 1 +
.../gnome-software/gnome-software-48.3.ebuild | 116 +++++++++++++++++++++
2 files changed, 117 insertions(+)
--git a/gnome-extra/gnome-software/Manifest b/gnome-extra/gnome-software/Manifest
index b5655d29cac0..e150fef4bbdb 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,4 @@
DIST gnome-software-46.4.tar.xz 2575200 BLAKE2B bc5af24e0b71f279c26b83c3808bb5ee4e41d405d9a5370f7f37b3f19aab0043b338a1f3212ad74e6cfe02794ec16ec88b222322eb27190c0863a0ac5b88b3fa SHA512 148cdb3d3b3b0d74e00adcc066cf85fc20f86d9196def5132dfbb7b579464abe12c199d7f45b289d980ea634ddbce677be7588e2600a5f08ccd4630276a78799
DIST gnome-software-47.4.tar.xz 3047336 BLAKE2B a6b875402eb3c889972f93ef59b4aaff807551710dd1749d6c2894a0f964a4e6d50572bd9ac96ae0dc8e43dfa2e49c62443b1a51d8e9d3a9174816d228cbcea5 SHA512 f187fcbae9cafc45815734e2f81810665b266ad8e6400e1aea56e6a430258336e124c51f6d2a62cd9531f2b0c69664b094c3db51ebd6bdcc439447221a628f7b
DIST gnome-software-47.5.tar.xz 3049164 BLAKE2B 1d780a087d0274e753962b1ceff2592cf8ba8818a28a918f7bd3780d04dd5d439551d7c82100fec6ac36e4a755cd55bee4a7f81712781cb58201b895ff47f002 SHA512 d179f8b28d8a110424a1df35a736ca3b8a5e20b82a902f7c5ffb4343da55b139583da347ad055e3e1dd29bb5cded2e73b86709ea70db583311049d58e4861778
+DIST gnome-software-48.3.tar.xz 3398204 BLAKE2B db708bbdf2743de14f9c6737731adb479ef8d9a61baba8c6bd984738154d5c71b442efa3b993a18ebd882e1f1e6b48f1a54c90d8b7404869d0bcd762e648c16e SHA512 84a0c4944a9f49d2786147f4a8e67cbb14f15fc6482b22024f8b0d6e119bccf0f2a72ca76c36e327a51a9239d25015c13a871a523f47ebe2940852db468e8f8a
diff --git a/gnome-extra/gnome-software/gnome-software-48.3.ebuild b/gnome-extra/gnome-software/gnome-software-48.3.ebuild
new file mode 100644
index 000000000000..11640431599a
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-48.3.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="https://apps.gnome.org/Software"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+IUSE="dkms flatpak +firmware gtk-doc sysprof udev snap test"
+
+RDEPEND="
+ >=dev-libs/appstream-0.14.0:0=
+ >=x11-libs/gdk-pixbuf-2.32.0:2
+ >=dev-libs/libxmlb-0.3.4:=
+ >=gui-libs/gtk-4.16.0:4
+ >=dev-libs/glib-2.76.0:2
+ >=dev-libs/json-glib-1.6.0
+ >=net-libs/libsoup-3.0:3.0
+ >=gui-libs/libadwaita-1.6.0:1
+ sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+ >=gnome-base/gsettings-desktop-schemas-3.18.0
+ sys-auth/polkit
+ firmware? ( >=sys-apps/fwupd-1.6.2 )
+ flatpak? (
+ >=sys-apps/flatpak-1.14.1
+ dev-util/ostree
+ )
+ snap? (
+ app-containers/snapd
+ >=sys-libs/snapd-glib-1.64:=
+ )
+ udev? ( dev-libs/libgudev )
+ >=gnome-base/gsettings-desktop-schemas-3.18.0
+"
+DEPEND="${RDEPEND}
+ test? ( dev-libs/libglib-testing )
+"
+BDEPEND="
+ dev-libs/libxml2:2
+ dev-util/gdbus-codegen
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+ gtk-doc? (
+ dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.3
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/Disable-gs-self-test-flatpak.patch"
+)
+
+src_prepare() {
+ default
+ xdg_environment_reset
+
+ sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' meson.build || die
+ # We don't need language packs download support, and it fails tests in 3.34.2 for us (if they are enabled)
+ sed -i -e '/subdir.*fedora-langpacks/d' plugins/meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use test tests)
+ -Dman=true
+ -Dpackagekit=false
+ # -Dpackagekit_autoremove
+ -Dpolkit=true
+ -Deos_updater=false # Endless OS updater
+ $(meson_use dkms)
+ $(meson_use firmware fwupd)
+ $(meson_use flatpak)
+ -Dmalcontent=false
+ -Drpm_ostree=false
+ -Dwebapps=true
+ -Ddefault_featured_apps=true
+ -Dhardcoded_curated=true
+ -Dhardcoded_foss_webapps=true
+ -Dhardcoded_proprietary_webapps=true
+ $(meson_use udev gudev)
+ -Dapt=false
+ $(meson_use snap)
+ -Dexternal_appstream=false
+ $(meson_use gtk-doc gtk_doc)
+ -Dhardcoded_curated=true
+ # TODO: Will this be beneficial to us with flatpak at least? If
+ # enabled, it shows some apps under installed (probably merely due to
+ # /usr/share/app-info presence), but launching and removal of them is
+ # broken
+ -Ddefault_featured_apps=false
+ -Dmogwai=false #TODO?
+ $(meson_feature sysprof)
+ -Dprofile=''
+ -Dopensuse-distro-upgrade=false
+ )
+ meson_src_configure
+}
+
+src_test() {
+ virtx dbus-run-session meson test -C "${BUILD_DIR}" || die
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2025-07-31 13:18 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-31 13:18 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-29 13:04 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ Pacho Ramos
2025-05-31 17:04 Pacho Ramos
2025-01-25 15:27 Pacho Ramos
2025-01-25 15:27 Pacho Ramos
2025-01-25 15:27 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-06-16 7:18 Pacho Ramos
2024-01-06 15:32 Mart Raudsepp
2024-01-05 18:55 Mart Raudsepp
2024-01-05 18:55 Mart Raudsepp
2023-12-16 9:58 Pacho Ramos
2023-10-21 21:52 Mart Raudsepp
2023-09-22 2:33 Matt Turner
2023-09-15 16:52 Matt Turner
2023-09-01 15:13 Matt Turner
2023-08-08 15:25 Matt Turner
2023-08-02 14:51 Matt Turner
2023-07-07 22:03 Matt Turner
2023-06-19 15:30 Matt Turner
2023-05-26 1:44 Matt Turner
2023-05-17 7:49 Sam James
2023-04-22 3:08 Matt Turner
2023-03-16 17:42 Matt Turner
2023-03-04 1:15 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-10 19:18 Matt Turner
2023-01-18 20:22 Mart Raudsepp
2023-01-07 17:42 Matt Turner
2022-12-02 14:35 Matt Turner
2022-10-30 22:29 Matt Turner
2022-10-25 15:25 Matt Turner
2022-08-05 20:49 Matt Turner
2022-07-02 2:53 Matt Turner
2022-05-30 18:22 Matt Turner
2022-04-28 15:31 Matt Turner
2022-04-24 22:45 Matt Turner
2022-02-19 23:55 Matt Turner
2021-08-13 16:34 Mart Raudsepp
2021-07-10 16:24 Mart Raudsepp
2021-06-13 20:25 Sam James
2021-06-06 21:49 Matt Turner
2021-06-06 21:49 Matt Turner
2021-05-01 2:59 Matt Turner
2021-04-18 4:21 Matt Turner
2020-11-27 12:19 David Seifert
2020-07-12 21:32 Mart Raudsepp
2020-04-18 7:37 Mart Raudsepp
2020-04-04 20:48 Mart Raudsepp
2020-02-19 22:01 Mart Raudsepp
2019-07-28 17:41 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-03-22 12:20 Mart Raudsepp
2019-03-22 12:20 Mart Raudsepp
2018-12-11 13:07 Gilles Dartiguelongue
2017-08-26 10:07 Gilles Dartiguelongue
2017-08-12 9:42 Gilles Dartiguelongue
2017-03-23 6:54 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-12 12:23 Gilles Dartiguelongue
2016-10-24 7:22 Gilles Dartiguelongue
2016-10-24 7:22 Gilles Dartiguelongue
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-09-06 22:10 Gilles Dartiguelongue
2016-01-03 13:32 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1753967865.76acad5bd86a5f34bfe2c0d0131f02855a3341dd.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox