Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/
Date: Sat, 02 Jan 2021 11:11:06
Message-Id: 1609585857.8d82b9a2b41ad78995e0c95d24ed1dfc2d6223cd.sam@gentoo
1 commit: 8d82b9a2b41ad78995e0c95d24ed1dfc2d6223cd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 10:59:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 11:10:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d82b9a2
7
8 app-office/texstudio: sync live
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-office/texstudio/texstudio-9999.ebuild | 19 +++----------------
14 1 file changed, 3 insertions(+), 16 deletions(-)
15
16 diff --git a/app-office/texstudio/texstudio-9999.ebuild b/app-office/texstudio/texstudio-9999.ebuild
17 index 86d41dcfcdf..5088db2d168 100644
18 --- a/app-office/texstudio/texstudio-9999.ebuild
19 +++ b/app-office/texstudio/texstudio-9999.ebuild
20 @@ -1,16 +1,15 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit prefix qmake-utils xdg-utils desktop git-r3
28 +inherit desktop git-r3 prefix qmake-utils xdg
29
30 MY_PV="${PV/_/}"
31 -
32 DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
33 HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio"
34 -#SRC_URI="https://github.com/texstudio-org/texstudio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
35 EGIT_REPO_URI="https://github.com/texstudio-org/texstudio.git"
36 +S="${WORKDIR}/${PN}-${MY_PV}"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -45,8 +44,6 @@ DEPEND="${COMMON_DEPEND}"
41
42 BDEPEND="virtual/pkgconfig"
43
44 -S=${WORKDIR}/${PN}-${MY_PV}
45 -
46 src_prepare() {
47 default
48 # TODO: find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
49 @@ -74,13 +71,3 @@ src_install() {
50 done
51 emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
52 }
53 -
54 -pkg_postinst() {
55 - xdg_icon_cache_update
56 - xdg_desktop_database_update
57 -}
58 -
59 -pkg_postrm() {
60 - xdg_icon_cache_update
61 - xdg_desktop_database_update
62 -}