Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 569714 - app-text/fbreader supports both GTK+ and Qt, utilize the USE flags to choose
Summary: app-text/fbreader supports both GTK+ and Qt, utilize the USE flags to choose
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-25 13:10 UTC by Rok Kralj
Modified: 2015-12-27 13:26 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 Rok Kralj 2015-12-25 13:10:51 UTC
Currently, there is this in the ebuild:

	echo "UI_TYPE = qt4" >> makefiles/target.mk

But, qt4 is not the only option, gtk is another:

	echo "UI_TYPE = gtk" >> makefiles/target.mk

Please utilize the qt and gtk USE flags.

Reproducible: Always
Comment 1 Andrey Grozin gentoo-dev 2015-12-27 13:26:08 UTC
From https://fbreader.org/content/fbreader-beta-linux-desktop

Since version 0.99.0 FBReader requires Qt4 library. gtk+ version is not supported at this moment. We plan to release versions for Windows and MacOS later this year.