aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-29 16:45:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-29 16:50:45 +0000
commitc00299f7d637acf2732df5ba59684bcd4c6a14a1 (patch)
tree5f0a910881b3894cd1ea6039f39378e35ca8bd4c
parent07ec86e98cf66240590ca94f13243a4738c42c81 (diff)
downloadports-c00299f7d637acf2732df5ba59684bcd4c6a14a1.tar.gz
ports-c00299f7d637acf2732df5ba59684bcd4c6a14a1.zip
x11/wdisplays: fix UI overlap
(cherry picked from commit afbc2b47b5381b6494f013963e1538230bf1bcbb)
-rw-r--r--x11/wdisplays/Makefile5
-rw-r--r--x11/wdisplays/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/x11/wdisplays/Makefile b/x11/wdisplays/Makefile
index 3a34ec3ebee3..07dba20843be 100644
--- a/x11/wdisplays/Makefile
+++ b/x11/wdisplays/Makefile
@@ -1,8 +1,11 @@
PORTNAME= wdisplays
DISTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 wayland
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 59edbbd15500.patch:-p1 # https://github.com/artizirk/wdisplays/pull/2
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= GUI display configurator for wlroots compositors
WWW= https://github.com/artizirk/wdisplays
diff --git a/x11/wdisplays/distinfo b/x11/wdisplays/distinfo
index 933252cb655c..620a4e423345 100644
--- a/x11/wdisplays/distinfo
+++ b/x11/wdisplays/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1617006823
SHA256 (artizirk-wdisplays-1.1_GH0.tar.gz) = 5aa739dece0d928fe7ca2f28d7f6b4b6750559ec6a0cd0a7520a4b47cebb6f80
SIZE (artizirk-wdisplays-1.1_GH0.tar.gz) = 108410
+SHA256 (59edbbd15500.patch) = b10a5134ebffad99e37ea5e7532c10e3bc3accc9beac3bd146411d2f40760e1b
+SIZE (59edbbd15500.patch) = 1136