diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-08-18 13:58:01 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-08-18 13:58:01 +0000 |
commit | 310b1aabe24248886ff1b223d6021abf745cff13 (patch) | |
tree | 506472181f54fd5eb9d92cdd17da50f0c339074e /dev-util/helpblocks/files | |
parent | Stable on sparc (diff) | |
download | historical-310b1aabe24248886ff1b223d6021abf745cff13.tar.gz historical-310b1aabe24248886ff1b223d6021abf745cff13.tar.bz2 historical-310b1aabe24248886ff1b223d6021abf745cff13.zip |
Initial version, adapted from dialogblocks ebuild.
Package-Manager: portage-2.1-r2
Diffstat (limited to 'dev-util/helpblocks/files')
-rw-r--r-- | dev-util/helpblocks/files/digest-helpblocks-1.18 | 3 | ||||
-rw-r--r-- | dev-util/helpblocks/files/helpblocks.desktop | 8 | ||||
-rw-r--r-- | dev-util/helpblocks/files/helpblocks.sh | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/helpblocks/files/digest-helpblocks-1.18 b/dev-util/helpblocks/files/digest-helpblocks-1.18 new file mode 100644 index 000000000000..1161e2d73016 --- /dev/null +++ b/dev-util/helpblocks/files/digest-helpblocks-1.18 @@ -0,0 +1,3 @@ +MD5 96ea9b9b0e30e398b70b73678048b191 HelpBlocks-1.18-i386-gtk2-unicode-suse92.tar.gz 3711700 +RMD160 43f316d5712c2ef325d0615200b313c1086307e8 HelpBlocks-1.18-i386-gtk2-unicode-suse92.tar.gz 3711700 +SHA256 081dd68e3cb5b4b6e2d6e8fc951e5e209825ac4c65ef80700118598612788192 HelpBlocks-1.18-i386-gtk2-unicode-suse92.tar.gz 3711700 diff --git a/dev-util/helpblocks/files/helpblocks.desktop b/dev-util/helpblocks/files/helpblocks.desktop new file mode 100644 index 000000000000..5d1985b5e7a7 --- /dev/null +++ b/dev-util/helpblocks/files/helpblocks.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=HelpBlocks +Comment=HTML Help Editor for wxWidgets +Icon=helpblocks.xpm +Exec=/usr/bin/helpblocks +Terminal=false +Type=Application +Categories=GNOME;Application;Development diff --git a/dev-util/helpblocks/files/helpblocks.sh b/dev-util/helpblocks/files/helpblocks.sh new file mode 100644 index 000000000000..7dfc200fe813 --- /dev/null +++ b/dev-util/helpblocks/files/helpblocks.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +export HELPBLOCKSDIR="/opt/helpblocks" +/opt/helpblocks/helpblocks |