void-packages/srcpkgs/enlightenment/template
2015-12-15 06:48:35 +01:00

41 lines
1.6 KiB
Bash

# Template file for 'enlightenment'
pkgname=enlightenment
version=0.20.1
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 elementary-devel
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
depends="evas_generic_loaders>=1.16 emotion_generic_players>=1.16 hicolor-icon-theme desktop-file-utils"
conf_files="/etc/enlightenment/sysactions.conf"
homepage="http://enlightenment.org"
short_desc="Enlightenment desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="2-clause-BSD"
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=820b14ab3decd585a011973d97efc0679a90f803b9d72f0726166a3262c1f4ee
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="elementary-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}