2012-12-22 08:13:04 +01:00
|
|
|
# Template file for 'enlightenment'
|
|
|
|
pkgname=enlightenment
|
2015-02-26 08:29:35 +01:00
|
|
|
version=0.19.4
|
2014-12-20 10:18:25 +01:00
|
|
|
revision=1
|
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')"
|
2014-11-11 11:16:01 +01:00
|
|
|
hostmakedepends="pkg-config efl>=1.12"
|
2014-12-20 10:18:25 +01:00
|
|
|
makedepends="pam-devel pixman-devel elementary-devel>=1.12
|
|
|
|
$(vopt_if systemd systemd-devel)
|
|
|
|
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
2014-11-11 11:16:01 +01:00
|
|
|
depends="evas_generic_loaders>=1.12 emotion_generic_players>=1.12 hicolor-icon-theme desktop-file-utils"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/enlightenment/sysactions.conf"
|
2012-12-22 08:13:04 +01:00
|
|
|
homepage="http://enlightenment.org"
|
2013-12-02 16:44:50 +01:00
|
|
|
short_desc="Enlightenment desktop"
|
2012-12-22 08:13:04 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2014-09-15 20:08:32 +02:00
|
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2015-02-26 08:29:35 +01:00
|
|
|
checksum=2899e6e67bc13cb53e9d78a4a1e9aace5861485064157d338de327ff50e50c3e
|
2014-05-23 19:19:40 +02:00
|
|
|
|
2012-12-22 08:13:04 +01:00
|
|
|
post_install() {
|
2014-07-29 11:00:25 +02:00
|
|
|
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
|
|
|
|
}
|
2013-04-12 10:23:11 +02:00
|
|
|
|
|
|
|
enlightenment-devel_package() {
|
2014-11-11 11:16:01 +01:00
|
|
|
depends="elementary-devel>=1.12"
|
2013-05-17 14:39:12 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 10:23:11 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|