pkgsrc-WIP-changes archive

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

luakit-git: properly register the .desktop file



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 7 23:02:50 2018 +0200
Changeset:	f79dfb53ae07993df03934799d8907c4e0f6ba76

Modified Files:
	luakit-git/Makefile

Log Message:
luakit-git: properly register the .desktop file

The .desktop file includes MimeType key, include
../../sysutils/desktop-file-utils/desktopdb.mk to register them into the MIME
database.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f79dfb53ae07993df03934799d8907c4e0f6ba76

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

diffstat:
 luakit-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/luakit-git/Makefile b/luakit-git/Makefile
index b3a121bb5f..75321990e6 100644
--- a/luakit-git/Makefile
+++ b/luakit-git/Makefile
@@ -61,6 +61,7 @@ pre-install:
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"


Home | Main Index | Thread Index | Old Index