[arch-commits] Commit in pandoc/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 21 18:34:32 UTC 2018


    Date: Monday, May 21, 2018 @ 18:34:31
  Author: felixonmars
Revision: 326500

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/PKGBUILD
    (from rev 326499, pandoc/trunk/PKGBUILD)
Deleted:
  pandoc/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  128 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 18:34:01 UTC (rev 326499)
+++ PKGBUILD	2018-05-21 18:34:31 UTC (rev 326500)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=pandoc
-pkgver=2.2.1
-pkgrel=11
-pkgdesc="Conversion between markup formats"
-url="http://pandoc.org"
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
-         'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring'
-         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm'
-         'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob'
-         'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
-         'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-http-client-tls'
-         'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
-         'haskell-network' 'haskell-pandoc-types' 'haskell-random'
-         'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
-         'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml'
-         'haskell-yaml' 'haskell-zlib')
-optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
-            'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter'
-            'texlive-core: for pdf output')
-conflicts=('haskell-pandoc')
-replaces=('haskell-pandoc')
-makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
-             'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
-
-prepare() {
-    cd "${srcdir}/$pkgname-${pkgver}"
-    # TODO: find a better solution
-    sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
-    runhaskell Setup build
-    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
-}
-
-check() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
-}
-
-package() {
-    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"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
-}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 326499, pandoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-21 18:34:31 UTC (rev 326500)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org"
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
+         'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring'
+         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm'
+         'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob'
+         'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+         'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-http-client-tls'
+         'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+         'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+         'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+         'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml'
+         'haskell-yaml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
+            'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter'
+            'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
+             'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
+
+prepare() {
+    cd "${srcdir}/$pkgname-${pkgver}"
+    # TODO: find a better solution
+    sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
+    runhaskell Setup build
+    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
+}
+
+check() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+    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"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}



More information about the arch-commits mailing list