|
@@ -1,6 +1,6 @@
|
|
%define pkg_name xmonad
|
|
%define pkg_name xmonad
|
|
-%define pkg_version 0.13
|
|
+%define pkg_version 0.14
|
|
-%define pkg_release 3%{?_dist_release}
|
|
+%define pkg_release 2%{?_dist_release}
|
|
|
|
|
|
Summary: Lightweight X11 window manager written in Haskell
|
|
Summary: Lightweight X11 window manager written in Haskell
|
|
Summary(ja): Haskellで書かれたタイル型ウィンドウマネージャ
|
|
Summary(ja): Haskellで書かれたタイル型ウィンドウマネージャ
|
|
@@ -15,10 +15,10 @@ URL: http://hackage.haskell.org
|
|
Source0: packages
|
|
Source0: packages
|
|
Source1: xmonad.desktop
|
|
Source1: xmonad.desktop
|
|
|
|
|
|
-# Patch for building ghc-8.4
|
|
+# # Patch for building ghc-8.4
|
|
-Source2: xmonad-0.13_using_ghc-8.4.patch
|
|
+# Source2: xmonad-0.13_using_ghc-8.4.patch
|
|
|
|
|
|
-Source11: X11-1.8.tar.gz
|
|
+Source11: X11-1.9.tar.gz
|
|
Source12: X11.cabal
|
|
Source12: X11.cabal
|
|
Source13: extensible-exceptions-0.1.1.4.tar.gz
|
|
Source13: extensible-exceptions-0.1.1.4.tar.gz
|
|
Source14: extensible-exceptions.cabal
|
|
Source14: extensible-exceptions.cabal
|
|
@@ -26,7 +26,7 @@ Source15: setlocale-1.0.0.6.tar.gz
|
|
Source16: setlocale.cabal
|
|
Source16: setlocale.cabal
|
|
Source17: utf8-string-1.0.1.1.tar.gz
|
|
Source17: utf8-string-1.0.1.1.tar.gz
|
|
Source18: utf8-string.cabal
|
|
Source18: utf8-string.cabal
|
|
-Source19: xmonad-0.13.tar.gz
|
|
+Source19: xmonad-0.14.tar.gz
|
|
Source20: xmonad.cabal
|
|
Source20: xmonad.cabal
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -42,10 +42,17 @@ BuildRequires: libghc-semigroups
|
|
|
|
|
|
BuildRequires: xorg-x11-devel
|
|
BuildRequires: xorg-x11-devel
|
|
BuildRequires: libXrandr-devel libXinerama-devel
|
|
BuildRequires: libXrandr-devel libXinerama-devel
|
|
|
|
+BuildRequires: libXScrnSaver-devel
|
|
BuildRequires: docbook-utils docbook-utils-pdf docbook-style-xsl
|
|
BuildRequires: docbook-utils docbook-utils-pdf docbook-style-xsl
|
|
|
|
|
|
Requires: libXrandr-devel libXinerama-devel
|
|
Requires: libXrandr-devel libXinerama-devel
|
|
|
|
+Requires: libXScrnSaver-devel
|
|
Requires: haskell-platform-dep
|
|
Requires: haskell-platform-dep
|
|
|
|
+Requires: libghc-data-default-class
|
|
|
|
+Requires: libghc-dlist
|
|
|
|
+Requires: libghc-old-locale
|
|
|
|
+Requires: libghc-data-default
|
|
|
|
+Requires: libghc-semigroups
|
|
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -106,10 +113,6 @@ for pkg in `tail -n 1 %{SOURCE0}`; do
|
|
%{__tar} xzf %{_sourcedir}/${pkg}.tar.gz
|
|
%{__tar} xzf %{_sourcedir}/${pkg}.tar.gz
|
|
pushd ${pkg}
|
|
pushd ${pkg}
|
|
%ghc_fix_dependencies ${pkg}
|
|
%ghc_fix_dependencies ${pkg}
|
|
-
|
|
|
|
- # Patch for building ghc-8.4
|
|
|
|
- %{__patch} -p1 < %{SOURCE2}
|
|
|
|
-
|
|
|
|
%cabal_configure2 %{name} %{name}-%{version}
|
|
%cabal_configure2 %{name} %{name}-%{version}
|
|
%cabal_build
|
|
%cabal_build
|
|
%cabal_haddock
|
|
%cabal_haddock
|
|
@@ -162,6 +165,14 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Aug 08 2018 Toshiaki Ara <ara_t@384.jp> 0.14-2
|
|
|
|
+- add Requires: libXScrnSaver-devel
|
|
|
|
+
|
|
|
|
+* Wed Aug 08 2018 Toshiaki Ara <ara_t@384.jp> 0.14-1
|
|
|
|
+- update to 0.14
|
|
|
|
+- add BuildRequires: libXScrnSaver-devel for X11-1.9
|
|
|
|
+- drop Patch2
|
|
|
|
+
|
|
* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13-3
|
|
* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13-3
|
|
- build using ghc-8.4.3
|
|
- build using ghc-8.4.3
|
|
|
|
|