diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-12-28 07:07:45 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-27 23:00:37 -0800 |
| commit | b74b4cd7b29ab0c302b71a0903a50b68579fb302 (patch) | |
| tree | 8491e6ae4962a7adc4f8219039fe190e1510f55d | |
| parent | 88faae83b2b0e68827c457f4f348f7d7868f5258 (diff) | |
| download | meta-openembedded-b74b4cd7b29ab0c302b71a0903a50b68579fb302.tar.gz | |
malcontent: update 0.12.0 -> 0.13.0
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-gnome/malcontent/malcontent-ui.bb | 5 | ||||
| -rw-r--r-- | 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" | |||
| 5 | 5 | ||
| 6 | require malcontent.inc | 6 | require malcontent.inc |
| 7 | 7 | ||
| 8 | DEPENDS = " \ | 8 | DEPENDS += " \ |
| 9 | malcontent \ | 9 | malcontent \ |
| 10 | accountsservice \ | 10 | accountsservice \ |
| 11 | glib-2.0 \ | 11 | glib-2.0 \ |
| @@ -16,6 +16,7 @@ DEPENDS = " \ | |||
| 16 | libpam \ | 16 | libpam \ |
| 17 | polkit \ | 17 | polkit \ |
| 18 | appstream \ | 18 | appstream \ |
| 19 | appstream-native \ | ||
| 19 | flatpak \ | 20 | flatpak \ |
| 20 | libadwaita \ | 21 | libadwaita \ |
| 21 | gtk4 \ | 22 | gtk4 \ |
| @@ -40,7 +41,7 @@ do_install() { | |||
| 40 | ln -sf libmalcontent-ui-1.so.${PV} ${D}${libdir}/libmalcontent-ui-1.so.1 | 41 | ln -sf libmalcontent-ui-1.so.${PV} ${D}${libdir}/libmalcontent-ui-1.so.1 |
| 41 | install -m 0755 ${B}/malcontent-control/malcontent-control ${D}${bindir} | 42 | install -m 0755 ${B}/malcontent-control/malcontent-control ${D}${bindir} |
| 42 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.policy ${D}${datadir}/polkit-1/actions | 43 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.policy ${D}${datadir}/polkit-1/actions |
| 43 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml ${D}${datadir}/metainfo | 44 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.metainfo.xml ${D}${datadir}/metainfo |
| 44 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.desktop ${D}${datadir}/applications | 45 | install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.desktop ${D}${datadir}/applications |
| 45 | } | 46 | } |
| 46 | 47 | ||
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 @@ | |||
| 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" | 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" |
| 2 | S = "${WORKDIR}/git" | 2 | S = "${WORKDIR}/git" |
| 3 | SRCREV = "3ba80995bb25b7aeda7e21d547f9e39ff9a81736" | 3 | SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" |
| 4 | PV = "0.12.0" | 4 | PV = "0.13.0" |
