Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2026 02:05:15 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7026b241c4c8 - main - x11/hyprlauncher: Update to 0.1.6
Message-ID:  <69f1675b.3bcef.4049bb88@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7026b241c4c89ab5869c426d3ba47a95536e7ca9

commit 7026b241c4c89ab5869c426d3ba47a95536e7ca9
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-04-29 02:04:18 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-04-29 02:04:18 +0000

    x11/hyprlauncher: Update to 0.1.6
    
    While here, remove upstreamed patches.
    
    Changelog: https://github.com/hyprwm/hyprlauncher/releases/tag/v0.1.6
    
    Reported by:    GitHub (watch releases)
---
 x11/hyprlauncher/Makefile                                     |  3 +--
 x11/hyprlauncher/distinfo                                     |  6 +++---
 x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp     | 11 -----------
 .../files/patch-src_finders_desktop_DesktopFinder.cpp         | 10 ----------
 4 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile
index 9c1dcc542933..d1a338958fc3 100644
--- a/x11/hyprlauncher/Makefile
+++ b/x11/hyprlauncher/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hyprlauncher
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1.5
-PORTREVISION=	2
+DISTVERSION=	0.1.6
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	tagattie@FreeBSD.org
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 <unistd.h>
-+
- #include <hyprutils/path/Path.hpp>
- 
- 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 <fstream>
- #include <sys/inotify.h>
- #include <sys/poll.h>
-+#include <unistd.h>
- #include <unordered_set>
- 
- #include <hyprutils/string/String.hpp>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f1675b.3bcef.4049bb88>