* [gentoo-commits] gentoo-x86 commit in net-irc/xchat: metadata.xml ChangeLog xchat-2.8.8-r1.ebuild xchat-2.8.8-r2.ebuild
@ 2011-03-22 9:54 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-22 9:54 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/22 09:54:15
Modified: metadata.xml ChangeLog xchat-2.8.8-r1.ebuild
xchat-2.8.8-r2.ebuild
Log:
Add optional hires icons, and fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Revision Changes Path
1.9 net-irc/xchat/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/metadata.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/metadata.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/metadata.xml?r1=1.8&r2=1.9
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml 19 Jan 2011 17:41:59 -0000 1.8
+++ metadata.xml 22 Mar 2011 09:54:15 -0000 1.9
@@ -9,6 +9,7 @@
<use>
<flag name='fastscroll'>Make scrolling of large text buffers faster by
circumventing some of pango's overhead</flag>
+<flag name='hires-icons'>Install custom high-resolution icons instead of the default one</flag>
<flag name='ntlm'>Enable NTLM authentication</flag>
<flag name='xchatdccserver'>Enables support for the /dccserver command via a patch</flag>
<flag name='xchatnogtk'>Disables building the GTK front end to XChat</flag>
1.296 net-irc/xchat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/ChangeLog?rev=1.296&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/ChangeLog?rev=1.296&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/ChangeLog?r1=1.295&r2=1.296
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog 30 Jan 2011 17:34:09 -0000 1.295
+++ ChangeLog 22 Mar 2011 09:54:15 -0000 1.296
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.295 2011/01/30 17:34:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.296 2011/03/22 09:54:15 nirbheek Exp $
+
+ 22 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> xchat-2.8.8-r1.ebuild,
+ xchat-2.8.8-r2.ebuild, metadata.xml:
+ Add optional hires icons, and fix slot-deps on gnome libs
30 Jan 2011; Lars Wendler <polynomial-c@gentoo.org> xchat-2.8.8-r1.ebuild,
xchat-2.8.8-r2.ebuild:
1.7 net-irc/xchat/xchat-2.8.8-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild?r1=1.6&r2=1.7
Index: xchat-2.8.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xchat-2.8.8-r1.ebuild 30 Jan 2011 17:34:09 -0000 1.6
+++ xchat-2.8.8-r1.ebuild 22 Mar 2011 09:54:15 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v 1.6 2011/01/30 17:34:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v 1.7 2011/03/22 09:54:15 nirbheek Exp $
EAPI=2
@@ -17,11 +17,11 @@
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE="dbus fastscroll +gtk ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatdccserver"
-RDEPEND=">=dev-libs/glib-2.6.0
- gtk? ( >=x11-libs/gtk+-2.10.0 )
+RDEPEND=">=dev-libs/glib-2.6.0:2
+ gtk? ( >=x11-libs/gtk+-2.10.0:2 )
ssl? ( >=dev-libs/openssl-0.9.6d )
perl? ( >=dev-lang/perl-5.8.0 )
- python? ( >=dev-lang/python-2.2 )
+ python? ( =dev-lang/python-2* )
tcl? ( dev-lang/tcl )
dbus? ( >=dev-libs/dbus-glib-0.71 )
spell? ( app-text/gtkspell )
1.3 net-irc/xchat/xchat-2.8.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild?r1=1.2&r2=1.3
Index: xchat-2.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xchat-2.8.8-r2.ebuild 30 Jan 2011 17:34:09 -0000 1.2
+++ xchat-2.8.8-r2.ebuild 22 Mar 2011 09:54:15 -0000 1.3
@@ -1,27 +1,29 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.2 2011/01/30 17:34:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.3 2011/03/22 09:54:15 nirbheek Exp $
EAPI=2
inherit eutils versionator gnome2 autotools
DESCRIPTION="Graphical IRC client"
+# Icons are from http://half-left.deviantart.com/art/XChat-IRC-Icon-200804640
SRC_URI="http://www.xchat.org/files/source/$(get_version_component_range 1-2)/${P}.tar.bz2
mirror://sourceforge/${PN}/${P}.tar.bz2
+ hires-icons? ( http://dev.gentoo.org/~nirbheek/dist/xchat_irc_icon_by_half_left-d3bjxuo.zip )
xchatdccserver? ( mirror://gentoo/${PN}-dccserver-0.6.patch.bz2 )"
HOMEPAGE="http://www.xchat.org/"
-LICENSE="GPL-2"
+LICENSE="GPL-2 hires-icons? ( GPL-3 )"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus fastscroll +gtk ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatdccserver"
+IUSE="dbus fastscroll +gtk hires-icons ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatdccserver"
-RDEPEND=">=dev-libs/glib-2.6.0
- gtk? ( >=x11-libs/gtk+-2.10.0 )
+RDEPEND=">=dev-libs/glib-2.6.0:2
+ gtk? ( >=x11-libs/gtk+-2.10.0:2 )
ssl? ( >=dev-libs/openssl-0.9.6d )
perl? ( >=dev-lang/perl-5.8.0 )
- python? ( >=dev-lang/python-2.2 )
+ python? ( =dev-lang/python-2* )
tcl? ( dev-lang/tcl )
dbus? ( >=dev-libs/dbus-glib-0.71 )
spell? ( app-text/gtkspell )
@@ -90,6 +92,16 @@
doins src/common/xchat-plugin.h || die "doins failed"
dodoc ChangeLog README* || die "dodoc failed"
+
+ if use hires-icons; then
+ cd "${WORKDIR}/XChat-Icon/apps"
+ for i in *; do
+ insinto "/usr/share/icons/hicolor/${i}/apps"
+ doins "${i}/xchat.png"
+ done
+ # Replace default pixmap icon
+ cp "48x48/xchat.png" "${D}/usr/share/pixmaps" || die
+ fi
}
pkg_postinst() {
@@ -102,4 +114,5 @@
elog "XChat now includes it's own systray icon, you may want to remove net-irc/xchat-systray."
elog
fi
+ gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-22 9:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 9:54 [gentoo-commits] gentoo-x86 commit in net-irc/xchat: metadata.xml ChangeLog xchat-2.8.8-r1.ebuild xchat-2.8.8-r2.ebuild Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox