Package Details: tramp 2.7.0-1

Git Clone URL: https://aur.archlinux.org/tramp.git (read-only, click to copy)
Package Base: tramp
Description: emacs extension that provides transparent remote file editing
Upstream URL: http://www.gnu.org/software/tramp/
Licenses: GPL
Submitter: ndowens
Maintainer: adsun
Last Packager: adsun
Votes: 13
Popularity: 0.000000
First Submitted: 2009-06-13 07:42 (UTC)
Last Updated: 2023-12-30 12:02 (UTC)

Latest Comments

« First ‹ Previous 1 2

haawda commented on 2012-03-19 13:30 (UTC)

Adopted, updated with a somewhat hackish info file support and a documentation in .dvi format.

haawda commented on 2011-04-12 16:27 (UTC)

Sorry, but my info given below was wrong. The !docs option only applies to the directories given in the variable DOC_DIRS in makepkg.conf. In former days this variable included the info directories. But now it does not anymore.

<deleted-account> commented on 2011-04-12 11:55 (UTC)

Ah, I could've sworn it installed for me. Regardless, I've updated the PKGBUILD to use both !docs and a manual rm. Not sure why !docs doesn't work as expected..

Sara commented on 2011-04-12 05:53 (UTC)

The "!docs" option does not suffice: I still get the "tramp: /usr/share/info/tramp.gz exists in filesystem" error. However, adding in the lines to remove the documentation after the "make DESTDIR" line does work.

Sara commented on 2011-04-09 17:22 (UTC)

I think he suggested removing the info files because they conflict with the documentation that ships with emacs (for me, at least, that was a problem, until I applied his suggestion).

haawda commented on 2011-01-06 17:31 (UTC)

Why removing $pkgdir/usr/share/info at all? Info files are a nice thing! Anyway, if you decide to do so, you can say options=('!docs')

sergej commented on 2011-01-05 20:54 (UTC)

do it in PKGBUILD: rm -rf $pkgdir/usr/share/info rm -rf $pkgdir/usr/share/doc/dir after "make DESTDIR=$pkgdir/ install" line

sergej commented on 2010-11-03 14:07 (UTC)

You should fix .install rm -rf "$pkgdir"/usr/share/info rm -rf "$pkgdir"/usr/share/doc/dir in post_install is very bad idea.