Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634810 - xwmfs-0.81.ebuild (new package)
Summary: xwmfs-0.81.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-19 19:21 UTC by Matthias Gerstner
Modified: 2017-11-05 23:08 UTC (History)
1 user (show)

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


Attachments
xwmfs-0.81.ebuild (xwmfs-0.81.ebuild,576 bytes, text/plain)
2017-10-19 19:21 UTC, Matthias Gerstner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Gerstner 2017-10-19 19:21:14 UTC
Created attachment 499332 [details]
xwmfs-0.81.ebuild

I'd like to add my package xwmfs to Portage.

It is xwmfs (X window manager file system), a userspace file system based on
fuse that allows interaction with an EWMH compliant X11 window manager
via files.

Some of its features are:

- newly appearing and disappearing windows in the X server are recognized and
  the file system is updated in an event based manner
- new values for properties of window manager and windows will be reflected in
  the file system in an event based manner
- properties of windows and window manager can be changed via writing to files
  in the file system
- some X operations are accessible via control files in the file system

Github project: https://github.com/gerstner-hub/xwmfs

The ebuild I will attach is based on the net-fs/sshfs ebuild.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2017-10-19 19:52:05 UTC
(In reply to Matthias Gerstner from comment #0)
> Created attachment 499332 [details]
> xwmfs-0.81.ebuild
> 
> I'd like to add my package xwmfs to Portage.
> The ebuild I will attach is based on the net-fs/sshfs ebuild.

FWIW, s/CDEPEND/RDEPEND/ and it will be better.

If you are willing to maintain this yourself, contact the Proxy Maintainers.
Comment 2 Matthias Gerstner 2017-10-22 22:07:22 UTC
Thanks for the hint.

I've created a pull request:

https://github.com/gentoo/gentoo/pull/6020
Comment 3 Jonas Stein gentoo-dev 2017-10-23 09:38:30 UTC
To me it sounds ideal for an overlay for a start.

https://github.com/gerstner-hub/xwmfs writes:
"xwmfs is currently not broadly tested. Thus it is not necessarily very stable."
Comment 4 Larry the Git Cow gentoo-dev 2017-11-05 23:08:31 UTC
The bug has been closed via the following commit(s):

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

commit d2ceae7ce6813f5ab0d7bd18127061b51faec240
Author:     Matthias Gerstner <Matthias.Gerstner@nefkom.net>
AuthorDate: 2017-10-22 21:11:52 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-11-05 23:07:41 +0000

    sys-fs/xmwfs: new ebuild.
    
    xmwfs is a X11 Window-Manager file system based on FUSE.
    
    Closes: https://github.com/gentoo/gentoo/pull/6020
    Closes: https://bugs.gentoo.org/634810

 sys-fs/xwmfs/Manifest          |  1 +
 sys-fs/xwmfs/metadata.xml      | 34 ++++++++++++++++++++++++++++++++++
 sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 ++++++++++++++++++++
 3 files changed, 55 insertions(+)