pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/deforaos-icon-theme



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 12:50:41 UTC 2026

Modified Files:
        pkgsrc/graphics/deforaos-icon-theme: Makefile

Log Message:
deforaos-icon-theme: switch to GraphicsMagick

to avoid https://github.com/ImageMagick/ImageMagick/issues/8701


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/deforaos-icon-theme/Makefile

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

Modified files:

Index: pkgsrc/graphics/deforaos-icon-theme/Makefile
diff -u pkgsrc/graphics/deforaos-icon-theme/Makefile:1.10 pkgsrc/graphics/deforaos-icon-theme/Makefile:1.11
--- pkgsrc/graphics/deforaos-icon-theme/Makefile:1.10   Thu Feb  6 22:47:44 2025
+++ pkgsrc/graphics/deforaos-icon-theme/Makefile        Mon Apr 27 12:50:41 2026
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/02/06 22:47:44 khorben Exp $
-#
+# $NetBSD: Makefile,v 1.11 2026/04/27 12:50:41 wiz Exp $
 
 DISTNAME=      DeforaOS-Artwork-0.1.4
 PKGNAME=       deforaos-icon-theme-0.1.4
@@ -13,7 +12,7 @@ COMMENT=      Artwork for the DeforaOS deskto
 LICENSE=       cc-by-sa-v3.0
 
 TOOL_DEPENDS+= awesome-ttf-[0-9]*:../../fonts/awesome-ttf
-TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+TOOL_DEPENDS+= GraphicsMagick-[0-9]*:../../graphics/GraphicsMagick
 
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   PREFIX=${PREFIX}



Home | Main Index | Thread Index | Old Index