aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/plasma5-kwin
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-04-07 06:51:13 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-04-07 06:52:53 +0000
commitcf4dad03cd675d9a3f745091cb46f62d2f1159c6 (patch)
tree7c7d12dfba75d64897cc050e1989924dd99ab651 /x11-wm/plasma5-kwin
parenta6bb90de227af92d0d0546ef89a51cffc2fa29bc (diff)
downloadports-cf4dad03cd675d9a3f745091cb46f62d2f1159c6.tar.gz
ports-cf4dad03cd675d9a3f745091cb46f62d2f1159c6.zip
Diffstat (limited to 'x11-wm/plasma5-kwin')
-rw-r--r--x11-wm/plasma5-kwin/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile
index 232c6125940f..443e56b0f9c0 100644
--- a/x11-wm/plasma5-kwin/Makefile
+++ b/x11-wm/plasma5-kwin/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kwin
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -59,8 +59,9 @@ SHEBANG_FILES= kconf_update/*.py \
# A (hopefully) temporary workaround for
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2026
post-patch:
- ${REINPLACE_CMD} -E \
- 's|https://files.kde.org/plasma/kwin/effect-videos/([a-z_]+)\.ogv|https://arrowd.name/kwin-effect-videos/\1\.webm|' \
- ${WRKSRC}/src/effects/*/metadata.json
+ ${FIND} ${WRKSRC}/src/effects -name metadata.json -exec \
+ ${REINPLACE_CMD} -E \
+ 's|https://files.kde.org/plasma/kwin/effect-videos/([a-z_]+)\.ogv|https://arrowd.name/kwin-effect-videos/\1\.webm|' \
+ {} \;
.include <bsd.port.mk>