Received: by mail.netbsd.org (Postfix, from userid 605) id 0BADE84ED2; Tue, 22 May 2018 16:00:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B98384ECE for ; Tue, 22 May 2018 16:00:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RhFVhq7xZWF5 for ; Tue, 22 May 2018 16:00:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A817384ECC for ; Tue, 22 May 2018 16:00:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A34F8FB3E; Tue, 22 May 2018 16:00:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527004854154120" MIME-Version: 1.0 Date: Tue, 22 May 2018 16:00:54 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/sysutils/lxpanel To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180522160054.A34F8FB3E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527004854154120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Tue May 22 16:00:54 UTC 2018 Modified Files: pkgsrc/sysutils/lxpanel: Makefile distinfo Log Message: Update lxpanel 0.9.3: 0.9.3 ------------------------------------------------------------------------- * Finally fixed battery calculations, it missed Power so left time was always at zero. * Fixed task window raising on drop file on it (was broken since 0.9.0). 0.9.2 ------------------------------------------------------------------------- * Fixed battery selection if battery detached but another is available. * Fixed battery percentage calculations if charge isn't available but energy is, it appears broken in 0.9.0. * Fixed wrong state change on task button when hovered, it shouldn't receive selected state until window has urgency. * Fixed wrong flat button appearance when hovered, it wasn't flat. 0.9.1 ------------------------------------------------------------------------- * Fixed build failure without ALSA. * Added alternative mixers if build using OSS. * Fixed panel flicker with some window managers. 0.9.0 ------------------------------------------------------------------------- * Added support for laptops with multiple batteries. * Added a way to scroll through workspaces by using the scroll wheel over the deskno plugin. * Bunch of fixes for GTK+ 3.0 compatibility. * Fixed outdated lxpanel man page. * Fixed weather locations query (since YQL was changed recently). * Converted space plugin into internal PanelSpace widget in liblxpanel. * Converted task button into widget class to avoid ambiguous code. * Added support for third-party plugins localized descriptions. * Implemented "lxpanelctl command ..." to send message to panel plugin. * Added APIs for PanelIconGrid to draw focus on drop. * Converted launch button into widget class for more easy management. * Adjusted PanelIconGrid: min spacing is now 1, no_window flag is now left unset by default, spacing is taken into account on overall size to be consistent on chosen orientation. * Implemented dropping file or folder onto launch bar to create launcher. * Implemented dragging launchers around launchbars (between panels too). * Implemented dropping file or folder onto free panel space to create launcher. * Implemented dragging launchers from launchbar to some free panel space. When launcher dropped onto another place and former place's launchbar becomes empty, it will not be replaced with a bootstrapping icon (as it happens when last launcher is removed via configuration dialog) but launchbar will be removed from the panel instead, that behavior is more obvious and sensible. * Added stripping scheme from URI menu://applications/... when a launcher is created, only menu-id itself should be used. * Implemented moving plugins across panel by means of middle button drag and drop, i.e. middle-click it then drag, and plugin will follow the mouse until middle button is released. * Merged 'volume' and 'volumealsa' plugins into single plugin which uses the same interface but different driver, in dependency on how it was built - either OSS or ALSA interface is used. Name 'volume' is used for simplicity while 'volumealsa' is supported for compatibility. * Made default channel in 'volume' plugin definable in config. If there is no config statement then plugin finds first usable one, the same as before. * Made clicks for Toggle Mute, Show Slider and Open Mixer actions of the 'volume' plugin configurable. Defaults are the same: left-click shows slider, middle-click toggles mute state. * Added support for 'PCM' and 'Headphone' channels for OSS mixer. * Added support for other (not default one) ALSA cards in 'volume' plugin via 'CardNumber' setting. * Added hotkey support into 'volume' plugin to be able to use multimedia keys for volume changing directly by plugin. * Fixed missing libkeybinder initialization (keybinding did not work). * Fixed check for attempt to add a binding for the same hotkey which is already bound elsewhere. * Added a configuration dialog to the 'volume' plugin with all the new settings available to choose and set, including preset of discovered mixers, with ability to type own command as well. * Fixed crash on action on task window which was deleted while task menu is still opened. * Fixed "dynamic" panel width allocation. * Fixed PanelIconGrid allocation in rigth-to-left languages, it was wrong so some icons might be invisible or placed under other plugins. * Removed call to gtk_widget_set_style() from volume slider to fix colors of current theme. * Changed icon size handling on task bar - it may now maintain the same size as rest of icons. It may affect users who are used to have them smaller, it's why this feature was made configurable, corresponding config variable is UseSmallerIcons and default is 1 (old behavior). * Changed volume slider popup behavior - it now hides when loses focus. * Fixed invalid memory access in weather plugin. * Fixed incorrect reporting units on "Feel" value in weather plugin. YQL always reports Fahrenheit degrees there. * Added a safeguard on menu cache returning items with empty Exec line. * Fixed maximizing windows using task bar, GDK functions not always work. * Fixed wrong bind of preferences dialog to the panel, which resulted in other dialogs appear on the same workspace where preferences was. * Expanded launch buttons active area to launchbar borders so if clicked even into desktop corner, it should activate button at that corner. * Fixed few memory leaks in 'batt' plugin. * Removed unwanted conversions with energy for charge in 'batt' plugin which will mess up tooltip indications, and may make rate/percentage calculations invalid. * Replaced Xclimsg() with Xclimsgx() to be screen aware with X11 message. * Added a workaround for WM like MWM which does not properly resize down widgets of panel kind. It still leaves artefacts but is better now. * Added a workaround on GtkBox behavior which does not send allocation requests to children in some cases, so resizing of launchtaskbar on panel height change was broken. * Fixed PanelIconGrid layout on vertical panels with more than 1 column. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/lxpanel/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/lxpanel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527004854154120 Content-Disposition: inline Content-Length: 2920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/lxpanel/Makefile diff -u pkgsrc/sysutils/lxpanel/Makefile:1.10 pkgsrc/sysutils/lxpanel/Makefile:1.11 --- pkgsrc/sysutils/lxpanel/Makefile:1.10 Mon Apr 16 14:35:12 2018 +++ pkgsrc/sysutils/lxpanel/Makefile Tue May 22 16:00:54 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/04/16 14:35:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/05/22 16:00:54 youri Exp $ -DISTNAME= lxpanel-0.8.2 -PKGREVISION= 6 +DISTNAME= lxpanel-0.9.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} EXTRACT_SUFX= .tar.xz @@ -26,16 +25,16 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/lxpanel/de ${PKG_SYSCONFDIR}/lxpanel/config \ ${PKG_SYSCONFDIR}/lxpanel/two_panels/panels -CONF_FILES= ${LXDE_CONF}/default/config \ - ${PKG_SYSCONFDIR}/lxpanel/default/config \ - ${LXDE_CONF}/default/panels/panel \ - ${PKG_SYSCONFDIR}/lxpanel/default/panels/panel \ - ${LXDE_CONF}/two_panels/config \ - ${PKG_SYSCONFDIR}/lxpanel/two_panels/config \ - ${LXDE_CONF}/two_panels/panels/bottom \ - ${PKG_SYSCONFDIR}/lxpanel/two_panels/panels/bottom \ - ${LXDE_CONF}/two_panels/panels/top \ - ${PKG_SYSCONFDIR}/lxpanel/two_panels/panels/top +CONF_FILES= ${LXDE_CONF}/default/config \ + ${PKG_SYSCONFDIR}/lxpanel/default/config \ + ${LXDE_CONF}/default/panels/panel \ + ${PKG_SYSCONFDIR}/lxpanel/default/panels/panel \ + ${LXDE_CONF}/two_panels/config \ + ${PKG_SYSCONFDIR}/lxpanel/two_panels/config \ + ${LXDE_CONF}/two_panels/panels/bottom \ + ${PKG_SYSCONFDIR}/lxpanel/two_panels/panels/bottom \ + ${LXDE_CONF}/two_panels/panels/top \ + ${PKG_SYSCONFDIR}/lxpanel/two_panels/panels/top .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" Index: pkgsrc/sysutils/lxpanel/distinfo diff -u pkgsrc/sysutils/lxpanel/distinfo:1.1 pkgsrc/sysutils/lxpanel/distinfo:1.2 --- pkgsrc/sysutils/lxpanel/distinfo:1.1 Mon May 23 09:45:18 2016 +++ pkgsrc/sysutils/lxpanel/distinfo Tue May 22 16:00:54 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/05/23 09:45:18 youri Exp $ +$NetBSD: distinfo,v 1.2 2018/05/22 16:00:54 youri Exp $ -SHA1 (lxpanel-0.8.2.tar.xz) = a736b38bb74ed93e151ef5446003c9bcae240717 -RMD160 (lxpanel-0.8.2.tar.xz) = 34e81f35ab0a71177d99d4497f79239e180daddd -SHA512 (lxpanel-0.8.2.tar.xz) = abab9175c4a4e591a33c39fbc41754e458eea60c79f5a40d56848338b910a867bafed09b4d1f2596a588beb79bfb5efe54c798ff5f7b0ee74f6245a1b0417918 -Size (lxpanel-0.8.2.tar.xz) = 1488548 bytes +SHA1 (lxpanel-0.9.3.tar.xz) = b7fd11267b192efcb87dadd38f96bfc3a4c5f448 +RMD160 (lxpanel-0.9.3.tar.xz) = a6184a27681aca24dfb65914c26015ab0f7cc1d9 +SHA512 (lxpanel-0.9.3.tar.xz) = c6aea97f66ee1d576822fda0bf1aed3849b3c74bab856816b7d23331e48b26005f1ba12eddcc0abbf5a6f08add3cb4a0674ccd13f118cec0b6294edd6f1b2343 +Size (lxpanel-0.9.3.tar.xz) = 1515144 bytes SHA1 (patch-data_Makefile.in) = 9551cbe8f1f5a71d537bbd7e07dfcc688399a85a --_----------=_1527004854154120--