enlightenment: update to 0.19.2.
This commit is contained in:
@@ -1,12 +1,17 @@
|
|||||||
# Template file for 'enlightenment'
|
# Template file for 'enlightenment'
|
||||||
pkgname=enlightenment
|
pkgname=enlightenment
|
||||||
version=0.19.1
|
version=0.19.2
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
# Package build options
|
||||||
|
build_options="systemd wayland"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pam --disable-bluez4 $(vopt_enable systemd)"
|
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"
|
hostmakedepends="pkg-config efl>=1.12"
|
||||||
makedepends="pam-devel pixman-devel elementary-devel>=1.12 $(vopt_if systemd systemd-devel)"
|
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"
|
depends="evas_generic_loaders>=1.12 emotion_generic_players>=1.12 hicolor-icon-theme desktop-file-utils"
|
||||||
conf_files="/etc/enlightenment/sysactions.conf"
|
conf_files="/etc/enlightenment/sysactions.conf"
|
||||||
homepage="http://enlightenment.org"
|
homepage="http://enlightenment.org"
|
||||||
@@ -14,17 +19,7 @@ short_desc="Enlightenment desktop"
|
|||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0fbdad31bebd8863e45a1135c6bc30a42ffcdda0e17d54916e22a777913525e0
|
checksum=6cdfb71c67baccbfbdb0572574ac12b536bb82100d01733aff83690ac9c4bd16
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="systemd wayland"
|
|
||||||
|
|
||||||
if [ "$build_option_wayland" ]; then
|
|
||||||
configure_args+=" --enable-wayland-egl --enable-wayland-clients"
|
|
||||||
makedepends+=" libxkbcommon-devel MesaLib-devel wayland-devel"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-wayland-egl"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ -z "$build_option_systemd" ]; then
|
if [ -z "$build_option_systemd" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user