diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-09-27 14:27:11 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-09-27 14:27:11 +0000 |
commit | 3e2f46542da50b4bf5900fb4a244098717bf56bc (patch) | |
tree | 693d0dfb293469c21f3919461b95cb1cd0f4e850 /dev-vcs | |
parent | Live ebuild. (diff) | |
download | gentoo-2-3e2f46542da50b4bf5900fb4a244098717bf56bc.tar.gz gentoo-2-3e2f46542da50b4bf5900fb4a244098717bf56bc.tar.bz2 gentoo-2-3e2f46542da50b4bf5900fb4a244098717bf56bc.zip |
Install desktop file again
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/files/tortoisehg-2.9.1-desktop_file.patch | 11 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.9.1.ebuild) | 6 |
3 files changed, 22 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index dd0b65a509b8..c0ddff84736f 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.45 2013/09/06 14:54:18 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.46 2013/09/27 14:27:11 polynomial-c Exp $ + +*tortoisehg-2.9.1-r1 (27 Sep 2013) + + 27 Sep 2013; Lars Wendler <polynomial-c@gentoo.org> -tortoisehg-2.9.1.ebuild, + +tortoisehg-2.9.1-r1.ebuild, +files/tortoisehg-2.9.1-desktop_file.patch: + Install desktop file again. *tortoisehg-2.9.1 (06 Sep 2013) diff --git a/dev-vcs/tortoisehg/files/tortoisehg-2.9.1-desktop_file.patch b/dev-vcs/tortoisehg/files/tortoisehg-2.9.1-desktop_file.patch new file mode 100644 index 000000000000..1170b2a6326f --- /dev/null +++ b/dev-vcs/tortoisehg/files/tortoisehg-2.9.1-desktop_file.patch @@ -0,0 +1,11 @@ +--- contrib/thg.desktop ++++ contrib/thg.desktop +@@ -0,0 +1,8 @@ ++[Desktop Entry] ++Type=Application ++Name=TortoiseHg ++GenericName=Version Control GUI ++Comment=GUI application for using Mercurial ++Icon=thg_logo ++Exec=thg --nofork ++Categories=Development;RevisionControl; diff --git a/dev-vcs/tortoisehg/tortoisehg-2.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild index a0a36bf460dd..c3aae12bf146 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.9.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.1.ebuild,v 1.1 2013/09/06 14:54:18 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild,v 1.1 2013/09/27 14:27:11 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -35,6 +35,8 @@ RDEPEND="${HG_DEPEND} DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-1.0.3 )" +PATCHES=( "${FILESDIR}/${P}-desktop_file.patch" ) + # Workaround race condition in build_qt DISTUTILS_IN_SOURCE_BUILD=1 @@ -68,7 +70,7 @@ python_install_all() { dohtml -r doc/build/html/ fi newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg - domenu contrib/${PN}.desktop + domenu contrib/thg.desktop } pkg_postinst() { |