[arch-commits] Commit in id3lib/trunk (20-create-manpages.patch PKGBUILD)

Guillaume Alaux guillaume at nymeria.archlinux.org
Thu Jan 30 20:26:29 UTC 2014


    Date: Thursday, January 30, 2014 @ 21:26:29
  Author: guillaume
Revision: 204897

Added and fixed man pages

Modified:
  id3lib/trunk/20-create-manpages.patch
  id3lib/trunk/PKGBUILD

--------------------------+
 20-create-manpages.patch |    4 ++--
 PKGBUILD                 |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: 20-create-manpages.patch
===================================================================
--- 20-create-manpages.patch	2014-01-30 20:16:10 UTC (rev 204896)
+++ 20-create-manpages.patch	2014-01-30 20:26:29 UTC (rev 204897)
@@ -133,7 +133,7 @@
 +.B \-1, \-\-v1tag
 +Render only the id3v1 tag
 +.TP
-+.B \-1, \-\-v2tag
++.B \-2, \-\-v2tag
 +Render only the id3v2 tag
 +.TP
 +.B \-s, \-\-strip
@@ -181,7 +181,7 @@
 +.B \-1, \-\-v1tag
 +Render only the id3v1 tag
 +.TP
-+.B \-1, \-\-v2tag
++.B \-2, \-\-v2tag
 +Render only the id3v2 tag
 +.TP
 +.B \-h, \-\-help

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-30 20:16:10 UTC (rev 204896)
+++ PKGBUILD	2014-01-30 20:26:29 UTC (rev 204897)
@@ -31,7 +31,7 @@
          '5a78e0fe586fba334eae2a29e4bf5a28'
          '88f21f1bf4f697be8030706bbec11705'
          'b3de841cd2eda0d37c8c8330119e12d4'
-         'd922a91abcdee1ffce26b512b171c2aa'
+         '0c7c939943bdfcc3a0f6be95fe9b2367'
          '74ba59c03f91fedbe4dd8045b29c7e15'
          'd2d06d46df3867d73746f584d1e6fcc5'
          'd3a61d07a2bfa83f4ac6290794789022'
@@ -78,4 +78,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp doc/man/* "${pkgdir}"/usr/share/man/man1
 }




More information about the arch-commits mailing list