Search Criteria
Package Details: texlive-pgfopts 2.1a-2
Git Clone URL: | https://aur.archlinux.org/texlive-pgfopts.git (read-only, click to copy) |
---|---|
Package Base: | texlive-pgfopts |
Description: | LaTeX package options with pgfkeys |
Upstream URL: | https://www.ctan.org/pkg/pgfopts?lang=en |
Licenses: | |
Submitter: | blm768 |
Maintainer: | blm768 |
Last Packager: | blm768 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-15 21:02 |
Last Updated: | 2018-11-03 05:06 |
Latest Comments
aichingm commented on 2018-10-16 12:49
pkgrel mismatch in PKGBUILD and .SRCINFO. Update pkgrel in .SRCINFO from 1 to 2.
blm768 commented on 2018-05-03 17:58
@salvatoreG: I don't see any references to tikz-uml in the source for this package. I think the dependency goes the other way; tikz-uml depends on this package.
salvatoreG commented on 2018-05-03 11:17
Shouldn't texlive-tikz-uml be added as a dependency?
blm768 commented on 2017-04-01 03:26
@jptiz: Good catch. I'm not sure how that even worked before. Should be fixed now.
jptiz commented on 2017-03-31 21:57
I think the LICENSE directory is wrong. At least, everytime I have to install pgfopts, I must edit PKGBUILD.
Basically I get:
install: cannot stat '/tmp/yaourt-tmp-**me**/aur-texlive-pgfopts/src/pgfopts/LICENSE': No such file or directory
PKGBUILD has the line:
install -D -m644 $srcdir/pgfopts/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
Where actually LICENSE is at:
jptiz:manta aur-texlive-pgfopts $ find -name LICENSE
./src/doc/latex/pgfopts/LICENSE
Apparently it's just missing "/doc/latex" in PKGBUILD.