Version: 0.3.1, Package name: tray-app-0.3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Tray-app is a set of small gtk programs that reside in the system tray (aka notification area). eject ("safely remove hardware") allows you to choose a device from a list, unmount filesystems and eject the device. battery is a battery charge level meter. sound is an audio mixer. |
Filesize: 14.933 KB |
Version History (View Complete History) |
|
2020-03-16 08:50:57 by Alexandre Ratchov | Files touched by this commit (3) |
Log message: Use the new sioctl_open(3) API to display current audio level. Now the programm displays and controls the sndiod master volume knob, which is present on any device and always corresponds to the device programs are playing on. |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2015-11-17 15:52:06 by Vadim Zhukov | Files touched by this commit (3) |
Log message: Upstream rolled up a new version of trayapp, coping with recent disklabel changes. The eject.c patch isn't needed anymore. |
2015-10-26 13:57:45 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Actually, this set of utilities is intended to be run on OpenBSD, so checking for OS is stupid. Just force the new structure layout and be done with it. No binary change => no bump needed. |
2015-10-26 13:44:06 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Unbreak after recent d_un removal in disklabel.h. Noticed by sthen@. |
2015-07-17 19:44:36 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Tweak DESCR. |
2015-04-21 12:19:27 by Stuart Henderson | Files touched by this commit (20) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |