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:           Thu Aug 22 11:29:08 UTC 2024

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

Log Message:
oxygen-fonts: use plasma5.mk, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/fonts/oxygen-fonts/Makefile:1.6
--- pkgsrc/fonts/oxygen-fonts/Makefile:1.5      Tue Jun  6 12:41:23 2023
+++ pkgsrc/fonts/oxygen-fonts/Makefile  Thu Aug 22 11:29:08 2024
@@ -1,27 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2023/06/06 12:41:23 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/22 11:29:08 markd Exp $
 
 DISTNAME=      oxygen-fonts-${PLASMAVER}
-CATEGORIES=    fonts kde
-MASTER_SITES=  ${MASTER_SITE_KDE:=plasma/${PLASMAVER}/}
-EXTRACT_SUFX=  .tar.xz
+CATEGORIES=    fonts
 
-MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      https://projects.kde.org/projects/oxygen-fonts
 COMMENT=       The Oxygen font family
 LICENSE=       gnu-gpl-v3 AND ofl-v1.1
 
 PLASMAVER=     5.4.3
-TOOL_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
-TOOL_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
-
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++
-CMAKE_ARG_PATH=        ..
-CONFIGURE_DIRS=        _KDE_build
+.include "../../meta-pkgs/kde/plasma5.mk"
 
-CMAKE_ARGS+=   -DOXYGEN_FONT_INSTALL_DIR=${PREFIX}/share/fonts/X11/TTF
+TOOL_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
 
-pre-configure:
-       ${MKDIR} ${WRKSRC}/_KDE_build
+CMAKE_CONFIGURE_ARGS+= -DOXYGEN_FONT_INSTALL_DIR=${PREFIX}/share/fonts/X11/TTF
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index