eva 14/04/27 22:15:32 Modified: ChangeLog seahorse-3.12.0.ebuild Log: Fix .desktop macro expansion, bug #508610. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.182 app-crypt/seahorse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.182&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.182&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.181&r2=1.182 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- ChangeLog 27 Apr 2014 15:27:43 -0000 1.181 +++ ChangeLog 27 Apr 2014 22:15:32 -0000 1.182 @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.181 2014/04/27 15:27:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.182 2014/04/27 22:15:32 eva Exp $ + + 27 Apr 2014; Gilles Dartiguelongue <[email protected]> seahorse-3.12.0.ebuild: + Fix .desktop macro expansion, bug #508610. *seahorse-3.12.0 (27 Apr 2014) 1.2 app-crypt/seahorse/seahorse-3.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild?r1=1.1&r2=1.2 Index: seahorse-3.12.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seahorse-3.12.0.ebuild 27 Apr 2014 15:27:43 -0000 1.1 +++ seahorse-3.12.0.ebuild 27 Apr 2014 22:15:32 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild,v 1.1 2014/04/27 15:27:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.0.ebuild,v 1.2 2014/04/27 22:15:32 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -48,12 +48,13 @@ -e '/CFLAGS="$CFLAGS -O0/d' \ -i configure.ac configure || die "sed 1 failed" - vala_src_prepare gnome2_src_prepare } src_configure() { + # bindir is needed due to bad macro expansion in desktop file, bug #508610 gnome2_src_configure \ + --bindir=/usr/bin \ --enable-pgp \ --enable-ssh \ --enable-pkcs11 \
