[arch-commits] Commit in pandoc-citeproc/trunk (2 files)

Felix Yan fyan at archlinux.org
Wed May 25 10:07:07 UTC 2016


    Date: Wednesday, May 25, 2016 @ 12:07:06
  Author: fyan
Revision: 176806

upgpkg: pandoc-citeproc 0.9.1.1-24

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD
Deleted:
  pandoc-citeproc/trunk/haskell-pandoc-citeproc.install

---------------------------------+
 PKGBUILD                        |   13 ++++++-------
 haskell-pandoc-citeproc.install |   18 ------------------
 2 files changed, 6 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-25 10:00:06 UTC (rev 176805)
+++ PKGBUILD	2016-05-25 10:07:06 UTC (rev 176806)
@@ -5,18 +5,17 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
              "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
              "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec"
              "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
              "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
              "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
 sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
 
@@ -31,6 +30,7 @@
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
@@ -46,11 +46,10 @@
 package_haskell-pandoc-citeproc() {
     pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
     depends=("${makedepends[@]}" 'pandoc-citeproc')
-    install="haskell-pandoc-citeproc.install"
 
-    cd "${srcdir}/${pkgbase}-${pkgver}"    
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-    install    -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
     ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
     runhaskell Setup copy --destdir="${pkgdir}"

Deleted: haskell-pandoc-citeproc.install
===================================================================
--- haskell-pandoc-citeproc.install	2016-05-25 10:00:06 UTC (rev 176805)
+++ haskell-pandoc-citeproc.install	2016-05-25 10:07:06 UTC (rev 176806)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}



More information about the arch-commits mailing list