mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
unblock some recipes for wayland
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
57c97d65fd
commit
abdb05b6b4
|
@ -41,8 +41,8 @@ SRC_URI = " \
|
|||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
|
||||
|
||||
# for gnome-online-accounts
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
EXTRA_OEMESON = "-Dprofile=release"
|
||||
|
|
|
@ -17,7 +17,7 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit features_check gnomebase vala gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SHPV = "${@gnome_verdir("${PV}")}"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ DEPENDS = " \
|
|||
|
||||
inherit pkgconfig gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative vala
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \
|
||||
|
|
|
@ -24,8 +24,9 @@ def gnome_verdir(v):
|
|||
SRC_URI[archive.sha256sum] = "7f1fd43df5110d4c37de6541993f41f0fbc3efc790900e92053479ba069920e9"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
# x11 is needed for tepl and gtksourceview4
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
|
|
@ -19,7 +19,7 @@ DEPENDS = " \
|
|||
|
||||
inherit gnomebase gsettings features_check remove-libtool gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931"
|
||||
SRC_URI += " \
|
||||
|
|
|
@ -6,8 +6,7 @@ GNOMEBASEBUILDCLASS = "autotools"
|
|||
|
||||
inherit gnomebase gsettings gobject-introspection gsettings gtk-doc vala gettext features_check
|
||||
|
||||
# for webkitgtk
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
def gnome_verdir(v):
|
||||
return oe.utils.trim_version(v, 1)
|
||||
|
|
|
@ -14,7 +14,7 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc"
|
||||
|
|
|
@ -14,8 +14,7 @@ SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/$
|
|||
|
||||
SRC_URI[archive.sha256sum] = "cbc2f564d2e9f00c760673f42d6803bce3e081ab7ffb4456deffffba9339b4dd"
|
||||
|
||||
# depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
EXTRA_OEMESON = " \
|
||||
-Dbluray=false \
|
||||
|
|
|
@ -14,8 +14,7 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check
|
||||
|
||||
# gcr
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
do_compile:prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
|
||||
|
|
|
@ -2,11 +2,9 @@ SUMMARY = "A library for collecting system monitoring data"
|
|||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even
|
||||
inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even features_check
|
||||
|
||||
# depends on libxau
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI += "file://0001-fix-compile-error-for-cross-compile.patch"
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
|||
BPN = "libwnck"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres"
|
||||
DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification"
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||
PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
@ -22,5 +22,6 @@ def gnome_verdir(v):
|
|||
|
||||
SRC_URI[archive.sha256sum] = "03134fa114ef3fbe34075aa83678f58aa2debe9fcef4ea23c0779e28601d6611"
|
||||
|
||||
# libxres means x11 only
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
|
|
@ -15,8 +15,7 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit gnomebase gobject-introspection gettext features_check
|
||||
|
||||
# for gtksourceview4
|
||||
REQUIRED_DISTRO_FEATURES += "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ DEPENDS = " \
|
|||
gtk+3 \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "a08e0c8e626615ee2c23ff74628eba6f8b486875dd54371ca7e2d7605b72a87c"
|
||||
SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch"
|
||||
|
|
|
@ -4,14 +4,15 @@ LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
||||
file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
|
||||
file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \
|
||||
DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \
|
||||
gnome-common-native \
|
||||
"
|
||||
|
||||
|
||||
inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \
|
||||
file://remove-yelp-help-rules-var.patch \
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
DEPENDS += "thunar"
|
||||
|
||||
|
|
|
@ -3,8 +3,9 @@ LICENSE = "GPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit thunar-plugin features_check
|
||||
# x11 is needed for thunar
|
||||
REQUIRED_DISTRO_FEATURES = "pam x11"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372"
|
||||
SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0"
|
||||
|
|
|
@ -2,11 +2,13 @@ DESCRIPTION = "Application library for the Xfce desktop environment"
|
|||
SECTION = "x11"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
|
||||
DEPENDS = "gtk+3 libxfce4ui liburi-perl-native cairo"
|
||||
|
||||
inherit xfce perlnative gtk-doc features_check mime-xdg
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
# SRC_URI must follow inherited one
|
||||
SRC_URI += " \
|
||||
|
|
|
@ -6,7 +6,9 @@ DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
|
|||
|
||||
inherit xfce gtk-doc gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
|
||||
SRC_URI[sha256sum] = "84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdbd3d21d"
|
||||
|
|
|
@ -2,11 +2,13 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction"
|
|||
SECTION = "x11/libs"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "intltool-native perl-native gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11"
|
||||
DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf"
|
||||
|
||||
inherit xfce gtk-doc gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3. gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
# TODO: Check if 0001-... can go
|
||||
SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch"
|
||||
|
@ -15,9 +17,12 @@ SRC_URI[sha256sum] = "d96946ae5af6bf078dda415419e0021909f763ee0020b42f3e26f603e5
|
|||
EXTRA_OECONF += "--with-vendor-info=${DISTRO}"
|
||||
EXTRA_OECONF += "--disable-vala"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG ??= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
|
||||
"
|
||||
PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
PACKAGECONFIG[x11] = "--enable-startup-notification,--disable-startup-notification,libepoxy libice libsm startup-notification"
|
||||
|
||||
|
||||
PACKAGES += "${PN}-glade"
|
||||
FILES:${PN}-glade = " \
|
||||
|
|
|
@ -2,16 +2,19 @@ SUMMARY = "File manager for the Xfce Desktop Environment"
|
|||
SECTION = "x11"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev"
|
||||
DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev"
|
||||
|
||||
inherit xfce gobject-introspection features_check mime-xdg perlnative
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||
PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
|
||||
PACKAGECONFIG[x11] = ",,libsm startup-notification"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir}/thunarx-3/* \
|
||||
|
|
|
@ -6,7 +6,9 @@ DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native"
|
|||
|
||||
inherit xfce gtk-doc gobject-introspection features_check remove-libtool mime-xdg
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[sha256sum] = "5934eaed8a76da52c29b734ccd79600255420333dd6ebd8fd9f066379af1e092"
|
||||
SRC_URI += " \
|
||||
|
|
Loading…
Reference in New Issue
Block a user