Bug 208921 - x11/tint: Update to 0.12.9
Summary: x11/tint: Update to 0.12.9
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: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-19 17:19 UTC by yamagi
Modified: 2016-04-19 19:38 UTC (History)
1 user (show)

See Also:


Attachments
Patch to 0.12.9 (1.42 KB, patch)
2016-04-19 17:19 UTC, yamagi
yamagi: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yamagi 2016-04-19 17:19:58 UTC
Created attachment 169474 [details]
Patch to 0.12.9

The attached patch updates x11/tint to version 0.12.9. This is another bugfix release. The most important changes to the application are:

* Launcher icon paths are now cached, which greatly improves loading time for tint2.
* Fixed race in sorting systray icons by name.
* Brigtness adjustments no longer distort colors.
* Taskbar icons are now resized correctly for certain geometries.
* The launcher now also allows launcher_item_app entries without a full path.
* If the panel size is given as a percentage and a non-zero margin is also specified, the size is now computed as a fraction of the available size.


Changes to the port are:

* Bump version number.
* Install all sample configs. (requested by lme@)


The update was tested with Poudriere on FreeBSD 10.3, 10.2, 10.1 and 9.3. If used the new version for about 6 hours without any problem.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-19 19:38:10 UTC
A commit references this bug:

Author: lme
Date: Tue Apr 19 19:37:17 UTC 2016
New revision: 413658
URL: https://svnweb.freebsd.org/changeset/ports/413658

Log:
  - Update to 0.12.9
  - Add a missing example file
  - Add INSTALLS_ICONS macro
  - Add an NLS knob

  PR:		        208921
  Submitted by:	maintainer

Changes:
  head/x11/tint/Makefile
  head/x11/tint/distinfo
  head/x11/tint/pkg-plist
Comment 2 Lars Engels freebsd_committer freebsd_triage 2016-04-19 19:38:22 UTC
Committed with minor changes.