Bug 221912 - [maintainer update] sysutils/dsbbatmon: Update to 1.0
Summary: [maintainer update] sysutils/dsbbatmon: Update to 1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-29 15:33 UTC by Marcel Kaiser
Modified: 2017-10-01 19:32 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade dsbbatmon to version 1.0 (3.10 KB, patch)
2017-08-29 15:33 UTC, Marcel Kaiser
mk: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Kaiser 2017-08-29 15:33:44 UTC
Created attachment 185884 [details]
svn diff to upgrade dsbbatmon to version 1.0

The following changes have been made:

- Switch from GTK+ to Qt.
- Change tray icon depending on battery status.
- Generate tray icons if no theme icons are available.
- Detect if battery was added to or removed from the system.
- Let the user choose between auto-shutdown and auto-suspend.
- Let the user configure the ACPI poll interval.
Comment 1 Marcel Kaiser 2017-08-29 15:36:47 UTC
QA:

portlint -C:
WARN: /home/ich/portstree/sysutils/dsbbatmon/pkg-message: possible use of absolute pathname "/usr/sbin/acpiconf".
0 fatal errors and 1 warning found.

testport: OK (poudriere: 110Ramd64, 103Ri386)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-01 07:43:40 UTC
A commit references this bug:

Author: tcberner
Date: Sun Oct  1 07:43:23 UTC 2017
New revision: 451026
URL: https://svnweb.freebsd.org/changeset/ports/451026

Log:
  Update sysutils/dsbbatmon to 1.0

  The following changes have been made:

  - Switch from GTK+ to Qt.
  - Change tray icon depending on battery status.
  - Generate tray icons if no theme icons are available.
  - Detect if battery was added to or removed from the system.
  - Let the user choose between auto-shutdown and auto-suspend.
  - Let the user configure the ACPI poll interval.

  PR:		221912
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/sysutils/dsbbatmon/Makefile
  head/sysutils/dsbbatmon/distinfo
  head/sysutils/dsbbatmon/pkg-descr
  head/sysutils/dsbbatmon/pkg-message
  head/sysutils/dsbbatmon/pkg-plist
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2017-10-01 07:44:56 UTC
Thanks :)
Comment 4 Marcel Kaiser 2017-10-01 19:32:17 UTC
Thanks for the commit, Tobias!