Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82892 - x11-misc/xystray-1.0: simple implementation of freedesktop.org systray specification for XWindow system
Summary: x11-misc/xystray-1.0: simple implementation of freedesktop.org systray specif...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Marek Szuba
URL: https://github.com/steelman/xystray
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 16:40 UTC by hermes_jr
Modified: 2016-04-28 20:16 UTC (History)
4 users (show)

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


Attachments
xystray-0.9_beta1.ebuild (xystray-0.9_beta1.ebuild,615 bytes, text/plain)
2005-02-21 16:42 UTC, hermes_jr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hermes_jr 2005-02-21 16:40:01 UTC
Xystray is a simple implementation of freedesktop.org systray specification (a.k.a notification area) for XWindow system. It is meant for use in simple desktop environments which does not provide such facility by default eg. FVWM. It may also run under GNOME or KDE but the default tray programme has to be disabled then.

Project homepage: http://www.ee.pw.edu.pl/~stelmacl/xystray/

Reproducible: Always
Steps to Reproduce:
Comment 1 hermes_jr 2005-02-21 16:42:15 UTC
Created attachment 51825 [details]
xystray-0.9_beta1.ebuild
Comment 2 José Romildo Malaquias 2005-10-19 06:03:34 UTC
This bug and bug 87914 duplicates each other.
Comment 3 Przemyslaw Maciag (RETIRED) gentoo-dev 2007-01-04 14:45:43 UTC
after releasing beta, there was no updates...

I vote to close with 'LATER' - maybe author will release stable version. Someday...

Cheers,
Przemek
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-19 21:15:43 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 5 Łukasz Stelmach 2016-04-22 20:23:40 UTC
Wow. It's been a while. The homepage given in the original report does not exist any more. 

Currently the project is hosted at https://github.com/steelman/xystray . Due to lack of any bug reports I've decided to bump the version to 1.0
Comment 6 Marek Szuba archtester gentoo-dev 2016-04-25 07:16:13 UTC
Revised the ebuild, updated it to EAPI-6 and created a pull request on GitHub: 

https://github.com/gentoo/gentoo/pull/1343

I would also like to become the proxy maintainer of this ebuild - unless Łukasz would like to do it himself, perhaps?
Comment 7 Patrice Clement gentoo-dev 2016-04-25 08:09:40 UTC
commit ada4e80809393bd9447ff5c6e47598116d97ecac (HEAD)
Author:     Marek Szuba <Marek.Szuba@cern.ch>
AuthorDate: Mon Apr 25 09:03:27 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Apr 25 07:52:13 2016 +0000

x11-misc/xystray: Add ebuild to the tree.

Xystray is a simple implementation of the freedesktop.org notification
area (also known as the system tray) for X, useful for window managers
such as FVWM which do not provide their own.

Gentoo-Bug: https://bugs.gentoo.org/82892
Closes: https://github.com/gentoo/gentoo/pull/1343

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

x11-misc/xystray/Manifest                        |  4 ++++
x11-misc/xystray/files/xystray-1.0-ldflags.patch | 11 +++++++++++
x11-misc/xystray/metadata.xml                    | 13 +++++++++++++
x11-misc/xystray/xystray-1.0.ebuild              | 26 ++++++++++++++++++++++++++
4 files changed, 54 insertions(+)
create mode 100644 x11-misc/xystray/Manifest
create mode 100644 x11-misc/xystray/files/xystray-1.0-ldflags.patch
create mode 100644 x11-misc/xystray/metadata.xml
create mode 100644 x11-misc/xystray/xystray-1.0.ebuild
Comment 8 Patrice Clement gentoo-dev 2016-04-25 08:12:21 UTC
Thank you for your contribution!

@Łukasz Stelmach: if you want to be added to the list of proxy maintainers, do let us know.
Comment 9 Łukasz Stelmach 2016-04-28 20:16:29 UTC
(In reply to Patrice Clement from comment #8)
> Thank you for your contribution!
> 
> @Łukasz Stelmach: if you want to be added to the list of proxy maintainers,
> do let us know.

I can maintain this package.

BTW, is it possible, is there a custom, to ask users to report bugs for a package directly upstream in cases like this?