Skip to content

Commit

Permalink
app-office/texstudio: sync live
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 2, 2021
1 parent 93cf03f commit 8d82b9a
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions app-office/texstudio/texstudio-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit prefix qmake-utils xdg-utils desktop git-r3
inherit desktop git-r3 prefix 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"
#SRC_URI="https://github.com/texstudio-org/texstudio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="https://github.com/texstudio-org/texstudio.git"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="GPL-2"
SLOT="0"
Expand Down Expand Up @@ -45,8 +44,6 @@ DEPEND="${COMMON_DEPEND}"

BDEPEND="virtual/pkgconfig"

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
default
# TODO: find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
Expand Down Expand Up @@ -74,13 +71,3 @@ src_install() {
done
emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
}

pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}

pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

0 comments on commit 8d82b9a

Please sign in to comment.