mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
dconf-editor 3.36.2 ===================== Some fixes for the now HC theme. Translations updated: Latvian: RÅ«dolfs Mazurs Romanian: Daniel Șerbănescu Slovak: Peter Mráz Ukrainian: Yuri Chornoivan dconf-editor 3.36.0 ===================== New stable release! Contains mainly translations updates. Great! Translations updated (since 3.35.91): Danish: Alan Mortensen Dutch: Nathan Follens German: Tim Sabsch Greek: Efstathios Iosifidis Italian: Milo Casagrande Japanese: sicklylife Korean: Changwoo Ryu Polish: Piotr DrÄ…g Slovenian: Matej UrbanÄiÄ dconf-editor 3.35.91 ===================== Just a translations release. Note: the announce for 3.35.90 only credited one translator, while there is a long list of them; not sure of why it failed. Check the NEWS file for complete credits! Translations updated: Basque: Asier Sarasua Garmendia Czech: Marek ÄŒernocký Finnish: Jiri Grönroos French: Claude Paroz Galician: Fran Dieguez Hungarian: Balázs Úr Lithuanian: Aurimas ÄŒernius Serbian: Марко КоÑтић Turkish: Sabri Ünal dconf-editor 3.35.90 ===================== Hey, that is mostly a translations beta release! Feels good, no. Translations updated: Catalan: Jordi Mas Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
478 B
BlitzBasic
18 lines
478 B
BlitzBasic
SUMMARY = "Configuration editor for dconf"
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
DEPENDS = "dconf gtk+3"
|
|
|
|
inherit gnomebase vala gettext gsettings bash-completion
|
|
|
|
SRC_URI[archive.md5sum] = "78bd905ed3c770a00c850d8cffec88a4"
|
|
SRC_URI[archive.sha256sum] = "edcec8867f018589125f177407760c642bbbb52fe5122daac5905223d6b3e1c7"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
"
|