commit:     f765d7e9644ee6a79c02045e6d57bac955835a8d
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 13:13:31 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 13:13:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765d7e9

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

 app-office/texstudio/texstudio-2.11.2-r1.ebuild | 6 +++---
 app-office/texstudio/texstudio-2.12.2.ebuild    | 6 +++---
 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 717dc846c4b..f2ba1d509d0 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 0c8d76e1c1c..7b8f2d061b5 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 0c8d76e1c1c..7b8f2d061b5 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
 }

Reply via email to