diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-10-01 00:07:59 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-10-01 00:07:59 +0000 |
commit | 9a01963433fe487f04fc33a9b6e2862a9eb48330 (patch) | |
tree | ddfc87243b223542fd262a7442b823dee0172f14 /net-irc/xchat | |
parent | libtoolize (diff) | |
download | gentoo-2-9a01963433fe487f04fc33a9b6e2862a9eb48330.tar.gz gentoo-2-9a01963433fe487f04fc33a9b6e2862a9eb48330.tar.bz2 gentoo-2-9a01963433fe487f04fc33a9b6e2862a9eb48330.zip |
fixes the installation directory of the xchat.desktop file
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/files/xchat-desktop.patch | 11 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.10-r1.ebuild | 4 |
3 files changed, 19 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 3ee051dc46ef..19f2b6b53a46 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-irc/xchat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.19 2002/09/30 04:52:03 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.20 2002/10/01 00:07:59 rphillips Exp $ *xchat-1.8.10-r1 (29 Sep 2002) + 30 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.10-r1.ebuild : + + Added patch for the installation of the desktop file + 29 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.10-r1.ebuild : Bret Towe reimplemented the xchat perl/gnome ebuild diff --git a/net-irc/xchat/files/xchat-desktop.patch b/net-irc/xchat/files/xchat-desktop.patch new file mode 100644 index 000000000000..79ae641534df --- /dev/null +++ b/net-irc/xchat/files/xchat-desktop.patch @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2002-09-30 17:02:15.000000000 -0700 ++++ Makefile.in 2002-09-30 17:03:13.000000000 -0700 +@@ -116,7 +116,7 @@ + icondir = $(datadir)/pixmaps + + util_DATA = xchat.desktop +-utildir = $(sysconfdir)/X11/applnk/Internet ++utildir = $(datadir)/applnk/Internet + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h diff --git a/net-irc/xchat/xchat-1.8.10-r1.ebuild b/net-irc/xchat/xchat-1.8.10-r1.ebuild index 9f14b255c7ca..178668d06f23 100644 --- a/net-irc/xchat/xchat-1.8.10-r1.ebuild +++ b/net-irc/xchat/xchat-1.8.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyrigth 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.1 2002/09/30 04:52:03 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.2 2002/10/01 00:07:59 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." @@ -28,6 +28,7 @@ src_unpack() { cd ${S} patch -p1 <${FILESDIR}/xc1810fixme3.diff + patch < ${FILESDIR}/xchat-desktop.patch cp configure configure.orig use python && ( \ @@ -78,6 +79,7 @@ src_compile() { && myopts="${myopts} --enable-python" ./configure \ + --sysconfdir=${D}/usr/share \ --prefix=/usr \ --host=${CHOST} \ ${myopts} || die |