From f0cf12bb2a5eaac8ccd55f146807bdf49f7fa82c Mon Sep 17 00:00:00 2001 From: Andrzej Telszewski Date: Thu, 16 Oct 2014 08:39:26 +0700 Subject: office/osmo: Updated for version 0.2.12. Signed-off-by: Willy Sudiarto Raharjo --- office/osmo/README | 12 ++++++++---- office/osmo/doinst.sh | 4 ++-- office/osmo/osmo.SlackBuild | 6 ++---- office/osmo/osmo.info | 6 +++--- office/osmo/slack-desc | 8 ++++---- 5 files changed, 19 insertions(+), 17 deletions(-) (limited to 'office') diff --git a/office/osmo/README b/office/osmo/README index 466e5dca58..1d7d8e84fb 100644 --- a/office/osmo/README +++ b/office/osmo/README @@ -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. diff --git a/office/osmo/doinst.sh b/office/osmo/doinst.sh index 5525db8a53..3e5691a052 100644 --- a/office/osmo/doinst.sh +++ b/office/osmo/doinst.sh @@ -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 diff --git a/office/osmo/osmo.SlackBuild b/office/osmo/osmo.SlackBuild index 213a2ec33f..dc81c6d35c 100644 --- a/office/osmo/osmo.SlackBuild +++ b/office/osmo/osmo.SlackBuild @@ -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 diff --git a/office/osmo/osmo.info b/office/osmo/osmo.info index 1f7a967e6b..d6cc48f7bc 100644 --- a/office/osmo/osmo.info +++ b/office/osmo/osmo.info @@ -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="" diff --git a/office/osmo/slack-desc b/office/osmo/slack-desc index 8f395c50cd..b3622f3a27 100644 --- a/office/osmo/slack-desc +++ b/office/osmo/slack-desc @@ -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: -- cgit v1.2.3