From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E93A1382C5 for ; Sat, 2 Jan 2021 11:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BFD4E07FA; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DDCFE07FA for ; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FD53340E65 for ; Sat, 2 Jan 2021 11:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB58BC3 for ; Sat, 2 Jan 2021 11:11:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609585857.8d82b9a2b41ad78995e0c95d24ed1dfc2d6223cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/texstudio-9999.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d82b9a2b41ad78995e0c95d24ed1dfc2d6223cd X-VCS-Branch: master Date: Sat, 2 Jan 2021 11:11:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 080e32df-7532-4d8f-acd2-7220d8e13b01 X-Archives-Hash: e8882fcdd62861233da2889ca768e497 commit: 8d82b9a2b41ad78995e0c95d24ed1dfc2d6223cd Author: Sam James gentoo org> AuthorDate: Sat Jan 2 10:59:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 11:10:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d82b9a2 app-office/texstudio: sync live Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-office/texstudio/texstudio-9999.ebuild | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/app-office/texstudio/texstudio-9999.ebuild b/app-office/texstudio/texstudio-9999.ebuild index 86d41dcfcdf..5088db2d168 100644 --- a/app-office/texstudio/texstudio-9999.ebuild +++ b/app-office/texstudio/texstudio-9999.ebuild @@ -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" @@ -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 @@ -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 -}