diff --git a/accessibility/gammastep/Makefile b/accessibility/gammastep/Makefile index 92f10294bc75..3c5696034676 100644 --- a/accessibility/gammastep/Makefile +++ b/accessibility/gammastep/Makefile @@ -1,60 +1,60 @@ PORTNAME= gammastep -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 DISTVERSIONPREFIX= v CATEGORIES= accessibility MAINTAINER= madpilot@FreeBSD.org COMMENT= Adjust the color temperature of your screen WWW= https://gitlab.com/chinstrap/gammastep LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf gettext-tools gmake gnome libtool \ localbase pkgconfig shebangfix tar:bzip2 USE_GITLAB= yes GL_ACCOUNT= chinstrap USE_GNOME= intltool GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SHEBANG_FILES= src/gammastep_indicator/gammastep-indicator.in OPTIONS_DEFINE= GEO GUI NLS RANDR VIDMODE WAYLAND OPTIONS_DEFAULT= GEO RANDR WAYLAND OPTIONS_SUB= yes GEO_DESC= Use geoclue (requires dbus) GUI_DESC= Tray icon RANDR_DESC= Support RANDR for changing colors VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA) WAYLAND_DESC= Support Wayland (wlroots) for changing colors GEO_BUILD_DEPENDS= geoclue>=0:net/geoclue GEO_RUN_DEPENDS= geoclue>=0:net/geoclue GEO_USE= gnome=glib20 GEO_CONFIGURE_ENABLE= geoclue2 GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} GUI_USES= python GUI_USE= gnome=pygobject3:run GUI_CONFIGURE_ENABLE= gui NLS_USES= gettext-runtime iconv NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_ENABLE= nls RANDR_USES= xorg RANDR_USE= XORG=xcb,xrandr RANDR_CONFIGURE_ENABLE= randr VIDMODE_USES= xorg VIDMODE_USE= XORG=x11,xxf86vm VIDMODE_CONFIGURE_ENABLE= vidmode WAYLAND_CATEGORIES= wayland WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_CONFIGURE_ENABLE= wayland .include diff --git a/accessibility/gammastep/distinfo b/accessibility/gammastep/distinfo index 7a8ef642d026..dadb019afc95 100644 --- a/accessibility/gammastep/distinfo +++ b/accessibility/gammastep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717753175 -SHA256 (gammastep-v2.0.9.tar.bz2) = 371c66ff8eac9c8795afe014493dc347d0242493bbb2fe13bfaee14b42a29328 -SIZE (gammastep-v2.0.9.tar.bz2) = 540120 +TIMESTAMP = 1742115225 +SHA256 (gammastep-v2.0.10.tar.bz2) = 4c8e5ab9bdc445809c3594d0f536861daf478a41085a880ebb866340ab55d4dc +SIZE (gammastep-v2.0.10.tar.bz2) = 540401 diff --git a/accessibility/gammastep/files/patch-src_gamma-wl.c b/accessibility/gammastep/files/patch-src_gamma-wl.c deleted file mode 100644 index 9dd1b30f1c7f..000000000000 --- a/accessibility/gammastep/files/patch-src_gamma-wl.c +++ /dev/null @@ -1,14 +0,0 @@ -gamma-wl.c:24:10: fatal error: 'alloca.h' file not found -#include - ^~~~~~~~~~ - ---- src/gamma-wl.c.orig 2022-09-12 00:57:15 UTC -+++ src/gamma-wl.c -@@ -6,7 +6,6 @@ - #include - #include - #include --#include - #include - #include - #include