summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2014-05-08 00:45:31 +0000
committerAlex Alexander <wired@gentoo.org>2014-05-08 00:45:31 +0000
commitb4e90af28d5f34618dc2462807b030dc8d26d307 (patch)
treec1d525a6ab0351418b8dbaefcbf55b5c1d9aa6ce /games-util/gtkevemon
parentTested on x86. (diff)
downloadgentoo-2-b4e90af28d5f34618dc2462807b030dc8d26d307.tar.gz
gentoo-2-b4e90af28d5f34618dc2462807b030dc8d26d307.tar.bz2
gentoo-2-b4e90af28d5f34618dc2462807b030dc8d26d307.zip
icon format changed to svg, bug #509782
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'games-util/gtkevemon')
-rw-r--r--games-util/gtkevemon/ChangeLog7
-rw-r--r--games-util/gtkevemon/gtkevemon-9999.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/gtkevemon/ChangeLog b/games-util/gtkevemon/ChangeLog
index 8a898e0c2e97..f28bc5b4720f 100644
--- a/games-util/gtkevemon/ChangeLog
+++ b/games-util/gtkevemon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/gtkevemon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.5 2012/11/19 11:03:56 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.6 2014/05/08 00:45:31 wired Exp $
+
+ 08 May 2014; Alex Alexander <wired@gentoo.org> gtkevemon-9999.ebuild:
+ icon format changed to svg, bug #509782
19 Nov 2012; Alex Alexander <wired@gentoo.org> gtkevemon-9999.ebuild:
fixed bug #437128
diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild b/games-util/gtkevemon/gtkevemon-9999.ebuild
index 661b9db012ca..688face91cbf 100644
--- a/games-util/gtkevemon/gtkevemon-9999.ebuild
+++ b/games-util/gtkevemon/gtkevemon-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-9999.ebuild,v 1.3 2012/11/19 11:03:56 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-9999.ebuild,v 1.4 2014/05/08 00:45:31 wired Exp $
EAPI=4
@@ -51,7 +51,7 @@ src_install() {
# fixed QA notice
sed -i "/^Encoding/d" icon/${PN}.desktop
dobin src/${PN}
- doicon icon/${PN}.png
+ doicon icon/${PN}.svg
domenu icon/${PN}.desktop
dodoc CHANGES README TODO
}