Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17129 - wm2-4.ebuild (New Package)
Summary: wm2-4.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-03-09 04:35 UTC by Satoshi Fuktommy
Modified: 2003-10-20 05:35 UTC (History)
0 users

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


Attachments
wm2-4.ebuild (wm2.tgz,2.00 KB, application/octet-stream)
2003-03-09 04:37 UTC, Satoshi Fuktommy
Details
wm2-4.ebuild (wm2.tgz,1.97 KB, application/octet-stream)
2003-03-09 06:11 UTC, Satoshi Fuktommy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Satoshi Fuktommy 2003-03-09 04:35:44 UTC
Hi!

Please find attached wm2.tgz containing wm2-4.ebuild and
a patch so that it will reverse icomized window menu.

wn2 is a small, unconfigurable window manager.
But we can save 'Config.h' named '/etc/wm2.conf'
to configure when we compile.

I suggest x11-wm/wm2

FukTommy
Comment 1 Satoshi Fuktommy 2003-03-09 04:37:58 UTC
Created attachment 9157 [details]
wm2-4.ebuild
Comment 2 Satoshi Fuktommy 2003-03-09 06:11:05 UTC
Created attachment 9159 [details]
wm2-4.ebuild

Solly bat old 'wm2-4.ebuild' is wrong and do not reverse menu.
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-10-20 05:35:27 UTC
Thanks for contributing the ebuild. Now in Portage. I changed `patch
-R -p1` to `epatch`, `install -d "${D}/etc"` to `insinto /etc` and
`install wm2.conf "${D}/etc/wm2.conf"` to `doins wm2.conf". epatch is
usually better than normal patch because you don't need to specify
patch level and it automatically die and save patch log when it comes
across patch failure. "insinto; doins" is also preferrable in most
cases since you can avoid writing ${D} around.

Alos I added pkg_postinst() notice for users who want some nice
decoration to use wmx instead. (wmx is assigned to mkeadle, though)