From 44eadbc908f4895d1a7cd28de1139283b4f9f1e6 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 25 Nov 2014 20:49:29 -0500 Subject: [PATCH] Add autostart file for WindowMaker Upgrade to WindowMaker-0.95.6. --- config/packages-list | 2 +- stage4/misc/WindowMaker/autostart | 3 +++ ...h => WindowMaker-0.95.6-remove-inexistent-icons-path.patch} | 0 stage4/pkg/WindowMaker | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 stage4/misc/WindowMaker/autostart rename stage4/patches/common/{WindowMaker-0.95.5-remove-inexistent-icons-path.patch => WindowMaker-0.95.6-remove-inexistent-icons-path.patch} (100%) diff --git a/config/packages-list b/config/packages-list index 95875f2..caf8406 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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 index 0000000..cfe2966 --- /dev/null +++ b/stage4/misc/WindowMaker/autostart @@ -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.6-remove-inexistent-icons-path.patch similarity index 100% rename from stage4/patches/common/WindowMaker-0.95.5-remove-inexistent-icons-path.patch rename to stage4/patches/common/WindowMaker-0.95.6-remove-inexistent-icons-path.patch diff --git a/stage4/pkg/WindowMaker b/stage4/pkg/WindowMaker index d5b0e2c..572a2a4 100644 --- a/stage4/pkg/WindowMaker +++ b/stage4/pkg/WindowMaker @@ -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 } -- 2.20.1