diff options
author | Bending Unit 647 <bender647[at]gmail[dot]com> | 2011-03-04 08:33:06 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-04 08:33:06 -0300 |
commit | ad8af4b8a7ea7cf9dfc488faf392e9a308d478b9 (patch) | |
tree | 0a329a7feb36a9476e9f5ea413e16d99be336bb9 /office | |
parent | 648d3ff502a56cbd81effcc477de1b3c2c0542e8 (diff) | |
download | slackbuilds-ad8af4b8a7ea7cf9dfc488faf392e9a308d478b9.tar.gz |
office/elyxer: Updated for version 1.2.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/elyxer/README | 4 | ||||
-rw-r--r-- | office/elyxer/elyxer.SlackBuild | 7 | ||||
-rw-r--r-- | office/elyxer/elyxer.info | 8 | ||||
-rw-r--r-- | office/elyxer/elyxer.sh | 2 | ||||
-rw-r--r-- | office/elyxer/slack-desc | 7 |
5 files changed, 14 insertions, 14 deletions
diff --git a/office/elyxer/README b/office/elyxer/README index fcedeef239..1d875e34ca 100644 --- a/office/elyxer/README +++ b/office/elyxer/README @@ -1,4 +1,6 @@ eLyXer (pronounced elixir) is a LyX to HTML converter. Using eLyXer, you can build a web representation of your documentation written with LyX. -eLyXer is a python module, but a wrapper script is provided. +As of version 1.2.0, eLyXer is installed as a script instead of a Python +module. After installation, in Lyx, select Tools->Reconfigure to configure +the HTML export to use the new script. diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild index f229b65a73..d46089a698 100644 --- a/office/elyxer/elyxer.SlackBuild +++ b/office/elyxer/elyxer.SlackBuild @@ -5,7 +5,7 @@ # Written by Bending Unit 647 <bender647[at]gmail[dot]com> PRGNAM=elyxer -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,8 +54,9 @@ find . \ python setup.py install --root=$PKG mkdir -p $PKG/usr/bin -cat $CWD/elyxer.sh > $PKG/usr/bin/elyxer -chmod 0755 $PKG/usr/bin/elyxer +cd $PKG/usr/bin + ln -s elyxer.py elyxer +cd - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/office/elyxer/elyxer.info b/office/elyxer/elyxer.info index 62bd0a4973..7510dae06c 100644 --- a/office/elyxer/elyxer.info +++ b/office/elyxer/elyxer.info @@ -1,10 +1,10 @@ PRGNAM="elyxer" -VERSION="1.1.2" +VERSION="1.2.0" HOMEPAGE="http://elyxer.nongnu.org/" -DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.1.2.tar.gz" +DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.2.0.tar.gz" DOWNLOAD_x86_64="" -MD5SUM="dc1e5e59ac7ef2b62e7dff35a1ced411" +MD5SUM="abd4e3dfb0f6f232bac9ee7d70b87e92" MD5SUM_x86_64="" MAINTAINER="Bending Unit 647" EMAIL="bender647[at]gmail[dot]com" -APPROVED="Erik Hanson" +APPROVED="Niels Horn" diff --git a/office/elyxer/elyxer.sh b/office/elyxer/elyxer.sh deleted file mode 100644 index 98e1424779..0000000000 --- a/office/elyxer/elyxer.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -python -m elyxer "$@" diff --git a/office/elyxer/slack-desc b/office/elyxer/slack-desc index de438d90a2..38791c0ca2 100644 --- a/office/elyxer/slack-desc +++ b/office/elyxer/slack-desc @@ -4,14 +4,13 @@ # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. - |-----handy-ruler------------------------------------------------------| elyxer: elyxer (Lyx to HTML converter) elyxer: elyxer: eLyXer is a LyX to HTML converter, implemented as a python module. -elyxer: While there are a ton of such projects all over the web, eLyXer has -elyxer: a clear focus on flexibility and elegant output. Installing eLyXer -elyxer: adds HTML export capability to LyX. +elyxer: While there are a ton of such projects all over the web, eLyXer has a +elyxer: clear focus on flexibility and elegant output. Installing eLyXer adds +elyxer: HTML export capability to LyX. elyxer: elyxer: Project website: http://elyxer.nongnu.org/ elyxer: |