pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xfce4-desktop
Module Name: pkgsrc
Committed By: youri
Date: Fri Jan 18 14:34:48 UTC 2019
Modified Files:
pkgsrc/x11/xfce4-desktop: Makefile PLIST distinfo
pkgsrc/x11/xfce4-desktop/patches: patch-common_xfdesktop-common.h
Log Message:
xfce4-desktop: update to 4.13.2:
4.13.2
======
[Please note that this is a development release.]
Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
- Use the new Thunarx-3 API (Thunar >= 1.7)
- Use custom CSS for the iconview as a fallback (Bug #13609)
- Get/set _NET_DESKTOP_MANAGER_S<screen> atom (Bug #13653)
- Make "another desktop manager is running" messages critical (Bug #13653)
- Change "Create Launcher..." icon (Bug #14161)
- Do not popup a single "Applications" menu when right clicking on desktop (Bug #13866)
- Single-click mode executes desktop items twice (Bug #14021)
- Fix menu popup issue with desktop icons disabled (Bug #14415)
- Fix memory leak : Don't try to allocate all the memory (Bug #12805)
- Fix some autotools warnings and bump dependencies
- Make a couple of strings translatable (Bug #14374)
- Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Catalan, Czech,
Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Estonian,
Basque, Persian (Iran), Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian,
Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian,
Russian, Slovak, Slovenian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek,
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
4.13.1
======
[Please note that this is a development release.]
Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
* Miscellaneous bug fixes:
- Fix a memory leak reported in Bug #13555
- Fix garcon-2 dependancy check (continue to use garcon-1)
* Translation Updates:
ca da de es fr he hr id it ja kk ko ms pl
pt pt_BR ru th uk zh_CN
4.13.0
======
[Please note that this is a development release.]
Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
* Major changes:
- Port to Gtk3.
- The iconview has a CSS name of "XfdesktopIconView" and
adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds
GTK_STYLE_CLASS_LABEL when rendering the icon text with
the states: selected, active, or normal. Additionally it
uses the GTK_STYLE_CLASS_RUBBERBAND when for the rubberband
theming.
- Port to GDBus.
* Miscellaneous bug fixes:
- Don't redraw the icons on focus change events (Bug #12071)
- Don't try to divide by 0 (Bug #12115)
- Settings: Fix loading of wallpaper previews (Bug #11892)
- Settings: Allow directories to be selected (Bug #12832)
- Fix Open dialog's title (Bug #12560)
- Prevent a crash in the backdrop loader (Bug #12339)
- Use gdk's get static image for animation files
- Add translation string for Trash desktop icon
- Retain icon relative position when moving a group
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/x11/xfce4-desktop/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-desktop/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xfce4-desktop/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
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-desktop/Makefile
diff -u pkgsrc/x11/xfce4-desktop/Makefile:1.73 pkgsrc/x11/xfce4-desktop/Makefile:1.74
--- pkgsrc/x11/xfce4-desktop/Makefile:1.73 Wed Nov 14 22:22:51 2018
+++ pkgsrc/x11/xfce4-desktop/Makefile Fri Jan 18 14:34:48 2019
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.73 2018/11/14 22:22:51 kleink Exp $
+# $NetBSD: Makefile,v 1.74 2019/01/18 14:34:48 youri Exp $
-PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfdesktop-4.12.4
-PKGNAME= xfce4-desktop-4.12.4
+DISTNAME= xfdesktop-4.13.2
+PKGNAME= xfce4-desktop-4.13.2
CATEGORIES= x11
-MASTER_SITES+= http://archive.xfce.org/src/xfce/xfdesktop/4.12/
+MASTER_SITES+= http://archive.xfce.org/src/xfce/xfdesktop/4.13/
HOMEPAGE= http://docs.xfce.org/xfce/xfdesktop/start
COMMENT= Xfce desktop background manager
@@ -14,7 +13,7 @@ COMMENT= Xfce desktop background manager
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
+.include "../../devel/libwnck3/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
Index: pkgsrc/x11/xfce4-desktop/PLIST
diff -u pkgsrc/x11/xfce4-desktop/PLIST:1.26 pkgsrc/x11/xfce4-desktop/PLIST:1.27
--- pkgsrc/x11/xfce4-desktop/PLIST:1.26 Thu May 17 14:12:02 2018
+++ pkgsrc/x11/xfce4-desktop/PLIST Fri Jan 18 14:34:48 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2018/05/17 14:12:02 youri Exp $
+@comment $NetBSD: PLIST,v 1.27 2019/01/18 14:34:48 youri Exp $
bin/xfdesktop
bin/xfdesktop-settings
man/man1/xfdesktop.1
@@ -22,6 +22,7 @@ share/locale/da/LC_MESSAGES/xfdesktop.mo
share/locale/de/LC_MESSAGES/xfdesktop.mo
share/locale/el/LC_MESSAGES/xfdesktop.mo
share/locale/en_AU/LC_MESSAGES/xfdesktop.mo
+share/locale/en_CA/LC_MESSAGES/xfdesktop.mo
share/locale/en_GB/LC_MESSAGES/xfdesktop.mo
share/locale/eo/LC_MESSAGES/xfdesktop.mo
share/locale/es/LC_MESSAGES/xfdesktop.mo
Index: pkgsrc/x11/xfce4-desktop/distinfo
diff -u pkgsrc/x11/xfce4-desktop/distinfo:1.27 pkgsrc/x11/xfce4-desktop/distinfo:1.28
--- pkgsrc/x11/xfce4-desktop/distinfo:1.27 Tue May 15 22:33:23 2018
+++ pkgsrc/x11/xfce4-desktop/distinfo Fri Jan 18 14:34:48 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2018/05/15 22:33:23 youri Exp $
+$NetBSD: distinfo,v 1.28 2019/01/18 14:34:48 youri Exp $
-SHA1 (xfdesktop-4.12.4.tar.bz2) = 11a244cf2adeef6dacc83881ff2e2ac66da3e118
-RMD160 (xfdesktop-4.12.4.tar.bz2) = d7ba49b1269310cbdc3314be50aa5a57162365a1
-SHA512 (xfdesktop-4.12.4.tar.bz2) = 29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
-Size (xfdesktop-4.12.4.tar.bz2) = 1421623 bytes
+SHA1 (xfdesktop-4.13.2.tar.bz2) = b127505cede2ed8d7691b4375184da80efafdaa0
+RMD160 (xfdesktop-4.13.2.tar.bz2) = 11fc64511690c636b42a109af22252fcd39ddf2b
+SHA512 (xfdesktop-4.13.2.tar.bz2) = 0002ed639f8554144d8c921ca5bd9d1c2ed634baa11c98f95685c8a636ae6bdc87f8df19aa138fe4eda591facba964451a10aef6ba303be1fad66013bb06ae13
+Size (xfdesktop-4.13.2.tar.bz2) = 1486455 bytes
SHA1 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95
-SHA1 (patch-common_xfdesktop-common.h) = 78ad3c5f59f02ebf0f725417cd676f485829ae39
+SHA1 (patch-common_xfdesktop-common.h) = b7ef1fcb25012864706eea2e233955cfb9ba1bf7
Index: pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
diff -u pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h:1.3 pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h:1.4
--- pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h:1.3 Tue May 15 22:33:23 2018
+++ pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h Fri Jan 18 14:34:48 2019
@@ -1,8 +1,8 @@
-$NetBSD: patch-common_xfdesktop-common.h,v 1.3 2018/05/15 22:33:23 youri Exp $
+$NetBSD: patch-common_xfdesktop-common.h,v 1.4 2019/01/18 14:34:48 youri Exp $
Use the blue background by default.
---- common/xfdesktop-common.h.orig 2017-06-26 13:48:02.000000000 +0000
+--- common/xfdesktop-common.h.orig 2018-06-07 19:37:55.000000000 +0000
+++ common/xfdesktop-common.h
@@ -35,7 +35,7 @@
#include <stdarg.h>
@@ -12,4 +12,4 @@ Use the blue background by default.
+#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.jpg"
#define DEFAULT_ICON_FONT_SIZE 12
#define DEFAULT_ICON_SIZE 48
- #define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN \
+ #define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN)
Home |
Main Index |
Thread Index |
Old Index