mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
office/osmo: Updated for version 0.2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0ed037afd3
commit
f0cf12bb2a
5 changed files with 19 additions and 17 deletions
|
@ -1,5 +1,9 @@
|
|||
Osmo is a handy personal organizer which includes calendar, task manager
|
||||
and address book modules. It was designed to be a small, easy to use and
|
||||
good looking PIM tool to help to manage personal information.
|
||||
Osmo is a handy personal organizer, which includes calendar, tasks manager,
|
||||
address book and notes modules. It was designed to be a small, easy to use and
|
||||
good looking PIM tool to help to manage personal information. In its current
|
||||
state the organizer is quite convenient to use - for example, the user can
|
||||
perform nearly all operations using the keyboard. Also, a lot of parameters
|
||||
are configurable to meet the user's preferences. On the technical side, Osmo
|
||||
is GTK+ based tool which uses a plain XML database to store all personal data.
|
||||
|
||||
Optional build-time dependencies are libgringotts and libtar.
|
||||
Optional build-time dependencies are: libgringotts and webkitgtk.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database -q usr/share/applications
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=osmo
|
||||
VERSION=${VERSION:-r953}
|
||||
VERSION=${VERSION:-0.2.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,8 +70,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
./autogen.sh || true
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -88,7 +86,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING README* TRANSLATORS \
|
||||
cp -a AUTHORS ChangeLog COPYING FAQ README TRANSLATORS \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="osmo"
|
||||
VERSION="r953"
|
||||
VERSION="0.2.12"
|
||||
HOMEPAGE="http://clayo.org/osmo/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/osmo-r953.tar.xz"
|
||||
MD5SUM="b28051f6de280a0940c7b67b491c6b0c"
|
||||
DOWNLOAD="http://skylink.dl.sourceforge.net/project/osmo-pim/osmo-pim/osmo-0.2.12/osmo-0.2.12.tar.gz"
|
||||
MD5SUM="567fb326603a693667d735942a64895d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
osmo: Osmo (Handy Personal Organizer)
|
||||
osmo:
|
||||
osmo: Osmo is a handy personal organizer which includes calendar, tasks
|
||||
osmo: manager and address book modules. It was designed to be a small,
|
||||
osmo: easy to use and good looking PIM tool to help to manage personal
|
||||
osmo: information.
|
||||
osmo: Osmo is a handy personal organizer, which includes calendar, tasks
|
||||
osmo: manager, address book and notes modules. It was designed to be a
|
||||
osmo: small, easy to use and good looking PIM tool to help to manage
|
||||
osmo: personal information.
|
||||
osmo:
|
||||
osmo: Homepage: http://clayo.org/osmo/
|
||||
osmo:
|
||||
|
|
Loading…
Reference in a new issue