pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-dashboard



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue May 15 21:59:15 UTC 2018

Modified Files:
        pkgsrc/x11/xfce4-dashboard: Makefile PLIST distinfo

Log Message:
Update to 0.7.4:

New feature: Big sorry to all translators who did all the hard work to translate xfdashboard to their language but their hard work was never included. It was my fault as I was to stupid to use 
Transifex client tool correctly :( Now I do not only update all locales already included but I will also fetch new ones. So the number of supported languages raised from 8 to 13. New ones are: da, 
de, kk, pl and tr (GH #155)
New feature: GDK backend is now optional and it will be enabled automatically if Clutter backend is available, i.e. FreeBSD does not install Clutter with GDK backend. (#13766, #13860)
New feature: Support also current xfconf versions (4.13.x). New xfconf version support native GPtrArray (from glib) for string lists and make dbus-glib deprecated. dbus-glib is only needed (and 
checked by configure script) if current stable xfconf (4.12.x) is used as its GPtrArray is still needed in this case. (#13824)
Fix compile issue when GTK+ prior to version 3.22 is installed. (GH #153)

New feature: Window tracker interface now supports a new experimental backend for GDK. The backend to use can be controlled with the new environment variable XFDASHBOARD_BACKEND. It can be either set 
to "x11" or "gdk". If this environment variable does not exists or is not set then the X11 backend is enforced as it is the known default behaviour of xfdashboard and GDK backend is marked as 
experimental. (GH #129)
New feature: Allow user to override CSS files of themes to apply user favourite settings. This cChanged the way and order how CSS files of themes are loaded: First the CSS resources defined in 
theme's theme file (xfdashboard.theme) are loaded, then user's global stylesheet ($HOME/.config/xfdashboard/themes/global.css) is loaded if it exists and at last user's theme related stylesheet 
($HOME/.config/xfdashboard/themes/user-[THEME_NAME].css) is loaded if it exists. This should make user changes to themes more convinient as the user does not need to copy the whole theme to 
$HOME/.themes or $HOME/.local/themes and then make his changes. The user also does not need to update its theme each time the origin theme changes and re-copy and re-apply its changes. (GH #152)
Fixed visibility of menu items of installed application by relying more on Garcon as it does already all needed checks to determine the visibility of a menu item more reliable as xfdashboard. (GH 
#151)
Try to reduce usage of backend specific functions of Clutter
Lots of improvements especially at window tracker backends
As usual smaller bug-fixes and typos fixed
Also as usual: More API documentation


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xfce4-dashboard/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xfce4-dashboard/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfce4-dashboard/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/xfce4-dashboard/Makefile
diff -u pkgsrc/x11/xfce4-dashboard/Makefile:1.9 pkgsrc/x11/xfce4-dashboard/Makefile:1.10
--- pkgsrc/x11/xfce4-dashboard/Makefile:1.9     Mon Apr 16 14:35:26 2018
+++ pkgsrc/x11/xfce4-dashboard/Makefile Tue May 15 21:59:15 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2018/04/16 14:35:26 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/05/15 21:59:15 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.7.2
+VERSION=       0.7.4
 DISTNAME=      xfdashboard-${VERSION}
 PKGNAME=       xfce4-dashboard-${VERSION}
 CATEGORIES=    x11

Index: pkgsrc/x11/xfce4-dashboard/PLIST
diff -u pkgsrc/x11/xfce4-dashboard/PLIST:1.3 pkgsrc/x11/xfce4-dashboard/PLIST:1.4
--- pkgsrc/x11/xfce4-dashboard/PLIST:1.3        Sun Jun 18 23:52:43 2017
+++ pkgsrc/x11/xfce4-dashboard/PLIST    Tue May 15 21:59:15 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/18 23:52:43 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/15 21:59:15 youri Exp $
 bin/xfdashboard
 bin/xfdashboard-settings
 include/xfdashboard/libxfdashboard/action-button.h
@@ -68,6 +68,8 @@ include/xfdashboard/libxfdashboard/view.
 include/xfdashboard/libxfdashboard/viewpad.h
 include/xfdashboard/libxfdashboard/window-content-x11.h
 include/xfdashboard/libxfdashboard/window-content.h
+include/xfdashboard/libxfdashboard/window-tracker-backend-x11.h
+include/xfdashboard/libxfdashboard/window-tracker-backend.h
 include/xfdashboard/libxfdashboard/window-tracker-monitor-x11.h
 include/xfdashboard/libxfdashboard/window-tracker-monitor.h
 include/xfdashboard/libxfdashboard/window-tracker-window-x11.h
@@ -98,13 +100,18 @@ share/icons/hicolor/48x48/apps/xfdashboa
 share/icons/hicolor/64x64/apps/xfdashboard.png
 share/icons/hicolor/96x96/apps/xfdashboard.png
 share/locale/ca/LC_MESSAGES/xfdashboard.mo
+share/locale/da/LC_MESSAGES/xfdashboard.mo
+share/locale/de/LC_MESSAGES/xfdashboard.mo
 share/locale/el/LC_MESSAGES/xfdashboard.mo
 share/locale/es/LC_MESSAGES/xfdashboard.mo
 share/locale/fr/LC_MESSAGES/xfdashboard.mo
 share/locale/he/LC_MESSAGES/xfdashboard.mo
 share/locale/it_IT/LC_MESSAGES/xfdashboard.mo
+share/locale/kk/LC_MESSAGES/xfdashboard.mo
 share/locale/lt/LC_MESSAGES/xfdashboard.mo
+share/locale/pl/LC_MESSAGES/xfdashboard.mo
 share/locale/sr/LC_MESSAGES/xfdashboard.mo
+share/locale/tr/LC_MESSAGES/xfdashboard.mo
 share/themes/xfdashboard-auber/xfdashboard-1.0/effects.xml
 share/themes/xfdashboard-auber/xfdashboard-1.0/screenshot-xfdashboard-auber.png
 share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard-auber.css

Index: pkgsrc/x11/xfce4-dashboard/distinfo
diff -u pkgsrc/x11/xfce4-dashboard/distinfo:1.4 pkgsrc/x11/xfce4-dashboard/distinfo:1.5
--- pkgsrc/x11/xfce4-dashboard/distinfo:1.4     Sun Jun 18 23:52:43 2017
+++ pkgsrc/x11/xfce4-dashboard/distinfo Tue May 15 21:59:15 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/06/18 23:52:43 youri Exp $
+$NetBSD: distinfo,v 1.5 2018/05/15 21:59:15 youri Exp $
 
-SHA1 (xfdashboard-0.7.2.tar.bz2) = 88eaee513b49582f839cf80a40061d42576972b2
-RMD160 (xfdashboard-0.7.2.tar.bz2) = 646c25d8af7e75acfaf6b56643d03f913ea52c42
-SHA512 (xfdashboard-0.7.2.tar.bz2) = 447e1dd2ad64be916597369fba1453f8d3b822641ac43b49c6c37fb057ec7d899e5c5ffd206ddbc7998a517d163923da696ce5bb35daa628e22092b1735d4ccb
-Size (xfdashboard-0.7.2.tar.bz2) = 2474672 bytes
+SHA1 (xfdashboard-0.7.4.tar.bz2) = 8d04b3b34360009fe4e1dd7187932e35ed83a5d3
+RMD160 (xfdashboard-0.7.4.tar.bz2) = 9581e6b3371e0ab93c6eaa98d916e32b74fa8a07
+SHA512 (xfdashboard-0.7.4.tar.bz2) = b4e6678f8c8c89e1ddbd5dffb83beebd8846053f93f456e6ab42572051bb382c6372a8356650386a433dd8662671cd6c5d01a1bd6552d8e08c2bf9aa6b54ef88
+Size (xfdashboard-0.7.4.tar.bz2) = 2523988 bytes
 SHA1 (patch-data_Makefile.in) = 61e75edc6286d4bfb978e8ecbacd28ce07dbb7fb



Home | Main Index | Thread Index | Old Index