diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-30 13:54:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-30 13:54:35 +0000 |
commit | 47285c7d293288f8130d37a6ae5f023b9e1b9dca (patch) | |
tree | b313e224506d9bf9f4932c140d7ed4a2bedf0d22 /sci-misc | |
parent | Update dependencies w.r.t. bug 264230, fully-split-out poppler transition. (diff) | |
download | gentoo-2-47285c7d293288f8130d37a6ae5f023b9e1b9dca.tar.gz gentoo-2-47285c7d293288f8130d37a6ae5f023b9e1b9dca.tar.bz2 gentoo-2-47285c7d293288f8130d37a6ae5f023b9e1b9dca.zip |
Make the desktop filename less funky. Per bug #263140.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-6.4.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 9ae45555ea87..1565c887a655 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.56 2009/03/11 20:48:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.57 2009/03/30 13:54:35 scarabeus Exp $ + + 30 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r1.ebuild: + Make the desktop filename less funky. Per bug #263140. 11 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init: Fix directory rights for workdir when attaching to a project. Per bug diff --git a/sci-misc/boinc/boinc-6.4.5-r1.ebuild b/sci-misc/boinc/boinc-6.4.5-r1.ebuild index da093624c9e9..6b337b279ed2 100644 --- a/sci-misc/boinc/boinc-6.4.5-r1.ebuild +++ b/sci-misc/boinc/boinc-6.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v 1.2 2009/02/18 11:38:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v 1.3 2009/03/30 13:54:35 scarabeus Exp $ # # Don't forget to keep things in sync with binary boinc package! @@ -113,7 +113,7 @@ src_install() { if use X; then newicon "${S}"/sea/${PN}mgr.48x48.png ${PN}.png - make_desktop_entry /usr/bin/boinc_gui "${PN}" ${PN} "Education;Science" /var/lib/${PN} + make_desktop_entry boinc_gui "${PN}" "${PN}" "Education;Science" /var/lib/${PN} fi # cleanup cruft |