mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
lxdm: Let greeter use gtk3
* one more gtk2->gtk3 transit * greater looks way better now * while at it: sort patches Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
From 72812894cfd9454d70e4b0753531e46580416771 Mon Sep 17 00:00:00 2001
|
||||||
|
From: dgod <dgod.osa@gmail.com>
|
||||||
|
Date: Mon, 21 Mar 2016 19:25:25 +0800
|
||||||
|
Subject: [PATCH] fix css under gtk 3.20
|
||||||
|
|
||||||
|
Upstream-Status: Applied [1]
|
||||||
|
|
||||||
|
[1] https://git.lxde.org/gitweb/?p=lxde/lxdm.git;a=patch;h=72812894cfd9454d70e4b0753531e46580416771
|
||||||
|
---
|
||||||
|
data/themes/Industrial/gtk.css | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
|
||||||
|
index 179f0d6..f8e6432 100644
|
||||||
|
--- a/data/themes/Industrial/gtk.css
|
||||||
|
+++ b/data/themes/Industrial/gtk.css
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
+#bottom_pane label,
|
||||||
|
#bottom_pane GtkLabel {
|
||||||
|
font: Sans 12;
|
||||||
|
color: #9E9D9B;
|
||||||
|
--
|
||||||
|
2.14.4
|
||||||
|
|
||||||
@@ -7,14 +7,15 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}%20${PV}/${BPN}-${PV}.tar.
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://lxdm-pam file://lxdm-pam-debug', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://lxdm-pam file://lxdm-pam-debug', '', d)} \
|
||||||
${@bb.utils.contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \
|
${@bb.utils.contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \
|
||||||
file://0002-let-autotools-create-lxdm.conf.patch \
|
file://0002-let-autotools-create-lxdm.conf.patch \
|
||||||
file://0001-check-for-libexecinfo-providing-backtrace-APIs.patch \
|
file://0003-check-for-libexecinfo-providing-backtrace-APIs.patch \
|
||||||
|
file://0004-fix-css-under-gtk-3.20.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0"
|
SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0"
|
||||||
SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f"
|
SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango iso-codes"
|
DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+3 virtual/libx11 libxcb pango iso-codes"
|
||||||
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "consolekit", d)}"
|
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "consolekit", d)}"
|
||||||
DEPENDS_append_libc-musl = " libexecinfo"
|
DEPENDS_append_libc-musl = " libexecinfo"
|
||||||
|
|
||||||
@@ -28,7 +29,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
CFLAGS_append = " -fno-builtin-fork -fno-builtin-memset -fno-builtin-strstr "
|
CFLAGS_append = " -fno-builtin-fork -fno-builtin-memset -fno-builtin-strstr "
|
||||||
LDFLAGS_append_libc-musl = " -lexecinfo"
|
LDFLAGS_append_libc-musl = " -lexecinfo"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-gtk3=no --enable-password=yes --with-x -with-xconn=xcb \
|
EXTRA_OECONF += "--enable-gtk3=yes --enable-password=yes --with-x -with-xconn=xcb \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/ --disable-consolekit', '--without-systemdsystemunitdir', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/ --disable-consolekit', '--without-systemdsystemunitdir', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user