Tuesday, October 05, 2021

Re: update our very old productivity/osmo

On Mon Oct 04, 2021 at 01:13:26PM +0200, Solene Rapenne wrote:
> On Thu, 16 Sep 2021 18:13:56 +0200
> Solene Rapenne <solene@perso.pw>:
>
> > this update osmo to latest version released july 2020 from our version
> > released in 2014.
> >
> > Works fine on amd64, tested on a system with 0 package prior to install
> >
> > The patch isn't useful anymore.
> >
>
> ping
>
> Index: Makefile
> ===================================================================
> RCS file: /home/reposync/ports/productivity/osmo/Makefile,v
> retrieving revision 1.36
> diff -u -p -r1.36 Makefile
> --- Makefile 12 Jul 2019 20:48:59 -0000 1.36
> +++ Makefile 16 Sep 2021 16:12:02 -0000
> @@ -2,9 +2,8 @@
>
> COMMENT= handy personal organizer
>
> -DISTNAME= osmo-0.2.10
> +DISTNAME= osmo-0.4.4
> CATEGORIES= productivity
> -REVISION= 6
>
> HOMEPAGE= http://clayo.org/osmo/

https://clayo.org/osmo/

otherwise OK rsadowski

>
> @@ -13,22 +12,27 @@ MAINTAINER= Pierre-Emmanuel Andre <pea@o
> # GPLv2
> PERMIT_PACKAGE= Yes
>
> -WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
> -WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
> -WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gringotts
> -WANTLIB += gthread-2.0 gtk-x11-2.0 gtkspell ical icalss icalvcal iconv
> -WANTLIB += icui18n icuuc intl lzma m notify pango-1.0 pangocairo-1.0
> -WANTLIB += pangoft2-1.0 pthread tar xml2 z
> +WANTLIB += atk-1.0 c cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
> +WANTLIB += gringotts gthread-2.0 ical icalss icalvcal iconv intl
> +WANTLIB += lzma m notify pango-1.0 pangocairo-1.0 pthread
> +WANTLIB += archive enchant-2 gdk-3 gspell-1 gtk-3 z
> +WANTLIB += javascriptcoregtk-4.0 soup-2.4 webkit2gtk-4.0 xml2
> +WANTLIB += cairo-gobject harfbuzz
>
> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}
>
> BUILD_DEPENDS= devel/gettext,-tools
>
> -LIB_DEPENDS= security/libgringotts \
> +LIB_DEPENDS= archivers/libarchive \
> + devel/atk \
> + devel/harfbuzz \
> devel/libnotify \
> + devel/pango \
> + security/libgringotts \
> + textproc/gspell \
> textproc/libical \
> - textproc/gtkspell \
> - archivers/libtar
> + x11/gtk+3,-main \
> + www/webkitgtk4
>
> RUN_DEPENDS= devel/desktop-file-utils \
> x11/gtk+3,-guic
> Index: distinfo
> ===================================================================
> RCS file: /home/reposync/ports/productivity/osmo/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo 24 Jun 2013 06:15:32 -0000 1.5
> +++ distinfo 15 Sep 2021 18:27:48 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (osmo-0.2.10.tar.gz) = TpEcUqxkoIj4qBKzVAhOet7dG1TLBDWZWizcHRlNCEU=
> -SIZE (osmo-0.2.10.tar.gz) = 851833
> +SHA256 (osmo-0.4.4.tar.gz) = HosRvRuqD2dWMmtY+H65WlaziiXXM2/ftlwt/KRtA6Y=
> +SIZE (osmo-0.4.4.tar.gz) = 1312483
> Index: patches/patch-src_check_events_c
> ===================================================================
> RCS file: patches/patch-src_check_events_c
> diff -N patches/patch-src_check_events_c
> --- patches/patch-src_check_events_c 21 Apr 2011 07:06:07 -0000 1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,50 +0,0 @@
> -$OpenBSD: patch-src_check_events_c,v 1.1 2011/04/21 07:06:07 ajacoutot Exp $
> -
> -Fix with libnotify>=0.7
> -(notify_notification_new has lost its widget argument)
> -(notify_notification_attach_to_status_icon is gone)
> -
> ---- src/check_events.c.orig Tue Apr 19 14:36:56 2011
> -+++ src/check_events.c Tue Apr 19 14:37:50 2011
> -@@ -454,9 +454,9 @@ gboolean sound_flag = TRUE;
> - a->date = 0;
> -
> - if (textdesc != NULL)
> -- a->notify = notify_notification_new (item->summary, textdesc, GTK_STOCK_DIALOG_WARNING, NULL);
> -+ a->notify = notify_notification_new (item->summary, textdesc, GTK_STOCK_DIALOG_WARNING);
> - else
> -- a->notify = notify_notification_new (item->summary, text, GTK_STOCK_DIALOG_WARNING, NULL);
> -+ a->notify = notify_notification_new (item->summary, text, GTK_STOCK_DIALOG_WARNING);
> -
> - g_free (textdesc);
> - g_free (text);
> -@@ -484,7 +484,7 @@ gboolean sound_flag = TRUE;
> -
> - if (gtk_status_icon_get_visible (appGUI->osmo_trayicon)) {
> - #ifdef HAVE_LIBNOTIFY
> -- notify_notification_attach_to_status_icon (a->notify, appGUI->osmo_trayicon);
> -+// notify_notification_attach_to_status_icon (a->notify, appGUI->osmo_trayicon);
> -

No comments:

Post a Comment