pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-desktop Use the blue background by default, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ce87dec729a
branches:  trunk
changeset: 348481:2ce87dec729a
user:      youri <youri%pkgsrc.org@localhost>
date:      Tue Jun 14 13:09:47 2016 +0000

description:
Use the blue background by default, the teal background looks bad.

diffstat:

 x11/xfce4-desktop/PLIST                                   |   3 +-
 x11/xfce4-desktop/distinfo                                |   4 ++-
 x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in   |  16 +++++++++++++++
 x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h |  15 ++++++++++++++
 4 files changed, 35 insertions(+), 3 deletions(-)

diffs (67 lines):

diff -r 99deba0c6566 -r 2ce87dec729a x11/xfce4-desktop/PLIST
--- a/x11/xfce4-desktop/PLIST   Tue Jun 14 12:13:34 2016 +0000
+++ b/x11/xfce4-desktop/PLIST   Tue Jun 14 13:09:47 2016 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.23 2015/04/21 08:56:43 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.24 2016/06/14 13:09:47 youri 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-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 99deba0c6566 -r 2ce87dec729a x11/xfce4-desktop/distinfo
--- a/x11/xfce4-desktop/distinfo        Tue Jun 14 12:13:34 2016 +0000
+++ b/x11/xfce4-desktop/distinfo        Tue Jun 14 13:09:47 2016 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.24 2015/11/04 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.25 2016/06/14 13:09:47 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 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95
+SHA1 (patch-common_xfdesktop-common.h) = 99264ff6b55f12f1308d85f6e5d67bca5964b2b6
diff -r 99deba0c6566 -r 2ce87dec729a x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in   Tue Jun 14 13:09:47 2016 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-backgrounds_Makefile.in,v 1.1 2016/06/14 13:09:47 youri Exp $
+
+Don't install the teal background.
+
+--- backgrounds/Makefile.in.orig       2016-06-14 12:41:08.000000000 +0000
++++ backgrounds/Makefile.in
+@@ -377,8 +377,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ backgroundsdir = $(datadir)/backgrounds/xfce
+ backgrounds_DATA = \
+-    xfce-blue.jpg \
+-    xfce-teal.jpg
++    xfce-blue.jpg
+ 
+ EXTRA_DIST = $(backgrounds_DATA)
+ all: all-am
diff -r 99deba0c6566 -r 2ce87dec729a x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h Tue Jun 14 13:09:47 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-common_xfdesktop-common.h,v 1.1 2016/06/14 13:09:47 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
+@@ -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_ICON_FONT_SIZE   12
+ #define DEFAULT_ICON_SIZE        48
+ #define ITHEME_FLAGS             (GTK_ICON_LOOKUP_USE_BUILTIN \



Home | Main Index | Thread Index | Old Index