# Template file for 'enlightenment'
pkgname=enlightenment
version=0.25.4
revision=2
build_style=meson
configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
 $(vopt_bool wayland wl)"
hostmakedepends="efl pkg-config gettext $(vopt_if wayland 'xorg-server-xwayland wayland-devel')"
makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
 $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
 $(vopt_if wayland xorg-server-xwayland)"
conf_files="/etc/enlightenment/sysactions.conf"
short_desc="Enlightenment desktop shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="http://enlightenment.org"
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=56db5d206b821b9a8831d26e713e410ac70b2255a6f43fcdf7c01eefde23b7a2
lib32disabled=yes
build_options="wayland"
build_options_default="wayland"

post_install() {
	# Use our native tools to shutdown/suspend.
	sed -i 's/^action:.*halt.*/action: halt shutdown -h now/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf
	sed -i 's/^action:.*reboot.*/action: reboot shutdown -r now/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf
	sed -i 's/^action:.*suspend.*/action: suspend zzz/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf
	sed -i 's/^action:.*hibernate.*/action: hibernate ZZZ/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf

	vlicense COPYING
	vinstall ${FILESDIR}/e-applications.menu 644 etc/xdg/menus
	rm -rf ${DESTDIR}/usr/share/${pkgname}/doc
}

enlightenment-devel_package() {
	depends="efl-devel"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
	}
}
