pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-desktop xfce4-desktop: update to 4.14.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/af9751e39982
branches: trunk
changeset: 399847:af9751e39982
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sat Aug 17 19:40:25 2019 +0000
description:
xfce4-desktop: update to 4.14.1
NB I have maintained the pre-existing pkgsrc modification of installing
the blue background as the default rather than what Xfce sets. However,
all backgrounds are now installed for a user to choose from.
Change log:
4.14.1
======
- Ensure the new default wallpaper gets installed
4.14.0
======
- Add 4.14 wallpaper and set it as default
- Do not query file information again (Bug #15460)
- Replace GtkStock buttons
- Translation Updates:
Galician, Italian, Norwegian Bokm?l, Norwegian Nynorsk, Portuguese,
Portuguese (Brazil)
4.13.6
======
[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.
- Update copyright year
- Use https where possible
- Add padding to Window Actions menu entry (Bug #14628)
- Display correct icon size of minimized apps (Bug #8951)
- Reorder checkboxes in Settings UI
- Translation Updates: Finnish, Kazakh, Norwegian Bokm?l, Portuguese (Brazil),
Ukrainian
diffstat:
x11/xfce4-desktop/Makefile | 5 ++---
x11/xfce4-desktop/PLIST | 4 +++-
x11/xfce4-desktop/distinfo | 13 ++++++-------
x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h | 8 ++++----
4 files changed, 15 insertions(+), 15 deletions(-)
diffs (72 lines):
diff -r 8985ba389b3d -r af9751e39982 x11/xfce4-desktop/Makefile
--- a/x11/xfce4-desktop/Makefile Sat Aug 17 19:26:33 2019 +0000
+++ b/x11/xfce4-desktop/Makefile Sat Aug 17 19:40:25 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2019/08/11 13:25:18 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2019/08/17 19:40:25 gutteridge Exp $
-PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 4.13.5
+VERSION= 4.14.1
DISTNAME= xfdesktop-${VERSION}
PKGNAME= xfce4-desktop-${VERSION}
CATEGORIES= x11
diff -r 8985ba389b3d -r af9751e39982 x11/xfce4-desktop/PLIST
--- a/x11/xfce4-desktop/PLIST Sat Aug 17 19:26:33 2019 +0000
+++ b/x11/xfce4-desktop/PLIST Sat Aug 17 19:40:25 2019 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.30 2019/07/13 00:28:51 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.31 2019/08/17 19:40:25 gutteridge Exp $
bin/xfdesktop
bin/xfdesktop-settings
man/man1/xfdesktop.1
share/applications/xfce-backdrop-settings.desktop
share/backgrounds/xfce/xfce-blue.jpg
+share/backgrounds/xfce/xfce-stripes.png
+share/backgrounds/xfce/xfce-teal.jpg
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
share/icons/hicolor/32x32/apps/xfce4-menueditor.png
share/icons/hicolor/48x48/apps/xfce4-backdrop.png
diff -r 8985ba389b3d -r af9751e39982 x11/xfce4-desktop/distinfo
--- a/x11/xfce4-desktop/distinfo Sat Aug 17 19:26:33 2019 +0000
+++ b/x11/xfce4-desktop/distinfo Sat Aug 17 19:40:25 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.31 2019/07/13 00:28:51 gutteridge Exp $
+$NetBSD: distinfo,v 1.32 2019/08/17 19:40:25 gutteridge Exp $
-SHA1 (xfdesktop-4.13.5.tar.bz2) = d78ff50be007ccbee407ec87f649150e599bdc01
-RMD160 (xfdesktop-4.13.5.tar.bz2) = 6614fdf396088996ed98d543bfa21faaa4f4768c
-SHA512 (xfdesktop-4.13.5.tar.bz2) = 5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448
-Size (xfdesktop-4.13.5.tar.bz2) = 1487498 bytes
-SHA1 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95
-SHA1 (patch-common_xfdesktop-common.h) = b7ef1fcb25012864706eea2e233955cfb9ba1bf7
+SHA1 (xfdesktop-4.14.1.tar.bz2) = 2332b02c131d5ced61bf6276deef23d69bf852c6
+RMD160 (xfdesktop-4.14.1.tar.bz2) = b49d77ad809a9b1dd125b6bd5f4a5fc5a63df1d6
+SHA512 (xfdesktop-4.14.1.tar.bz2) = 05e8e79efe9683d46e69375eb5c3f1d923b5e875bc7dbb8f9405338e44ae0c48172af119c5e7b141595c38b8de00c58c21f7b7d218737f5ddc2428fd7aa4bc6c
+Size (xfdesktop-4.14.1.tar.bz2) = 1533788 bytes
+SHA1 (patch-common_xfdesktop-common.h) = b32b58bc40c6f328bad54cead10b286f397dcade
diff -r 8985ba389b3d -r af9751e39982 x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
--- a/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h Sat Aug 17 19:26:33 2019 +0000
+++ b/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h Sat Aug 17 19:40:25 2019 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-common_xfdesktop-common.h,v 1.4 2019/01/18 14:34:48 youri Exp $
+$NetBSD: patch-common_xfdesktop-common.h,v 1.5 2019/08/17 19:40:25 gutteridge Exp $
Use the blue background by default.
---- common/xfdesktop-common.h.orig 2018-06-07 19:37:55.000000000 +0000
+--- common/xfdesktop-common.h.orig 2019-08-11 20:21:03.000000000 +0000
+++ common/xfdesktop-common.h
@@ -35,7 +35,7 @@
#include <stdarg.h>
#define XFDESKTOP_CHANNEL "xfce4-desktop"
--#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-teal.jpg"
-+#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.jpg"
+-#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-stripes.png"
++#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.png"
#define DEFAULT_ICON_FONT_SIZE 12
#define DEFAULT_ICON_SIZE 48
#define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN)
Home |
Main Index |
Thread Index |
Old Index