Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661360 - app-misc/golly-3.2 version bump
Summary: app-misc/golly-3.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-07-17 02:14 UTC by Hooloovo0
Modified: 2018-11-25 13:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Golly 3.2 ebuild (golly-3.2.ebuild,1.19 KB, text/plain)
2018-07-17 02:14 UTC, Hooloovo0
Details
mouse fix patch 1 (fix_mouse.patch,2.26 KB, patch)
2018-07-17 02:14 UTC, Hooloovo0
Details | Diff
mouse fix patch 2 (clear_mousedown.patch,1.28 KB, patch)
2018-07-17 02:15 UTC, Hooloovo0
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hooloovo0 2018-07-17 02:14:03 UTC
Created attachment 539774 [details]
Golly 3.2 ebuild

bump the cellular automata simulator Golly to 3.2

release thread: http://conwaylife.com/forums/viewtopic.php?f=7&t=3458

As mentioned in the thread, in the base install, there is an issue if left and middle click are held. There are patches applied to fix this.
Comment 1 Hooloovo0 2018-07-17 02:14:50 UTC
Created attachment 539776 [details, diff]
mouse fix patch 1
Comment 2 Hooloovo0 2018-07-17 02:15:26 UTC
Created attachment 539778 [details, diff]
mouse fix patch 2
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2018-11-25 12:58:39 UTC
Looking at
    $ git log -p 8d113b24ee1771f51170ee04edb0e3e0156507a2.. gui-wx/wxview.cpp
these are:

(In reply to Hooloovo0 from comment #1)
> Created attachment 539776 [details, diff] [details, diff]
> mouse fix patch 1

https://sourceforge.net/p/golly/code/ci/e22d1534d486a7b46612ca6f6cd693b8fa4635d2/

(upstream patch has header changes as well).

(In reply to Hooloovo0 from comment #2)
> Created attachment 539778 [details, diff] [details, diff]
> mouse fix patch 2

https://sourceforge.net/p/golly/code/ci/746f5f6f0c29867ac97516d00fdf58d3496a6687/
Comment 4 Larry the Git Cow gentoo-dev 2018-11-25 13:14:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7accb422905ad75fac88b548a933715e23a3ac

commit 8f7accb422905ad75fac88b548a933715e23a3ac
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-11-25 13:08:42 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-11-25 13:13:56 +0000

    app-misc/golly: bump up to 3.2, bug #661360
    
    Also applied mouse patches provided by Hooloovo0 \o/
    
    Reported-by: Hooloovo0
    Closes: https://bugs.gentoo.org/661360
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-misc/golly/Manifest                      |  1 +
 app-misc/golly/files/golly-3.2-mouse-1.patch | 63 ++++++++++++++++++++++++++++
 app-misc/golly/files/golly-3.2-mouse-2.patch | 45 ++++++++++++++++++++
 app-misc/golly/golly-3.2.ebuild              | 59 ++++++++++++++++++++++++++
 4 files changed, 168 insertions(+)