diff options
author | ktabic <rdc@ktabic.co.uk> | 2010-05-12 17:37:34 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-12 17:37:34 +0200 |
commit | c02556a808ce65bde1ce83e265148b4eb5f6ec30 (patch) | |
tree | 15074112c7c9ab6eda6d9d024e2fcbbae564cf7d /desktop/cellwriter | |
parent | 878604931c6a89308d9298f8ca44f2336ac2154e (diff) |
desktop/cellwriter: Updated for version 1.3.4
Diffstat (limited to 'desktop/cellwriter')
-rw-r--r-- | desktop/cellwriter/cellwriter.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/cellwriter/cellwriter.info | 6 | ||||
-rw-r--r-- | desktop/cellwriter/doinst.sh | 1 | ||||
-rw-r--r-- | desktop/cellwriter/slack-desc | 8 |
4 files changed, 11 insertions, 14 deletions
diff --git a/desktop/cellwriter/cellwriter.SlackBuild b/desktop/cellwriter/cellwriter.SlackBuild index 22453195c024..f2bd8677c265 100644 --- a/desktop/cellwriter/cellwriter.SlackBuild +++ b/desktop/cellwriter/cellwriter.SlackBuild @@ -23,7 +23,7 @@ # Modified by the SlackBuilds.org Project PRGNAM=cellwriter -VERSION=1.3.3 +VERSION=1.3.4 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,12 +72,8 @@ make install DESTDIR=$PKG ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRNGAM.SlackBuild - -#Fix the desktop file. -sed -i 's#Icon=cellwriter#Icon=/usr/share/pixmaps/cellwriter.xpm#' $PKG/usr/share/applications/cellwriter.desktop +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/desktop/cellwriter/cellwriter.info b/desktop/cellwriter/cellwriter.info index e6630c2c95cc..2dfb6ae87bb1 100644 --- a/desktop/cellwriter/cellwriter.info +++ b/desktop/cellwriter/cellwriter.info @@ -1,8 +1,8 @@ PRGNAM="cellwriter" -VERSION="1.3.3" +VERSION="1.3.4" HOMEPAGE="http://risujin.org/cellwriter/" -DOWNLOAD="http://pub.risujin.org/latest.php?cellwriter/cellwriter-1.3.3.tar.gz" -MD5SUM="09b2019e926d5ef42d52edb2dd33ceae" +DOWNLOAD="http://pub.risujin.org/latest.php?cellwriter/cellwriter-1.3.4.tar.gz" +MD5SUM="72b4e552a32d6acd888da0b88aeebbdd" MAINTAINER="ktabic" EMAIL="rdc@ktabic.co.uk" APPROVED="Michiel"
\ No newline at end of file diff --git a/desktop/cellwriter/doinst.sh b/desktop/cellwriter/doinst.sh index 7ebfa3ab4d6a..6af9811528b0 100644 --- a/desktop/cellwriter/doinst.sh +++ b/desktop/cellwriter/doinst.sh @@ -1,3 +1,4 @@ if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q usr/share/applications fi + diff --git a/desktop/cellwriter/slack-desc b/desktop/cellwriter/slack-desc index 054ff6e266ca..c1eee3075381 100644 --- a/desktop/cellwriter/slack-desc +++ b/desktop/cellwriter/slack-desc @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -cellwriter: CellWriter (an gtk based natural handwriting input panel) +cellwriter: CellWriter (a grid-entry handwriting input panel) cellwriter: cellwriter: CellWriter is a grid-entry natural handwriting input panel. As you cellwriter: write characters into the cells, your writing is instantly cellwriter: recognized at the character level. When you press 'Enter' on the cellwriter: panel, the input you entered is sent to the currently focused -cellwriter: application as if typed on the keyboard. +cellwriter: application as iftyped on the keyboard. cellwriter: -cellwriter: more information: http://risujin.org/cellwriter +cellwriter: Please see the website for more information: +cellwriter: Homepage: http://risujin.org/cellwriter cellwriter: -cellwriter: Michael Levin <risujin@risujin.org> |