diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-08-07 08:56:13 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-08-07 08:56:13 +0000 |
commit | f875c05968357a7331c01e1d4ecf2628c3c63f4a (patch) | |
tree | 63781d42a7f5cab70e43b9be4026e40be94a6222 /net-print | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-f875c05968357a7331c01e1d4ecf2628c3c63f4a.tar.gz gentoo-2-f875c05968357a7331c01e1d4ecf2628c3c63f4a.tar.bz2 gentoo-2-f875c05968357a7331c01e1d4ecf2628c3c63f4a.zip |
Fixed hp-systray not starting up automatically with hp-toolbox, thanks to Gordon Malm (see bug #233968).
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.6b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index ba3f8e1469ba..6cd613270959 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.103 2008/08/06 19:37:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.104 2008/08/07 08:56:13 calchan Exp $ + + 07 Aug 2008; Denis Dupeyron <calchan@gentoo.org> hplip-2.8.6b.ebuild: + Fixed hp-systray not starting up automatically with hp-toolbox, thanks to + Gordon Malm (see bug #233968). 06 Aug 2008; Markus Meier <maekke@gentoo.org> hplip-2.8.6b.ebuild: amd64/x86 stable, bug #233968 diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild index 5317225ace30..2cea07ca8e6b 100644 --- a/net-print/hplip/hplip-2.8.6b.ebuild +++ b/net-print/hplip/hplip-2.8.6b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.3 2008/08/06 19:37:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.4 2008/08/07 08:56:13 calchan Exp $ inherit eutils linux-info python @@ -98,7 +98,7 @@ src_unpack() { local QT_VER use qt4 && QT_VER="4" use qt3 && QT_VER="3" - sed -i -e "s/--force-startup/--force-startup --qt${QT_VER}/" base/device.py || die "sed failed" + sed -i -e "s/--force-startup/--force-startup', '--qt${QT_VER}/" base/device.py || die "sed failed" sed -i -e "s/Exec=hp-systray/Exec=hp-systray --qt${QT_VER}/" hplip-systray.desktop.in || die "sed failed" } |