From: Mikle Kolyada Date: Fri, 15 Nov 2019 12:55:05 +0000 (+0300) Subject: app-editors/texworks: enable virtualx X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eab9be2a86b897665500d2a6de75ff182a47f1b5;p=gentoo.git app-editors/texworks: enable virtualx Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild index 63fc66eee9b1..5aeb22b22ddd 100644 --- a/app-editors/texworks/texworks-0.6.3.ebuild +++ b/app-editors/texworks/texworks-0.6.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_6,3_7} ) -inherit python-single-r1 cmake-utils xdg-utils +inherit python-single-r1 cmake-utils virtualx xdg-utils DESCRIPTION="A simple interface for working with TeX documents" HOMEPAGE="http://tug.org/texworks/" @@ -53,6 +53,10 @@ src_configure() { cmake-utils_src_configure } +src_test() { + virtx default_src_test +} + pkg_postinst() { xdg_desktop_database_update }