diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:39:29 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:39:29 +0000 |
commit | 1b86ce3e16bd45a21a8a62cb5bb31de0588c813b (patch) | |
tree | 72b05dc030689ee6a46ffa1cb286c36b8c7f788e /x11-plugins/gaim-xmms-remote | |
parent | fix premissions (again sorry), should fix 59232 && 58616 (Manifest recommit) (diff) | |
download | gentoo-2-1b86ce3e16bd45a21a8a62cb5bb31de0588c813b.tar.gz gentoo-2-1b86ce3e16bd45a21a8a62cb5bb31de0588c813b.tar.bz2 gentoo-2-1b86ce3e16bd45a21a8a62cb5bb31de0588c813b.zip |
Patch from Stu Tomlinson for gaim-0.81
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
5 files changed, 69 insertions, 1 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index 9402e3f713bf..590b31d7cc46 100644 --- a/x11-plugins/gaim-xmms-remote/ChangeLog +++ b/x11-plugins/gaim-xmms-remote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/gaim-xmms-remote # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.14 2004/08/06 14:07:20 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.15 2004/08/06 14:37:16 rizzo Exp $ + +*gaim-xmms-remote-1.4-r1 (06 Aug 2004) + + 06 Aug 2004; Don Seiler <rizzo@gentoo.org> +files/gxr-1.4-gaim-0.81.patch, + +gaim-xmms-remote-1.4-r1.ebuild: + Patch from Stu Tomlinson for gaim-0.81 06 Aug 2004; Don Seiler <rizzo@gentoo.org> gaim-xmms-remote-1.4.ebuild: Stable on x86, only works with gaim-0.80 diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index 4d44b62f1467..1cd8373bf495 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,4 +1,7 @@ MD5 0116eaec41c884e84492224dca0773dd ChangeLog 1946 MD5 4d3d95a45b24c1f9824d3fb40d93ce44 gaim-xmms-remote-1.4.ebuild 727 +MD5 532a664fca47c2c7082fca37f6b6541a gaim-xmms-remote-1.4-r1.ebuild 827 MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574 MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4 72 +MD5 cbbbfed3871a420efcb29d0ca9c95e3a files/gxr-1.4-gaim-0.81.patch 990 +MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4-r1 72 diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 new file mode 100644 index 000000000000..cc1e8077054e --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 @@ -0,0 +1 @@ +MD5 54af9bc90ffd55d68192fa81b791822a gaim-xmms-remote-1.4.tar.gz 306872 diff --git a/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch b/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch new file mode 100644 index 000000000000..acd74ce1d478 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch @@ -0,0 +1,26 @@ +Index: src/gaim-xmms-remote.c +=================================================================== +RCS file: /var/lib/cvs/gaim-xmms-remote/src/gaim-xmms-remote.c,v +retrieving revision 1.20 +retrieving revision 1.21 +diff -u -p -r1.20 -r1.21 +--- src/gaim-xmms-remote.c 6 Jul 2004 00:40:41 -0000 1.20 ++++ src/gaim-xmms-remote.c 26 Jul 2004 14:53:59 -0000 1.21 +@@ -551,7 +551,7 @@ gxr_conv_destroyed_cb(GaimConversation * + } + + static GaimCmdRet +-gxr_cmd_cb(GaimConversation *c, const gchar *cmd, gchar **args, gchar **error) { ++gxr_cmd_cb(GaimConversation *c, const gchar *cmd, gchar **args, gchar **error, void *data) { + gchar *lower; + gint session = GXR_SESSION; + +@@ -780,7 +780,7 @@ gxr_load(GaimPlugin *plugin) { + /* register our command */ + gxr_cmd = gaim_cmd_register("gxr", "w", GAIM_CMD_P_PLUGIN, + GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_CHAT, NULL, +- gxr_cmd_cb, help); ++ gxr_cmd_cb, help, NULL); + + /* hijack the popup menus in the imhtmls */ + gxr_hook_popups(); diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild new file mode 100644 index 000000000000..ad39618042d7 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild,v 1.1 2004/08/06 14:37:16 rizzo Exp $ + +IUSE="debug" + +inherit eutils +use debug && inherit debug + +DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim." + +HOMEPAGE="http://guifications.sourceforge.net/Gaim-XMMS-Remote/" +SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" + +DEPEND=">=net-im/gaim-0.81 + media-sound/xmms" + +#RDEPEND="" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/gxr-1.4-gaim-0.81.patch +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION +} |