added my Recipes
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
From 708e59caaf1c0c271a96a4d1fe46b122aff45e34 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Mon, 27 Aug 2012 09:16:29 +0200
|
||||
Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4
|
||||
crash on first start
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
|
||||
---
|
||||
libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
||||
index 32901e3..8189c4c 100644
|
||||
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
||||
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
||||
@@ -96,4 +96,8 @@
|
||||
<property name="<Super>KP_Next" type="string" value="tile_down_right_key"/>
|
||||
</property>
|
||||
</property>
|
||||
+ <property name="providers" type="array">
|
||||
+ <value type="string" value="commands"/>
|
||||
+ <value type="string" value="xfwm4"/>
|
||||
+ </property>
|
||||
</channel>
|
||||
--
|
||||
1.7.6.5
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
SUMMARY = "Xfce4 Widget library and X Window System interaction"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db"
|
||||
DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf"
|
||||
|
||||
inherit xfce gtk-doc gobject-introspection features_check
|
||||
|
||||
# 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"
|
||||
SRC_URI[sha256sum] = "532247c4387c17bb9ef94a73147039b8d013c3131c95cdbd2fa85fbcc848d06b"
|
||||
|
||||
EXTRA_OECONF += "--with-vendor-info=${DISTRO}"
|
||||
EXTRA_OECONF += "--disable-vala"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl','x11', "", d)} \
|
||||
"
|
||||
PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade"
|
||||
PACKAGECONFIG[x11] = "--enable-startup-notification,--disable-startup-notification,libepoxy libice libsm startup-notification"
|
||||
|
||||
|
||||
PACKAGES += "${PN}-glade"
|
||||
FILES:${PN}-glade = " \
|
||||
${libdir}/glade \
|
||||
${datadir}/glade \
|
||||
"
|
||||
Reference in New Issue
Block a user