pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/oxygen-fonts



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Oct  9 02:58:33 UTC 2024

Modified Files:
        pkgsrc/fonts/oxygen-fonts: Makefile

Log Message:
oxygen-fonts: don't try to test qt location as we don't use it to install.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/oxygen-fonts/Makefile

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

Modified files:

Index: pkgsrc/fonts/oxygen-fonts/Makefile
diff -u pkgsrc/fonts/oxygen-fonts/Makefile:1.6 pkgsrc/fonts/oxygen-fonts/Makefile:1.7
--- pkgsrc/fonts/oxygen-fonts/Makefile:1.6      Thu Aug 22 11:29:08 2024
+++ pkgsrc/fonts/oxygen-fonts/Makefile  Wed Oct  9 02:58:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/08/22 11:29:08 markd Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/09 02:58:32 markd Exp $
 
 DISTNAME=      oxygen-fonts-${PLASMAVER}
 CATEGORIES=    fonts
@@ -12,6 +12,7 @@ PLASMAVER=    5.4.3
 
 TOOL_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
 
+CMAKE_CONFIGURE_ARGS+= -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
 CMAKE_CONFIGURE_ARGS+= -DOXYGEN_FONT_INSTALL_DIR=${PREFIX}/share/fonts/X11/TTF
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index