pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/dunst
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 21 14:30:58 UTC 2024
Modified Files:
pkgsrc/x11/dunst: Makefile
Log Message:
dunst: add librsvg dependency
The program expects gdk-pixbuf to be able to load SVG files.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/dunst/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.32 pkgsrc/x11/dunst/Makefile:1.33
--- pkgsrc/x11/dunst/Makefile:1.32 Tue Nov 14 14:03:07 2023
+++ pkgsrc/x11/dunst/Makefile Wed Feb 21 14:30:58 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2023/11/14 14:03:07 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/02/21 14:30:58 wiz Exp $
DISTNAME= dunst-1.9.2
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=dunst-project/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -48,6 +48,7 @@ INSTALLATION_DIRS+= share/dunst
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../graphics/librsvg/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index