diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-14 21:12:49 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-14 21:12:49 +0000 |
commit | bf9aaff398666ac5020b0db8657454592811f99a (patch) | |
tree | 01d2d0310281ae5f6841e7fd88c75f7fc7fb741b /print/ggv2/patches | |
parent | 4b9bcb5312ceadf695d148fe03e73e3742c98d5f (diff) | |
download | pkgsrc-bf9aaff398666ac5020b0db8657454592811f99a.tar.gz |
Update to 1.99.98. Changes since 1.99.95 include lots of things, specially
bug fixes.
Changes in the package:
- Depend on gnome2-dirs.
- Use the new schemas.mk framework to handle GConf2 schemas.
Diffstat (limited to 'print/ggv2/patches')
-rw-r--r-- | print/ggv2/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ggv2/patches/patch-aa b/print/ggv2/patches/patch-aa new file mode 100644 index 00000000000..b185df0b4aa --- /dev/null +++ b/print/ggv2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/02/14 21:12:49 jmmv Exp $ + +--- Makefile.in.orig 2003-02-04 14:42:06.000000000 +0100 ++++ Makefile.in +@@ -140,7 +140,7 @@ SUBDIRS = po idl src bonobo pixmaps help + DESKTOP_IN_FILES = ggv.desktop.in + DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop) + +-schemasdir = $(sysconfdir)/gconf/schemas ++schemasdir = $(datadir)/gconf/schemas + schemas_DATA = ggv.schemas + + EXTRA_DIST = $(DESKTOP_FILES) $(DESKTOP_IN_FILES) ggv.spec.in ggv.spec ggv.schemas xmldocs.make intltool-extract.in intltool-update.in intltool-merge.in COPYING-DOCS TODO MAINTAINERS |