summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2017-06-18 22:48:17 +0000
committeryouri <youri@pkgsrc.org>2017-06-18 22:48:17 +0000
commit8568b1c4bb45b652e7c4cd62fed3af8b60283715 (patch)
tree25f88f57e89fa2fd80971997d29ad26321cb9408
parent497cd522e955bc9c83adc23b4cf1b120b602ba54 (diff)
downloadpkgsrc-8568b1c4bb45b652e7c4cd62fed3af8b60283715.tar.gz
Update xfce4-desktop to 4.13.1:
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
-rw-r--r--x11/xfce4-desktop/Makefile11
-rw-r--r--x11/xfce4-desktop/distinfo12
-rw-r--r--x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h6
3 files changed, 14 insertions, 15 deletions
diff --git a/x11/xfce4-desktop/Makefile b/x11/xfce4-desktop/Makefile
index 19cdee8059f..88d566e08f4 100644
--- a/x11/xfce4-desktop/Makefile
+++ b/x11/xfce4-desktop/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.65 2017/02/12 06:26:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2017/06/18 22:48:17 youri Exp $
-PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfdesktop-4.12.3
-PKGNAME= xfce4-desktop-4.12.3
+DISTNAME= xfdesktop-4.13.1
+PKGNAME= xfce4-desktop-4.13.1
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/xfce4-thunar/buildlink3.mk"
diff --git a/x11/xfce4-desktop/distinfo b/x11/xfce4-desktop/distinfo
index 02e202e65ed..6844c98282e 100644
--- a/x11/xfce4-desktop/distinfo
+++ b/x11/xfce4-desktop/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2016/06/14 13:09:47 youri Exp $
+$NetBSD: distinfo,v 1.26 2017/06/18 22:48:17 youri Exp $
-SHA1 (xfdesktop-4.12.3.tar.bz2) = be9b20de516019511ba712f2a1f721718384494a
-RMD160 (xfdesktop-4.12.3.tar.bz2) = 8c043f4853b731a4ae3180d773518584ee356bd9
-SHA512 (xfdesktop-4.12.3.tar.bz2) = e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
-Size (xfdesktop-4.12.3.tar.bz2) = 1420704 bytes
+SHA1 (xfdesktop-4.13.1.tar.bz2) = 5e13c80ac3ed13f8219ba99229eee2c11cffefc9
+RMD160 (xfdesktop-4.13.1.tar.bz2) = 3826712ebe3fdac30f0b75acc3c077741fd1f9f2
+SHA512 (xfdesktop-4.13.1.tar.bz2) = efe5ffe450f498ee0188a1ca5efd0ef340d73b5650060f18db4fe94ae9130dd27e41c6b30af2f90839e6c8272f3e270d16b86df64d595fe82169c26d624f806a
+Size (xfdesktop-4.13.1.tar.bz2) = 1485914 bytes
SHA1 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95
-SHA1 (patch-common_xfdesktop-common.h) = 99264ff6b55f12f1308d85f6e5d67bca5964b2b6
+SHA1 (patch-common_xfdesktop-common.h) = 4b747479cb7428317cc39a7b2056d831263e70ad
diff --git a/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h b/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
index 7464a32a933..c29873f1e4f 100644
--- a/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
+++ b/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
@@ -1,8 +1,8 @@
-$NetBSD: patch-common_xfdesktop-common.h,v 1.1 2016/06/14 13:09:47 youri Exp $
+$NetBSD: patch-common_xfdesktop-common.h,v 1.2 2017/06/18 22:48:17 youri Exp $
Use the blue background by default.
---- common/xfdesktop-common.h.orig 2015-07-19 13:26:58.000000000 +0000
+--- common/xfdesktop-common.h.orig 2017-04-20 15:38:05.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)