system/nagvis: Fixed build.

privacy.diff patch no longer applied (not needed) and
the docs needed tweaking.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-08-29 18:47:04 +01:00
parent a27f2ba955
commit f8beac1f75
3 changed files with 2 additions and 25 deletions

View File

@ -50,8 +50,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patches thanks to Debian folks!
patch -p1 <$CWD/patches/global.diff
patch -p1 <$CWD/patches/privacy.diff
patch -p1 <$CWD/global.diff
# Remove cruft
find . -type f -name '.gitignore' -exec rm {} \;
@ -64,7 +63,7 @@ cp -a etc/{conf.d,geomap,maps} $PKG/etc/$PRGNAM
cp -a share $PKG/usr/share/$PRGNAM
cp -a docs/{de_DE,en_US,general} $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a nagvis-make-admin $PKG/usr/doc/$PRGNAM-$VERSION/scripts
cp -a ChangeLog LICENCE README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/$PRGNAM/share/userfiles $PKG/var/lib/$PRGNAM
# Put demo maps with documentation

View File

@ -1,22 +0,0 @@
--- nagvis-1.8rc3/docs/en_US/toc.html.orig 2015-01-03 18:19:57.000000000 +0100
+++ nagvis-1.8rc3/docs/en_US/toc.html 2015-02-18 01:49:13.318570773 +0100
@@ -74,7 +74,7 @@
<p>(<font style="color:#ff0000;">*</font>) New in 1.8</p>
<div style="text-align:center;margin-top:20px;">
<p><a href="http://www.nagvis.org" style="margin: 0px;" class="nostyle"><img width="88" height="23" border="0" alt="NagVis Logo" src="../general/img/logo-88x23.png" style="margin: 0px;" /></a></p>
- <p><a href="http://sourceforge.net" style="margin: 0px;" class="nostyle"><img width="88" height="31" border="0" alt="SourceForge.net Logo" src="http://sflogo.sourceforge.net/sflogo.php?group_id=132019&amp;type=1" style="margin: 0px;" /></a></p>
+ <p><a href="http://sourceforge.net" style="margin: 0px;" class="nostyle">SourceForge.net</a></p>
</div>
</body>
</html>
--- nagvis-1.8rc3/docs/de_DE/toc.html.orig 2015-01-03 18:19:57.000000000 +0100
+++ nagvis-1.8rc3/docs/de_DE/toc.html 2015-02-18 01:50:04.417197043 +0100
@@ -77,7 +77,7 @@
-->
<div style="text-align:center;margin-top:20px;">
<p><a href="http://www.nagvis.org" style="margin: 0px;" class="nostyle"><img width="88" height="23" border="0" alt="NagVis Logo" src="../general/img/logo-88x23.png" style="margin: 0px;" /></a></p>
- <p><a href="http://sourceforge.net" style="margin: 0px;" class="nostyle"><img width="88" height="31" border="0" alt="SourceForge.net Logo" src="http://sflogo.sourceforge.net/sflogo.php?group_id=132019&amp;type=1" style="margin: 0px;" /></a></p>
+ <p><a href="http://sourceforge.net" style="margin: 0px;" class="nostyle">SourceForge.net</a></p>
</div>
</body>
</html>