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

Bug 636924

Summary: gnome-extra/cinnamon-screensaver-3.4.2 - add USE=xinerama
Product: Gentoo Linux Reporter: cronolio <salikov.alexey>
Component: Current packagesAssignee: Gentoo Cinnamon Team (DISABLED) <cinnamon+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: salikov.alexey
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cinnamon-screensaver-3.4.2.ebuild

Description cronolio 2017-11-08 21:23:48 UTC
## original ##
IUSE="debug doc pam systemd"
COMMON_DEPEND="
..........
${PYTHON_DEPS}

pam? ( virtual/pam )
systemd? ( >=sys-apps/systemd-31:0= )
"

........

src_configure() {
	gnome2_src_configure \
		$(usex debug --enable-debug ' ') \
.....
}


## my ##
IUSE="debug doc pam systemd xinerama"
COMMON_DEPEND="
..........
${PYTHON_DEPS}

pam? ( virtual/pam )
systemd? ( >=sys-apps/systemd-31:0= )
xinerama? ( x11-libs/libXinerama )
"

........

src_configure() {
	gnome2_src_configure \
		$(usex debug --enable-debug ' ') \
                $(use_enable xinerama)
.....
}


Thanks
Comment 1 Andreas Sturmlechner gentoo-dev 2017-11-09 23:17:06 UTC
Thanks for your report. You can help get your changes easier to review and faster to tree if you attach them as unified diffs over the latest ebuild rather than inline snippets.
Comment 2 cronolio 2017-11-10 08:33:15 UTC
Created attachment 503402 [details]
cinnamon-screensaver-3.4.2.ebuild

i can provide full my ebuild
Comment 3 Kristian Fiskerstrand (RETIRED) gentoo-dev 2017-11-10 09:00:43 UTC
(In reply to cronolio from comment #2)
> Created attachment 503402 [details]
> cinnamon-screensaver-3.4.2.ebuild
> 
> i can provide full my ebuild

It is always better to provide a git format-patch for a revision bump including a proper commit message.
Comment 4 cronolio 2017-11-10 09:51:32 UTC
(In reply to Kristian Fiskerstrand from comment #3)
> (In reply to cronolio from comment #2)
> > Created attachment 503402 [details]
> > cinnamon-screensaver-3.4.2.ebuild
> > 
> > i can provide full my ebuild
> 
> It is always better to provide a git format-patch for a revision bump
> including a proper commit message.

when i will know git.. of course. and i'm not sure about each line of my ebuild. take it like user-level ebuild
Comment 5 Larry the Git Cow gentoo-dev 2017-11-28 19:52:18 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0161e52577c0d12c50854c6e2441f2d7ebd7a4e5

commit 0161e52577c0d12c50854c6e2441f2d7ebd7a4e5
Author:     Kristian Fiskerstrand <k_f@gentoo.org>
AuthorDate: 2017-11-28 19:51:48 +0000
Commit:     Kristian Fiskerstrand <k_f@gentoo.org>
CommitDate: 2017-11-28 19:52:06 +0000

    gnome-extra/cinnamon-screensaver: Add xinerama use flag
    
    Thanks-To: cronolio
    Bug: https://bugs.gentoo.org/636924
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../cinnamon-screensaver-3.6.1-r1.ebuild           | 93 ++++++++++++++++++++++
 1 file changed, 93 insertions(+)}