From b74b4cd7b29ab0c302b71a0903a50b68579fb302 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 28 Dec 2024 07:07:45 +0100 Subject: [PATCH] malcontent: update 0.12.0 -> 0.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overview of changes in malcontent 0.13.0 ======================================== * Bugs fixed: - #48 Parental controls app: show the launcher, or merge into Settings? (Philip Withnall) - !172 Update fa.po - !173 Update Czech translation - !176 malcontent-control: Update metainfo file - !177 Update Swedish translation - !179 docs: Add list of legal references for relevant countries’ laws - !180 po: Update Slovenian translation - !181 Update Polish translation 240909 - !182 Add Chinese translation - !183 application: Fix opening Settings - !184 malcontent-control: Call setlocale() earlier to fix early i18n - !185 restrict-applications-selector: Fix pending changes being lost on search - !186 libmalcontent-ui: Port to libadwaita 1.6 - !187 app-filter: Fix logic for allowlist filtering on GAppInfo * Translation updates: - Chinese (China) (lumingzh) - Czech (AsciiWolf) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Slovenian (Martin Srebotnjak) - Swedish (Anders Jonsson) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/malcontent/malcontent-ui.bb | 5 +++-- meta-oe/recipes-gnome/malcontent/malcontent.inc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb b/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb index ca3bf081d6..8630822939 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb +++ b/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" require malcontent.inc -DEPENDS = " \ +DEPENDS += " \ malcontent \ accountsservice \ glib-2.0 \ @@ -16,6 +16,7 @@ DEPENDS = " \ libpam \ polkit \ appstream \ + appstream-native \ flatpak \ libadwaita \ gtk4 \ @@ -40,7 +41,7 @@ do_install() { ln -sf libmalcontent-ui-1.so.${PV} ${D}${libdir}/libmalcontent-ui-1.so.1 install -m 0755 ${B}/malcontent-control/malcontent-control ${D}${bindir} install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.policy ${D}${datadir}/polkit-1/actions - install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml ${D}${datadir}/metainfo + install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.metainfo.xml ${D}${datadir}/metainfo install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.desktop ${D}${datadir}/applications } diff --git a/meta-oe/recipes-gnome/malcontent/malcontent.inc b/meta-oe/recipes-gnome/malcontent/malcontent.inc index d48be08bbc..68523fa21e 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent.inc +++ b/meta-oe/recipes-gnome/malcontent/malcontent.inc @@ -1,4 +1,4 @@ SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" S = "${WORKDIR}/git" -SRCREV = "3ba80995bb25b7aeda7e21d547f9e39ff9a81736" -PV = "0.12.0" +SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" +PV = "0.13.0"