pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc asciidoc: Install default themes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c1680df3356
branches:  trunk
changeset: 451771:1c1680df3356
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 01 10:03:33 2021 +0000

description:
asciidoc: Install default themes.

diffstat:

 textproc/asciidoc/Makefile |  6 +++---
 textproc/asciidoc/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r c605a04f61db -r 1c1680df3356 textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Sat May 01 09:04:57 2021 +0000
+++ b/textproc/asciidoc/Makefile        Sat May 01 10:03:33 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2021/04/21 11:42:46 adam Exp $
+# $NetBSD: Makefile,v 1.60 2021/05/01 10:03:33 nia Exp $
 
 DISTNAME=      asciidoc-9.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=asciidoc/}
 GITHUB_PROJECT=        asciidoc-py3
@@ -58,7 +58,7 @@
        ${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
        ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DESTDIR}${DOCDIR}
        cd ${WRKSRC} && pax -wr -pma *.conf filters docbook-xsl/*.xsl \
-               stylesheets/*.css javascripts/*.js images/* dblatex/* \
+               stylesheets/*.css javascripts/*.js images/* dblatex/* themes/* \
                ${DESTDIR}${PREFIX}/share/asciidoc/.
 
 do-test:
diff -r c605a04f61db -r 1c1680df3356 textproc/asciidoc/PLIST
--- a/textproc/asciidoc/PLIST   Sat May 01 09:04:57 2021 +0000
+++ b/textproc/asciidoc/PLIST   Sat May 01 10:03:33 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/05/03 12:03:51 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/05/01 10:03:33 nia Exp $
 bin/a2x
 bin/asciidoc
 man/man1/a2x.1
@@ -98,6 +98,8 @@
 share/asciidoc/stylesheets/toc2.css
 share/asciidoc/stylesheets/xhtml11-quirks.css
 share/asciidoc/text.conf
+share/asciidoc/themes/flask/flask.css
+share/asciidoc/themes/volnitsky/volnitsky.css
 share/asciidoc/xhtml11-quirks.conf
 share/asciidoc/xhtml11.conf
 share/doc/asciidoc/asciidoc.txt



Home | Main Index | Thread Index | Old Index