commit:     3feda84e2b5c1522776e2e023651fb87a98e6970
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 06:40:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 06:52:11 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=3feda84e

Stop installing the icon and .desktop file

The menu entry for Sandbox is not very useful, so stop installing
it by default.  Leave the files in place in case somebody wanted them.

Bug: https://bugs.gentoo.org/710920
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 309a41e..5541f67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,14 +10,10 @@ SUBDIRS = \
 
 confdir = $(sysconfdir)
 confddir = $(sysconfdir)/sandbox.d
-pixmapdir = $(datadir)/pixmaps
-desktopdir = $(datadir)/applications
 
 dist_conf_DATA = etc/sandbox.conf
 confd_DATA = etc/sandbox.d/00default
 dist_pkgdata_DATA  = data/sandbox.bashrc
-dist_pixmap_DATA = data/sandbox.svg
-dist_desktop_DATA = data/sandbox.desktop
 noinst_LTLIBRARIES =
 
 libsandbox: libsbutil
@@ -28,6 +24,8 @@ EXTRA_DIST = \
        headers.h \
        localdecls.h \
        ChangeLog.0 \
+       data/sandbox.desktop \
+       data/sandbox.svg \
        etc/sandbox.d/00default.in \
        scripts/gen_symbol_version_map.awk \
        scripts/gen_symbol_header.awk \

Reply via email to