From 9cd0a27e55c4762a8af3a0919ad35f2327a2bb88 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 27 Apr 2024 21:42:03 +0200 Subject: Add desktop file and icons Fixes: https://github.com/dillo-browser/dillo/issues/141 --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 036a5720..532fb945 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,14 @@ dist_bin_SCRIPTS = dillo-install-hyphenation EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h sysconf_DATA = dillorc + +desktopdir = $(datadir)/applications +desktop_DATA = dillo.desktop + +appicon48dir = $(datadir)/icons/hicolor/48x48/apps/ +appicon48_DATA = icons/48x48/dillo.png + +appicon128dir = $(datadir)/icons/hicolor/128x128/apps/ +appicon128_DATA = icons/128x128/dillo.png + +EXTRA_DIST += $(desktop_DATA) $(appicon48_DATA) $(appicon128_DATA) -- cgit v1.2.3