# Template file for 'enlightenment' pkgname=enlightenment version=0.21.3 revision=1 lib32disabled=yes build_options="wayland" build_style=gnu-configure configure_args="--enable-pam --disable-bluez4 --disable-systemd $(vopt_if wayland '--enable-wayland-egl --enable-wayland-clients' '--disable-wayland-egl')" hostmakedepends="pkg-config efl" makedepends="pam-devel pixman-devel efl-devel $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')" depends="hicolor-icon-theme desktop-file-utils" conf_files="/etc/enlightenment/sysactions.conf" homepage="http://enlightenment.org" short_desc="Enlightenment desktop" maintainer="Juan RP " license="2-clause-BSD" distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz" checksum=b90517d3de780023043b6e3ade30f686bd2cdcf5b66d24155b50da720e665fd2 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 } }