pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/evince



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Jan  9 10:14:52 UTC 2024

Modified Files:
        pkgsrc/print/evince: Makefile

Log Message:
evince: make desktop-file-utils a full dependency
https://mail-index.netbsd.org/netbsd-users/2022/07/18/msg028701.html


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/print/evince/Makefile

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

Modified files:

Index: pkgsrc/print/evince/Makefile
diff -u pkgsrc/print/evince/Makefile:1.170 pkgsrc/print/evince/Makefile:1.171
--- pkgsrc/print/evince/Makefile:1.170  Sun Dec 31 13:58:15 2023
+++ pkgsrc/print/evince/Makefile        Tue Jan  9 10:14:52 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.170 2023/12/31 13:58:15 prlw1 Exp $
+# $NetBSD: Makefile,v 1.171 2024/01/09 10:14:52 prlw1 Exp $
 
 DISTNAME=      evince-45.0
+PKGREVISION=   1
 CATEGORIES=    print gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/evince/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -41,7 +42,7 @@ BUILDLINK_API_DEPENDS.libhandy+=      libhand
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 BUILDLINK_API_DEPENDS.poppler+=        poppler>=23.12.0
 .include "../../print/poppler/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/desktop-file-utils/buildlink3.mk"
 # PDF backend no longer requires libxml2 (others do)
 .include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.22.0



Home | Main Index | Thread Index | Old Index