diff options
author | minskim <minskim> | 2005-10-22 03:08:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-22 03:08:22 +0000 |
commit | 3630ab87034a6c273d7a1c6e51d9fa76227a278f (patch) | |
tree | cee0a7ef2559598a0d3344a35cf81347db27e56f /devel/libgnome | |
parent | 1cb23073d2d7d4a211a489f17f61f584af8089a6 (diff) | |
download | pkgsrc-3630ab87034a6c273d7a1c6e51d9fa76227a278f.tar.gz |
Do not install conf files into PKG_SYSCONFIDIR directly.
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index 395c3f1c562..a8e91c85258 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.24 2005/10/10 13:42:11 jmmv Exp $ +$NetBSD: distinfo,v 1.25 2005/10/22 03:08:22 minskim Exp $ SHA1 (libgnome-2.12.0.1.tar.bz2) = ec5f1be0e6085226f942535a5dbd45cdbab95f80 RMD160 (libgnome-2.12.0.1.tar.bz2) = 373d5c5a2ac3272e3669e10e48f01b12331f8e95 Size (libgnome-2.12.0.1.tar.bz2) = 955235 bytes +SHA1 (patch-aa) = 426b9a2cca99159257acec02489d075c408207ac SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa new file mode 100644 index 00000000000..a4f5ba77a1b --- /dev/null +++ b/devel/libgnome/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2005/10/22 03:08:22 minskim Exp $ + +--- gnome-data/Makefile.in.orig 2005-09-07 15:29:36.000000000 +0000 ++++ gnome-data/Makefile.in +@@ -231,7 +231,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-soundlistdir = $(sysconfdir)/sound/events ++soundlistdir = $(prefix)/share/examples/libgnome/sound/events + soundlist_in_files = \ + gnome-2.soundlist.in \ + gtk-events-2.soundlist.in |