From 45e598521689a4f3979c291ff1ab8aeb1aeba336 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 12 May 2010 17:45:05 +0200 Subject: system/chmsee: Updated for version 1.0.3 --- system/chmsee/chmsee.SlackBuild | 12 +++++++----- system/chmsee/chmsee.info | 10 +++++----- system/chmsee/slack-desc | 4 ++-- 3 files changed, 14 insertions(+), 12 deletions(-) (limited to 'system') diff --git a/system/chmsee/chmsee.SlackBuild b/system/chmsee/chmsee.SlackBuild index 3078e2874b..df87f49d41 100644 --- a/system/chmsee/chmsee.SlackBuild +++ b/system/chmsee/chmsee.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for chmsee -# Copyright 2007-2008 Robby Workman - http://rlworkman.net +# Copyright 2007-2009 Robby Workman Northport, Alabama, USA # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chmsee -VERSION=1.0.1 +VERSION=1.0.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,14 +72,16 @@ make install DESTDIR=$PKG ) ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS COPYING ChangeLog INSTALL NEWS* README* TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION + $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/system/chmsee/chmsee.info b/system/chmsee/chmsee.info index c23e1288b8..d16d25c43e 100644 --- a/system/chmsee/chmsee.info +++ b/system/chmsee/chmsee.info @@ -1,8 +1,8 @@ PRGNAM="chmsee" -VERSION="1.0.1" -HOMEPAGE="http://chmsee.gro.clinux.org/" -DOWNLOAD="http://gro.clinux.org/frs/download.php/2245/chmsee-1.0.1.tar.gz" -MD5SUM="0ea3d439ab240f12bc0f35632bbe114d" +VERSION="1.0.3" +HOMEPAGE="http://code.google.com/p/chmsee/" +DOWNLOAD="http://chmsee.googlecode.com/files/chmsee-1.0.3.tar.gz" +MD5SUM="682e26cf366c9f6f01d29329cef48eec" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="Michiel" +APPROVED="dsomero" diff --git a/system/chmsee/slack-desc b/system/chmsee/slack-desc index 1e2ab139cc..78ec1b1bec 100644 --- a/system/chmsee/slack-desc +++ b/system/chmsee/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler----------------------------------------------------| -chmsee: ChmSee - Viewer for MS CHM (HTML Help) Files +chmsee: ChmSee (A viewer for MS CHM, HTML Help, Files) chmsee: chmsee: ChmSee is an HTML Help viewer for Unix/Linux. It is based on CHMLIB chmsee: and use Gtk2+ as frontend toolkit. Because of using gecko as HTML chmsee: rendering engine, ChmSee can support rich features of modern HTML chmsee: page, such as CSS and JavaScript. chmsee: -chmsee: Homepage: http://chmsee.gro.clinux.org +chmsee: Homepage: http://code.google.com/p/chmsee/ chmsee: chmsee: chmsee: -- cgit v1.2.3