summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-10 13:29:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-10 13:29:24 +0000
commite5f5a6beaf062f8fe061ba4fce12df3486bf2b9c (patch)
tree593fc5ba0f08760e698c95453f4f895c4fc50dd2 /app-text/xdvik/xdvik-22.84.16.ebuild
parentold, stabilize for everyone (diff)
downloadhistorical-e5f5a6beaf062f8fe061ba4fce12df3486bf2b9c.tar.gz
historical-e5f5a6beaf062f8fe061ba4fce12df3486bf2b9c.tar.bz2
historical-e5f5a6beaf062f8fe061ba4fce12df3486bf2b9c.zip
Use .xpm instead of .png because gentoo-x86 shouldn't have binary data in it.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-text/xdvik/xdvik-22.84.16.ebuild')
-rw-r--r--app-text/xdvik/xdvik-22.84.16.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild
index 49659920324a..09414ceaa0a3 100644
--- a/app-text/xdvik/xdvik-22.84.16.ebuild
+++ b/app-text/xdvik/xdvik-22.84.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.8 2010/07/10 13:26:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.9 2010/07/10 13:29:24 ssuominen Exp $
EAPI=3
inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -82,7 +82,7 @@ src_install() {
use emacs && elisp-install tex-utils *.el *.elc
- doicon "${FILESDIR}/${PN}.png"
+ doicon "${FILESDIR}"/${PN}.xpm
make_desktop_entry xdvi "XDVI" xdvik "Graphics;Viewer"
echo "MimeType=application/x-dvi;" >> "${ED}"usr/share/applications/xdvi-"${PN}".desktop
}