commit:     15db95867ba7e5f271cfaa33b89a9daea197c432
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Dec  3 21:17:00 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:57:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15db9586

gnome-extra/gnome-software: Version bump to 45.2

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34112
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-software/Manifest                |   1 +
 .../gnome-software/gnome-software-45.2.ebuild      | 106 +++++++++++++++++++++
 2 files changed, 107 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 68df70c31746..bf715bb59bad 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-software-44.4.tar.xz 2426404 BLAKE2B 
6f60ffd115ad0e11b619118ae5e665fb35c70621adefe4c532481ab3742c8e2c6a5a0790dae29b2fcf0311f89fda93c323e5bc24b185bbbe95e62a687f71930d
 SHA512 
97eaa33b4dd91a6865ee7eeee28e5acf3cf5fbd6a72a60cf5a7c528f79f6f0684014d1169318314b8efce23c1c29e7d24a71193998ced930584a50494137cf8b
 DIST gnome-software-45.0.tar.xz 2474756 BLAKE2B 
c42d31bdfb1f8f55cd37ce80a10c84928649e7126a17f1c9fa2309687612244d94f50a619b855abdd629ffb24b4bdb64a4baaa9f393561ee7b686d03c6fa00ae
 SHA512 
3a7fab748c6d826e07e4bf86462cfecd9494bfaca2383222f7053be97830ab603cb0dc83d4d5693c2ddac1cc72897783922a05f5aae2ad07d6b7f5ccd5a4eefb
 DIST gnome-software-45.1.tar.xz 2474664 BLAKE2B 
cba81242a29da12cba7c74232592ac3c28e96b8d0ccceb59c330b7f64a18e0590cdd7f871e75d39591f805193db792f55733490e40100412bf31be2e128047b7
 SHA512 
5fdf5e6a34ab9acf938bc4ade41b916ad38ad3b4a7f604b2cba9dfaa38f17299001bef8fde9165f6a035fcc7fef3ebd451bd29ff126c0b9d5a7104e448729434
+DIST gnome-software-45.2.tar.xz 2475796 BLAKE2B 
e8741f4394cb6b86f177dbcce64876d67870c269f9eb41ebc545dff9211a76c7f694412e8be1aafb83eba0caedd9dce1eba56fc767aa7859bb2a1aee17696aca
 SHA512 
ea271146683d199b27ffaaab98a13c25f8f794da3c6cc6b0daeb37f3f4c92d8644926dc592d309ea32dcb131d33e6c77d1c6fa36ac10cf6b23cd7adc73e898cb

diff --git a/gnome-extra/gnome-software/gnome-software-45.2.ebuild 
b/gnome-extra/gnome-software/gnome-software-45.2.ebuild
new file mode 100644
index 000000000000..9951ed339e16
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-45.2.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 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="flatpak +firmware gnome gtk-doc sysprof udev test"
+
+RDEPEND="
+       >=dev-libs/appstream-0.14.0:0=
+       >=x11-libs/gdk-pixbuf-2.32.0:2
+       >=dev-libs/libxmlb-0.1.7:=
+       >=gui-libs/gtk-4.10.0:4
+       >=dev-libs/glib-2.70.0:2
+       >=dev-libs/json-glib-1.6.0
+       >=net-libs/libsoup-3.0:3.0
+       >=gui-libs/libadwaita-1.3_rc:1
+       sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+       gnome? ( >=gnome-base/gsettings-desktop-schemas-3.18.0 )
+       sys-auth/polkit
+       firmware? ( >=sys-apps/fwupd-1.5.6 )
+       flatpak? (
+               >=sys-apps/flatpak-1.14.0-r1
+               dev-util/ostree
+       )
+       udev? ( dev-libs/libgudev )
+       >=gnome-base/gsettings-desktop-schemas-3.11.5
+"
+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
+       )
+"
+
+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)
+               $(meson_feature gnome gsettings_desktop_schemas) # Honoring of 
GNOME date format settings.
+               -Dman=true
+               -Dpackagekit=false
+               # -Dpackagekit_autoremove
+               -Dpolkit=true
+               -Deos_updater=false # Endless OS updater
+               $(meson_use firmware fwupd)
+               $(meson_use flatpak)
+               -Dmalcontent=false
+               -Drpm_ostree=false
+               -Dwebapps=true
+               -Dhardcoded_foss_webapps=true
+               -Dhardcoded_proprietary_webapps=true
+               $(meson_use udev gudev)
+               -Dapt=false
+               -Dsnap=false
+               -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=''
+               -Dsoup2=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
+}

Reply via email to