summarylogtreecommitdiffstats
path: root/engauge.install
diff options
context:
space:
mode:
authorshmilee2017-04-07 13:02:32 +0800
committershmilee2017-04-07 13:21:15 +0800
commit88d7ede39181c1d43216e35a7f3ec49741af54cf (patch)
tree6a555847461e08c16627e3197d1535faea3b6c8c /engauge.install
parent9451a5c2e75d99c00991e948524bc41d851cbe67 (diff)
downloadaur-88d7ede39181c1d43216e35a7f3ec49741af54cf.tar.gz
add translations, help files, jpeg2000 and PDF support
* about depends: ``` [$]ldd engauge|grep -E 'png|jp|poppler' libopenjp2.so.7 => /usr/lib/libopenjp2.so.7 (0x00007fb719897000) libpoppler-qt5.so.1 => /usr/lib/libpoppler-qt5.so.1 (0x00007fb71961d000) libpoppler.so.66 => /usr/lib/libpoppler.so.66 (0x00007fb715fb9000) libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fb715643000) libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007fb7131ba000) ``` * no file /usr/share/doc/engauge/usermanual * add a shell script wrapper for engauge
Diffstat (limited to 'engauge.install')
-rw-r--r--engauge.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/engauge.install b/engauge.install
index b8906aff7a30..7117e312b9d3 100644
--- a/engauge.install
+++ b/engauge.install
@@ -1,6 +1,6 @@
post_install() {
- echo "To read the manual from within engauge, "
- echo "run engauge the following way:"
- echo "engauge -manual /usr/share/engauge/doc/usermanual/"
- echo "Or set the variable ENGAUGE_USERMANUL accordingly."
+ echo "If you want several sample image files that may be imported into Engauge Digitizer, "
+ echo "please install engauge-samples:"
+ echo "sudo pacman -S engauge-samples"
+ echo "The files are in directory /usr/share/doc/engauge-digitizer/samples/"
}