mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
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>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|||||||
|
|
||||||
require malcontent.inc
|
require malcontent.inc
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS += " \
|
||||||
malcontent \
|
malcontent \
|
||||||
accountsservice \
|
accountsservice \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
@@ -16,6 +16,7 @@ DEPENDS = " \
|
|||||||
libpam \
|
libpam \
|
||||||
polkit \
|
polkit \
|
||||||
appstream \
|
appstream \
|
||||||
|
appstream-native \
|
||||||
flatpak \
|
flatpak \
|
||||||
libadwaita \
|
libadwaita \
|
||||||
gtk4 \
|
gtk4 \
|
||||||
@@ -40,7 +41,7 @@ do_install() {
|
|||||||
ln -sf libmalcontent-ui-1.so.${PV} ${D}${libdir}/libmalcontent-ui-1.so.1
|
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 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.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
|
install -m 0644 ${B}/malcontent-control/org.freedesktop.MalcontentControl.desktop ${D}${datadir}/applications
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main"
|
SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "3ba80995bb25b7aeda7e21d547f9e39ff9a81736"
|
SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3"
|
||||||
PV = "0.12.0"
|
PV = "0.13.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user