|
@@ -1,6 +1,6 @@
|
|
|
%define pkg_name xmonad-extras
|
|
|
-%define pkg_version 0.13.3
|
|
|
-%define pkg_release 3%{?_dist_release}
|
|
|
+%define pkg_version 0.14
|
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Various modules for xmonad
|
|
|
Summary(ja): xmonadのための様々なモジュール
|
|
@@ -16,16 +16,26 @@ Source0: packages
|
|
|
|
|
|
Source11: alsa-core-0.5.0.1.tar.gz
|
|
|
Source12: alsa-core.cabal
|
|
|
-Source13: libmpd-0.9.0.8.tar.gz
|
|
|
-Source14: libmpd.cabal
|
|
|
-Source15: language-c-0.7.2.tar.gz
|
|
|
+Source13: ghc-paths-0.1.0.9.tar.gz
|
|
|
+Source14: ghc-paths.cabal
|
|
|
+Source15: language-c-0.8.1.tar.gz
|
|
|
Source16: language-c.cabal
|
|
|
-Source17: c2hs-0.28.3.tar.gz
|
|
|
-Source18: c2hs.cabal
|
|
|
-Source19: alsa-mixer-0.2.0.3.tar.gz
|
|
|
-Source20: alsa-mixer.cabal
|
|
|
-Source21: xmonad-extras-0.13.3.tar.gz
|
|
|
-Source22: xmonad-extras.cabal
|
|
|
+Source17: libmpd-0.9.0.8.tar.gz
|
|
|
+Source18: libmpd.cabal
|
|
|
+Source19: transformers-compat-0.6.2.tar.gz
|
|
|
+Source20: transformers-compat.cabal
|
|
|
+Source21: c2hs-0.28.5.tar.gz
|
|
|
+Source22: c2hs.cabal
|
|
|
+Source23: alsa-mixer-0.2.0.3.tar.gz
|
|
|
+Source24: alsa-mixer.cabal
|
|
|
+Source25: exceptions-0.10.0.tar.gz
|
|
|
+Source26: exceptions.cabal
|
|
|
+Source27: temporary-1.3.tar.gz
|
|
|
+Source28: temporary.cabal
|
|
|
+Source29: hint-0.8.0.tar.gz
|
|
|
+Source30: hint.cabal
|
|
|
+Source31: xmonad-extras-0.14.tar.gz
|
|
|
+Source32: xmonad-extras.cabal
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -34,11 +44,13 @@ BuildRequires: xmonad xmonad-contrib
|
|
|
BuildRequires: libffi-devel gmp-devel zlib-devel
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
+BuildRequires: libXScrnSaver-devel
|
|
|
BuildRequires: ncurses-devel
|
|
|
BuildRequires: docbook-utils docbook-utils-pdf docbook-style-xsl
|
|
|
|
|
|
Requires: haskell-platform-dep
|
|
|
Requires: xmonad xmonad-contrib
|
|
|
+Requires: libXScrnSaver-devel
|
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
@@ -102,6 +114,10 @@ popd
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Aug 08 2018 Toshiaki Ara <ara_t@384.jp> 0.14-1
|
|
|
+- update to 0.14
|
|
|
+- add BuildRequires: libXScrnSaver-devel
|
|
|
+
|
|
|
* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13.3-3
|
|
|
- build using ghc-8.4.3
|
|
|
|