Accepting request 459643 from home:okurz:branches:X11:windowmanagers

Ensure a valid mailbox check tool (bsc#1026134)

OBS-URL: https://build.opensuse.org/request/show/459643
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=69
This commit is contained in:
Tomáš Chvátal 2017-02-22 10:24:48 +00:00 committed by Git OBS Bridge
parent f5249fe7fa
commit 4a3c4cfb1e
3 changed files with 25 additions and 1 deletions

14
icewm-mail.patch Normal file
View File

@ -0,0 +1,14 @@
diff -Naur icewm-1.3.12.orig/src/default.h icewm-1.3.12/src/default.h
--- icewm-1.3.12.orig/src/default.h 2015-12-17 02:17:06.000000000 +0100
+++ icewm-1.3.12/src/default.h 2017-02-20 15:58:12.275577702 +0100
@@ -174,8 +174,8 @@
#endif
XSV(const char *, mailBoxPath, 0)
-XSV(const char *, mailCommand, "xterm -name alpine -title ALPINE -e alpine")
-XSV(const char *, mailClassHint, "alpine.XTerm")
+XSV(const char *, mailCommand, "xterm -name mutt -e mutt")
+XSV(const char *, mailClassHint, "mutt.XTerm")
XSV(const char *, newMailCommand, 0)
XSV(const char *, lockCommand, 0)
XSV(const char *, clockCommand, "xclock -name icewm -title Clock")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 22 10:19:04 UTC 2017 - okurz@suse.com
- Ensure a valid mailbox check tool (bsc#1026134)
Merged upstream contribution https://github.com/bbidulock/icewm/pull/108
-------------------------------------------------------------------
Thu Aug 25 10:00:58 UTC 2016 - fvogt@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package icewm
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,6 +34,9 @@ Patch1: icewm-susemenu.patch
Patch2: icewm-session-desktop.patch
# PATCH-FIX-OPENSUSE run shutdown and reboot in background
Patch3: icewm-exit-fork.patch
# Fix for bsc#1026134, replace alpine by an alternative being available by
# default on SLE/openSUSE, same as done on Debian
Patch4: icewm-mail.patch
Patch99: icewm-preferences.patch
BuildRequires: autoconf
BuildRequires: automake
@ -137,6 +140,7 @@ mailbox status, and a digital clock. It is fast and small.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
# Do not require needlessly new gettext.
sed -i 's/0.19.6/0.18.3/g' configure.ac