enlightenment: set --sysconfdir and build with PIE enabled.
This makes enlightenment work again.
This commit is contained in:
parent
2f16b46616
commit
6d15b26628
1 changed files with 4 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'enlightenment'
|
# Template file for 'enlightenment'
|
||||||
pkgname=enlightenment
|
pkgname=enlightenment
|
||||||
version=0.22.0
|
version=0.22.0
|
||||||
revision=1
|
revision=2
|
||||||
nopie=yes
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dpam=true -Dbluez4=false -Dsystemd=false
|
configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
|
||||||
$(vopt_if wayland '-Dwayland=true' '-Dwayland=false')"
|
$(vopt_if wayland '-Dwayland=true' '-Dwayland=false')"
|
||||||
hostmakedepends="pkg-config efl"
|
hostmakedepends="pkg-config efl"
|
||||||
makedepends="pam-devel pixman-devel efl-devel
|
makedepends="pam-devel pixman-devel efl-devel xkeyboard-config
|
||||||
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils xkeyboard-config"
|
||||||
conf_files="/etc/enlightenment/sysactions.conf"
|
conf_files="/etc/enlightenment/sysactions.conf"
|
||||||
homepage="http://enlightenment.org"
|
homepage="http://enlightenment.org"
|
||||||
short_desc="Enlightenment desktop"
|
short_desc="Enlightenment desktop"
|
||||||
|
@ -21,7 +20,6 @@ distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${ve
|
||||||
checksum=1b3eb9db7dd9c41b90e9ab67be875ea300e13774503fecdd692d96917ddeb976
|
checksum=1b3eb9db7dd9c41b90e9ab67be875ea300e13774503fecdd692d96917ddeb976
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv "${DESTDIR}"/usr/etc "${DESTDIR}"
|
|
||||||
# Use our native tools to shutdown/suspend.
|
# 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:.*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:.*reboot.*/action: reboot shutdown -r now/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf
|
||||||
|
|
Loading…
Reference in a new issue