added my Recipes
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
SUMMARY = "Power manager for the Xfce desktop environment"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-power-manager"
|
||||
SECTION = "x11"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS += "libnotify libxrandr virtual/libx11 libxext xfce4-panel upower libxscrnsaver"
|
||||
|
||||
SRC_URI[sha256sum] = "2eee467886252f9fa704c978ec67dafad5274ede93e59b092a688faa7e72c39a"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--enable-network-manager \
|
||||
--enable-panel-plugins \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
|
||||
PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
|
||||
|
||||
PACKAGES += "xfce4-powermanager-plugin"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/polkit-1 \
|
||||
${datadir}/metainfo \
|
||||
"
|
||||
|
||||
FILES:xfce4-powermanager-plugin = " \
|
||||
${libdir}/xfce4 \
|
||||
${datadir}/xfce4 \
|
||||
"
|
||||
|
||||
RDEPENDS:xfce4-powermanager-plugin = "${PN}"
|
||||
RDEPENDS:${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}"
|
||||
|
||||
# xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin
|
||||
RPROVIDES:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
|
||||
RREPLACES:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
|
||||
RCONFLICTS:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
|
||||
Reference in New Issue
Block a user