Thanks to Francesco Turco for reporting this bug and pointing to the upstream
fix.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
--- /dev/null
+--- FileZilla3/trunk/data/filezilla.desktop 2017/02/28 16:01:04 8248
++++ FileZilla3/trunk/data/filezilla.desktop 2017/03/03 15:38:01 8249
+@@ -1,4 +1,4 @@
+-[Desktop Entry]
++[Desktop Entry]
+ Name=FileZilla
+ GenericName=FTP client
+ GenericName[da]=FTP-klient
S="${WORKDIR}"/${PN}-${MY_PV}
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.22.1-debug.patch
+ "${FILESDIR}"/${P}-desktop_entry.patch #466206
+)
+
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
if ! test-flag-CXX -std=c++14; then
}
src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.22.1-debug.patch
+ epatch "${PATCHES[@]}"
eautoreconf
}