From ad8af4b8a7ea7cf9dfc488faf392e9a308d478b9 Mon Sep 17 00:00:00 2001 From: Bending Unit 647 Date: Fri, 4 Mar 2011 08:33:06 -0300 Subject: office/elyxer: Updated for version 1.2.0. Signed-off-by: Niels Horn --- office/elyxer/README | 4 +++- office/elyxer/elyxer.SlackBuild | 7 ++++--- office/elyxer/elyxer.info | 8 ++++---- office/elyxer/elyxer.sh | 2 -- office/elyxer/slack-desc | 7 +++---- 5 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 office/elyxer/elyxer.sh (limited to 'office') diff --git a/office/elyxer/README b/office/elyxer/README index fcedeef23939..1d875e34ca99 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 f229b65a734b..d46089a698dc 100644 --- a/office/elyxer/elyxer.SlackBuild +++ b/office/elyxer/elyxer.SlackBuild @@ -5,7 +5,7 @@ # Written by Bending Unit 647 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 62bd0a49735a..7510dae06c75 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 98e1424779dd..000000000000 --- 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 de438d90a2fc..38791c0ca233 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: -- cgit v1.2.3