diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-18 17:35:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-18 17:35:47 +0000 |
commit | 3fa14adc5236e6a3640539c2bcddb2aaf3dedf9b (patch) | |
tree | 7062d221e3fb9f6038fb7e1502d7bebe9cfd9b88 /app-office/texmaker | |
parent | Version bump (diff) | |
download | gentoo-2-3fa14adc5236e6a3640539c2bcddb2aaf3dedf9b.tar.gz gentoo-2-3fa14adc5236e6a3640539c2bcddb2aaf3dedf9b.tar.bz2 gentoo-2-3fa14adc5236e6a3640539c2bcddb2aaf3dedf9b.zip |
app-office/texmaker: Add some more PREFIX love
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-4.0.1.ebuild | 23 |
2 files changed, 12 insertions, 16 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index a05e1203c6c7..9716e0563aea 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.126 2013/03/18 13:10:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.127 2013/03/18 17:35:47 jlec Exp $ + + 18 Mar 2013; Justin Lecher <jlec@gentoo.org> texmaker-4.0.1.ebuild: + Add some more PREFIX love *texmaker-4.0.1 (18 Mar 2013) diff --git a/app-office/texmaker/texmaker-4.0.1.ebuild b/app-office/texmaker/texmaker-4.0.1.ebuild index f5a41bc14c2a..b27775c544bb 100644 --- a/app-office/texmaker/texmaker-4.0.1.ebuild +++ b/app-office/texmaker/texmaker-4.0.1.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/app-office/texmaker/texmaker-4.0.1.ebuild,v 1.1 2013/03/18 13:10:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.0.1.ebuild,v 1.2 2013/03/18 17:35:47 jlec Exp $ EAPI=5 @@ -48,23 +48,16 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${P}-hunspell.patch - ) +PATCHES=( "${FILESDIR}"/${P}-hunspell.patch ) + +DOCS=( utilities/AUTHORS utilities/CHANGELOG.txt ) + src_configure() { eqmake4 \ ${PN}.pro \ - PREFIX="${EPREFIX}"/usr \ - DESKTOPDIR=/usr/share/applications \ - ICONDIR=/usr/share/pixmaps -} - -src_install() { - emake INSTALL_ROOT="${ED}" install - - doicon utilities/texmaker*.png utilities/texmaker.svg - - dodoc utilities/AUTHORS utilities/CHANGELOG.txt + PREFIX="${EPREFIX}/usr" \ + DESKTOPDIR="${EPREFIX}/usr/share/applications" \ + ICONDIR="${EPREFIX}/usr/share/pixmaps" } pkg_postinst() { |