void-packages/srcpkgs/enlightenment/template

46 lines
1.8 KiB
Bash
Raw Normal View History

2012-12-22 08:13:04 +01:00
# Template file for 'enlightenment'
pkgname=enlightenment
2015-05-05 08:25:49 +02:00
version=0.19.5
revision=2
2014-09-04 01:44:08 +02:00
lib32disabled=yes
2014-12-20 10:18:25 +01:00
# Package build options
build_options="systemd wayland"
2012-12-22 08:13:04 +01:00
build_style=gnu-configure
2014-12-20 10:18:25 +01:00
configure_args="--enable-pam --disable-bluez4 $(vopt_enable systemd)
$(vopt_if wayland '--enable-wayland-egl --enable-wayland-clients' '--disable-wayland-egl')"
hostmakedepends="pkg-config efl"
makedepends="pam-devel pixman-devel elementary-devel
2014-12-20 10:18:25 +01:00
$(vopt_if systemd systemd-devel)
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
2015-05-05 08:25:49 +02:00
depends="evas_generic_loaders emotion_generic_players hicolor-icon-theme desktop-file-utils"
conf_files="/etc/enlightenment/sysactions.conf"
2012-12-22 08:13:04 +01:00
homepage="http://enlightenment.org"
short_desc="Enlightenment desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-12-22 08:13:04 +01:00
license="BSD"
2014-09-15 20:08:32 +02:00
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
2015-05-05 08:25:49 +02:00
checksum=9634464281a58823ead37dc34b6818802378b03b5a293f2f0529c1ec68762939
2012-12-22 08:13:04 +01:00
post_install() {
if [ -z "$build_option_systemd" ]; then
# 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
fi
2012-12-22 08:13:04 +01:00
vmkdir usr/share/licenses/${pkgname}
install -m644 COPYING* ${DESTDIR}/usr/share/licenses/${pkgname}
vinstall ${FILESDIR}/e-applications.menu 644 etc/xdg/menus
rm -rf ${DESTDIR}/usr/share/${pkgname}/doc
}
enlightenment-devel_package() {
depends="elementary-devel"
2013-05-17 14:39:12 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}