mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 21:21:58 +02:00
Changelog:
==========
- Documentation updates
- Bump WebkitGTK dependency to API 4.1, for GNOME 43
- Translation updates:
Zurab Kargareteli
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
837 B
BlitzBasic
26 lines
837 B
BlitzBasic
SUMMARY = "Display dialog boxes from the command line and shell scripts"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase pkgconfig itstool gnome-help features_check gettext
|
|
|
|
DEPENDS = " \
|
|
yelp-tools-native \
|
|
gtk+3 \
|
|
"
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
SRC_URI[archive.sha256sum] = "b0d7ca1e0c1868fa18f05c210260d8a7be1f08ee13b7f5cfdbab9b61fa16f833"
|
|
SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch"
|
|
|
|
PACKAGECONFIG[libnotify] = "-Dlibnotify=true,-Dlibnotify=false,libnotify"
|
|
PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
|
|
|
|
PACKAGES =+ "${PN}-gdialog"
|
|
FILES:${PN}-gdialog = "${bindir}/gdialog"
|
|
RDEPENDS:${PN}-gdialog += "perl"
|