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:           Sat Sep  9 18:20:04 UTC 2023

Modified Files:
        pkgsrc/x11/dunst: Makefile

Log Message:
dunst: fix some paths so this looks for icons in the right place

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/x11/dunst/Makefile:1.29
--- pkgsrc/x11/dunst/Makefile:1.28      Mon Apr 24 08:29:25 2023
+++ pkgsrc/x11/dunst/Makefile   Sat Sep  9 18:20:04 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/04/24 08:29:25 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/09/09 18:20:04 wiz Exp $
 
 DISTNAME=      dunst-1.9.2
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dunst-project/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -30,6 +31,9 @@ SUBST_STAGE.fix-paths=                pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
 SUBST_FILES.fix-paths=         dunstrc docs/dunst.1.pod
 SUBST_FILES.fix-paths+=                docs/dunst.5.pod
+SUBST_FILES.fix-paths+=                src/icon-lookup.c
+SUBST_FILES.fix-paths+=                src/settings_data.h
+SUBST_SED.fix-paths+=          -e 's,/usr/local/share/:/usr/share/,${PREFIX}/share,g'
 SUBST_SED.fix-paths+=          -e 's,/usr/bin,${PREFIX}/bin,g'
 SUBST_SED.fix-paths+=          -e 's,/usr/share,${PREFIX}/share,g'
 



Home | Main Index | Thread Index | Old Index