diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-12-27 14:13:31 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-12-27 14:13:42 +0100 |
commit | f765d7e9644ee6a79c02045e6d57bac955835a8d (patch) | |
tree | d87fa62e6eaa11b547cc82d683740ce59540b21e /app-office | |
parent | mail-client/neomutt: Build man pages unconditionally (diff) | |
download | gentoo-f765d7e9644ee6a79c02045e6d57bac955835a8d.tar.gz gentoo-f765d7e9644ee6a79c02045e6d57bac955835a8d.tar.bz2 gentoo-f765d7e9644ee6a79c02045e6d57bac955835a8d.zip |
app-office/texstudio: Switch from fdo-mime to xdg-utils
Updated the obsolete fdo-mime to xdg-utils without revbump, because
the used xdg-utils functions were simply copied from fdo-mime.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texstudio/texstudio-2.11.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.12.2.ebuild | 6 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.12.4.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-office/texstudio/texstudio-2.11.2-r1.ebuild b/app-office/texstudio/texstudio-2.11.2-r1.ebuild index 717dc846c4bb..f2ba1d509d00 100644 --- a/app-office/texstudio/texstudio-2.11.2-r1.ebuild +++ b/app-office/texstudio/texstudio-2.11.2-r1.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/" @@ -86,11 +86,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 } diff --git a/app-office/texstudio/texstudio-2.12.2.ebuild b/app-office/texstudio/texstudio-2.12.2.ebuild index 0c8d76e1c1ce..7b8f2d061b54 100644 --- a/app-office/texstudio/texstudio-2.12.2.ebuild +++ b/app-office/texstudio/texstudio-2.12.2.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/" @@ -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 } diff --git a/app-office/texstudio/texstudio-2.12.4.ebuild b/app-office/texstudio/texstudio-2.12.4.ebuild index 0c8d76e1c1ce..7b8f2d061b54 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/" @@ -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 } |