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: Tue Jun 14 13:09:47 UTC 2016
Modified Files:
pkgsrc/x11/xfce4-desktop: PLIST distinfo
Added Files:
pkgsrc/x11/xfce4-desktop/patches: patch-backgrounds_Makefile.in
patch-common_xfdesktop-common.h
Log Message:
Use the blue background by default, the teal background looks bad.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-desktop/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfce4-desktop/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in \
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/PLIST
diff -u pkgsrc/x11/xfce4-desktop/PLIST:1.23 pkgsrc/x11/xfce4-desktop/PLIST:1.24
--- pkgsrc/x11/xfce4-desktop/PLIST:1.23 Tue Apr 21 08:56:43 2015
+++ pkgsrc/x11/xfce4-desktop/PLIST Tue Jun 14 13:09:47 2016
@@ -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
Index: pkgsrc/x11/xfce4-desktop/distinfo
diff -u pkgsrc/x11/xfce4-desktop/distinfo:1.24 pkgsrc/x11/xfce4-desktop/distinfo:1.25
--- pkgsrc/x11/xfce4-desktop/distinfo:1.24 Wed Nov 4 03:29:05 2015
+++ pkgsrc/x11/xfce4-desktop/distinfo Tue Jun 14 13:09:47 2016
@@ -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
Added files:
Index: pkgsrc/x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in
diff -u /dev/null pkgsrc/x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in:1.1
--- /dev/null Tue Jun 14 13:09:47 2016
+++ pkgsrc/x11/xfce4-desktop/patches/patch-backgrounds_Makefile.in Tue Jun 14 13:09:47 2016
@@ -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
Index: pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h
diff -u /dev/null pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h:1.1
--- /dev/null Tue Jun 14 13:09:47 2016
+++ pkgsrc/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h Tue Jun 14 13:09:47 2016
@@ -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