1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

sysutils/waynergy: update to 0.0.15

This commit is contained in:
Baptiste Daroussin 2022-12-09 09:14:40 +01:00
parent 1597e735c4
commit 24b4b3c821
4 changed files with 16 additions and 14 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= waynergy
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.13
DISTVERSION= 0.0.15
CATEGORIES= sysutils wayland
MAINTAINER= bapt@FreeBSD.org
@ -20,6 +20,7 @@ GH_ACCOUNT= r-c-f
PLIST_FILES= bin/waynergy \
bin/waynergy-clip-update \
bin/waynergy-mapper \
share/applications/waynergy.desktop
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663232457
SHA256 (r-c-f-waynergy-v0.0.13_GH0.tar.gz) = e77168278781dd6fe8c2d15fdb5bc5e0ad05b2430687081f8969ff20559d7459
SIZE (r-c-f-waynergy-v0.0.13_GH0.tar.gz) = 69748
TIMESTAMP = 1670573568
SHA256 (r-c-f-waynergy-v0.0.15_GH0.tar.gz) = 468e01e70a8cc9fb9373d460ff70ba2507a9455cf6989f723c4fe58463edab58
SIZE (r-c-f-waynergy-v0.0.15_GH0.tar.gz) = 88382

View File

@ -1,10 +0,0 @@
--- src/wl_idle.c.orig 2022-09-07 10:43:08 UTC
+++ src/wl_idle.c
@@ -2,6 +2,7 @@
#include <signal.h>
#include <spawn.h>
+extern char **environ;
static pid_t gnome_session_inhibit = -1;
static void gnome_inhibit_stop(void)

View File

@ -0,0 +1,11 @@
--- src/wl_idle_gnome.c.orig 2022-12-07 02:05:11 UTC
+++ src/wl_idle_gnome.c
@@ -2,6 +2,8 @@
#include <signal.h>
#include <spawn.h>
+extern char **environ;
+
static void inhibit_stop(struct wlIdle *idle)
{
pid_t *inhibitor = idle->state;