diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2013-02-17 10:36:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:41 -0600 |
commit | bca2f5101a3f99663703f526a531edb30fc5cbe2 (patch) | |
tree | 1e3c025992d12ed2dd8ad09e4aa98b8725f90ed7 | |
parent | d688fc8415788ed562637268d9f58fec732b516b (diff) | |
download | slackbuilds-bca2f5101a3f99663703f526a531edb30fc5cbe2.tar.gz |
graphics/teighafileconverter: Updated for version 3.8.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | graphics/teighafileconverter/teighafileconverter.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/teighafileconverter/teighafileconverter.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/teighafileconverter/teighafileconverter.SlackBuild b/graphics/teighafileconverter/teighafileconverter.SlackBuild index 5cdde0042d..bb9165a5f0 100644 --- a/graphics/teighafileconverter/teighafileconverter.SlackBuild +++ b/graphics/teighafileconverter/teighafileconverter.SlackBuild @@ -23,13 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=teighafileconverter -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=i386 ORIG_PRGNAM=TeighaFileConverter +ORIG_VERSION=$(sed 's/\./\.0/' <<< $VERSION) CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -49,11 +50,11 @@ find . -type d -exec chmod 755 {} \; find . \! -name '*.so' \! -name '*.tx*' -type f -exec chmod 644 {} \; mkdir -p $PKG/usr/lib -mv $PKG/usr/bin/${ORIG_PRGNAM}_$VERSION $PKG/usr/lib/$ORIG_PRGNAM +mv $PKG/usr/bin/${ORIG_PRGNAM}_$ORIG_VERSION $PKG/usr/lib/$ORIG_PRGNAM cat $CWD/$PRGNAM.sh > $PKG/usr/bin/$ORIG_PRGNAM chmod 755 $PKG/usr/bin/$ORIG_PRGNAM $PKG/usr/lib/$ORIG_PRGNAM/$ORIG_PRGNAM -mv $PKG/usr/share/applications/${ORIG_PRGNAM}{_$VERSION,}.desktop +mv $PKG/usr/share/applications/${ORIG_PRGNAM}{_$ORIG_VERSION,}.desktop sed -i 's@/usr/bin/@@g' $PKG/usr/share/applications/$ORIG_PRGNAM.desktop mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/graphics/teighafileconverter/teighafileconverter.info b/graphics/teighafileconverter/teighafileconverter.info index 44fdab6783..915855e55c 100644 --- a/graphics/teighafileconverter/teighafileconverter.info +++ b/graphics/teighafileconverter/teighafileconverter.info @@ -1,8 +1,8 @@ PRGNAM="teighafileconverter" -VERSION="3.7.0" +VERSION="3.8.1" HOMEPAGE="http://www.opendesign.com/guestfiles/TeighaFileConverter" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/TeighaFileConverter_3.7.0_i386.deb" -MD5SUM="47aeba257c0b2a4e5320d46075fe4490" +DOWNLOAD="http://www.opendesign.com/files/guestdownloads/TeighaFileConverter/TeighaFileConverter_3.8.1_i386.deb" +MD5SUM="35f6d46cbf1db097f033cf2022d0d8a7" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" |