summaryrefslogtreecommitdiff
path: root/x11/plasma5-plasma-integration
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2024-01-18 14:18:03 +0100
committerTijl Coosemans <tijl@FreeBSD.org>2024-03-23 14:40:46 +0100
commit3b128ff9f74b28ada2f475f0b816480b1550e5b8 (patch)
tree90e27f934dbb220c80067447e3117d3c893d0774 /x11/plasma5-plasma-integration
parentdevel/dbus: Teach D-Bus to obtain credentials using getsockopt(LOCAL_PEERCRED) (diff)
x11-fonts/noto*: Restructure and update
Split x11-fonts/noto-basic into separate ports so they can be updated separately. Keep noto-basic as a metaport but replace dependencies on it with dependencies on individual fonts as needed. Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual fonts can be split from this port later. Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and create a new port x11-fonts/noto-color-emoji for Noto Color Emoji. Add the new ports to x11-fonts/noto metaport and make Noto Sans and Noto Serif non-optional because script-specific fonts depend on them. Upstream does not provide useful tarballs so we create our own and host them on LOCAL. The new ports have a "make noto-fetch" target that creates a tarball in DISTDIR. List of updates: Noto Color Emoji 2.042 Noto Emoji 2.001 Noto Sans 2.013 Noto Sans Mono 2.014 Noto Sans Symbols 2.003 Noto Sans Symbols 2 2.008 Noto Serif 2.013 PR: 275758 Differential Revision: https://reviews.freebsd.org/D43509
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r--x11/plasma5-plasma-integration/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile
index 79da0677441f..97c7fc5e67fd 100644
--- a/x11/plasma5-plasma-integration/Makefile
+++ b/x11/plasma5-plasma-integration/Makefile
@@ -1,5 +1,6 @@
PORTNAME= plasma-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -34,7 +35,9 @@ NOTO_DESC= KDE default font
LIGHT_DESC= Use noto-light
BIG_DESC= Use complete noto
-LIGHT_RUN_DEPENDS= noto-basic>=0:x11-fonts/noto-basic
+LIGHT_RUN_DEPENDS= noto-sans>=0:x11-fonts/noto-sans \
+ noto-sans-mono>=0:x11-fonts/noto-sans-mono \
+ noto-serif>=0:x11-fonts/noto-serif
BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto
.include <bsd.port.mk>