Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/brasero/
Date: Fri, 16 Apr 2021 12:54:13
Message-Id: 1618577639.45ae3c01f58be5d85cd8ca2632722a7f303d91d5.mattst88@gentoo
1 commit: 45ae3c01f58be5d85cd8ca2632722a7f303d91d5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 12:50:35 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 12:53:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ae3c01
7
8 app-cdr/brasero: Install metainfo to correct location
9
10 Closes: https://bugs.gentoo.org/732898
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../{brasero-3.12.2-r1.ebuild => brasero-3.12.2-r2.ebuild} | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/app-cdr/brasero/brasero-3.12.2-r1.ebuild b/app-cdr/brasero/brasero-3.12.2-r2.ebuild
17 similarity index 92%
18 rename from app-cdr/brasero/brasero-3.12.2-r1.ebuild
19 rename to app-cdr/brasero/brasero-3.12.2-r2.ebuild
20 index 917812f3310..3c5638c5640 100644
21 --- a/app-cdr/brasero/brasero-3.12.2-r1.ebuild
22 +++ b/app-cdr/brasero/brasero-3.12.2-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -74,3 +74,9 @@ src_configure() {
30 $(use_enable playlist) \
31 $(use_enable tracker search)
32 }
33 +
34 +src_install() {
35 + default
36 + mv "${ED}"/usr/share/{appdata,metainfo} || die
37 + find "${ED}" -type f -name "*.la" -delete || die
38 +}