haskell/haskell-citeproc-hs: Updated for version 0.3.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ac1f66a4d4
commit
ad4df4c878
|
@ -0,0 +1,15 @@
|
||||||
|
--- citeproc-hs.cabal~ 2013-01-23 15:06:35.000000000 +0200
|
||||||
|
+++ citeproc-hs.cabal 2013-02-25 19:39:32.000000000 +0200
|
||||||
|
@@ -125,10 +125,12 @@
|
||||||
|
|
||||||
|
if flag(hexpat)
|
||||||
|
build-depends: hexpat >= 0.20.2
|
||||||
|
+ extensions: CPP
|
||||||
|
exposed-modules: Text.CSL.Pickle.Hexpat
|
||||||
|
cpp-options: -DUSE_HEXPAT
|
||||||
|
else
|
||||||
|
build-depends: xml
|
||||||
|
+ extensions: CPP
|
||||||
|
exposed-modules: Text.CSL.Pickle.Xml
|
||||||
|
|
||||||
|
if flag(embed_data_files)
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for citeproc-hs
|
# Slackware build script for citeproc-hs
|
||||||
|
|
||||||
# Written by Peter Wang (novalazy@gmail.com)
|
# Written by Peter Wang (novalazy@gmail.com)
|
||||||
# Copyright 2012 Mikko Värri, Finland
|
# Copyright 2013 Mikko Värri, Finland
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=haskell-citeproc-hs
|
PRGNAM=haskell-citeproc-hs
|
||||||
VERSION=${VERSION:-0.3.4}
|
VERSION=${VERSION:-0.3.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -74,6 +74,9 @@ find . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
|
# Fix compilation which is missing a CPP pass
|
||||||
|
patch -p0 <$CWD/citeproc-hs_cabal.patch
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
runghc Setup configure \
|
runghc Setup configure \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="haskell-citeproc-hs"
|
PRGNAM="haskell-citeproc-hs"
|
||||||
VERSION="0.3.4"
|
VERSION="0.3.7"
|
||||||
HOMEPAGE="http://gorgias.mine.nu/repos/citeproc-hs/"
|
HOMEPAGE="http://gorgias.mine.nu/repos/citeproc-hs/"
|
||||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/citeproc-hs/0.3.4/citeproc-hs-0.3.4.tar.gz"
|
DOWNLOAD="http://hackage.haskell.org/packages/archive/citeproc-hs/0.3.7/citeproc-hs-0.3.7.tar.gz"
|
||||||
MD5SUM="3891e64c624454721c7da17b12cd2158"
|
MD5SUM="11add895d1ae41b27dabcaebc0da409c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="haskell-json haskell-pandoc-types haskell-parsec haskell-utf8-string haskell-xml"
|
REQUIRES="haskell-json haskell-pandoc-types haskell-parsec haskell-utf8-string haskell-xml"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
haskell-citeproc-hs: haskell-citeproc-hs (implementation of the Citation Style Language)
|
haskell-citeproc-hs: haskell-citeproc-hs (implementation of the Citation Style Language)
|
||||||
|
|
Loading…
Reference in New Issue