diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:49:48 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:49:48 +0000 |
commit | 5c925d3d549a124a70e012857bcdcea7b4b6a507 (patch) | |
tree | a260e4a69ea4de9b4772757d00b82efe51a9a8b5 /x11-misc | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-5c925d3d549a124a70e012857bcdcea7b4b6a507.tar.gz gentoo-2-5c925d3d549a124a70e012857bcdcea7b4b6a507.tar.bz2 gentoo-2-5c925d3d549a124a70e012857bcdcea7b4b6a507.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/keytouch/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/keytouch/keytouch-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/keytouch/ChangeLog b/x11-misc/keytouch/ChangeLog index 76578775a9f5..a5f5702a4c6a 100644 --- a/x11-misc/keytouch/ChangeLog +++ b/x11-misc/keytouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/keytouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.12 2008/01/06 16:37:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/ChangeLog,v 1.13 2008/02/29 20:49:48 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> keytouch-2.3.2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 06 Jan 2008; Tristan Heaven <nyhm@gentoo.org> keytouch-2.3.2.ebuild: Add missing x11-libs/libXtst dependency, bug #204596 diff --git a/x11-misc/keytouch/keytouch-2.3.2.ebuild b/x11-misc/keytouch/keytouch-2.3.2.ebuild index e61541d53ea8..8250e5c7e025 100644 --- a/x11-misc/keytouch/keytouch-2.3.2.ebuild +++ b/x11-misc/keytouch/keytouch-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.4 2008/01/06 16:37:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch/keytouch-2.3.2.ebuild,v 1.5 2008/02/29 20:49:48 carlo Exp $ inherit eutils versionator linux-info @@ -52,7 +52,7 @@ src_install() { fi newicon keytouch-keyboard/pixmaps/icon.png ${PN}.png - make_desktop_entry ${PN} keyTouch ${PN}.png System + make_desktop_entry ${PN} keyTouch ${PN} System dodoc AUTHORS ChangeLog |