summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-03-24 21:34:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-03-24 21:34:27 +0000
commite18210dbfcd54842f9f5b266db75ce19d4c44b02 (patch)
tree0171193e3e2dc4ef7dfee2597af1046766805eba /games-strategy/wesnoth
parentFix mangled unicode (diff)
downloadgentoo-2-e18210dbfcd54842f9f5b266db75ce19d4c44b02.tar.gz
gentoo-2-e18210dbfcd54842f9f5b266db75ce19d4c44b02.tar.bz2
gentoo-2-e18210dbfcd54842f9f5b266db75ce19d4c44b02.zip
touchups; install desktop files (bug #263666)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/ChangeLog5
-rw-r--r--games-strategy/wesnoth/wesnoth-1.6a.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index c257d0dce0b2..bf04b3d439e5 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.140 2009/03/23 02:14:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.141 2009/03/24 21:34:27 mr_bones_ Exp $
+
+ 24 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.6a.ebuild:
+ touchups; install desktop files (bug #263666)
*wesnoth-1.6a (23 Mar 2009)
diff --git a/games-strategy/wesnoth/wesnoth-1.6a.ebuild b/games-strategy/wesnoth/wesnoth-1.6a.ebuild
index a5c11c977d5e..0fcb2044b09d 100644
--- a/games-strategy/wesnoth/wesnoth-1.6a.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.6a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v 1.2 2009/03/23 05:06:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v 1.3 2009/03/24 21:34:27 mr_bones_ Exp $
EAPI=2
inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -63,8 +63,8 @@ src_configure() {
fi
mycmakeargs="
${mycmakeargs}
- -DENABLE_GAME=$(use dedicated && echo FALSE || echo TRUE)
- -DENABLE_NLS=$(use nls && echo TRUE || echo FALSE)
+ $(cmake-utils_use_enable !dedicated GAME)
+ $(cmake-utils_use_enable nls NLS)
-DGUI=$(use tinygui && echo tiny || echo normal)
-DENABLE_FRIBIDI=FALSE
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
@@ -86,5 +86,7 @@ src_install() {
keepdir "${GAMES_STATEDIR}/run/wesnothd"
doinitd "${T}"/wesnothd || die "doinitd failed"
fi
+ doicon icons/{wesnoth-icon.png,wesnoth_editor-icon.png}
+ domenu icons/*desktop
prepgamesdirs
}