mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
enlightenment: update to 0.23.1
This commit is contained in:
parent
1b04cb3eec
commit
38fbdf45f7
1 changed files with 8 additions and 8 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'enlightenment'
|
# Template file for 'enlightenment'
|
||||||
pkgname=enlightenment
|
pkgname=enlightenment
|
||||||
version=0.22.4
|
version=0.23.1
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
build_options="wayland"
|
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
|
configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
|
||||||
$(vopt_if wayland '-Dwayland=true' '-Dwayland=false')"
|
$(vopt_bool wayland wayland)"
|
||||||
hostmakedepends="efl pkg-config"
|
hostmakedepends="efl pkg-config"
|
||||||
makedepends="efl-devel pam-devel xkeyboard-config
|
makedepends="efl-devel pam-devel xkeyboard-config
|
||||||
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
$(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
|
||||||
depends="desktop-file-utils hicolor-icon-theme xkeyboard-config"
|
depends="desktop-file-utils hicolor-icon-theme xkeyboard-config"
|
||||||
conf_files="/etc/enlightenment/sysactions.conf"
|
conf_files="/etc/enlightenment/sysactions.conf"
|
||||||
homepage="http://enlightenment.org"
|
short_desc="Enlightenment desktop shell"
|
||||||
short_desc="Enlightenment desktop"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
homepage="http://enlightenment.org"
|
||||||
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79
|
checksum=e530590c09b560679621f4531d55c242cfafe8523309e0ae88fb267e00f52c34
|
||||||
|
lib32disabled=yes
|
||||||
|
build_options="wayland"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Use our native tools to shutdown/suspend.
|
# Use our native tools to shutdown/suspend.
|
||||||
|
|
Loading…
Add table
Reference in a new issue