45 lines
1.8 KiB
Text
45 lines
1.8 KiB
Text
# Template file for 'enlightenment'
|
|
pkgname=enlightenment
|
|
version=0.19.3
|
|
revision=1
|
|
lib32disabled=yes
|
|
# Package build options
|
|
build_options="systemd wayland"
|
|
build_style=gnu-configure
|
|
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>=1.12"
|
|
makedepends="pam-devel pixman-devel elementary-devel>=1.12
|
|
$(vopt_if systemd systemd-devel)
|
|
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
|
depends="evas_generic_loaders>=1.12 emotion_generic_players>=1.12 hicolor-icon-theme desktop-file-utils"
|
|
conf_files="/etc/enlightenment/sysactions.conf"
|
|
homepage="http://enlightenment.org"
|
|
short_desc="Enlightenment desktop"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=13f3579da2f35c3909569c84fc8953d0b4095877a314db93e006d0add017c382
|
|
|
|
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
|
|
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"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|