diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-10-16 05:12:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-10-16 05:12:20 +0000 |
commit | 50e42a804f1cb8bab6fca7b07e7688c58d9283a6 (patch) | |
tree | 5ddef8d7c89056c7c3e6f2b854707a134d454180 /games-fps | |
parent | Fixed compile problem when lesstif USE flag is set but openmotif is not insta... (diff) | |
download | historical-50e42a804f1cb8bab6fca7b07e7688c58d9283a6.tar.gz historical-50e42a804f1cb8bab6fca7b07e7688c58d9283a6.tar.bz2 historical-50e42a804f1cb8bab6fca7b07e7688c58d9283a6.zip |
Updated icon image.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-demo/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index 2377f30fd1f7..78126ccf6e51 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.28 2004/10/11 18:48:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.29 2004/10/16 05:12:20 wolf31o2 Exp $ + + 16 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-demo-3334.ebuild: + Updated icon image. *ut2004-demo-3334 (07 Oct 2004) diff --git a/games-fps/ut2004-demo/Manifest b/games-fps/ut2004-demo/Manifest index 700273447853..84bb351a7ee0 100644 --- a/games-fps/ut2004-demo/Manifest +++ b/games-fps/ut2004-demo/Manifest @@ -1,4 +1,4 @@ -MD5 3ac86de9d37ac331f81c73a3cc135623 ChangeLog 2559 +MD5 d318aecead733647cf3912aa15f1c5fc ChangeLog 2663 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 df40dafe52806af07361bbea3f1e53d6 ut2004-demo-3334.ebuild 1954 +MD5 6e35dd5ac35946368c86478abf55a711 ut2004-demo-3334.ebuild 1976 MD5 7339313ef9ff4f1f6da1972ab63a2c2e files/digest-ut2004-demo-3334 71 diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 7984973904a0..aa145cbd8771 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.1 2004/10/11 18:48:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.2 2004/10/16 05:12:20 wolf31o2 Exp $ inherit games eutils @@ -39,7 +39,7 @@ src_install() { insinto ${dir} doins README.linux ut2004.xpm insinto /usr/share/pixmaps - doins ut2004.xpm + newins ut2004.xpm ut2004-demo.xpm exeinto ${dir} doexe bin/ut2004-demo @@ -51,7 +51,7 @@ src_install() { games_make_wrapper ut2004-demo ./ut2004-demo ${dir} prepgamesdirs - make_desktop_entry ut2004-demo "UT2004 Demo" ut2004.xpm + make_desktop_entry ut2004-demo "UT2004 Demo" ut2004-demo.xpm } pkg_postinst() { |