mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
- inherit pkgconfig Version 49.2 ~~~~~~~~~~~~ Released: 2025-11-20 This is a stable release with the following changes: * Fixed version history sometimes not showing for flatpak apps This release also updates translations: * Bokmål, Norwegian (Brage Fuglseth) * Catalan (Victor Dargallo) * Friulian (Fabio Tomat) * Greek, Modern (1453-) (Efstathios Iosifidis) * Persian (Danial Behzadi) * Romanian (Antonio Marin) * Serbian (Милош Поповић) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
45 lines
1.5 KiB
BlitzBasic
45 lines
1.5 KiB
BlitzBasic
SUMMARY = "GNOME Software allows users to easily find, discover and install apps."
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
GTKDOC_MESON_OPTION ?= "gtk_doc"
|
|
|
|
inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstream-version-is-even features_check pkgconfig
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
|
|
|
|
DEPENDS += " \
|
|
appstream \
|
|
gdk-pixbuf \
|
|
glib-2.0 \
|
|
glib-2.0-native \
|
|
gsettings-desktop-schemas \
|
|
gtk4 \
|
|
iso-codes \
|
|
json-glib \
|
|
libadwaita \
|
|
libgudev \
|
|
libsoup-3.0 \
|
|
libxmlb-native \
|
|
polkit \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "iso-codes"
|
|
|
|
EXTRA_OEMESON += "-Dtests=false"
|
|
|
|
SRC_URI += "file://0001-meson.build-dont-look-for-flatpak-http_backend-varia.patch"
|
|
SRC_URI[archive.sha256sum] = "b610b6932a8d666432bc58d6c78c4568cd63d442ae736db8be2c4ca01bbc946c"
|
|
|
|
PACKAGECONFIG ?= "flatpak"
|
|
PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"
|
|
PACKAGECONFIG[snap] = "-Dsnap=true,-Dsnap=false,snapd-glib"
|
|
PACKAGECONFIG[gtk_doc] = "-Dgtk_doc=true,-Dgtk_doc=false,libxslt-native docbook-xsl-stylesheets"
|
|
PACKAGECONFIG[man] = "-Dman=true,-Dman=false,libxslt-native docbook-xsl-stylesheets"
|
|
PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,gnome-packagekit,gnome-packagekit"
|
|
PACKAGECONFIG[fwupd] = "-Dfwupd=true,-Dfwupd=false,fwupd,fwupd"
|
|
PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent"
|
|
|
|
FILES:${PN} += "${datadir} ${systemd_user_unitdir}"
|
|
FILES:${PN}-dev += "${libdir}/gnome-software/libgnomesoftware.so"
|