41 lines
1.6 KiB
Bash
41 lines
1.6 KiB
Bash
# Template file for 'enlightenment'
|
|
pkgname=enlightenment
|
|
version=0.22.3
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_options="wayland"
|
|
build_style=meson
|
|
configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
|
|
$(vopt_if wayland '-Dwayland=true' '-Dwayland=false')"
|
|
hostmakedepends="efl pkg-config"
|
|
makedepends="efl-devel pam-devel xkeyboard-config
|
|
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
|
depends="desktop-file-utils hicolor-icon-theme xkeyboard-config"
|
|
conf_files="/etc/enlightenment/sysactions.conf"
|
|
homepage="http://enlightenment.org"
|
|
short_desc="Enlightenment desktop"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD-2-Clause"
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=4d81e583073d74474b7a960b01cb596716a43cca2fadca7d1e5c91f4cf6efe9b
|
|
|
|
post_install() {
|
|
# 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
|
|
vinstall ${FILESDIR}/e-applications.menu 644 etc/xdg/menus
|
|
rm -rf ${DESTDIR}/usr/share/${pkgname}/doc
|
|
}
|
|
|
|
enlightenment-devel_package() {
|
|
depends="efl-devel"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|