diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile index 9c1dcc542933..d1a338958fc3 100644 --- a/x11/hyprlauncher/Makefile +++ b/x11/hyprlauncher/Makefile @@ -1,43 +1,42 @@ PORTNAME= hyprlauncher DISTVERSIONPREFIX= v -DISTVERSION= 0.1.5 -PORTREVISION= 2 +DISTVERSION= 0.1.6 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= Multipurpose and versatile launcher / picker for Hyprland WWW= https://wiki.hypr.land/Hypr-Ecosystem/hyprlauncher/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libhyprutils.so:devel/hyprutils \ libhyprwire.so:devel/hyprwire \ libicuuc.so:devel/icu \ libdrm.so:graphics/libdrm \ libqalculate.so:math/libqalculate \ libfontconfig.so:x11-fonts/fontconfig \ libhyprtoolkit.so:x11-toolkits/hyprtoolkit RUN_DEPENDS= wl-copy:x11/wl-clipboard USES= cmake pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= hyprwm USE_XORG= pixman LDFLAGS+= -pthread PLIST_FILES= bin/hyprlauncher # XXX Drop after FreeBSD 14.* EOL around 2028-11-30 # https://cgit.freebsd.org/src/commit/?id=3965de642c29 .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify USES+= localbase:ldflags LDFLAGS+= -linotify .endif .include diff --git a/x11/hyprlauncher/distinfo b/x11/hyprlauncher/distinfo index df9fd6d0cd1f..f498daeb141c 100644 --- a/x11/hyprlauncher/distinfo +++ b/x11/hyprlauncher/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767618886 -SHA256 (hyprwm-hyprlauncher-v0.1.5_GH0.tar.gz) = 907bf3ce39699d565d49adff1f9b2baee4b59fbb0c1c2b1ec41814f05065bec7 -SIZE (hyprwm-hyprlauncher-v0.1.5_GH0.tar.gz) = 45348 +TIMESTAMP = 1777425431 +SHA256 (hyprwm-hyprlauncher-v0.1.6_GH0.tar.gz) = f02f93584e1017d7a466d0cafed910f630be39eba6b433922e645c834c4abf59 +SIZE (hyprwm-hyprlauncher-v0.1.6_GH0.tar.gz) = 45754 diff --git a/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp b/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp deleted file mode 100644 index 93daca55a1f4..000000000000 --- a/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config/ConfigManager.cpp.orig 2025-11-23 08:42:40 UTC -+++ src/config/ConfigManager.cpp -@@ -2,6 +2,8 @@ - - #include "../helpers/Log.hpp" - -+#include -+ - #include - - CConfigManager::CConfigManager() : m_inotifyFd(inotify_init()) { diff --git a/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp b/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp deleted file mode 100644 index 4e7102c32bc0..000000000000 --- a/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/finders/desktop/DesktopFinder.cpp.orig 2025-12-27 13:54:55 UTC -+++ src/finders/desktop/DesktopFinder.cpp -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - - #include