diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 08:18:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 08:19:31 +0000 |
commit | bbb215daf38b69f9ec31dbefea248adc7e00f42c (patch) | |
tree | aed69bfd0720a25e0cd4dcdc402f803e2df3b26a /app-office/texstudio/texstudio-9999.ebuild | |
parent | media-video/ffmpeg: stable 4.3.2 for ppc (diff) | |
download | gentoo-bbb215daf38b69f9ec31dbefea248adc7e00f42c.tar.gz gentoo-bbb215daf38b69f9ec31dbefea248adc7e00f42c.tar.bz2 gentoo-bbb215daf38b69f9ec31dbefea248adc7e00f42c.zip |
app-office/texstudio: bump to 3.1.1
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/texstudio/texstudio-9999.ebuild')
-rw-r--r-- | app-office/texstudio/texstudio-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-office/texstudio/texstudio-9999.ebuild b/app-office/texstudio/texstudio-9999.ebuild index 0526576f09e8..c37e0bd19c1d 100644 --- a/app-office/texstudio/texstudio-9999.ebuild +++ b/app-office/texstudio/texstudio-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -MY_PV="${PV/_/}" inherit desktop git-r3 qmake-utils xdg +MY_PV="${PV/_/}" DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" EGIT_REPO_URI="https://github.com/texstudio-org/texstudio.git" @@ -36,7 +36,8 @@ DEPEND=" x11-libs/libXext video? ( >=media-libs/phonon-4.11.0 ) " -RDEPEND="${DEPEND} +RDEPEND=" + ${DEPEND} app-text/ghostscript-gpl app-text/psutils media-libs/netpbm @@ -44,7 +45,9 @@ RDEPEND="${DEPEND} " BDEPEND="virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${PN}-3.0.5-quazip1.patch" ) # TODO: upstream +PATCHES=( + "${FILESDIR}/${PN}-3.0.5-quazip1.patch" # TODO: upstream +) src_prepare() { xdg_src_prepare @@ -69,5 +72,6 @@ src_install() { for i in 16x16 22x22 32x32 48x48 64x64 128x128; do newicon -s ${i} utilities/${PN}${i}.png ${PN}.png done + emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install } |