Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/mate-utils/
Date: Mon, 05 Sep 2016 18:46:09
Message-Id: 1473101135.df338fc3f6788bdc87a048dc7e74ad56581e6093.np-hardass@gentoo
1 commit: df338fc3f6788bdc87a048dc7e74ad56581e6093
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 18:44:25 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 18:45:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=df338fc3
7
8 mate-extra/mate-utils: Make utils available on all DEs, #585252
9
10 Package-Manager: portage-2.3.0
11
12 .../{mate-utils-1.10.4.ebuild => mate-utils-1.10.4-r1.ebuild} | 6 +++++-
13 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild | 8 ++++++++
14 mate-extra/mate-utils/mate-utils-1.14.1.ebuild | 8 ++++++++
15 mate-extra/mate-utils/mate-utils-9999.ebuild | 8 ++++++++
16 4 files changed, 29 insertions(+), 1 deletion(-)
17
18 diff --git a/mate-extra/mate-utils/mate-utils-1.10.4.ebuild b/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
19 similarity index 92%
20 rename from mate-extra/mate-utils/mate-utils-1.10.4.ebuild
21 rename to mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
22 index 20f6771..8005839 100644
23 --- a/mate-extra/mate-utils/mate-utils-1.10.4.ebuild
24 +++ b/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -66,6 +66,10 @@ src_prepare() {
32 # Fix up desktop files.
33 LC_ALL=C find . -iname '*.desktop.in*' -exec \
34 sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || die
35 +
36 + # Make apps visible in all DEs.
37 + LC_ALL=C find . -iname '*.desktop.in*' -exec \
38 + sed -e '/OnlyShowIn/d' -i {} + || die
39 }
40
41 src_configure() {
42
43 diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
44 index 1022226..5369732 100644
45 --- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
46 +++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
47 @@ -52,6 +52,14 @@ DEPEND="${RDEPEND}
48
49 PATCHES=( "${FILESDIR}/${P}-dict-gtk3.patch" )
50
51 +src_prepare() {
52 + # Make apps visible in all DEs.
53 + LC_ALL=C find . -iname '*.desktop.in*' -exec \
54 + sed -e '/OnlyShowIn/d' -i {} + || die
55 +
56 + mate_src_prepare
57 +}
58 +
59 src_configure() {
60 mate_src_configure \
61 --disable-maintainer-flags \
62
63 diff --git a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
64 index 9570167..a5f7e8d 100644
65 --- a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
66 +++ b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
67 @@ -53,6 +53,14 @@ DEPEND="${COMMON_DEPEND}
68 sys-devel/gettext:*
69 virtual/pkgconfig:*"
70
71 +src_prepare() {
72 + # Make apps visible in all DEs.
73 + LC_ALL=C find . -iname '*.desktop.in*' -exec \
74 + sed -e '/OnlyShowIn/d' -i {} + || die
75 +
76 + mate_src_prepare
77 +}
78 +
79 src_configure() {
80 mate_src_configure \
81 --disable-maintainer-flags \
82
83 diff --git a/mate-extra/mate-utils/mate-utils-9999.ebuild b/mate-extra/mate-utils/mate-utils-9999.ebuild
84 index 9570167..a5f7e8d 100644
85 --- a/mate-extra/mate-utils/mate-utils-9999.ebuild
86 +++ b/mate-extra/mate-utils/mate-utils-9999.ebuild
87 @@ -53,6 +53,14 @@ DEPEND="${COMMON_DEPEND}
88 sys-devel/gettext:*
89 virtual/pkgconfig:*"
90
91 +src_prepare() {
92 + # Make apps visible in all DEs.
93 + LC_ALL=C find . -iname '*.desktop.in*' -exec \
94 + sed -e '/OnlyShowIn/d' -i {} + || die
95 +
96 + mate_src_prepare
97 +}
98 +
99 src_configure() {
100 mate_src_configure \
101 --disable-maintainer-flags \