desktop/xmonad: Updated for version 0.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7955471af2
commit
e4ce7ac806
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xmonad
|
||||
VERSION=${VERSION:-0.15}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.17.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -131,7 +131,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
cp -a \
|
||||
CHANGES.md CONFIG LICENSE README.md STYLE \
|
||||
CHANGES.md CONTRIBUTING.md INSTALL.md LICENSE MAINTAINERS.md README.md TUTORIAL.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmonad"
|
||||
VERSION="0.15"
|
||||
VERSION="0.17.0"
|
||||
HOMEPAGE="https://xmonad.org/"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/xmonad/0.15/xmonad-0.15.tar.gz"
|
||||
MD5SUM="3a45ffb3a46482da8d94873c48a79dfa"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/xmonad/0.17.0/xmonad-0.17.0.tar.gz"
|
||||
MD5SUM="de60dc159159a1ed909fd22ff899d1eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-X11 haskell-data-default haskell-extensible-exceptions haskell-setlocale haskell-utf8-string"
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
--- xmonad.cabal.orig 2012-05-16 01:04:06.426000004 +0300
|
||||
+++ xmonad.cabal 2012-05-16 01:04:39.336999960 +0300
|
||||
@@ -32,6 +32,10 @@
|
||||
description: Testing mode, only build minimal components
|
||||
default: False
|
||||
|
||||
+flag threaded
|
||||
+ description: Use threaded runtime for xmonad binary
|
||||
+ default: False
|
||||
+
|
||||
library
|
||||
exposed-modules: XMonad
|
||||
XMonad.Main
|
||||
@@ -88,3 +96,5 @@
|
||||
ghc-options: -Werror
|
||||
if flag(testing) && flag(small_base)
|
||||
build-depends: filepath, process, directory, mtl, unix, X11, base, containers, random, extensible-exceptions
|
||||
+ if flag(threaded)
|
||||
+ ghc-options: -threaded
|
Loading…
Reference in New Issue