2012-12-22 08:13:04 +01:00
|
|
|
# Template file for 'enlightenment'
|
|
|
|
pkgname=enlightenment
|
2015-08-06 08:47:23 +02:00
|
|
|
version=0.19.8
|
2015-07-24 09:07:17 +02:00
|
|
|
revision=1
|
2014-09-04 01:44:08 +02:00
|
|
|
lib32disabled=yes
|
2015-07-21 10:46:19 +02:00
|
|
|
build_pie=yes
|
2015-07-01 11:15:49 +02:00
|
|
|
build_options="wayland"
|
2012-12-22 08:13:04 +01:00
|
|
|
build_style=gnu-configure
|
2015-07-01 11:15:49 +02:00
|
|
|
configure_args="--enable-pam --disable-bluez4 --disable-systemd
|
2014-12-20 10:18:25 +01:00
|
|
|
$(vopt_if wayland '--enable-wayland-egl --enable-wayland-clients' '--disable-wayland-egl')"
|
2015-03-27 10:50:40 +01:00
|
|
|
hostmakedepends="pkg-config efl"
|
|
|
|
makedepends="pam-devel pixman-devel elementary-devel
|
2014-12-20 10:18:25 +01:00
|
|
|
$(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"
|
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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-12-22 08:13:04 +01:00
|
|
|
license="BSD"
|
2015-07-24 09:07:17 +02:00
|
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
2015-08-06 08:47:23 +02:00
|
|
|
checksum=b1a9b76bb8282b266f12a0de1e83126deffbb8bb4fbea6901831cd00b09503f9
|
2014-05-23 19:19:40 +02:00
|
|
|
|
2012-12-22 08:13:04 +01:00
|
|
|
post_install() {
|
2015-07-01 11:15:49 +02:00
|
|
|
# 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
|
2012-12-22 08:13:04 +01:00
|
|
|
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() {
|
2015-05-09 08:58:50 +02:00
|
|
|
depends="elementary-devel"
|
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
|
|
|
|
}
|
|
|
|
}
|