pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
osmo: Resolved TODOs
Module Name: pkgsrc-wip
Committed By: Roberto Neri <robn%gmx.com@localhost>
Pushed By: robn
Date: Sat Mar 24 15:12:31 2018 +0000
Changeset: afa60ae54dafd8b07c35496a29cec1421eb90fff
Modified Files:
osmo/Makefile
osmo/PLIST
Removed Files:
osmo/TODO
Log Message:
osmo: Resolved TODOs
Note: no update to a newer version, because 0.2.14, the next (and
last) in the 0.2 series, has a few bugs
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afa60ae54dafd8b07c35496a29cec1421eb90fff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
osmo/Makefile | 17 +++++++----------
osmo/PLIST | 9 ++++++++-
osmo/TODO | 22 ----------------------
3 files changed, 15 insertions(+), 33 deletions(-)
diffs:
diff --git a/osmo/Makefile b/osmo/Makefile
index 2db0ef33c4..0f7517bbda 100644
--- a/osmo/Makefile
+++ b/osmo/Makefile
@@ -3,34 +3,31 @@
DISTNAME= osmo-0.2.12
CATEGORIES= misc time
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/osmo-0.2.10/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://clayo.org/osmo/
COMMENT= Personal organizer, calendar and task manager
LICENSE= gnu-gpl-v2
-CONFIGURE_ENV+= LIBICAL_CFLAGS="-I${BUILDLINK_PREFIX.libical}/include/libical"
GNU_CONFIGURE= yes
-#USE_TOOLS= msgfmt pkg-config
USE_TOOLS= gmake msgfmt pkg-config
-# TODO: consider following?
-# * Libtar library, version >= 1.2.10
-# * Libgringotts library, version >= 1.2.1
-# * Libsyncml library, version >= 0.4.0
-
# workaround problem in po Makefile
post-build:
-.for m in bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt ru sv tr uk zh_CN
+.for m in bg ca cs da de el en_GB es fi fr gl gl_ES hu it ja lt nl pl pt pt_BR ro ru sv te tr uk ur ur_PK zh_CN
${TOOLS_CMD.msgfmt} -c ${WRKSRC}/po/${m}.po -o ${WRKSRC}/po/${m}.mo
.endfor
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../comms/libsyncml/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../wip/libgringotts/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../time/libical/buildlink3.mk"
-.include "../../www/libgtkhtml/buildlink3.mk" # required for contacts
+.include "../../www/webkit24-gtk/buildlink3.mk" # required for contacts
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/osmo/PLIST b/osmo/PLIST
index 656251b0d5..df6ec90131 100644
--- a/osmo/PLIST
+++ b/osmo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/22 02:24:17 jeremy-c-reed Exp $
+@comment $NetBSD$
bin/osmo
man/man1/osmo.1
share/applications/osmo.desktop
@@ -18,6 +18,8 @@ share/locale/en_GB/LC_MESSAGES/osmo.mo
share/locale/es/LC_MESSAGES/osmo.mo
share/locale/fi/LC_MESSAGES/osmo.mo
share/locale/fr/LC_MESSAGES/osmo.mo
+share/locale/gl/LC_MESSAGES/osmo.mo
+share/locale/gl_ES/LC_MESSAGES/osmo.mo
share/locale/hu/LC_MESSAGES/osmo.mo
share/locale/it/LC_MESSAGES/osmo.mo
share/locale/ja/LC_MESSAGES/osmo.mo
@@ -25,10 +27,15 @@ share/locale/lt/LC_MESSAGES/osmo.mo
share/locale/nl/LC_MESSAGES/osmo.mo
share/locale/pl/LC_MESSAGES/osmo.mo
share/locale/pt/LC_MESSAGES/osmo.mo
+share/locale/pt_BR/LC_MESSAGES/osmo.mo
+share/locale/ro/LC_MESSAGES/osmo.mo
share/locale/ru/LC_MESSAGES/osmo.mo
share/locale/sv/LC_MESSAGES/osmo.mo
+share/locale/te/LC_MESSAGES/osmo.mo
share/locale/tr/LC_MESSAGES/osmo.mo
share/locale/uk/LC_MESSAGES/osmo.mo
+share/locale/ur/LC_MESSAGES/osmo.mo
+share/locale/ur_PK/LC_MESSAGES/osmo.mo
share/locale/zh_CN/LC_MESSAGES/osmo.mo
share/pixmaps/osmo.png
share/sounds/osmo/alarm.wav
diff --git a/osmo/TODO b/osmo/TODO
deleted file mode 100644
index 3097d26e60..0000000000
--- a/osmo/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-libical's pkg-config pc is probably wrong since its headers
-include its owner headers with <foo> instead of "foo" and don't have
-the path it is in.
-
--=-=-=-=
-
-(osmo:26090): GLib-CRITICAL **: g_strlcpy: assertion `src != NULL' failed
-
--=-=-=-
-
-This happens repeatedly:
-
-(osmo:26090): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkLabel'
-
-(osmo:26090): Gtk-CRITICAL **: IA__gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
-
-seen when I closed window but still running in background (in system tray)
-
-maybe see debian package for the patches
-
--=-=-=-
-
Home |
Main Index |
Thread Index |
Old Index