summaryrefslogtreecommitdiff
path: root/app-office/texstudio/texstudio-2.12.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/texstudio/texstudio-2.12.4.ebuild')
-rw-r--r--app-office/texstudio/texstudio-2.12.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/texstudio/texstudio-2.12.4.ebuild b/app-office/texstudio/texstudio-2.12.4.ebuild
index 0c8d76e1c1ce..c877b493c4cb 100644
--- a/app-office/texstudio/texstudio-2.12.4.ebuild
+++ b/app-office/texstudio/texstudio-2.12.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit fdo-mime gnome2-utils prefix qmake-utils
+inherit gnome2-utils prefix qmake-utils xdg-utils
DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
HOMEPAGE="http://texstudio.sourceforge.net/"
@@ -17,7 +17,7 @@ IUSE="video"
COMMON_DEPEND="
app-text/hunspell:=
app-text/poppler[qt5]
- >=dev-libs/quazip-0.7.2[qt5]
+ >=dev-libs/quazip-0.7.2[qt5(+)]
dev-qt/designer:5
dev-qt/qtcore:5
dev-qt/qtconcurrent:5
@@ -81,11 +81,11 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
gnome2_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
gnome2_icon_cache_update
+ xdg_desktop_database_update
}