diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-08-09 23:22:11 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-08-09 23:22:11 +0800 |
commit | 8d0b91332bc3fd034074150c443eb817a5c71bc3 (patch) | |
tree | cb7fe58516dc92faca0f41c80e25d2f844efed9e /UPDATING | |
parent | 6ed7471fc0599e937ed379765f577641360a3a2f (diff) | |
download | freebsd-ports-gnome-8d0b91332bc3fd034074150c443eb817a5c71bc3.tar.gz freebsd-ports-gnome-8d0b91332bc3fd034074150c443eb817a5c71bc3.tar.zst freebsd-ports-gnome-8d0b91332bc3fd034074150c443eb817a5c71bc3.zip |
- Update to 1.5.2
- Sort USES
- Remove unneeded patches
Obtained from: Xfce devel repo
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150809: + AFFECTS: users of sysutils/xfce4-power-manager + AUTHOR: olivierd@FreeBSD.org + + After upgrading to 1.5.2, by default a label is displayed next to the + panel icon (it shows percentage and remaining time). + + To hide this label, a new property /xfce4-power-manager/show-panel-label + must be created: + + xfconf-query -c xfce4-power-manager \ + -p /xfce4-power-manager/show-panel-label -n -t int -s 0 + + Possible values are: + - 0 -> does not display label + - 1 -> displays only percentage + - 2 -> displays only remaining time + - 3 -> displays only percentage and remaining time (default value) + 20150806: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org |