enlightenment: updated to 0.24.2

This commit is contained in:
make-file 2020-12-26 14:39:05 +03:30 committed by Érico Nogueira Rolim
parent eba26d96d3
commit cdcfc13d13
2 changed files with 3 additions and 27 deletions

View File

@ -1,24 +0,0 @@
From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Wed, 10 Jun 2020 21:12:43 +0200
Subject: [PATCH] e_util_suid: need signal.h
---
src/bin/e_util_suid.h | 1 +
1 file changed, 1 insertion(+)
diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
index e09091146..be961a520 100644
--- src/bin/e_util_suid.h
+++ src/bin/e_util_suid.h
@@ -28,6 +28,7 @@
#endif
#include <sys/types.h>
#include <pwd.h>
+#include <signal.h>
#ifdef HAVE_PRCTL
# include <sys/prctl.h>
#elif defined(HAVE_PROCCTL)
--
2.27.0

View File

@ -1,7 +1,7 @@
# Template file for 'enlightenment'
pkgname=enlightenment
version=0.24.1
revision=2
version=0.24.2
revision=1
build_style=meson
configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
$(vopt_bool wayland wl)"
@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
license="BSD-2-Clause"
homepage="http://enlightenment.org"
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
lib32disabled=yes
build_options="wayland"
build_options_default="wayland"