Monday, January 02, 2023

net/kdeconnect-kde: no rundep on python

It ships an optional x11/gome/nautilus plugin but otherwise does not
need Python.

Python is most likely installed anyway already, but still be accurate.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/kdeconnect-kde/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 18 Dec 2022 09:10:51 -0000 1.15
+++ Makefile 2 Jan 2023 14:23:00 -0000
@@ -1,6 +1,7 @@
COMMENT = KDE app that allows your devices to communicate

DISTNAME = kdeconnect-kde-${MODKDE_VERSION}
+REVISION = 0

SHARED_LIBS += kdeconnectcore 3.0 # 1.4
SHARED_LIBS += kdeconnectinterfaces 3.1 # 1.4
@@ -32,6 +33,8 @@ MASTER_SITES = ${MASTER_SITE_KDE:=stable
MODULES = x11/kde-applications \
devel/kf5 \
lang/python
+
+MODPY_RUNDEP = No

BUILD_DEPENDS = devel/gettext,-tools \
devel/kf5/qqc2-desktop-style \

No comments:

Post a Comment