misc/kronometer: Added (A stopwatch application for KDE).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Elvis Angelaccio 2015-02-23 19:07:15 +07:00 committed by Willy Sudiarto Raharjo
parent 3a1af7f6cf
commit 55f406bcd5
4 changed files with 11 additions and 9 deletions

View file

@ -1,6 +1,4 @@
Kronometer is a stopwatch application built for the KDE Desktop Environment.
It features the basic stopwatch actions (pause/resume/reset/laps)
as well as the ability to save the times on a file and resume them later.
It features the basic stopwatch actions (pause/resume/reset/laps), as well as
the ability to save the times on a file and resume them later.
Kronometer is part of the KDE Extragear collection, within the Utils sub-module.

View file

@ -2,7 +2,7 @@
# Slackware build script for Kronometer
# Copyright 2014 Elvis Angelaccio <elvis.angelaccio@kdemail.net>
# Copyright 2015 Elvis Angelaccio <elvis.angelaccio@kdemail.net>
# 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=kronometer
VERSION=${VERSION:-1.5.2}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,8 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# No man pages with kronometer
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="kronometer"
VERSION="1.5.2"
VERSION="1.6.0"
HOMEPAGE="http://aelog.org/kronometer"
DOWNLOAD="http://download.kde.org/stable/kronometer/1.5.2/src/kronometer-1.5.2.tar.xz"
MD5SUM="8e6d514d7241922c228ee89b54873bff"
DOWNLOAD="http://download.kde.org/stable/kronometer/1.6.0/src/kronometer-1.6.0.tar.xz"
MD5SUM="8e1a3ec57862c02d74e026e5825103bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -15,3 +15,5 @@ kronometer: Kronometer is part of the KDE Extragear Utils collection.
kronometer:
kronometer: Homepage: http://aelog.org/kronometer
kronometer:
kronometer:
kronometer: