void-packages/srcpkgs/enlightenment/template

51 lines
1.9 KiB
Text
Raw Normal View History

2012-12-22 07:13:04 +00:00
# Template file for 'enlightenment'
pkgname=enlightenment
2014-10-15 07:37:23 +00:00
version=0.19.1
revision=3
2014-09-03 23:44:08 +00:00
lib32disabled=yes
2012-12-22 07:13:04 +00:00
build_style=gnu-configure
2014-09-03 23:44:08 +00:00
configure_args="--enable-pam --disable-bluez4 $(vopt_enable systemd)"
hostmakedepends="pkg-config efl>=1.12"
makedepends="pam-devel pixman-devel elementary-devel>=1.12 $(vopt_if systemd systemd-devel)"
depends="evas_generic_loaders>=1.12 emotion_generic_players>=1.12 hicolor-icon-theme desktop-file-utils"
conf_files="/etc/enlightenment/sysactions.conf"
2012-12-22 07:13:04 +00:00
homepage="http://enlightenment.org"
short_desc="Enlightenment desktop"
2012-12-22 07:13:04 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
2014-09-15 18:08:32 +00:00
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
2014-10-15 07:37:23 +00:00
checksum=0fbdad31bebd8863e45a1135c6bc30a42ffcdda0e17d54916e22a777913525e0
2012-12-22 07:13:04 +00:00
# Package build options
build_options="systemd wayland"
if [ "$build_option_wayland" ]; then
configure_args+=" --enable-wayland-egl --enable-wayland-clients"
makedepends+=" libxkbcommon-devel MesaLib-devel wayland-devel"
else
configure_args+=" --disable-wayland-egl"
fi
2012-12-22 07:13:04 +00: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 07:13:04 +00: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>=1.12"
2013-05-17 12:39:12 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}