- update to osmo-0.2.0

- add libgringotts support and update-desktop-database goo

from Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER)
This commit is contained in:
ajacoutot 2008-02-15 14:36:24 +00:00
parent 82a4909879
commit d100ca7f95
6 changed files with 25 additions and 31 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2008/02/05 11:17:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2008/02/15 14:36:24 ajacoutot Exp $
COMMENT= handy personal organizer
DISTNAME= osmo-0.1.6
DISTNAME= osmo-0.2.0
CATEGORIES= productivity
HOMEPAGE= http://clay.ll.pl/osmo/
@ -26,7 +26,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
xml2.>=6::textproc/libxml \
ical::textproc/libical
ical::textproc/libical \
gringotts::security/libgringotts
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
USE_X11= Yes
USE_GMAKE= Yes

View File

@ -1,5 +1,5 @@
MD5 (osmo-0.1.6.tar.gz) = EFIrJsYO5obpfgGLLkRb6g==
RMD160 (osmo-0.1.6.tar.gz) = CCo/XTr/+EZ1kwdouvl/Q4Dsfjo=
SHA1 (osmo-0.1.6.tar.gz) = 02cjiOWSgNfSi6QzWB3qMSfp3z8=
SHA256 (osmo-0.1.6.tar.gz) = 2iG+WfB0ipmhdVhf26mt2JL8vWsQV/wKPcYJm5D9x4I=
SIZE (osmo-0.1.6.tar.gz) = 415847
MD5 (osmo-0.2.0.tar.gz) = aWCq6LlesJv40L9PhlaggA==
RMD160 (osmo-0.2.0.tar.gz) = qI8sfytM+7TVRAg0aklNjHO7164=
SHA1 (osmo-0.2.0.tar.gz) = lQnnZ/tWqQvMiHEDW/7/Hue9IYY=
SHA256 (osmo-0.2.0.tar.gz) = /p1rEvcnY/7JsN7af73AxkpsfBppNTXxmVP3GVLI5Lo=
SIZE (osmo-0.2.0.tar.gz) = 431502

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
--- Makefile.in.orig Tue Feb 5 11:45:57 2008
+++ Makefile.in Tue Feb 5 11:46:02 2008
@@ -163,7 +163,7 @@ target_alias = @target_alias@
$OpenBSD: patch-Makefile_in,v 1.2 2008/02/15 14:36:24 ajacoutot Exp $
--- Makefile.in.orig Sat Feb 9 00:58:29 2008
+++ Makefile.in Fri Feb 15 15:23:49 2008
@@ -165,7 +165,7 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
var = @var@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
--- configure.orig Sat Feb 2 19:12:50 2008
+++ configure Sat Feb 2 19:13:03 2008
@@ -4404,13 +4404,13 @@ echo "$as_me: error: You do not appear to have libxml2
$OpenBSD: patch-configure,v 1.2 2008/02/15 14:36:24 ajacoutot Exp $
--- configure.orig Sat Feb 9 00:58:27 2008
+++ configure Fri Feb 15 15:23:49 2008
@@ -4259,13 +4259,13 @@ echo "$as_me: error: You do not appear to have libxml2
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -4472,7 +4472,7 @@ else
@@ -4327,7 +4327,7 @@ else
fi
if test "$lib" = "yes"; then
@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
{ echo "$as_me:$LINENO: checking for icalparser_new in -lical" >&5
echo $ECHO_N "checking for icalparser_new in -lical... $ECHO_C" >&6; }
if test "${ac_cv_lib_ical_icalparser_new+set}" = set; then
@@ -4541,7 +4541,7 @@ else
@@ -4396,7 +4396,7 @@ else
fi
if test "$lib" = "yes"; then
@ -35,4 +35,4 @@ $OpenBSD: patch-configure,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
+ ical_LIBS="-lical -pthread"
cat >>confdefs.h <<\_ACEOF
#define HAVE_ICAL 1
#define HAVE_LIBICAL 1

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_main_c,v 1.1.1.1 2008/02/05 11:13:29 ajacoutot Exp $
--- src/main.c.orig Mon Jan 21 16:34:13 2008
+++ src/main.c Mon Jan 21 16:34:26 2008
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <config.h>
+#include <sys/stat.h>
#include "gui.h"
#include "calendar.h"

View File

@ -1,5 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/05 11:13:30 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2008/02/15 14:36:24 ajacoutot Exp $
bin/osmo
share/applications/osmo.desktop
share/pixmaps/
share/pixmaps/osmo.png
share/pixmaps/osmo.svg
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database