summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-09 12:09:12 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-09 12:09:12 +0000
commit1876b19e6fe9f4d7a0b25a12d09ba8a03ae0a8d7 (patch)
tree624f57c65b61de3d14f72d74f72b8e21fe98774c /sci-geosciences/qgis
parentQA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff)
downloadgentoo-2-1876b19e6fe9f4d7a0b25a12d09ba8a03ae0a8d7.tar.gz
gentoo-2-1876b19e6fe9f4d7a0b25a12d09ba8a03ae0a8d7.tar.bz2
gentoo-2-1876b19e6fe9f4d7a0b25a12d09ba8a03ae0a8d7.zip
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'sci-geosciences/qgis')
-rw-r--r--sci-geosciences/qgis/ChangeLog7
-rw-r--r--sci-geosciences/qgis/qgis-1.3.0.ebuild6
-rw-r--r--sci-geosciences/qgis/qgis-1.4.0.ebuild4
3 files changed, 11 insertions, 6 deletions
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog
index 76ac4d7fb1d9..8ce2f9833fbd 100644
--- a/sci-geosciences/qgis/ChangeLog
+++ b/sci-geosciences/qgis/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-geosciences/qgis
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.4 2010/01/24 17:43:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.5 2010/03/09 12:09:12 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> qgis-1.3.0.ebuild,
+ qgis-1.4.0.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry
*qgis-1.4.0 (24 Jan 2010)
diff --git a/sci-geosciences/qgis/qgis-1.3.0.ebuild b/sci-geosciences/qgis/qgis-1.3.0.ebuild
index 67ca4b202608..46a66c6367e6 100644
--- a/sci-geosciences/qgis/qgis-1.3.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.3.0.ebuild,v 1.3 2009/12/15 10:59:40 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.3.0.ebuild,v 1.4 2010/03/09 12:09:12 abcd Exp $
EAPI="2"
@@ -73,7 +73,7 @@ src_install() {
dodoc AUTHORS BUGS ChangeLog README SPONSORS CONTRIBUTORS
newicon images/icons/qgis-icon.png qgis.png
- make_desktop_entry qgis "Quantum GIS " qgis.png
+ make_desktop_entry qgis "Quantum GIS " qgis
if use examples; then
insinto /usr/share/doc/${PF}/examples
diff --git a/sci-geosciences/qgis/qgis-1.4.0.ebuild b/sci-geosciences/qgis/qgis-1.4.0.ebuild
index 94dcb21de4ad..617879621f85 100644
--- a/sci-geosciences/qgis/qgis-1.4.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.4.0.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/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.1 2010/01/24 17:43:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.2 2010/03/09 12:09:12 abcd Exp $
EAPI="2"
@@ -69,7 +69,7 @@ src_install() {
dodoc AUTHORS BUGS ChangeLog README SPONSORS CONTRIBUTORS
newicon images/icons/qgis-icon.png qgis.png
- make_desktop_entry qgis "Quantum GIS " qgis.png
+ make_desktop_entry qgis "Quantum GIS " qgis
if use examples; then
insinto /usr/share/doc/${PF}/examples