diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2025-02-04 16:55:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2025-02-06 17:51:08 +0000 |
commit | c362c3cb1cf1bbe5357e15c9f631c2b3fc267ec4 (patch) | |
tree | 017c84c4157f0b63fc9e69a44458ac61fe895931 | |
parent | b6d36e7cab691cf76152b0e5ece05f8a26002d01 (diff) |
hgraphics/hyprgraphics: update to 0.1.2
Changes: https://github.com/hyprwm/hyprgraphics/releases/tag/v0.1.2
Reported by: GitHub (watch releases)
(cherry picked from commit 32cefc85a3f7a3e12385cc5e39d17093e11f9193)
-rw-r--r-- | graphics/hyprgraphics/Makefile | 6 | ||||
-rw-r--r-- | graphics/hyprgraphics/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index ca1f535befb0..98ec44b3f82c 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,11 +1,10 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v -DISTVERSION= 0.1.1 -PORTREVISION= 1 +DISTVERSION= 0.1.2 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 0f9b8ca692b3.patch:-p1 # https://github.com/hyprwm/hyprgraphics/pull/3 +PATCHFILES+= 575ae47b782b.patch:-p1 # https://github.com/hyprwm/hyprgraphics/pull/13 MAINTAINER= jbeich@FreeBSD.org COMMENT= Hyprland graphics / resource utilities @@ -16,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprutils.so:devel/hyprutils \ libjxl.so:graphics/libjxl \ + libspng.so:graphics/libspng \ libwebp.so:graphics/webp USES= cmake:testing compiler:c++11-lib gnome jpeg pkgconfig xorg diff --git a/graphics/hyprgraphics/distinfo b/graphics/hyprgraphics/distinfo index d2ef85aff4d1..ba83fd4a8bf4 100644 --- a/graphics/hyprgraphics/distinfo +++ b/graphics/hyprgraphics/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1733248371 -SHA256 (hyprwm-hyprgraphics-v0.1.1_GH0.tar.gz) = 123a29e53a00bfaf37e7971b929433fb716fd497b3555f72c2d0419ae18e65c7 -SIZE (hyprwm-hyprgraphics-v0.1.1_GH0.tar.gz) = 421561 -SHA256 (0f9b8ca692b3.patch) = fe34fc163a6fec6775e5f0bc5070826f12b0262b45b9fbf0831705584f0577ac -SIZE (0f9b8ca692b3.patch) = 1501 +TIMESTAMP = 1738688119 +SHA256 (hyprwm-hyprgraphics-v0.1.2_GH0.tar.gz) = 9409b29e80200e06237c124a9eaf5a367ab407e56f43a575bdc84ed2d551a154 +SIZE (hyprwm-hyprgraphics-v0.1.2_GH0.tar.gz) = 423094 +SHA256 (575ae47b782b.patch) = 9457b2578bb1ed23b085957c0bc7cb55c4941be10288c51fb827c70d3947072e +SIZE (575ae47b782b.patch) = 1136 |