diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.3.bb) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.3.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb index 08c612aa7a..47de8c571e 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb | |||
@@ -2,17 +2,14 @@ SUMMARY = "Xfce4 settings" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo exo-native garcon libxi virtual/libx11 xrandr libxcursor libxklavier upower" | 5 | DEPENDS = "exo garcon libxi virtual/libx11 xrandr libxcursor libxklavier upower" |
6 | 6 | ||
7 | inherit xfce features_check | 7 | inherit xfce features_check mime-xdg |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += " \ | 11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" |
12 | file://0001-xsettings.xml-Set-default-themes.patch \ | 12 | SRC_URI[sha256sum] = "67a1404fc754c675c6431e22a8fe0e5d79644fdfadbfe25a4523d68e1442ddc2" |
13 | " | ||
14 | SRC_URI[md5sum] = "fe8f7d4221be1467b85c8539344c3f07" | ||
15 | SRC_URI[sha256sum] = "cab1a4d5351f9871533700523570f86f92bbe6e4055f44e5df950eb4b4f48bb3" | ||
16 | 13 | ||
17 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
18 | 15 | ||