diff options
author | 2008-07-02 16:03:12 +0000 | |
---|---|---|
committer | 2008-07-02 16:03:12 +0000 | |
commit | d09d9fcf531219658bce3c02cc007f93eb553fae (patch) | |
tree | eb7da22183abd1a57c14cc3e15b48a649c88bffa /net-irc | |
parent | Update to the Release Candidate (is it today RC day?). This version uses cmak... (diff) | |
download | gentoo-2-d09d9fcf531219658bce3c02cc007f93eb553fae.tar.gz gentoo-2-d09d9fcf531219658bce3c02cc007f93eb553fae.tar.bz2 gentoo-2-d09d9fcf531219658bce3c02cc007f93eb553fae.zip |
Use the new icons instead of the old ones.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.2.9999.ebuild | 10 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999-r1.ebuild | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog index 04fee86fa617..322252a7447a 100644 --- a/net-irc/quassel/ChangeLog +++ b/net-irc/quassel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/quassel # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.20 2008/07/02 15:47:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.21 2008/07/02 16:03:12 flameeyes Exp $ + + 02 Jul 2008; Diego Pettenò <flameeyes@gentoo.org> + quassel-0.2.9999.ebuild, quassel-9999-r1.ebuild: + Use the new icons instead of the old ones. *quassel-0.2.0_rc1 (02 Jul 2008) diff --git a/net-irc/quassel/quassel-0.2.9999.ebuild b/net-irc/quassel/quassel-0.2.9999.ebuild index 334259fcad7f..7ec244929134 100644 --- a/net-irc/quassel/quassel-0.2.9999.ebuild +++ b/net-irc/quassel/quassel-0.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild,v 1.2 2008/06/17 10:58:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.2.9999.ebuild,v 1.3 2008/07/02 16:03:12 flameeyes Exp $ EAPI=1 @@ -81,10 +81,8 @@ src_install() { # Only install the icons if the X client was installed if use X; then - local size - for size in 16 24 32 48 64 96 128 256 512; do - insinto /usr/share/icons/hicolor/${size}x${size} - newins "${S}"/src/icons/quassel/connected/${size}.png quassel.png - done + insinto /usr/share/icons/hicolor + # avoid the connected/ directory, get only the ${size}x${size} + doins -r "${S}"/src/icons/quassel/*x* fi } diff --git a/net-irc/quassel/quassel-9999-r1.ebuild b/net-irc/quassel/quassel-9999-r1.ebuild index c154d7ce8d25..d7bc37f40eff 100644 --- a/net-irc/quassel/quassel-9999-r1.ebuild +++ b/net-irc/quassel/quassel-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild,v 1.2 2008/06/17 10:58:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999-r1.ebuild,v 1.3 2008/07/02 16:03:12 flameeyes Exp $ EAPI=1 @@ -81,10 +81,8 @@ src_install() { # Only install the icons if the X client was installed if use X; then - local size - for size in 16 24 32 48 64 96 128 256 512; do - insinto /usr/share/icons/hicolor/${size}x${size} - newins "${S}"/src/icons/quassel/connected/${size}.png quassel.png - done + insinto /usr/share/icons/hicolor + # avoid the connected/ directory, get only the ${size}x${size} + doins -r "${S}"/src/icons/quassel/*x* fi } |