Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 636928

Summary: gnome-extra/cinnamon-session-3.4.2 - Add USE=gconf and USE=gtkstyle
Product: Gentoo Linux Reporter: cronolio <salikov.alexey>
Component: Current packagesAssignee: Gentoo Cinnamon Team (DISABLED) <cinnamon+disabled>
Status: RESOLVED OBSOLETE    
Severity: normal CC: pacho, salikov.alexey
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 640038    

Description cronolio 2017-11-08 21:45:19 UTC
it is wrong https://gitweb.gentoo.org/repo/gentoo.git/tree/gnome-extra/cinnamon/cinnamon-3.4.6.ebuild#n83 cinnamon really not depend on dconf, but this package can.

what required to add
IUSE="doc +gconf ipv6 systemd gtkstyle"

COMMON_DEPEND="
.......
# if really i don't know wat required to add for qt dependencies because i'm not so good with qt :)
"
# i believe it depend on python-xapp
RDEPEND="${COMMON_DEPEND}
	cinnamon/python-xapp
"
DEPEND="${COMMON_DEPEND}
       gconf? ( gnome-base/gconf )
"

src_configure() {
       $(use_enable gconf) \
       $(usex gtkstyle --enable-qt57-theme-support)
"
Comment 1 Andreas Sturmlechner gentoo-dev 2017-11-09 23:20:37 UTC
Hopefully someone from cinnamon team has an idea about what this is about.
Comment 2 Pacho Ramos gentoo-dev 2018-02-12 17:12:50 UTC
What requires gconf support for cinnamon? If it would be possible to disable old gconf support completely that would be even better
Comment 3 cronolio 2018-10-16 20:51:09 UTC
this version no more present in portage