summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichael J. Cohen <mjc@gentoo.org>2002-06-13 01:18:55 +0000
committerMichael J. Cohen <mjc@gentoo.org>2002-06-13 01:18:55 +0000
commitd0a27a22a0b47eac5f2274189deb27d36b39f2e1 (patch)
treee6b6462f75aa155015d5b27e7143d9f9b18fe207 /net-im
parentAdded xmame license (diff)
downloadhistorical-d0a27a22a0b47eac5f2274189deb27d36b39f2e1.tar.gz
historical-d0a27a22a0b47eac5f2274189deb27d36b39f2e1.tar.bz2
historical-d0a27a22a0b47eac5f2274189deb27d36b39f2e1.zip
Added transparency patch. Commented out by default.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/ChangeLog9
-rw-r--r--net-im/gaim/gaim-0.58-r1.ebuild5
2 files changed, 12 insertions, 2 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index ff9838dd63e1..b8c132e30ae5 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/gaim
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.14 2002/05/17 04:45:51 blocke Exp $
+# $ Header: $
+
+*gaim-0.58-r1 (12 June 2002)
+
+ 12 June 2002; Michael J. Cohen <mjc@gentoo.org> gaim-0.58-r2.ebuild :
+
+ Transparency support added. Thanks ChipX86 in #gaim. Careful, the patch -p0
+ is commented out because currently it segfaults often.
*gaim-0.58-r1 (17 May 2002)
diff --git a/net-im/gaim/gaim-0.58-r1.ebuild b/net-im/gaim/gaim-0.58-r1.ebuild
index 7b7095c0262b..f606f0d86735 100644
--- a/net-im/gaim/gaim-0.58-r1.ebuild
+++ b/net-im/gaim/gaim-0.58-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.58-r1.ebuild,v 1.2 2002/05/23 06:50:15 seemant Exp $
+# /space/gentoo/cvsroot/gentoo-x86/net-im/gaim/gaim-0.58-r1.ebuild,v 1.2 2002/05/23 06:50:15 seemant Exp
S=${WORKDIR}/${P}
DESCRIPTION="Gtk Instant Messenger client"
@@ -42,6 +42,9 @@ src_compile() {
myopts="${myopts} --disable-gnome"
# always build standalone gaim program
+
+ # transparency
+ # patch -p1 < ${FILESDIR}/transparency.diff || die
econf ${myopts} || die
emake || die