diff options
author | tron <tron@pkgsrc.org> | 2002-06-06 12:21:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-06 12:21:59 +0000 |
commit | 0c1f3cb15eca4c828e53fa5f9daeb709b2689b8d (patch) | |
tree | c0106133ff1022d7eb4902279d1b7282f5c057b5 /chat/xchat | |
parent | 9ff4b23f6da55838bc6b38ddd3931ac237f4131e (diff) | |
download | pkgsrc-0c1f3cb15eca4c828e53fa5f9daeb709b2689b8d.tar.gz |
Move "xchat.desktop" back to "share/gnome/apps/Internet" because we still
use version 1.4 of the GNOME desktop.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/distinfo | 3 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 86eb59720e8..a0b5514c76f 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.12 2002/06/06 11:25:52 manu Exp $ +$NetBSD: distinfo,v 1.13 2002/06/06 12:21:59 tron Exp $ SHA1 (xchat-1.8.9.tar.bz2) = feb8dab8dab8170586ff18caa09fe510ba0a4d46 Size (xchat-1.8.9.tar.bz2) = 747762 bytes SHA1 (patch-aa) = 86bcdaf1ccd33d64fc44583eec39e192dfcba06d SHA1 (patch-ab) = 416a335b6e8d77a61fddabc823d77e3151dc359d SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed +SHA1 (patch-ad) = b85a2f682f17cf72677a56591e93a8a418066326 diff --git a/chat/xchat/patches/patch-ad b/chat/xchat/patches/patch-ad new file mode 100644 index 00000000000..b626daef2f7 --- /dev/null +++ b/chat/xchat/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.4 2002/06/06 12:21:59 tron Exp $ + +--- Makefile.in.orig Thu Jun 6 14:10:54 2002 ++++ Makefile.in Thu Jun 6 14:17:49 2002 +@@ -114,7 +114,7 @@ + icondir = $(datadir)/pixmaps + + util_DATA = xchat.desktop +-utildir = $(sysconfdir)/X11/applnk/Internet ++utildir = $(datadir)/gnome/apps/Internet/Internet + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h |