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:   khorben
Date:           Thu Feb  6 01:16:24 UTC 2025

Modified Files:
        pkgsrc/graphics/deforaos-icon-theme: Makefile distinfo
Removed Files:
        pkgsrc/graphics/deforaos-icon-theme/patches: patch-src_convert.sh

Log Message:
deforaos-icon-theme: update to version 0.1.4

This release brings:
- fallback mechanism to GraphicsMagick
- the correct font name for FontAwesome
- build fix for ImageMagick

While there, set ICON_THEMES as suggested by pkglint(1), and register
the test target.

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/deforaos-icon-theme/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/deforaos-icon-theme/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/graphics/deforaos-icon-theme/patches/patch-src_convert.sh

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.8 pkgsrc/graphics/deforaos-icon-theme/Makefile:1.9
--- pkgsrc/graphics/deforaos-icon-theme/Makefile:1.8    Tue Jun  6 12:41:31 2023
+++ pkgsrc/graphics/deforaos-icon-theme/Makefile        Thu Feb  6 01:16:23 2025
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2023/06/06 12:41:31 riastradh Exp $
+# $NetBSD: Makefile,v 1.9 2025/02/06 01:16:23 khorben Exp $
 #
 
-DISTNAME=      DeforaOS-Artwork-0.1.3
-PKGNAME=       deforaos-icon-theme-0.1.3
+DISTNAME=      DeforaOS-Artwork-0.1.4
+PKGNAME=       deforaos-icon-theme-0.1.4
 CATEGORIES=    graphics
-MASTER_SITES=  https://www.defora.org/os/download/download/4451/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=DeforaOS/}DeforaOS-Artwork/releases/download/DeforaOS-Artwork_0-1-4/
 
 MAINTAINER=    khorben%defora.org@localhost
-#HOMEPAGE=     https://www.defora.org/os/project/4342/DeforaOS%20Artwork
+HOMEPAGE=      https://www.defora.org/
 COMMENT=       Artwork for the DeforaOS desktop
 LICENSE=       cc-by-sa-v3.0
 
@@ -17,4 +17,8 @@ TOOL_DEPENDS+=        ImageMagick-[0-9]*:../../
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 
+ICON_THEMES=   yes
+
+TEST_TARGET=   tests
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/deforaos-icon-theme/distinfo
diff -u pkgsrc/graphics/deforaos-icon-theme/distinfo:1.9 pkgsrc/graphics/deforaos-icon-theme/distinfo:1.10
--- pkgsrc/graphics/deforaos-icon-theme/distinfo:1.9    Tue Oct 26 10:46:04 2021
+++ pkgsrc/graphics/deforaos-icon-theme/distinfo        Thu Feb  6 01:16:23 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:46:04 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/02/06 01:16:23 khorben Exp $
 
-BLAKE2s (DeforaOS-Artwork-0.1.3.tar.gz) = 202435f7b14725235034be3e3204565567db102c0e06247b52a3d2904c2f71a0
-SHA512 (DeforaOS-Artwork-0.1.3.tar.gz) = 43d35b948d7e546025371be18aa1fea7a4f5ed6b34f6bb9e7efa6c67532b6c2699e201f04eb02039d2b79a3523a09e43a46b34303f534870a46c538d584524f4
-Size (DeforaOS-Artwork-0.1.3.tar.gz) = 21400 bytes
-SHA1 (patch-src_convert.sh) = 2dcc716fbb9d01fb19938be3b08dfbdf80326e4a
+BLAKE2s (DeforaOS-Artwork-0.1.4.tar.gz) = d09e5617cc2412af7cb4279c193ed5acfa7964a25cb45143ab9ff0b33f5a3957
+SHA512 (DeforaOS-Artwork-0.1.4.tar.gz) = c464531acaedda7739aa56cdcc908f1f63debb28aa28590b80880b5e6a1eeff60c2691886d1ef0a2cd9f42bbb1d3af4269c33b0db8c16ba2835541ae51555ee6
+Size (DeforaOS-Artwork-0.1.4.tar.gz) = 21822 bytes



Home | Main Index | Thread Index | Old Index