diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 09:52:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 09:52:19 +0000 |
commit | b6e3f0631805f2c1edc0fad33dc8675727c89a1e (patch) | |
tree | c3b7e8cc01735c5337e29df54e403d3486fcb614 /games-fps/unreal-tournament | |
parent | Use doicon instead insinto + doins to install icon files (diff) | |
download | gentoo-2-b6e3f0631805f2c1edc0fad33dc8675727c89a1e.tar.gz gentoo-2-b6e3f0631805f2c1edc0fad33dc8675727c89a1e.tar.bz2 gentoo-2-b6e3f0631805f2c1edc0fad33dc8675727c89a1e.zip |
Use doicon instead insinto + doins to install icon files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 29bf460481b8..4657092b5e4e 100644 --- a/games-fps/unreal-tournament/ChangeLog +++ b/games-fps/unreal-tournament/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal-tournament # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.21 2012/02/05 06:10:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.22 2012/09/05 09:52:19 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> unreal-tournament-451.ebuild: + Use doicon instead insinto + doins to install icon files 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> unreal-tournament-451.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index c88a496b01bd..3b95019d4aac 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.28 2012/02/05 06:10:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.29 2012/09/05 09:52:19 jlec Exp $ inherit eutils unpacker cdrom games @@ -70,8 +70,7 @@ src_install() { doins README icon.{bmp,xpm} || die "installing random files" # install a menu item (closes bug #27542) - insinto /usr/share/pixmaps - newins icon.xpm ut.xpm + newicon icon.xpm ut.xpm make_desktop_entry ut "Unreal Tournament" ut # first apply any patch remaints loki has for us |