pkgsrc-wip/gtg/patches/patch-aa
Kamel Ibn Aziz Derouiche e4393c6327 Import gtg-0.1.1 as wip/gtg.
Getting  Things  GNOME!  is an organizer for the GNOME desktop environ-
ment.  GTG focuses on usability and ease of use. Its main objective  is
to  provide  a  simple  and yet flexible organization tool for life and
work.
GTG uses a very handy text edition system for task  creation  and  edi-
tion.   The  task  editor  can automatically recognize metadata such as
tags and subtasks only by the use of a very simple syntax
2009-05-31 19:02:25 +00:00

13 lines
512 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/05/31 19:02:25 jihbed Exp $
--- setup.py.orig 2009-05-30 01:09:40.000000000 +0000
+++ setup.py 2009-05-30 01:10:46.000000000 +0000
@@ -59,7 +59,7 @@
data_files.append(('share/icons/hicolor/scalable/apps', ['data/icons/hicolor/scalable/apps/gtg.svg']))
# misc
data_files.append(('share/applications', ['gtg.desktop']))
- data_files.append(('share/man/man1', ['doc/gtg.1']))
+ data_files.append(('man/man1', ['doc/gtg.1']))
return data_files