pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/dolphin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 18 00:15:46 UTC 2021

Modified Files:
        pkgsrc/sysutils/dolphin: Makefile

Log Message:
dolphin: reflect kinit dependency (fix sandboxed builds)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/dolphin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dolphin/Makefile
diff -u pkgsrc/sysutils/dolphin/Makefile:1.1 pkgsrc/sysutils/dolphin/Makefile:1.2
--- pkgsrc/sysutils/dolphin/Makefile:1.1        Thu Feb 11 21:09:49 2021
+++ pkgsrc/sysutils/dolphin/Makefile    Thu Feb 18 00:15:46 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/02/11 21:09:49 markd Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/18 00:15:46 gutteridge Exp $
 
 DISTNAME=      dolphin-${KAPPSVER}
+PKGREVISION=   1
 CATEGORIES=    sysutils
 
 HOMEPAGE=      https://kde.org/applications/system/dolphin/
@@ -11,6 +12,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-fdl-v1.2
 
 BUILD_DEPENDS+=        kdoctools>=5.19.0:../../devel/kdoctools
 DEPENDS+=      kio-extras>=${KAPPSVER}:../../devel/kio-extras
+DEPENDS+=      kinit>=5.70.0nb6:../../x11/kinit
 
 REPLACE_RUBY+= src/settings/services/servicemenuinstallation
 REPLACE_RUBY+= src/settings/services/servicemenudeinstallation



Home | Main Index | Thread Index | Old Index