Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407165 - x11-libs/qt-gui-4.8.0-r2 should apply qt-gui-4.7.3-cups.patch
Summary: x11-libs/qt-gui-4.8.0-r2 should apply qt-gui-4.7.3-cups.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 402975 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-06 19:55 UTC by octoploid
Modified: 2012-03-19 15:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch for -4.8.0-r2 (qt-gui.patch,525 bytes, patch)
2012-03-10 12:16 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description octoploid 2012-03-06 19:55:19 UTC
qt-gui-4.8.0-r2 doesn't apply the qt-gui-4.7.3-cups.patch and
therefore the printer defaults set by Cups are ignored. Because
of this one has to set the printing options by hand every time.

See https://bugs.kde.org/show_bug.cgi?id=180051

The patch still applies with minimal fuzz.
Thanks.

Reproducible: Always
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2012-03-06 22:04:39 UTC
*** Bug 402975 has been marked as a duplicate of this bug. ***
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-03-10 12:16:04 UTC
Created attachment 304825 [details, diff]
ebuild patch for -4.8.0-r2

Looks like this.

gentoo64 x11-libs # ebuild qt-gui-4.8.0-r2.ebuild clean prepare install
>>> Preparing source in /mnt/gen2/tmpdir/portage/x11-libs/qt-gui-4.8.0-r2/work/qt-everywhere-opensource-src-4.8.0 ...
 * Applying qt-gui-4.7.3-cups.patch ...                                                                                         [ ok ]
>>> Source prepared.

install -m 755 -p "../../bin/qtconfig" "/mnt/gen2/tmpdir/portage/x11-libs/qt-gui-4.8.0-r2/image//usr/bin/qtconfig"
>>> Completed installing qt-gui-4.8.0-r2 into /mnt/gen2/tmpdir/portage/x11-libs/qt-gui-4.8.0-r2/image/
Comment 3 octoploid 2012-03-10 13:48:27 UTC
(In reply to comment #2)
> Created attachment 304825 [details, diff] [details, diff]
> ebuild patch for -4.8.0-r2
> 

Looks good. Minor nit: in the comment it should read "cups" not "cops".
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2012-03-11 13:59:30 UTC
where would I be without my typoes????
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2012-03-19 15:58:31 UTC
Fixed in 4.8.0-r3, thanks for reporting!