Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443554 - x11-libs/gtk+: Add epatch_user support
Summary: x11-libs/gtk+: Add epatch_user support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 20:26 UTC by Michael Orlitzky
Modified: 2012-12-06 16:32 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2012-11-16 20:26:27 UTC
It's coming in EAPI5 anyway, and will allow me to patch this gem finally:

  https://bugzilla.gnome.org/show_bug.cgi?id=658280

Thanks!
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-11-22 13:59:16 UTC
I'd rather use EAPI5 directly then.
Comment 2 Michael Orlitzky gentoo-dev 2012-11-22 16:34:16 UTC
(In reply to comment #1)
> I'd rather use EAPI5 directly then.

It looks like I'm out of date -- there was an early implementation by Zac but it was removed after the council decided to push it back to EAPI>5:

  http://www.gentoo.org/proj/en/council/meeting-logs/20120911.txt

The idea was that every ebuild would have to call apply_user_patches at some point:

  http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=a8bf7862967cce36b7f1b408934a774126da2538

so adding epatch_user in the right place now would save a few minutes later.

In any case -- even if the user patches feature never makes it in -- I'd like to be able to fix the file chooser.
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-12-06 06:13:54 UTC
epatch_user has been added to all gtk+:2 and :3 ebuilds in the tree.

>*gtk+-2.24.14 (06 Dec 2012)
>
>  06 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  -gtk+-2.24.10-r1.ebuild, gtk+-2.24.12.ebuild, -gtk+-2.24.13.ebuild,
>  gtk+-2.24.13-r1.ebuild, +gtk+-2.24.14.ebuild,
>  -files/gtk+-3.0.8-darwin-quartz.patch,
>  -files/gtk+-3.0.11-darwin-quartz-introspection.patch, -gtk+-3.0.12-r1.ebuild,
>  -files/gtk+-3.0.12-use-const.patch, gtk+-3.2.4-r1.ebuild, gtk+-3.4.4.ebuild,
>  -gtk+-3.6.1.ebuild, gtk+-3.6.2.ebuild:
>  Version bump; 2.24.14 supports setting the default file chooser mode in
>  ~/.config/gtk-2.0/gtkfilechooser.ini. Add epatch_user (bug #443554, thanks to
>  Michael Orlitzky). Drop old.
Comment 4 Michael Orlitzky gentoo-dev 2012-12-06 16:32:17 UTC
Awesome, thanks.