Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Fri, 28 Feb 2020 07:00:34
Message-Id: 1582872731.3feda84e2b5c1522776e2e023651fb87a98e6970.mgorny@gentoo
1 commit: 3feda84e2b5c1522776e2e023651fb87a98e6970
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 06:40:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 06:52:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=3feda84e
7
8 Stop installing the icon and .desktop file
9
10 The menu entry for Sandbox is not very useful, so stop installing
11 it by default. Leave the files in place in case somebody wanted them.
12
13 Bug: https://bugs.gentoo.org/710920
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 Makefile.am | 6 ++----
17 1 file changed, 2 insertions(+), 4 deletions(-)
18
19 diff --git a/Makefile.am b/Makefile.am
20 index 309a41e..5541f67 100644
21 --- a/Makefile.am
22 +++ b/Makefile.am
23 @@ -10,14 +10,10 @@ SUBDIRS = \
24
25 confdir = $(sysconfdir)
26 confddir = $(sysconfdir)/sandbox.d
27 -pixmapdir = $(datadir)/pixmaps
28 -desktopdir = $(datadir)/applications
29
30 dist_conf_DATA = etc/sandbox.conf
31 confd_DATA = etc/sandbox.d/00default
32 dist_pkgdata_DATA = data/sandbox.bashrc
33 -dist_pixmap_DATA = data/sandbox.svg
34 -dist_desktop_DATA = data/sandbox.desktop
35 noinst_LTLIBRARIES =
36
37 libsandbox: libsbutil
38 @@ -28,6 +24,8 @@ EXTRA_DIST = \
39 headers.h \
40 localdecls.h \
41 ChangeLog.0 \
42 + data/sandbox.desktop \
43 + data/sandbox.svg \
44 etc/sandbox.d/00default.in \
45 scripts/gen_symbol_version_map.awk \
46 scripts/gen_symbol_header.awk \