mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
88faae83b2
commit
b74b4cd7b2
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user