summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-14 23:25:50 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-14 23:25:50 +0000
commit890402a8356112c8e92a86608d600855f3810822 (patch)
treeabf7af49bb7b90287168d496189bbbc43fac900b /games-board/atakks
parentVersion bump, thanks to Cardoe for reporting. (diff)
downloadgentoo-2-890402a8356112c8e92a86608d600855f3810822.tar.gz
gentoo-2-890402a8356112c8e92a86608d600855f3810822.tar.bz2
gentoo-2-890402a8356112c8e92a86608d600855f3810822.zip
Install menu entry, bug #159843
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-board/atakks')
-rw-r--r--games-board/atakks/ChangeLog7
-rw-r--r--games-board/atakks/atakks-1.0.ebuild14
2 files changed, 13 insertions, 8 deletions
diff --git a/games-board/atakks/ChangeLog b/games-board/atakks/ChangeLog
index 64e1061c4096..b55d06669b39 100644
--- a/games-board/atakks/ChangeLog
+++ b/games-board/atakks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/atakks
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.7 2006/06/29 19:22:15 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.8 2007/03/14 23:25:50 nyhm Exp $
+
+ 14 Mar 2007; Tristan Heaven <nyhm@gentoo.org> atakks-1.0.ebuild:
+ Install menu entry, bug #159843
29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> atakks-1.0.ebuild:
Fixed binaries being pre-stripped. Thanks to Tristan Heaven
diff --git a/games-board/atakks/atakks-1.0.ebuild b/games-board/atakks/atakks-1.0.ebuild
index b0b2811fd67c..dbfd7cc22940 100644
--- a/games-board/atakks/atakks-1.0.ebuild
+++ b/games-board/atakks/atakks-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.7 2006/06/29 19:22:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.8 2007/03/14 23:25:50 nyhm Exp $
inherit eutils games
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND=">=media-libs/libsdl-1.2.7"
+DEPEND="media-libs/libsdl"
S=${WORKDIR}/${MY_P}
@@ -35,7 +35,7 @@ src_unpack() {
-e "s:^LDFLAGS.*$:LDFLAGS+=$(sdl-config --libs):" \
Makefile || die "sed failed"
- epatch "${FILESDIR}/${PV}-warnings.patch"
+ epatch "${FILESDIR}"/${PV}-warnings.patch
}
src_compile() {
@@ -43,8 +43,10 @@ src_compile() {
}
src_install() {
- dogamesbin atakks || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
+ dogamesbin ${PN} || die "dogamesbin failed"
+ insinto "${GAMES_DATADIR}"/${PN}
doins *bmp || die "doins failed"
+ newicon icon.bmp ${PN}.bmp
+ make_desktop_entry ${PN} Atakks /usr/share/pixmaps/${PN}.bmp
prepgamesdirs
}