Merge pull request #2917 from teh-jazzman/run-mailcap
run-mailcap: update to 3.59
This commit is contained in:
commit
5416b96e61
3 changed files with 44 additions and 27 deletions
|
@ -1,25 +0,0 @@
|
|||
Remove mention of the "view" alias from the manpage.
|
||||
It won't be installed as it would conflict with vi packages.
|
||||
|
||||
Remove mention of the "update-mime" tool from the manpage.
|
||||
It won't be installed as it is specific to Debian packages.
|
||||
|
||||
--- run-mailcap.man.orig 2014-12-28 07:06:43.000000000 +0100
|
||||
+++ run-mailcap.man 2015-01-14 20:40:31.550692133 +0100
|
||||
@@ -4,7 +4,7 @@
|
||||
.\"
|
||||
.TH RUN-MAILCAP 1 "1st Jan 2008" "Debian Project" "Run Mailcap Programs"
|
||||
.SH NAME
|
||||
-run-mailcap, view, see, edit, compose, print \- execute programs via entries in the
|
||||
+run-mailcap, see, edit, compose, print \- execute programs via entries in the
|
||||
.I mailcap
|
||||
file
|
||||
.SH SYNOPSIS
|
||||
@@ -81,7 +81,6 @@
|
||||
Displays the found command without actually executing it.
|
||||
.SH "SEE ALSO"
|
||||
.BR file "(1)"
|
||||
-.BR update-mime "(8)"
|
||||
.SH AUTHOR
|
||||
.B run-mailcap
|
||||
(and its aliases) was written by Brian White <bcwhite@pobox.com>.
|
41
srcpkgs/run-mailcap/patches/manpages.patch
Normal file
41
srcpkgs/run-mailcap/patches/manpages.patch
Normal file
|
@ -0,0 +1,41 @@
|
|||
Remove mention of the "view" alias from the manpages.
|
||||
It won't be installed as it would conflict with vi packages.
|
||||
|
||||
Remove mention of the "update-mime" tool from the manpages.
|
||||
It won't be installed as it is specific to Debian packages.
|
||||
|
||||
Remove mention of the "mailcap.order" file from the manpages.
|
||||
It won't be installed as it is specific to Debian packages.
|
||||
|
||||
--- run-mailcap.man.orig 2015-11-07 11:28:57.466018942 +0100
|
||||
+++ run-mailcap.man 2015-11-07 11:37:38.102042173 +0100
|
||||
@@ -4,7 +4,7 @@
|
||||
.\"
|
||||
.TH RUN-MAILCAP 1 "1st Jan 2008" "Debian Project" "Run Mailcap Programs"
|
||||
.SH NAME
|
||||
-run-mailcap, view, see, edit, compose, print \- execute programs via entries in the
|
||||
+run-mailcap, see, edit, compose, print \- execute programs via entries in the
|
||||
.I mailcap
|
||||
file
|
||||
.SH SYNOPSIS
|
||||
@@ -89,8 +89,6 @@
|
||||
.SH "SEE ALSO"
|
||||
.BR file "(1)"
|
||||
.BR mailcap "(5)"
|
||||
-.BR mailcap.order "(5)"
|
||||
-.BR update-mime "(8)"
|
||||
.SH AUTHOR
|
||||
.B run-mailcap
|
||||
(and its aliases) was written by Brian White <bcwhite@pobox.com>.
|
||||
|
||||
--- mailcap.man.orig 2015-11-07 11:43:49.604058749 +0100
|
||||
+++ mailcap.man 2015-11-07 11:46:29.410065880 +0100
|
||||
@@ -53,8 +53,6 @@
|
||||
$HOME/.mailcap:/etc/mailcap:/usr/share/etc/mailcap:/usr/local/etc/mailcap -- default path for mailcap files.
|
||||
.SH SEE ALSO
|
||||
.BR run-mailcap "(1)",
|
||||
-.BR mailcap.order "(5)",
|
||||
-.BR update-mime "(8)"
|
||||
|
||||
RFC 1524 (<http://tools.ietf.org/html/rfc1524>)
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'run-mailcap'
|
||||
pkgname="run-mailcap"
|
||||
version="3.58"
|
||||
version="3.59"
|
||||
revision=1
|
||||
short_desc="Execute programs via entries in the mailcap file"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="Public Domain"
|
||||
homepage="http://packages.ubuntu.com/vivid/mime-support"
|
||||
distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.gz"
|
||||
checksum="359014c892432870e43b153287391d1212efd7b8ed8571508a65b6aa0488a17d"
|
||||
checksum="55ee4350da8425fb65e7c9b60518e20de09c5a72d08148e644fcefe7abf9c83d"
|
||||
wrksrc="mime-support-${version}ubuntu1"
|
||||
noarch=1
|
||||
depends="perl"
|
||||
|
@ -17,6 +17,7 @@ do_install() {
|
|||
|
||||
vbin run-mailcap
|
||||
vman run-mailcap.man run-mailcap.1
|
||||
vman mailcap.man mailcap.1
|
||||
cd ${DESTDIR}/usr/bin
|
||||
for a in ${_aliases}; do
|
||||
ln -sf run-mailcap ${a}
|
||||
|
|
Loading…
Reference in a new issue