Add autostart file for WindowMaker
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Nov 2014 01:49:29 +0000 (20:49 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 30 Nov 2014 21:46:13 +0000 (16:46 -0500)
Upgrade to WindowMaker-0.95.6.

config/packages-list
stage4/misc/WindowMaker/autostart [new file with mode: 0644]
stage4/patches/common/WindowMaker-0.95.5-remove-inexistent-icons-path.patch [deleted file]
stage4/patches/common/WindowMaker-0.95.6-remove-inexistent-icons-path.patch [new file with mode: 0644]
stage4/pkg/WindowMaker

index 95875f2..caf8406 100644 (file)
@@ -415,7 +415,7 @@ VTE="vte-0.28.2"
 WEBKIT="webkit-1.8.3"
 WGET="wget-1.14"
 WHICH="which-2.20"
-WINDOWMAKER="WindowMaker-0.95.5"
+WINDOWMAKER="WindowMaker-0.95.6"
 WINDOWMAKER_EXTRA="WindowMaker-extra-0.1"
 WIRELESS_TOOLS="wireless_tools.29"
 WMNOTIFY="wmnotify-1.0.1"
diff --git a/stage4/misc/WindowMaker/autostart b/stage4/misc/WindowMaker/autostart
new file mode 100644 (file)
index 0000000..cfe2966
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+xscreensaver -no-splash &
diff --git a/stage4/patches/common/WindowMaker-0.95.5-remove-inexistent-icons-path.patch b/stage4/patches/common/WindowMaker-0.95.5-remove-inexistent-icons-path.patch
deleted file mode 100644 (file)
index 6f3e13a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur WindowMaker-0.95.4.orig/WindowMaker/Defaults/WindowMaker.in WindowMaker-0.95.4.new/WindowMaker/Defaults/WindowMaker.in
---- WindowMaker-0.95.4.orig/WindowMaker/Defaults/WindowMaker.in        2013-01-09 16:42:39.000000000 -0500
-+++ WindowMaker-0.95.4.new/WindowMaker/Defaults/WindowMaker.in 2013-06-01 12:14:57.943106756 -0400
-@@ -12,11 +12,9 @@
-     "~/GNUstep/Library/Icons",
-     "#pkgdatadir#/Icons",
-     "#pkgdatadir#/Pixmaps",
--    "/usr/include/X11/pixmaps",
-     "~/GNUstep/Library/WindowMaker/Pixmaps",
-     "~/GNUstep/Library/WindowMaker/CachedPixmaps",
-     "/usr/share/icons",
--    "/usr/local/share/pixmaps",
-     "/usr/share/pixmaps"
-   );
-   PixmapPath = (
-@@ -25,8 +23,6 @@
-     "~/GNUstep/Library/WindowMaker/CachedPixmaps",
-     "#pkgdatadir#/Pixmaps",
-     "#pkgdatadir#/Backgrounds",
--    "/usr/include/X11/pixmaps",
--    "/usr/local/share/pixmaps",
-     "/usr/share/pixmaps"
-   );
-   WindowTitleBalloons = YES;
diff --git a/stage4/patches/common/WindowMaker-0.95.6-remove-inexistent-icons-path.patch b/stage4/patches/common/WindowMaker-0.95.6-remove-inexistent-icons-path.patch
new file mode 100644 (file)
index 0000000..6f3e13a
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Naur WindowMaker-0.95.4.orig/WindowMaker/Defaults/WindowMaker.in WindowMaker-0.95.4.new/WindowMaker/Defaults/WindowMaker.in
+--- WindowMaker-0.95.4.orig/WindowMaker/Defaults/WindowMaker.in        2013-01-09 16:42:39.000000000 -0500
++++ WindowMaker-0.95.4.new/WindowMaker/Defaults/WindowMaker.in 2013-06-01 12:14:57.943106756 -0400
+@@ -12,11 +12,9 @@
+     "~/GNUstep/Library/Icons",
+     "#pkgdatadir#/Icons",
+     "#pkgdatadir#/Pixmaps",
+-    "/usr/include/X11/pixmaps",
+     "~/GNUstep/Library/WindowMaker/Pixmaps",
+     "~/GNUstep/Library/WindowMaker/CachedPixmaps",
+     "/usr/share/icons",
+-    "/usr/local/share/pixmaps",
+     "/usr/share/pixmaps"
+   );
+   PixmapPath = (
+@@ -25,8 +23,6 @@
+     "~/GNUstep/Library/WindowMaker/CachedPixmaps",
+     "#pkgdatadir#/Pixmaps",
+     "#pkgdatadir#/Backgrounds",
+-    "/usr/include/X11/pixmaps",
+-    "/usr/local/share/pixmaps",
+     "/usr/share/pixmaps"
+   );
+   WindowTitleBalloons = YES;
index d5b0e2c..572a2a4 100644 (file)
@@ -6,4 +6,6 @@ hvbuild_post()
     var_export   "GNUSTEP_USER_ROOT" /etc/profile
 
     mkdir -p /etc/skel/.GNUstep/{Defaults,Library/WindowMaker}
+
+    install -v -m744 ${SCRDIR}/misc/WindowMaker/autostart /etc/skel/.GNUstep/Library/WindowMaker
 }