Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/, net-ftp/filezilla/files/
Date: Tue, 07 Mar 2017 18:11:47
Message-Id: 1488910290.32b3f457169b0689280038139c67012f92046b4c.polynomial-c@gentoo
1 commit: 32b3f457169b0689280038139c67012f92046b4c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 18:11:14 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 18:11:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b3f457
7
8 net-ftp/filezilla: Revbump to fix broken desktop entry file (bug #611968).
9
10 Thanks to Francesco Turco for reporting this bug and pointing to the upstream
11 fix.
12
13 Package-Manager: Portage-2.3.4, Repoman-2.3.2
14
15 net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch | 8 ++++++++
16 .../{filezilla-3.24.1.ebuild => filezilla-3.24.1-r1.ebuild} | 7 ++++++-
17 2 files changed, 14 insertions(+), 1 deletion(-)
18
19 diff --git a/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch b/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch
20 new file mode 100644
21 index 00000000000..2a579e898cc
22 --- /dev/null
23 +++ b/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch
24 @@ -0,0 +1,8 @@
25 +--- FileZilla3/trunk/data/filezilla.desktop 2017/02/28 16:01:04 8248
26 ++++ FileZilla3/trunk/data/filezilla.desktop 2017/03/03 15:38:01 8249
27 +@@ -1,4 +1,4 @@
28 +-[Desktop Entry]
29 ++[Desktop Entry]
30 + Name=FileZilla
31 + GenericName=FTP client
32 + GenericName[da]=FTP-klient
33
34 diff --git a/net-ftp/filezilla/filezilla-3.24.1.ebuild b/net-ftp/filezilla/filezilla-3.24.1-r1.ebuild
35 similarity index 93%
36 rename from net-ftp/filezilla/filezilla-3.24.1.ebuild
37 rename to net-ftp/filezilla/filezilla-3.24.1-r1.ebuild
38 index 1be888aca65..fc028119488 100644
39 --- a/net-ftp/filezilla/filezilla-3.24.1.ebuild
40 +++ b/net-ftp/filezilla/filezilla-3.24.1-r1.ebuild
41 @@ -37,6 +37,11 @@ DEPEND="${RDEPEND}
42
43 S="${WORKDIR}"/${PN}-${MY_PV}
44
45 +PATCHES=(
46 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
47 + "${FILESDIR}"/${P}-desktop_entry.patch #466206
48 +)
49 +
50 pkg_pretend() {
51 if [[ ${MERGE_TYPE} != binary ]]; then
52 if ! test-flag-CXX -std=c++14; then
53 @@ -49,7 +54,7 @@ pkg_pretend() {
54 }
55
56 src_prepare() {
57 - epatch "${FILESDIR}"/${PN}-3.22.1-debug.patch
58 + epatch "${PATCHES[@]}"
59 eautoreconf
60 }