pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 14 13:08:26 UTC 2018

Modified Files:
        pkgsrc/x11/mate-panel: Makefile PLIST distinfo

Log Message:
Update mate-panel to 1.20.1:

MATE Panel has much improved Status Notifier Items (SNI) support.
Support panel auto-scaling for HiDPI displays

Full changelog:

Support panel auto-scaling for HiDPI displays
bump minimum required libwnck version to 3.4.6
status-notifier: don’t crash if tooltip has wrong type
status-notifier: don’t crash if menu layout has wrong type
Fix rendering of radio buttons in status notifier
panel-run-dialog: fix segfault when program list is enabled
get focus when displaying “applet broken” dialog
Update workspace switcher properties dialog
simplify some code
rework the process of cancelling the background change operation
status-notifier: properly handle the NULL case for items
status-notifier: handle wrong-size icons called by path
status-notifier: load icons specified by path
Fix failures to load icons when the application calls for a path and not an icon name
Fix build warning: toplevel_configure_event defined but not used
Fix build warning: GLIB_VERSION_MIN_REQUIRED redefined
status-notifier: fix failure to show icon for missing icon
WidthOfScreen and HeightOfScreen implementation
panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()
remove ancient gnome-panel leftovers
Keep the right icons on bottom still displaying right when the resolution change larger
wncklet: disconnect signals by data on destroy
clock: disconnect one more signal handler on destroy
panel-applet-frame-dbus-c: comment out newly unused variable
Clock: don’t check variables that can never be < 0 for < 0
panel-applet-frame-dbus.c: comment out never used code block
panel-toplevel: remove duplicate break statement
status-notifier: remove duplicate check found by cppcheck
status-notifier: hide mate-polkit icon if passive
Apply position fix on popup to GTK 3.20 and earlier
GTK 3.22 status notifier: reposition menu when size changes
GTK 3.22/status-notifer Fix menu position if size changed since last shown
Stop panel collapse left on adding certain out-of-process applets
make file/folder launchers work again
panel-context-menu: Add confirmation dialog to panel reset option
Add option to context menu to reset the panel
clock:disconnect signal handlers on destroy
Fix crashes on moving/removing applets with glib 2.53.4 or later
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
Add a gsettings key to enable/disable SNI Support
wncklet: stop segfaults, warnings on removing in-process switcher, window-list
fish: fix adding back after removal
Fish: stop all warnings on removing when built in-process
Clock: fix removal warnings when in-process applet removed
clock: stop segfault on removing applet when built in-process
libmate-panel-applet: fix typos in id->factory_id rename
libmate-panel-applet: Only declare _panel_applet_shlib_factory() when needed
libmate-panel-applet: fix error in unregistering dbus object
libmate-panel-applet: fix build warning
libmate-panel-applet: fix introspection
libmate-panel-applet: unown bus name and unregister dbus object
libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha
libmate-panel-applet: include dummy variable in factory for certian applets
libmate-panel-applet: fix bg rendering for in-process applets
libpanel-applet/panel-applet.h: Rename id to factory_id for factory
limatepanel-applet: add panel-applet-private.h
don’t use GtkPlug/GtkSocket for in process applets
make it possible to get applet widget
libpanel-applet: add panel_applet_factory_get_applet_widget
libpanel-applet: return process type and applet uid
libpanel-applet: store factories in hash table
libpanel-applet: delay GtkPlug creation
libpanel-applet: add process type to private data
libpanel-applet: Remove out_process from panel_applet_factory_main()
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_n_monitors
fish: fix applet opening as thin line when built in-process
Forces a window scale of 1 for the panel, instead of using the default or user configured scale.
avoid deprecated gdk_screen_make_display_name
avoid deprecated gdk_display_get_screen
don’t use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
fix applet crashes on transparent user-set panel bg
system tray: fix hidden icons on image/transparent color BG
Fix GTK theme image bg support on vertical panel
Make panel image background in GTK theme work again
clock: fix hovering over timezone text, causes panel to scale beyond screen limit
GTK 3.18+ fix transparent default panel bg
menu: restore focus after drag-n-dropping menuitem outside
menu: restore focus after closing popup menu of a menuitem
Fix: menubar/menu-button can’t launch mozo
menu: remove incorrect code from the popup menu of a menuitem
status notifier: follow same menu theme as rest of panel
fix moving applets between panels
menu: fix crash when some .desktop file has empty Icon field
clock: properly handle visibility of edit button
clock: drop deprecated gtk_size_group_set_ignore_hidden
clock: move GtkButton in another horizontal GtkBox parent
clock.c: drop deprecated gtk_size_group_set_ignore_hidden
localized application’s name and description
menu-button: disconnect from GSettings when applet is removed
action-button: disconnect from GSettings when applet is removed
remove a needless glib check
status-notifier: fix crash on unknown signal name
use GTK+3 bookmarks location for Places menu
doc: remove some references to nonexistent stuff
fix build with gcc 4.9.2 (looks like it’s in c89 mode by default)
Run dialog: Add option to reverse history view
Run dialog: Fix wrong history len with max size 1
Run dialog: Allow changing history size
doc: drop ancient MateConf references
Run dialog: Fix wrong history order
status-notifier: Do not hide passive items
panel-menu-bar: fix build warning and some spacing
properly fit expanded panel to smaller screen size
system-tray: Properly propagate orientation changes
notification-area: Fix item orientation
workspace switcher: handle GDK_SCROLL_SMOOTH and fix build warning
Reenable workspace switcher wrapping
pre-bump version
status-notifier: Fix handling of icon-padding style property
Simplify panel description shown when switching panels with the WM
status-notifier: Plug a memory leak
remove deprecated sys/timeb.h header, as nothing uses it
status-notifier-watcher: Allow re-registration of registered items
setup custom icon
status-notifier: Plug a memory leak
notification area: Fix memory leak sorting items
Translations update


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/mate-panel/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-panel/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/mate-panel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-panel/Makefile
diff -u pkgsrc/x11/mate-panel/Makefile:1.15 pkgsrc/x11/mate-panel/Makefile:1.16
--- pkgsrc/x11/mate-panel/Makefile:1.15 Mon Apr 16 14:35:24 2018
+++ pkgsrc/x11/mate-panel/Makefile      Mon May 14 13:08:26 2018
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2018/04/16 14:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/14 13:08:26 youri Exp $
 
 PYTHON_VERSIONS_ACCEPTED=      27
-PKGREVISION= 6
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-panel-${VERSION:R}.3
+DISTNAME=      mate-panel-${VERSION:R}.1
 CATEGORIES=    x11
 
 COMMENT=       MATE panel application

Index: pkgsrc/x11/mate-panel/PLIST
diff -u pkgsrc/x11/mate-panel/PLIST:1.4 pkgsrc/x11/mate-panel/PLIST:1.5
--- pkgsrc/x11/mate-panel/PLIST:1.4     Fri Jun 23 17:24:57 2017
+++ pkgsrc/x11/mate-panel/PLIST Mon May 14 13:08:26 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/06/23 17:24:57 youri Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/05/14 13:08:26 youri Exp $
 bin/mate-desktop-item-edit
 bin/mate-panel
 bin/mate-panel-test-applets
@@ -29,10 +29,8 @@ share/gtk-doc/html/mate-panel-applet/app
 share/gtk-doc/html/mate-panel-applet/applet-writing.html
 share/gtk-doc/html/mate-panel-applet/home.png
 share/gtk-doc/html/mate-panel-applet/index.html
-share/gtk-doc/html/mate-panel-applet/index.sgml
 share/gtk-doc/html/mate-panel-applet/left-insensitive.png
 share/gtk-doc/html/mate-panel-applet/left.png
-share/gtk-doc/html/mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html
 share/gtk-doc/html/mate-panel-applet/mate-panel-applet-mate-panel-applet.html
 share/gtk-doc/html/mate-panel-applet/mate-panel-applet.devhelp2
 share/gtk-doc/html/mate-panel-applet/mate-panel-applet.html
@@ -303,6 +301,7 @@ share/locale/ko/LC_MESSAGES/mate-panel.m
 share/locale/ku/LC_MESSAGES/mate-panel.mo
 share/locale/ku_IQ/LC_MESSAGES/mate-panel.mo
 share/locale/ky/LC_MESSAGES/mate-panel.mo
+share/locale/la/LC_MESSAGES/mate-panel.mo
 share/locale/li/LC_MESSAGES/mate-panel.mo
 share/locale/lt/LC_MESSAGES/mate-panel.mo
 share/locale/lv/LC_MESSAGES/mate-panel.mo

Index: pkgsrc/x11/mate-panel/distinfo
diff -u pkgsrc/x11/mate-panel/distinfo:1.3 pkgsrc/x11/mate-panel/distinfo:1.4
--- pkgsrc/x11/mate-panel/distinfo:1.3  Fri Jun 23 17:24:57 2017
+++ pkgsrc/x11/mate-panel/distinfo      Mon May 14 13:08:26 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/06/23 17:24:57 youri Exp $
+$NetBSD: distinfo,v 1.4 2018/05/14 13:08:26 youri Exp $
 
-SHA1 (mate-panel-1.18.3.tar.xz) = 9307cdfa2e34cf18c4863e73023c562d42cef150
-RMD160 (mate-panel-1.18.3.tar.xz) = 9586d5c8bb8088205ceb69f081e5b8cdc803bd5c
-SHA512 (mate-panel-1.18.3.tar.xz) = 55eea63abe1b60a04c72a4e8158e62eab9101545343d2063bd9f98d21c5e87c283ad942bca7c160403e6ed4bf9250b850c67d4b9a6e56b602487895e2ce16ca3
-Size (mate-panel-1.18.3.tar.xz) = 1976968 bytes
+SHA1 (mate-panel-1.20.1.tar.xz) = e676b6b1c91982164e1658f2a0ad556bc9a359e7
+RMD160 (mate-panel-1.20.1.tar.xz) = c66fd493c1749b80041e7e15a7957d9c178ea37d
+SHA512 (mate-panel-1.20.1.tar.xz) = 1edeb77018473c51f9d5f432d45459a449774cda684e1186a3c1daea51347f5ef529dce7061e9808721af4b4b9822c6d19d8e4729450de39f858b1cc8ec40b1e
+Size (mate-panel-1.20.1.tar.xz) = 1992580 bytes



Home | Main Index | Thread Index | Old Index