pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Dec 19 09:02:46 UTC 2022

Modified Files:
        pkgsrc/editors/jupp: Makefile
        pkgsrc/editors/xwpe: Makefile
        pkgsrc/misc/plan9port: Makefile

Log Message:
Include desktopdb.mk in packages installing .desktop files.

As of 2022-08-20, including sysutils/desktop-file-utils/desktopdb.mk
does not imply a full dependency on desktop-file-utils any more.

This makes it more feasible for smaller packages installing .desktop
files to include desktopdb.mk and thus trigger the post-install
UPDATE_DESKTOPDB hook.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/jupp/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/xwpe/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/plan9port/Makefile

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

Modified files:

Index: pkgsrc/editors/jupp/Makefile
diff -u pkgsrc/editors/jupp/Makefile:1.1 pkgsrc/editors/jupp/Makefile:1.2
--- pkgsrc/editors/jupp/Makefile:1.1    Tue Dec  6 11:10:24 2022
+++ pkgsrc/editors/jupp/Makefile        Mon Dec 19 09:02:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/06 11:10:24 vins Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/19 09:02:46 vins Exp $
 #
 
 DISTNAME=      joe-3.1jupp41
@@ -33,5 +33,6 @@ post-install:
                ${DESTDIR}${PREFIX}/share/applications/
 .endfor
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/xwpe/Makefile
diff -u pkgsrc/editors/xwpe/Makefile:1.17 pkgsrc/editors/xwpe/Makefile:1.18
--- pkgsrc/editors/xwpe/Makefile:1.17   Thu Dec  8 08:51:55 2022
+++ pkgsrc/editors/xwpe/Makefile        Mon Dec 19 09:02:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/12/08 08:51:55 vins Exp $
+# $NetBSD: Makefile,v 1.18 2022/12/19 09:02:46 vins Exp $
 #
 
 DISTNAME=      xwpe-1.5.30a
@@ -29,6 +29,7 @@ post-install:
        ${INSTALL_DATA} ${FILESDIR}/xwpe.xpm            \
           ${DESTDIR}${PREFIX}/share/pixmaps
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/misc/plan9port/Makefile
diff -u pkgsrc/misc/plan9port/Makefile:1.1 pkgsrc/misc/plan9port/Makefile:1.2
--- pkgsrc/misc/plan9port/Makefile:1.1  Tue Dec  6 14:29:25 2022
+++ pkgsrc/misc/plan9port/Makefile      Mon Dec 19 09:02:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/06 14:29:25 vins Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/19 09:02:46 vins Exp $
 
 DISTNAME=      plan9port-20220912
 CATEGORIES=    misc plan9
@@ -163,6 +163,7 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/dist/glendacircle.png \
          ${DESTDIR}${PREFIX}/share/pixmaps/acme.png
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index