Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 1 | SUMMARY = "Xfce4 Desktop Manager" |
| 2 | SECTION = "x11/base" |
| 3 | LICENSE = "GPL-2.0-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = " \ |
| 6 | cairo \ |
| 7 | exo \ |
| 8 | garcon \ |
| 9 | glib-2.0 \ |
| 10 | gtk+3 \ |
| 11 | intltool \ |
| 12 | libwnck3 \ |
| 13 | libxfce4ui \ |
| 14 | libxfce4util \ |
| 15 | thunar \ |
| 16 | xfconf \ |
| 17 | " |
| 18 | |
| 19 | inherit xfce features_check |
| 20 | |
| 21 | REQUIRED_DISTRO_FEATURES = "x11" |
| 22 | |
| 23 | SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" |
| 24 | |
| 25 | PACKAGECONFIG ??= "notify" |
| 26 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
| 27 | |
| 28 | FILES:${PN} += "${datadir}/backgrounds" |