XFCE Terminal is now called xfce4-terminal (#1034353)

Reported by Scott Stevenson: since 0.6.0 Terminal was renamed
to xfce4-terminal (F19 shipped with 0.6.2)
This commit is contained in:
Jens Petersen 2013-11-26 13:22:25 +09:00
parent 39c83b6534
commit 87db3385fa
3 changed files with 17 additions and 2 deletions

View File

@ -1 +0,0 @@
ghc-X11 : xmonad ghc-X11-xft :

View File

@ -4,7 +4,7 @@
Name: ghc-%{pkg_name}
Version: 0.11.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Third party extensions for xmonad
License: BSD
@ -14,6 +14,7 @@ Patch0: xmonad-contrib-use_xft-flag.patch
Patch1: xmonad-contrib-0.10-xft-fonts.patch
Patch2: xmonad-contrib-0.10-ewmh-set-NET_WM_STATE.patch
Patch4: xmonad-contrib-0.10-PositionStore-dont-rescale-with-screen.patch
Patch5: xmonad-contrib-0.11.2-xfce4-terminal.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -63,6 +64,7 @@ This package provides the Haskell %{pkg_name} library development files.
%patch1 -p1 -b .orig-misc-fixed
%patch2 -p1 -b .orig-NET_WM_STATE
%patch4 -p1 -b .orig-rescale
%patch5 -p1 -b .orig-Terminal
%build
@ -90,6 +92,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Nov 26 2013 Jens Petersen <petersen@redhat.com> - 0.11.2-3
- XFCE Terminal is now called xfce4-terminal (#1034353)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -0,0 +1,11 @@
--- xmonad-contrib-0.11.2/XMonad/Config/Xfce.hs~ 2013-07-16 11:52:10.000000000 +0900
+++ xmonad-contrib-0.11.2/XMonad/Config/Xfce.hs 2013-11-26 13:16:20.023315724 +0900
@@ -35,7 +35,7 @@
-- For examples of how to further customize @xfceConfig@ see "XMonad.Config.Desktop".
xfceConfig = desktopConfig
- { terminal = "Terminal"
+ { terminal = "xfce4-terminal"
, keys = xfceKeys <+> keys desktopConfig }
xfceKeys (XConfig {modMask = modm}) = M.fromList $