summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-07 23:47:16 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-07 23:47:16 +0000
commit3a05e617ffb066612c0e27f2051bae9e864630eb (patch)
treebd170b7b8df800e2a347a1bed63358784421241c /games-arcade
parentAdded to ~hppa. (diff)
downloadhistorical-3a05e617ffb066612c0e27f2051bae9e864630eb.tar.gz
historical-3a05e617ffb066612c0e27f2051bae9e864630eb.tar.bz2
historical-3a05e617ffb066612c0e27f2051bae9e864630eb.zip
dont install duplicate desktop entries #91790
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/viruskiller/Manifest12
-rw-r--r--games-arcade/viruskiller/viruskiller-0.9.ebuild18
2 files changed, 13 insertions, 17 deletions
diff --git a/games-arcade/viruskiller/Manifest b/games-arcade/viruskiller/Manifest
index a4d38bafee72..61c7dfa99616 100644
--- a/games-arcade/viruskiller/Manifest
+++ b/games-arcade/viruskiller/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4d5ac2e420b8ed46eb5ac9607e5eacfc ChangeLog 1220
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 7751ab5a4fb80a00d188e0098a7f178e viruskiller-0.9.ebuild 1292
+MD5 3264de53e691dfba4bdc5495b9e90926 viruskiller-0.9.ebuild 1448
MD5 7aed6b4a5ef035f812b711d9b650f0e0 files/digest-viruskiller-0.9 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB1ySYroRuSHgZdywRAgXCAJ4ss0wyFo8AW2ctgNCQ1LLCvlmaqQCeP8bp
-/0w4qDeiVCCVkWUcWWh+gv4=
-=UnUg
------END PGP SIGNATURE-----
diff --git a/games-arcade/viruskiller/viruskiller-0.9.ebuild b/games-arcade/viruskiller/viruskiller-0.9.ebuild
index 3465d3a36727..7ad7f2af8a9b 100644
--- a/games-arcade/viruskiller/viruskiller-0.9.ebuild
+++ b/games-arcade/viruskiller/viruskiller-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-0.9.ebuild,v 1.9 2005/01/01 22:30:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-0.9.ebuild,v 1.10 2005/05/07 23:47:16 vapier Exp $
inherit games flag-o-matic
@@ -14,11 +14,12 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RESTRICT="fetch"
-DEPEND="media-libs/libsdl
+RDEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-image
media-libs/sdl-ttf
- dev-libs/zziplib
+ dev-libs/zziplib"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_nofetch() {
@@ -29,7 +30,7 @@ pkg_nofetch() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "/^BINDIR = /s:/$:/bin/:" \
-e "/^DOCDIR = /s:doc/.*:doc/${PF}/html/:" \
@@ -44,8 +45,13 @@ src_compile() {
}
src_install() {
- emake install DESTDIR=${D} || die
- rm ${D}/usr/share/doc/${PF}/html/{README,LICENSE}
+ make \
+ DESTDIR="${D}" \
+ ICONDIR="${D}"/usr/share/pixmaps/ \
+ KDE="${D}"/usr/share/applications/ \
+ GNOME="${D}"/usr/share/applications/ \
+ install || die
+ rm -f "${D}"/usr/share/doc/${PF}/html/{README,LICENSE}
dodoc doc/README
prepgamesdirs
}