mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/cellwriter: Updated for version 1.3.4
This commit is contained in:
parent
878604931c
commit
c02556a808
4 changed files with 11 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -1,3 +1,4 @@
|
|||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue