Index | Thread | Search

From:
Matthieu Herrb <matthieu@openbsd.org>
Subject:
update: wayland/splurp 1.5.0
To:
ports@openbsd.org
Date:
Sat, 17 Feb 2024 14:28:52 +0100

Download raw body.

Thread
  • Matthieu Herrb:

    update: wayland/splurp 1.5.0

Features better cursor handling.

ok?

Index: Makefile
===================================================================
RCS file: /local/cvs/ports/wayland/slurp/Makefile,v
diff -u -p -u -r1.4 Makefile
--- Makefile	29 Nov 2023 13:10:18 -0000	1.4
+++ Makefile	17 Feb 2024 13:25:35 -0000
@@ -2,7 +2,7 @@ COMMENT =	select a region in a Wayland c
 
 GH_ACCOUNT =	emersion
 GH_PROJECT =	slurp
-GH_TAGNAME =	v1.4.0
+GH_TAGNAME =	v1.5.0
 
 CATEGORIES =	wayland
 
Index: distinfo
===================================================================
RCS file: /local/cvs/ports/wayland/slurp/distinfo,v
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo	12 Nov 2023 11:54:11 -0000	1.1.1.1
+++ distinfo	17 Feb 2024 13:25:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (slurp-1.4.0.tar.gz) = ozK9QBaOtzNh6oEergHW0SEPnq2wpIbi3XoD77gaN3I=
-SIZE (slurp-1.4.0.tar.gz) = 18575
+SHA256 (slurp-1.5.0.tar.gz) = D6iA1Kk+HHleO1kp++pHVG3wlVvqNPwvf/6xdRZ49mM=
+SIZE (slurp-1.5.0.tar.gz) = 18790
Index: patches/patch-meson_build
===================================================================
RCS file: /local/cvs/ports/wayland/slurp/patches/patch-meson_build,v
diff -u -p -u -r1.1.1.1 patch-meson_build
--- patches/patch-meson_build	12 Nov 2023 11:54:11 -0000	1.1.1.1
+++ patches/patch-meson_build	17 Feb 2024 13:25:35 -0000
@@ -9,7 +9,7 @@ Index: meson.build
 +# realtime = cc.find_library('rt')
  wayland_client = dependency('wayland-client')
  wayland_cursor = dependency('wayland-cursor')
- wayland_protos = dependency('wayland-protocols', version: '>=1.14')
+ wayland_protos = dependency('wayland-protocols', version: '>=1.32')
 @@ -30,7 +30,7 @@ executable(
  	],
  	dependencies: [

-- 
Matthieu Herrb