
Applied! magnus:
Sat Jan 16 07:35:39 GMT 2010 magnus@therning.org * Handle change in doc location in GHC 6.12
Content-Description: A darcs patch for your repository!
New patches:
[Handle change in doc location in GHC 6.12 magnus@therning.org**20100116073539 Ignore-this: 8e4a3c6071d7d84c32672284b93a68b0 ] { hunk ./Main.hs 574 , "runhaskell Setup unregister --gen-script || return 1" , "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 -m755 $pkgdir/usr/share/doc/ghc/libraries" - , "ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/libraries/" ++ (display name) + , "install -d -m755 $pkgdir/usr/share/doc/ghc/html/libraries" + , "ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/" ++ (display name) ] else []) ++ hunk ./Main.hs 644 [ "HS_DIR=/usr/share/haskell/" ++ pkgname , "post_install() {" , " ${HS_DIR}/register.sh" - , " (cd /usr/share/doc/ghc/libraries; ./gen_contents_index)" + , " (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)" , "}" , "pre_upgrade() {" , " ${HS_DIR}/unregister.sh" hunk ./Main.hs 651 , "}" , "post_upgrade() {" , " ${HS_DIR}/register.sh" - , " (cd /usr/share/doc/ghc/libraries; ./gen_contents_index)" + , " (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)" , "}" , "pre_remove() {" , " ${HS_DIR}/unregister.sh" hunk ./Main.hs 657 , "}" , "post_remove() {" - , " (cd /usr/share/doc/ghc/libraries; ./gen_contents_index)" + , " (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)" , "}" , "op=$1" , "shift" }
Context:
[Handle versioning of core pacckages Don Stewart
**20090823012112 Ignore-this: de6fc82f7efa8807e731ff55dd824d9d ] [Handles build-tools now Don Stewart **20090821233602 Ignore-this: c92320a6ff2940479fd07862d9d7ec63 ] [Use the archlinux package's support for PKGBUILD Don Stewart **20090815013310 Ignore-this: 5be6377ca3c4e7fe144577bde49561d7 ] [Use new shorter path. Don Stewart **20090814225619 Ignore-this: 2a2ca4d820f353cd2e3b0d91f046bfb1 ] [More accurate dependencies Don Stewart **20090813222140 Ignore-this: faf7fa00a49617686effcda48de0d2ba ] [Bump Don Stewart **20090813205916 Ignore-this: f9b43f61b00e979e13dd6563a1b2a5fa ] [Building haddock sources magnus@therning.org**20090807055321 Ignore-this: a13e8cce33fd8fd0d3cb26827a660d80 Emit code in PKGBUILD and .install to build documentation with haddock and regenerate the documentation index. ] [Support building with new base Don Stewart **20090731202831 Ignore-this: a95a3444a88bb2eaca59b0685b0008cf ] [Add more libs Don Stewart **20090731202822 Ignore-this: 30cfbfc63d55f773ebf7e2d6218973ce ] [Use Control.OldException explicitly magnus@therning.org**20090530093351 Ignore-this: 89ac5a923e7bb3d072adc8f39bfad4c9 ] [Replacing all occurances of $startdir/{pkg,src} magnus@therning.org**20090530091323 Ignore-this: aa69185376663346b3710c7a80a8d388 $startdir should never be used in PKGBUILD, instead $pkgdir and $srcdir should be used instead. Apparently there is no guarantee that $startdir/{pkg,src}==${pkg,src}dir. ] [Handle empty synopsis Don Stewart **20090722204954 Ignore-this: f8d559bd4a242b3c19aac1925be4574e ] [Add more apps Don Stewart **20090722204949 Ignore-this: a7fb099fcfe371596dce469caa04cc83 ] [More libs. Bump version Don Stewart **20090716232512 Ignore-this: e221b428fb338e7848a954fbad4d4105 ] [Makedepends should not duplicate depends array in PKGBUILD Adam Vogt **20090715000131 Ignore-this: 4bdeae96c131df5252c8e347f0866992 This stops yaourt from trying to build dependencies twice when building from AUR. ] [Bump ghc version (probably harmless) Adam Vogt
**20090715000058 Ignore-this: 86f29532fff673cf0aa6c61c6fb7f7b9 ] [Remove trailing whitespace Adam Vogt **20090715000040 Ignore-this: 30cc7fd89b7e99e317b096694315c5a ] [Update versions for 6.10.2 Don Stewart **20090503220339 Ignore-this: 9c7065402eb4b0fa40cb98d78257b1e8 ] [Don't die on meta packages Don Stewart **20090503220326 Ignore-this: 865718094cb482a99e6d218eaffe8bca ] [bump Don Stewart **20090120060802] [more stuff Don Stewart **20090118204158] [tweaks Don Stewart **20090115012123] [Update list to match ghc 6.10 Don Stewart **20090115012027] [Fix type errors Don Stewart **20081211003027 Ignore-this: b04864e1a4ef3f82d14d84a36f8159d9 ] [Bump Don Stewart **20081211002459 Ignore-this: 68ee33c3a389cd2b4be843078c2a2363 ] [Changes for compatability with Cabal>=1.6 Asgaroth **20081210181517] [Bump Don Stewart **20080912223231] [Typo correction in String Constant Matthew William Cox **20080824050628] [more notes Don Stewart **20080819003802] [require cabal > 1.4.0.0 Don Stewart **20080816214330] [typo Don Stewart **20080809221828] [typo Don Stewart **20080809221819] [Add Cabal as always required Don Stewart **20080809221600] [libraries have a "runtime" dep on other libraires Don Stewart **20080731043213] [more tewaks Don Stewart **20080710232737] [bump Don Stewart **20080704172433] [more apps Don Stewart **20080704172421] [Add mozembed Don Stewart **20080624224843] [more stuf Don Stewart **20080622182333] [Add C dependencies support Don Stewart **20080621231902] [more stuff Don Stewart **20080621192207] [more stuff Don Stewart **20080619214200] [bump Don Stewart **20080619154829] [bump version Don Stewart **20080619005235] [more libs Don Stewart **20080619005042] [titles, fftw Don Stewart **20080619001858] [nub Don Stewart **20080618055140] [more stuff Don Stewart **20080618014217] [incorrect bump Don Stewart **20080618002208] [more libraries Don Stewart **20080618001954] [Handle missing LICENSE files Don Stewart **20080617214806] [fix bug with quoting in pkgdesc. Don Stewart **20080617210705] [more libs Don Stewart **20080617001133] [more libs, new env var Don Stewart **20080616215343] [bump version Don Stewart **20080616180921] [add gtk2hs support Don Stewart **20080616180845] [Enough to build 250 libraries Don Stewart **20080616075512] [Add more rules for C libraries Don Stewart **20080616013917] [some more libraries Don Stewart **20080616001949] [depend on new puremd5 Don Stewart **20080613235859] [Determine canonical name for C libraries Don Stewart **20080613211325] [always use hackage url Don Stewart **20080613053013] [0.3.1 Don Stewart **20080613045331] [depend on stable pureMD5 Don Stewart **20080613045238] [add missing libraries and bump version Don Stewart **20080613041415] [bump version Don Stewart **20080613010106] [lowercase Don Stewart **20080613000828] [typo Don Stewart **20080613000354] [tweaks Don Stewart **20080613000100] [Bump version, now produces valid libraries Don Stewart **20080612232452] [Finish off beta version Don Stewart **20080612224944] [more notes Don Stewart **20080612063850] [add build() generation and correct version dep printing Don Stewart **20080612043420] [Initial stab at cabal2arch Don Stewart **20080612012022] Patch bundle hash: 427b9946ab150d0c10337aad8341caf66b4e305c
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell