summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r--net-irc/xchat-xsys/ChangeLog7
-rw-r--r--net-irc/xchat-xsys/Manifest11
-rw-r--r--net-irc/xchat-xsys/files/2.0.7-glib_version.patch11
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild5
4 files changed, 26 insertions, 8 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog
index 5fd3b5cbb422..bf00da8f1e04 100644
--- a/net-irc/xchat-xsys/ChangeLog
+++ b/net-irc/xchat-xsys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat-xsys
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.22 2005/07/17 18:45:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.23 2005/07/18 21:15:39 chainsaw Exp $
+
+ 18 Jul 2005; Tony Vroon <chainsaw@gentoo.org>
+ +files/2.0.7-glib_version.patch, xchat-xsys-2.0.7.ebuild:
+ Make the XMMS side of things actually work, thanks to a patch from Morten
+ Cools <morten@cools.no>; closes bug #99460.
*xchat-xsys-2.0.7 (17 Jul 2005)
diff --git a/net-irc/xchat-xsys/Manifest b/net-irc/xchat-xsys/Manifest
index deb318e6efbe..c616f8a36aff 100644
--- a/net-irc/xchat-xsys/Manifest
+++ b/net-irc/xchat-xsys/Manifest
@@ -2,16 +2,17 @@
Hash: SHA1
MD5 42cef2da59c81f792584c3f9048a1930 metadata.xml 250
-MD5 e9956c4fdc2d72020ce359d1d552d7ea ChangeLog 4572
+MD5 0636dad3b53f4b5ee561736b037e6295 ChangeLog 4803
MD5 1a8ae9f549ce7731b976188f906ec733 xchat-xsys-2.0.6-r1.ebuild 1117
-MD5 b7ff64e81e3c7de720f7ba7574e8126b xchat-xsys-2.0.7.ebuild 1260
+MD5 043721afae30357ef6beaf2923d7ec9d xchat-xsys-2.0.7.ebuild 1244
+MD5 9265f3c810174109111187f857dfdb8f files/2.0.7-glib_version.patch 728
MD5 f0b1aadf9019a28c3ba07db0e7d4dba5 files/2.0.6-localisation.patch 357
MD5 cfd00aeca2a4bbf333f23e4f44bb9feb files/digest-xchat-xsys-2.0.6-r1 62
MD5 842385c4ed19ac2862c9357e7692236b files/digest-xchat-xsys-2.0.7 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)
-iD8DBQFC2qctp5vW4rUFj5oRAp+ZAKCm9fi1+1VOAxX2SITDwXCMpQFVvQCff8ab
-vYll6Wi8qQKMitwbYaAzM7M=
-=k5U7
+iD8DBQFC3BvEp5vW4rUFj5oRAmsIAKDBMy20JwobFsiQ/gWxYe+dgoMvgQCggc15
+zL6adYvEegQpY0i9DWV+kbY=
+=y4Lq
-----END PGP SIGNATURE-----
diff --git a/net-irc/xchat-xsys/files/2.0.7-glib_version.patch b/net-irc/xchat-xsys/files/2.0.7-glib_version.patch
new file mode 100644
index 000000000000..f4c226e0d72e
--- /dev/null
+++ b/net-irc/xchat-xsys/files/2.0.7-glib_version.patch
@@ -0,0 +1,11 @@
+--- xsys-2.0.7-old/Makefile 2005-07-17 20:13:33.000000000 +0200
++++ xsys-2.0.7/Makefile 2005-07-18 22:13:14.000000000 +0200
+@@ -11,7 +11,7 @@
+ CC = gcc
+ CFLAGS += -O2 -Wall -fPIC
+ # FOR BMP # CFLAGS += -I/usr/include/beep-media-player -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DUSE_BMP
+-# FOR XMMS # CFLAGS += -I/usr/include/xmms -I/usr/include/glib-1.2 -I/usr/lib/glib-1.2/include -DUSE_XMMS
++# FOR XMMS # CFLAGS += -I/usr/include/xmms -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DUSE_XMMS
+ CFLAGS += -DVER_MINOR=$(VER_MINOR) -DVER_MAJOR=$(VER_MAJOR) -DVER_PATCH=$(VER_PATCH) \
+ -DVER_STRING=\"$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)\" -DPCIIDS=\"$(PCIIDS)\" $(BUTTON)
+ LDFLAGS = $(CFLAGS) -shared
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild
index 8626a3d15eb5..5d60e4e7acbc 100644
--- a/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild
+++ b/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild,v 1.1 2005/07/17 18:45:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild,v 1.2 2005/07/18 21:15:39 chainsaw Exp $
inherit toolchain-funcs eutils
MY_P="${P/xchat-/}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Sysinfo plugin for X-Chat."
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 http://dev.gentoo.org/~chainsaw/xsys/download/${MY_P}.tar.bz2"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/"
LICENSE="GPL-2"
@@ -32,6 +32,7 @@ src_unpack() {
if use bmp; then
sed -i -e "s:# FOR BMP # ::g" ${S}/Makefile
elif use xmms; then
+ epatch ${FILESDIR}/${PV}-glib_version.patch
sed -i -e "s:# FOR XMMS # ::g" ${S}/Makefile
fi
}