aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-28 07:40:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-28 07:52:11 +0100
commit3feda84e2b5c1522776e2e023651fb87a98e6970 (patch)
treed1a94544734474a2cdf8b7cd8efd7f3862423905
parentBump version up to 2.18 (diff)
downloadsandbox-3feda84e2b5c1522776e2e023651fb87a98e6970.tar.gz
sandbox-3feda84e2b5c1522776e2e023651fb87a98e6970.tar.bz2
sandbox-3feda84e2b5c1522776e2e023651fb87a98e6970.zip
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@gentoo.org>
-rw-r--r--Makefile.am6
1 files 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 \