mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
enlightenment: updated to 0.24.2
This commit is contained in:
parent
eba26d96d3
commit
cdcfc13d13
2 changed files with 3 additions and 27 deletions
|
@ -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
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'enlightenment'
|
# Template file for 'enlightenment'
|
||||||
pkgname=enlightenment
|
pkgname=enlightenment
|
||||||
version=0.24.1
|
version=0.24.2
|
||||||
revision=2
|
revision=1
|
||||||
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_bool wayland wl)"
|
$(vopt_bool wayland wl)"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://enlightenment.org"
|
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=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
|
checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue