diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-25 05:33:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:07 -0800 |
commit | 1df27779c42fac8af1d91ba8937f50b9ac05b0da (patch) | |
tree | 462029a924e51627d486f4e908b6d50bb20e8e48 /meta-xfce/recipes-xfce/xfce4-settings | |
parent | 3a54cec59d168c38bdc5a49ba755a1365ff77b92 (diff) | |
download | meta-openembedded-1df27779c42fac8af1d91ba8937f50b9ac05b0da.tar.gz |
xfce4-settings: 4.16.5 -> 4.18.0
Update xfce4-settings from 4.16.5 to 4.18.0
* update license with GPL-2.0-or-later
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb index 4a4e9f188..0692970f7 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Xfce4 settings" | 1 | SUMMARY = "Xfce4 settings" |
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "exo 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 mime-xdg | 7 | inherit xfce features_check mime-xdg |
@@ -9,7 +9,7 @@ inherit xfce features_check mime-xdg | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" | 11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" |
12 | SRC_URI[sha256sum] = "7a4f74802486d7e77a1c9fa4fda19b13fc8a8dec3e5074f367e34fa82b40d28e" | 12 | SRC_URI[sha256sum] = "ed3f75837cb33cd694610fc87cd569c4782b7ac4e099143a3dbe8fff1f1c6a9d" |
13 | 13 | ||
14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
15 | 15 | ||