Summary: | x11-libs/libfm - add USE=gtk | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alpha Bravo <aos> |
Component: | [OLD] Library | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lxde+disabled, lxqt, onigino |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
modified libfm ebuild, added gtk use-flag
diff |
Description
Alpha Bravo
2014-07-21 15:08:20 UTC
I don't think the libfm we have in the tree supports Qt does it? Maybe 9999 or when we bump to 1.2.1 Created attachment 381426 [details]
modified libfm ebuild, added gtk use-flag
based on the attached ebuild, which builds fine:
# USE="-gtk" emerge -v libfm
[...]
Libfm 1.2.0 Configuration Summary:
prefix: /usr
sysconfdir: /etc
Enable compiler flags and other support for debugging: no
Build udisks support (Linux only, experimental): no
Build with libexif for faster thumbnail loading: yes
Build demo program src/demo/libfm-demo: no
Build with custom actions support (requires Vala): no
Large file support: yes
GIO module for preferred apps (for glib < 2.28 only): not required
Build libfm-gtk for Gtk+ version: none
Build API doc with gtk-doc (recommended for make dist): no
# USE="gtk" emerge -v libfm
[...]
Libfm 1.2.0 Configuration Summary:
prefix: /usr
sysconfdir: /etc
Enable compiler flags and other support for debugging: no
Build udisks support (Linux only, experimental): no
Build with libexif for faster thumbnail loading: yes
Build demo program src/demo/libfm-demo: no
Build with custom actions support (requires Vala): no
Large file support: yes
GIO module for preferred apps (for glib < 2.28 only): not required
Build libfm-gtk for Gtk+ version: 2.0
Build API doc with gtk-doc (recommended for make dist): no
Created attachment 381428 [details]
diff
media-gfx/lximage-qt-0.2.0 and x11-misc/pcmanfm-qt-0.7.0 depend on libfm, but they don't require libfm to be built with gtk, i.e. they don't need any libfm-gtk. Libfm-Qt is provided by PCManFM-Qt (cf. https://github.com/lxde/pcmanfm-qt). At the moment emerging lxqt-base/lxqt-meta unnecessarily pulls in gtk. Ok, I will look at this issue *** Bug 509902 has been marked as a duplicate of this bug. *** +*libfm-1.2.3 (18 Oct 2014) + + 18 Oct 2014; Markos Chandras <hwoarang@gentoo.org> +libfm-1.2.3.ebuild, + -libfm-1.2.0.ebuild, libfm-9999.ebuild: + Version bump. Bug #525516. Add gtk useflag per #517690. Rework gvfs deps + |