Date: Tue, 22 Oct 2024 00:54:50 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cc3291614b01 - main - x11/hypridle: update to 0.1.3 Message-ID: <202410220054.49M0soXX040218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc3291614b0107f5b832ff5372663488e8cce0c8 commit cc3291614b0107f5b832ff5372663488e8cce0c8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-21 18:08:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-22 00:54:11 +0000 x11/hypridle: update to 0.1.3 Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.3 Reported by: GitHub (watch releases) --- x11/hypridle/Makefile | 6 ++++-- x11/hypridle/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index f416239167f7..0597648d0109 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,6 +1,6 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v -DISTVERSION= 0.1.2 +DISTVERSION= 0.1.3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ + libhyprutils.so:devel/hyprutils \ libsdbus-c++.so:devel/sdbus-cpp \ libwayland-client.so:graphics/wayland @@ -20,7 +21,8 @@ USE_GITHUB= yes GH_ACCOUNT= hyprwm LDFLAGS+= -Wl,--as-needed # sdbus-cpp deps PLIST_FILES= bin/${PORTNAME} \ - lib/systemd/user/${PORTNAME}.service + lib/systemd/user/${PORTNAME}.service \ + share/hypr/${PORTNAME}.conf post-patch: # https://github.com/ConsoleKit2/ConsoleKit2/issues/150 diff --git a/x11/hypridle/distinfo b/x11/hypridle/distinfo index 35e0d79594e7..ecfdf98c201a 100644 --- a/x11/hypridle/distinfo +++ b/x11/hypridle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713472482 -SHA256 (hyprwm-hypridle-v0.1.2_GH0.tar.gz) = 40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79 -SIZE (hyprwm-hypridle-v0.1.2_GH0.tar.gz) = 13187 +TIMESTAMP = 1729534085 +SHA256 (hyprwm-hypridle-v0.1.3_GH0.tar.gz) = 45cd5c616680b762a84f1652a158298bbb1c3cf78a22e59d3bbc1371301953fa +SIZE (hyprwm-hypridle-v0.1.3_GH0.tar.gz) = 13750
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410220054.49M0soXX040218>