Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285189 - [EBUILD] app-text/evince-2.27.90 new ebuild
Summary: [EBUILD] app-text/evince-2.27.90 new ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 12:28 UTC by Ivan Anishchuk
Modified: 2009-09-16 17:47 UTC (History)
0 users

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


Attachments
ebuild for evince-2.27.90 (evince-2.27.90.ebuild,2.49 KB, text/plain)
2009-09-16 12:32 UTC, Ivan Anishchuk
Details
gconf-2.m4 (gconf-2.m4,1.54 KB, text/plain)
2009-09-16 12:33 UTC, Ivan Anishchuk
Details
diff for easy review (evince-2.27.90.ebuild.diff,2.42 KB, patch)
2009-09-16 12:38 UTC, Ivan Anishchuk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Anishchuk 2009-09-16 12:28:39 UTC
app-text/evince ebuild in official tree (or in gnome overlay) hardly depends on gconf. I'm xfce user and I don't want to see gconf or other unused gnome packages in my system. Evince builds and works fine if gconf hasn't been installed (with --disable-gconf option), but eautoreconf fails without gconf-2.m4 file. Also I don't like hard dependency on backends.

This ebuild has USE-flag "gconf" for optional gconf support and flags "pdf" and "ps" (enabled by default) for optional support such backends.

gconf-2.m4 file must be in "files" dir. I will ask upstream about including this file to package.

Reproducible: Always
Comment 1 Ivan Anishchuk 2009-09-16 12:32:58 UTC
Created attachment 204320 [details]
ebuild for evince-2.27.90

+ USE-flags "gconf", "pdf", "ps"
* needs gconf-2.m4
? enabled pixbuf backend by default //FIXME: is this needed?
Comment 2 Ivan Anishchuk 2009-09-16 12:33:51 UTC
Created attachment 204321 [details]
gconf-2.m4

file needed by ebuild
Comment 3 Ivan Anishchuk 2009-09-16 12:38:26 UTC
Created attachment 204325 [details, diff]
diff for easy review
Comment 4 Ivan Anishchuk 2009-09-16 12:40:42 UTC
hmm... sorry gconf flag makes same things as gnome flag in old ebuild
Comment 5 Nirbheek Chauhan (RETIRED) gentoo-dev 2009-09-16 14:12:28 UTC
This is an unstable release of gnome, which is never added to tree. It's tracked in the gnome overlay instead. please see http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git

Once evince-2.28 is released, it will be added to tree (please do not open bugs for it)
Comment 6 Ivan Anishchuk 2009-09-16 17:47:29 UTC
(In reply to comment #5)
> This is an unstable release of gnome, which is never added to tree. It's
> tracked in the gnome overlay instead. please see
> http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git
> 
> Once evince-2.28 is released, it will be added to tree (please do not open bugs
> for it)
> 

Ok. What about changes in ebuild?