community/texmf-dist: allow installing duplicate man pages
Merged
requested to merge maribu/aports:community/texmf-dist/fix-doc-subpackges-for-real into master
2 unresolved threads
Compare changes
- Marian Buschsieweke authored
This tries to be a maintainable solution for the issue that both the source repo for the texlive package and the sources for texmf-dist contain man pages for the applications provided by the texlive package. It adds a postfix to the man pages of texmf-dist, so that they can be installed at the same time. This wastes storage space for the duplicates. Especially since the man pages provided by `texlive-doc` should be considered the single source of truth for the man pages, it is suboptimal to have the duplicates. However, is absence of any obvious clean way to remove the duplicates, this may be a sensible alternative.
+ 39
− 64
@@ -3,7 +3,7 @@
@@ -20,9 +20,10 @@ makedepends="
@@ -83,7 +84,12 @@ builddir="$srcdir/texlive-$_release-texmf"
@@ -180,11 +186,11 @@ _pack_collection() {
@@ -276,60 +282,6 @@ package() {
@@ -341,17 +293,33 @@ _subpkg() {
@@ -387,17 +355,24 @@ _lang() {
sorry, checked the build logs first now, is it this that gives
for example? I think it would be better if it was
Note that
man bbl2bib
does work withbbl2bib.1*.gz
, but withbbl2bib-texmf-dist.1.gz
one would have to useman bbl2bib-texmf-dist
to view it.oh, I didn't know, I was just about to push a suggestion with
but you mean, as it was,
man
will also choosebbl2bib.1.gz
overbbl2bib.1*.gz
?Yes, if both are available it prefers the one that has no prefix