Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701950 - x11-wm/wmderland-1.0.2 - X11 tiling window manager using space partitioning trees
Summary: x11-wm/wmderland-1.0.2 - X11 tiling window manager using space partitioning t...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: https://github.com/aesophor/wmderland
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-12-04 08:32 UTC by m.aesophor
Modified: 2019-12-04 09:30 UTC (History)
0 users

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


Attachments
wmderland-1.0.2.ebuild (wmderland-1.0.2.ebuild,601 bytes, text/plain)
2019-12-04 08:32 UTC, m.aesophor
Details
wmderland-1.0.2.ebuild (wmderland-1.0.2.ebuild,557 bytes, text/plain)
2019-12-04 09:25 UTC, m.aesophor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m.aesophor 2019-12-04 08:32:06 UTC
Created attachment 598388 [details]
wmderland-1.0.2.ebuild

Add ebuild for wmderland, an X11 tiling window manager using space partitioning trees.

Link to its Github repo: https://github.com/aesophor/wmderland
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-04 08:56:00 UTC
Comment on attachment 598388 [details]
wmderland-1.0.2.ebuild

>SRC_URI="https://raw.githubusercontent.com/aesophor/aesophor-overlay/master/x11-wm/wmderland/tarballs/wmderland-1.0.2.tar.gz"

https://github.com/aesophor/wmderland/archive/1.0.2.tar.gz should work fine, i.e.:

SRC_URI="https://github.com/aesophor/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

>
>LICENSE="MIT"
>SLOT="0"
>KEYWORDS="amd64 x86"

Straight to stable keywords...

>DEPEND="
>	x11-libs/libX11
>	debug? ( dev-cpp/glog )

Looks like that debug dependency will be used automagically based on build time checks.
Comment 2 m.aesophor 2019-12-04 09:25:09 UTC
Created attachment 598390 [details]
wmderland-1.0.2.ebuild
Comment 3 m.aesophor 2019-12-04 09:30:19 UTC
(In reply to Jeroen Roovers from comment #1)
> Comment on attachment 598388 [details]
> wmderland-1.0.2.ebuild
> 
> >SRC_URI="https://raw.githubusercontent.com/aesophor/aesophor-overlay/master/x11-wm/wmderland/tarballs/wmderland-1.0.2.tar.gz"
> 
> https://github.com/aesophor/wmderland/archive/1.0.2.tar.gz should work fine,
> i.e.:
> 
> SRC_URI="https://github.com/aesophor/${PN}/archive/${PV}.tar.gz ->
> ${P}.tar.gz"
> 
> >
> >LICENSE="MIT"
> >SLOT="0"
> >KEYWORDS="amd64 x86"
> 
> Straight to stable keywords...
> 
> >DEPEND="
> >	x11-libs/libX11
> >	debug? ( dev-cpp/glog )
> 
> Looks like that debug dependency will be used automagically based on build
> time checks.

Thank you! I've changed SRC_URI to the one you provided and KEYWORDS to "~amd64 ~x86".