Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636928 - gnome-extra/cinnamon-session-3.4.2 - Add USE=gconf and USE=gtkstyle
Summary: gnome-extra/cinnamon-session-3.4.2 - Add USE=gconf and USE=gtkstyle
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cinnamon Team (DISABLED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 640038
  Show dependency tree
 
Reported: 2017-11-08 21:45 UTC by cronolio
Modified: 2018-10-16 20:51 UTC (History)
2 users (show)

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 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