pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/gtodo Initial import of gtodo, version 0.14:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c29056a96f96
branches:  trunk
changeset: 470609:c29056a96f96
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Mar 10 19:20:45 2004 +0000

description:
Initial import of gtodo, version 0.14:

Gtodo is a to-do list manager written for use with the GNOME desktop.
It tries to follow the HIG and GNOME policies as well as possible.

diffstat:

 time/gtodo/DESCR            |   2 ++
 time/gtodo/Makefile         |  29 +++++++++++++++++++++++++++++
 time/gtodo/PLIST            |  18 ++++++++++++++++++
 time/gtodo/distinfo         |   5 +++++
 time/gtodo/patches/patch-aa |  13 +++++++++++++
 5 files changed, 67 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 4d38a1d411b3 -r c29056a96f96 time/gtodo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gtodo/DESCR  Wed Mar 10 19:20:45 2004 +0000
@@ -0,0 +1,2 @@
+Gtodo is a to-do list manager written for use with the GNOME desktop.
+It tries to follow the HIG and GNOME policies as well as possible.
diff -r 4d38a1d411b3 -r c29056a96f96 time/gtodo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gtodo/Makefile       Wed Mar 10 19:20:45 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/10 19:20:45 jmmv Exp $
+#
+
+DISTNAME=      gtodo-0.14
+CATEGORIES=    time gnome
+MASTER_SITES=  http://download.qballcow.nl/programs/gtodo/
+
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://qballcow.nl/index.php?s=4
+COMMENT=       To-do list manager for the GNOME desktop
+
+DEPENDS+=              xdg-dirs>=1.1:../../misc/xdg-dirs
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
+USE_PKGLOCALEDIR=      YES
+
+GCONF2_SCHEMAS=                gtodo.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d38a1d411b3 -r c29056a96f96 time/gtodo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gtodo/PLIST  Wed Mar 10 19:20:45 2004 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/10 19:20:45 jmmv Exp $
+bin/gtodo
+share/applications/gtodo.desktop
+share/gconf/schemas/gtodo.schemas
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gtodo.mo
+${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gtodo.mo
+share/pixmaps/gtodo-about.png
+share/pixmaps/gtodo-edit.png
+share/pixmaps/gtodo.png
+share/pixmaps/gtodo_tray.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
diff -r 4d38a1d411b3 -r c29056a96f96 time/gtodo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gtodo/distinfo       Wed Mar 10 19:20:45 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/10 19:20:45 jmmv Exp $
+
+SHA1 (gtodo-0.14.tar.gz) = c6eb5089a324abdf41383a60a9f8f0d3f4ebb8ff
+Size (gtodo-0.14.tar.gz) = 198798 bytes
+SHA1 (patch-aa) = 3729f70027316bbab34c2c3a81adc7f83c18e189
diff -r 4d38a1d411b3 -r c29056a96f96 time/gtodo/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gtodo/patches/patch-aa       Wed Mar 10 19:20:45 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/03/10 19:20:46 jmmv Exp $
+
+--- Makefile.in.orig   2004-02-15 21:10:47.000000000 +0100
++++ Makefile.in
+@@ -165,7 +165,7 @@ EXTRA_DIST = \
+ desktopdir = $(datadir)/applications
+ desktop_in_files = gtodo.desktop.in
+ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+-schemasdir = $(sysconfdir)/gconf/schemas
++schemasdir = $(GCONF_SCHEMA_FILE_DIR)
+ schemas_in_files = gtodo.schemas.in
+ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+ subdir = .



Home | Main Index | Thread Index | Old Index