summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/alevt/alevt-1.6.1.ebuild')
-rw-r--r--media-video/alevt/alevt-1.6.1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/media-video/alevt/alevt-1.6.1.ebuild b/media-video/alevt/alevt-1.6.1.ebuild
index 2751256a8371..7c14564ffe55 100644
--- a/media-video/alevt/alevt-1.6.1.ebuild
+++ b/media-video/alevt/alevt-1.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.1.ebuild,v 1.6 2004/11/26 20:06:38 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.1.ebuild,v 1.7 2005/02/17 20:17:26 luckyduck Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.goron.de/~froese/"
SRC_URI="http://www.ibiblio.org/pub/Linux/apps/video/${P}.tar.gz
http://fresh.t-systems-sfr.com/linux/src/${P}.tar.gz"
-IUSE="gnome"
+IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
@@ -33,10 +33,10 @@ src_install() {
doman alevt.1x alevt-date.1 alevt-cap.1
dodoc CHANGELOG COPYRIGHT README
- if use gnome; then
- insinto /usr/share/pixmaps
- newins contrib/mini-alevt.xpm alevt.xpm
- insinto /usr/share/applications
- doins ${FILESDIR}/alevt.desktop
- fi
+ insinto /usr/share/icons/hicolor/16x16/apps
+ newins contrib/mini-alevt.xpm alevt.xpm
+ insinto /usr/share/icons/hicolor/48x48/apps
+ newins contrib/icon48x48.xpm alevt.xpm
+
+ make_desktop_entry alevt "AleVT" alevt
}