Home
last modified time | relevance | path

Searched refs:gtk (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/
H A Dgtk+.inc4 HOMEPAGE = "http://www.gtk.org"
31 inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection m…
33 PACKAGES += "libgail gtk-demo"
35 FILES:${PN} += "${bindir}/gtk-update-icon-cache-2.0 \
36 ${bindir}/gtk-query-immodules-2.0 \
38 ${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so"
41 ${datadir}/gtk-2.0/include \
42 ${libdir}/gtk-2.0/include \
43 ${libdir}/gtk-2.0/modules/*.la \
44 ${libdir}/gtk-2.0/${LIBV}/loaders/*.la \
[all …]
H A Dgtk+_2.24.33.bb1 require gtk+.inc
4 file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \
7 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
12 file://0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch \
23 PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*"
26 gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}')
30 …ACKAGES', ' '.join(do_split_packages(d, immodules_root, r'^im-(.*)\.so$', 'gtk-immodule-%s', 'GTK …
31 …do_split_packages(d, printmodules_root, r'^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK…
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/
H A Dgtk+3_3.24.43.bb4 HOMEPAGE = "http://www.gtk.org"
8 file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
12 CVE_PRODUCT = "gnome:gtk gtk:gtk\+"
18 inherit meson gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings features_…
21 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
26 S = "${WORKDIR}/gtk+-${PV}"
66 mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0
68 # duplicate gtk-query-immodules for post install script update_gtk_immodules_cache
70 ln ${D}${bindir}/gtk-query-immodules-3.0 ${D}${libexecdir}/${MLPREFIX}gtk-query-immodules-3.0
82 create_wrapper ${D}/${bindir}/gtk-update-icon-cache \
[all …]
H A Dgtk4_4.16.12.bb4 HOMEPAGE = "http://www.gtk.org"
31 file://gtk/gtk.h;endline=25;md5=61900d77e8d5bc67cf15ad93de9a3490 \
38 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
40 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
43 S = "${WORKDIR}/gtk-${PV}"
45 CVE_PRODUCT = "gnome:gtk"
81 # [1] https://gitlab.gnome.org/GNOME/gtk/-/issues/6033
88 ${datadir}/gtk-4.0/emoji/ \
90 ${datadir}/icons/hicolor/*/apps/org.gtk.PrintEditor4*.* \
91 ${libdir}/gtk-4.0/${LIBV}/media \
[all …]
/openbmc/openbmc/poky/scripts/postinst-intercepts/
H A Dupdate_gtk_immodules_cache8 if [ -x $D${libexecdir}/${binprefix}gtk-query-immodules-2.0 ]; then
9 …PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gtk-query-immodules-2.0 \
10 > $D${libdir}/gtk-2.0/2.10.0/immodules.cache &&
11 sed -i -e "s:$D::" $D${libdir}/gtk-2.0/2.10.0/immodules.cache
12 chown root:root $D${libdir}/gtk-2.0/2.10.0/immodules.cache
14 if [ -x $D${libexecdir}/${binprefix}gtk-query-immodules-3.0 ]; then
15 …PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gtk-query-immodules-3.0 \
16 > $D${libdir}/gtk-3.0/3.0.0/immodules.cache &&
17 sed -i -e "s:$D::" $D${libdir}/gtk-3.0/3.0.0/immodules.cache
18 chown root:root $D${libdir}/gtk-3.0/3.0.0/immodules.cache
/openbmc/linux/tools/perf/ui/gtk/
H A DBuild3 gtk-y += browser.o
4 gtk-y += hists.o
5 gtk-y += setup.o
6 gtk-y += util.o
7 gtk-y += helpline.o
8 gtk-y += progress.o
9 gtk-y += annotate.o
10 gtk-y += zalloc.o
12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgtk-immodules-cache.bbclass27 if [ ! -z `which gtk-query-immodules-2.0` ]; then
28 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache
30 if [ ! -z `which gtk-query-immodules-3.0` ]; then
31 mkdir -p ${libdir}/gtk-3.0/3.0.0
32 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache
47 if [ ! -z `which gtk-query-immodules-2.0` ]; then
48 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache
50 if [ ! -z `which gtk-query-immodules-3.0` ]; then
51 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache
60 bb.note("adding gtk-immodule-cache postinst and postrm scripts to %s" % pkg)
[all …]
H A Dgtk-doc.bbclass7 # Helper class to pull in the right gtk-doc dependencies and configure
8 # gtk-doc to enable or disable documentation building (which requries the
14 # It should be used in recipes to determine whether gtk-doc based documentation should be built,
20 # meson: default option name to enable/disable gtk-doc. This matches most
28 …@bb.utils.contains('GTKDOC_ENABLED', 'True', '--enable-gtk-doc --enable-gtk-doc-html --disable-gtk
29 … '--disable-gtk-doc', d)} "
32 # Even though gtkdoc is disabled on -native, gtk-doc package is still
34 DEPENDS:append = " gtk-doc-native"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/
H A Dlibcanberra_0.30.bb9 inherit autotools gtk-doc
13 file://0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch \
14 file://0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch \
27 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk gtk3', '', d)} \
32 PACKAGECONFIG[gtk] = "--enable-gtk, --disable-gtk, gtk+"
33 PACKAGECONFIG[gtk3] = "--enable-gtk3, --disable-gtk3, gtk+3"
48 FILES:${PN}-dbg += "${libdir}/${BPN}-${PV}/.debug ${libdir}/gtk-*/modules/.debug"
50 FILES:${PN}-gtk2 = "${libdir}/${BPN}-gtk.so.* \
51 ${libdir}/gtk-2.0/modules/*.so \
52 ${bindir}/canberra-gtk-play"
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py18 from gi.repository import Gtk as gtk unknown
27 class PyBootchartWidget(gtk.DrawingArea, gtk.Scrollable):
31 …croll-adjustments' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gtk.Adjustment, gtk.Adjustment))
48 gtk.DrawingArea.__init__(self)
75 self.hadj = gtk.Adjustment(0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
76 self.vadj = gtk.Adjustment(0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
240 class PyBootchartShell(gtk.VBox):
255 gtk.VBox.__init__(self)
260 uimanager = self.uimanager = gtk.UIManager()
267 actiongroup = gtk.ActionGroup('Actions')
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dpkg-config-native.patch4 Subject: [PATCH] Use native pkg-config when looking for gtk-doc.
9 buildsystems/autotools/gtk-doc.m4 | 7 ++++++-
12 diff --git a/buildsystems/autotools/gtk-doc.m4 b/buildsystems/autotools/gtk-doc.m4
14 --- a/buildsystems/autotools/gtk-doc.m4
15 +++ b/buildsystems/autotools/gtk-doc.m4
24 dnl GTK_DOC_CHECK([minimum-gtk-doc-version])
32 ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"])
33 AC_MSG_CHECKING([for gtk-doc])
H A Dno-clobber.patch4 Subject: [PATCH] gtk-doc: don't regenerate gtk-doc in do_install
6 In out-of-tree builds gtk-doc's setup-build target copies all the content from $srcdir to $builddir.
12 to build/version.xml, and generates gtk-doc.
14 so regenerates gtk-doc.
16 gtk-doc generation is a slow process at the best of times, so doing it twice isn't good.
24 buildsystems/autotools/gtk-doc.make | 2 +-
27 diff --git a/buildsystems/autotools/gtk-doc.make b/buildsystems/autotools/gtk-doc.make
29 --- a/buildsystems/autotools/gtk-doc.make
30 +++ b/buildsystems/autotools/gtk-doc.make
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dstrict-prototypes.patch3 include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstric…
12 Index: gtk+-2.24.27/gtk/gtkitemfactory.h
14 --- gtk+-2.24.27.orig/gtk/gtkitemfactory.h
15 +++ gtk+-2.24.27/gtk/gtkitemfactory.h
H A D0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch4 Subject: [PATCH] Do not look into $HOME when looking for gtk modules
12 gtk/gtkmodules.c | 4 ----
15 diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c
17 --- a/gtk/gtkmodules.c
18 +++ b/gtk/gtkmodules.c
25 - home_gtk_dir = g_build_filename (home_dir, ".gtk-2.0", NULL);
H A Ddoc-fixes.patch1 There are issues building the gtk+ tutorial and faq documentation.
2 Since they were removed in gtk+ upstream and are superfluous in
11 diff -urN gtk+-2.22.1.orig/docs/Makefile.am gtk+-2.22.1/docs/Makefile.am
12 --- gtk+-2.22.1.orig/docs/Makefile.am 2010-11-15 04:13:09.000000000 -0800
13 +++ gtk+-2.22.1/docs/Makefile.am 2011-02-23 19:25:16.914815097 -0800
H A DCVE-2024-6655.patch12 Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gtk/-/commit/3bbf0b6176d42836d23c36a6ac41…
16 gtk/gtkmodules.c | 9 ++-------
19 diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c
21 --- a/gtk/gtkmodules.c
22 +++ b/gtk/gtkmodules.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch4 Subject: [PATCH] build gtk- and gtk3-version for canberra_gtk_play
25 - canberra-gtk-play
28 canberra-gtk.h
45 + canberra-gtk-play
48 libcanberra-gtk.la
65 + canberra-gtk-play.c
77 + canberra-gtk-play.c
84 canberra-gtk-module.desktop
87 - canberra-gtk-play.c
H A D0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch4 Subject: [PATCH] gtk: Don't assume all GdkDisplays are GdkX11Displays:
10 src/canberra-gtk-module.c | 15 +++++++++++++++
11 src/canberra-gtk.c | 5 +++++
14 --- a/src/canberra-gtk-module.c
15 +++ b/src/canberra-gtk-module.c
52 --- a/src/canberra-gtk.c
53 +++ b/src/canberra-gtk.c
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/
H A Dmatchbox-keyboard_0.1.1.bb22 inherit autotools pkgconfig gettext gtk-immodules-cache features_check
31 PACKAGECONFIG[gtk2-im] = "--enable-gtk-im,--disable-gtk-im,gtk+"
32 PACKAGECONFIG[gtk3-im] = "--enable-gtk3-im,--disable-gtk3-im,gtk+3"
42 FILES:${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \
43 ${libdir}/gtk-3.0/*/immodules/*.so"
52 rm -f ${D}${libdir}/gtk-2.0/*/immodules/*.la
53 rm -f ${D}${libdir}/gtk-3.0/*/immodules/*.la
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0004-fix-css-under-gtk-3.20.patch4 Subject: [PATCH] fix css under gtk 3.20
8 data/themes/Industrial/gtk.css | 1 +
11 diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
13 --- a/data/themes/Industrial/gtk.css
14 +++ b/data/themes/Industrial/gtk.css
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/
H A D0001-Make-player-examples-installable.patch13 playback/player/gtk/meson.build | 1 +
27 diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build
29 --- a/playback/player/gtk/meson.build
30 +++ b/playback/player/gtk/meson.build
33 'gtk-video-renderer.h',
34 'gtk-video-renderer.c'],
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/keybinder/
H A Dkeybinder_3.0.bb1 DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applicatio…
5 DEPENDS = "gtk+3 gobject-introspection-native \
6 gtk+ \
18 RDEPENDS:${PN} = "gtk+"
20 inherit features_check autotools-brokensep gtk-doc gobject-introspection
27 # gtk-doc generation doesn't work, so disable it:
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/files/
H A D0001-remove-pointless-check.patch4 Subject: [PATCH] meson: remove pointless gtk-doc check
6 There's no point explicitly checking for gtk-doc, for two reasons:
8 1) In cross-compiled environments this looks for a target gtk-doc, not a
9 native gtk-doc, so it should set native:true.
11 2) The gnome.gtkdoc() function checks for gtk-doc itself.
28 - gtk_doc_dep = dependency('gtk-doc', version: gtk_doc_req)
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/
H A Dgtk-doc_1.34.0.bb4 HOMEPAGE = "https://www.gtk.org/docs/"
12 # going to be used; otheriwse we need only the m4/makefile includes from the gtk-doc tarball.
15 # This will cause target gtk-doc to hardcode paths of native dependencies
16 # into its scripts. This means that target gtk-doc package is broken;
45 ${datadir}/gtk-doc/python/gtkdoc/config_data.py \
46 ${datadir}/gtk-doc/python/gtkdoc/config.py; do
59 # Patch the gtk-doc makefiles so that the qemu wrapper is used to run transient binaries
63 ${SYSROOT_DESTDIR}${datadir}/gtk-doc/data/gtk-doc*make
/openbmc/openbmc/poky/meta/recipes-support/libfm/
H A Dlibfm_1.3.2.bb10 file://src/fm-gtk.h;beginline=6;endline=19;md5=646baa4955c04fe768f2ca27b92ac8dd"
14 DEPENDS = "glib-2.0 glib-2.0-native pango gtk+3 menu-cache intltool-native libexif libfm-extra"
24 inherit autotools pkgconfig gtk-doc gettext features_check mime mime-xdg sourceforge-releases
27 EXTRA_OECONF = "--with-gtk=3"
31 PACKAGES =+ "libfm-gtk"
33 FILES:libfm-gtk = " \
34 ${libdir}/libfm-gtk*so.* \
35 ${libdir}/libfm/modules/gtk* \

12345678910>>...18