diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-28 12:46:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-28 16:23:45 +0000 |
commit | e1629332db9fcec464888b6b2812f8e2b815b447 (patch) | |
tree | 7bd9b65c4ed7fb96cfd4e056c7253443690e981a /graphics | |
parent | 5e543050a907914386b13078cdfda1eba7cdf95d (diff) |
graphics/wrapland: apply fix from Plasma/5.23 branch
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wrapland/Makefile | 4 | ||||
-rw-r--r-- | graphics/wrapland/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile index 012192eb0811..df6a5b8a2c4b 100644 --- a/graphics/wrapland/Makefile +++ b/graphics/wrapland/Makefile @@ -1,8 +1,12 @@ PORTNAME= wrapland DISTVERSIONPREFIX= ${PORTNAME}@ DISTVERSION= 0.523.0 +PORTREVISION= 1 CATEGORIES= graphics +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= c83f317a5338.patch:-p1 # https://gitlab.com/kwinft/wrapland/-/merge_requests/108 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Qt/C++ library wrapping libwayland diff --git a/graphics/wrapland/distinfo b/graphics/wrapland/distinfo index 7434fc66fb8c..ce65b1ec74a9 100644 --- a/graphics/wrapland/distinfo +++ b/graphics/wrapland/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1634209113 SHA256 (kwinft-wrapland-d075e49bf723419f7cce0f2fdd4379990bbea26b_GL0.tar.gz) = c903312dc3129863d9a25c26acac87434c876d172aa2ca693630dc19ce918005 SIZE (kwinft-wrapland-d075e49bf723419f7cce0f2fdd4379990bbea26b_GL0.tar.gz) = 527595 +SHA256 (c83f317a5338.patch) = 3e5de7c958accae0b55282d13de3b68a74b4b62d01b44f580f60feb073cde93a +SIZE (c83f317a5338.patch) = 1396 |