[arch-commits] Commit in haskell-filemanip/trunk (PKGBUILD haskell-filemanip.install)
Felix Yan
fyan at archlinux.org
Wed May 25 05:41:56 UTC 2016
Date: Wednesday, May 25, 2016 @ 07:41:55
Author: fyan
Revision: 176600
upgpkg: haskell-filemanip 0.3.6.3-5
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.2 -> 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, wai-3.2.1.1
Modified:
haskell-filemanip/trunk/PKGBUILD
Deleted:
haskell-filemanip/trunk/haskell-filemanip.install
---------------------------+
PKGBUILD | 12 ++++++------
haskell-filemanip.install | 26 --------------------------
2 files changed, 6 insertions(+), 32 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-25 05:41:42 UTC (rev 176599)
+++ PKGBUILD 2016-05-25 05:41:55 UTC (rev 176600)
@@ -5,15 +5,13 @@
_hkgname=filemanip
pkgname=haskell-filemanip
pkgver=0.3.6.3
-pkgrel=4
+pkgrel=5
pkgdesc="Expressive file and directory manipulation for Haskell."
url="http://hackage.haskell.org/package/filemanip"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "sh" "haskell-mtl" "haskell-unix-compat")
-options=('staticlibs')
+depends=("ghc=8.0.1" "sh" "haskell-mtl" "haskell-unix-compat")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-install="${pkgname}.install"
sha256sums=('8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846')
sha512sums=('5cb6ad4e310c1ae3b038ccfa3154536db73145e4dea4a7be1ae0563ba44565494e378fa8e459f449feac2bcc140f1128b0b3ec915acd2300e73cf012ada85160')
@@ -30,13 +28,15 @@
runhaskell Setup haddock
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
}
package() {
cd "${srcdir}/${_hkgname}-${pkgver}"
- install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
- install -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+
+ 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/${pkgname}/html "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
runhaskell Setup copy --destdir="${pkgdir}"
Deleted: haskell-filemanip.install
===================================================================
--- haskell-filemanip.install 2016-05-25 05:41:42 UTC (rev 176599)
+++ haskell-filemanip.install 2016-05-25 05:41:55 UTC (rev 176600)
@@ -1,26 +0,0 @@
-# custom variables
-pkgname=haskell-filemanip
-HS_DIR=usr/share/haskell/${pkgname}
-
-# functions
-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