app-office/texstudio: Switch from fdo-mime to xdg-utils
authorJonas Stein <jstein@gentoo.org>
Wed, 27 Dec 2017 13:13:31 +0000 (14:13 +0100)
committerJonas Stein <jstein@gentoo.org>
Wed, 27 Dec 2017 13:13:42 +0000 (14:13 +0100)
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
app-office/texstudio/texstudio-2.12.2.ebuild
app-office/texstudio/texstudio-2.12.4.ebuild

index 717dc846c4bbdb7d6ac4327a87ee933e408194ab..f2ba1d509d006a37fab8318ed44d4c4f121dd9ac 100644 (file)
@@ -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
 }
index 0c8d76e1c1ce06b488e971c5ac96e71f4af06d0f..7b8f2d061b54509f20c2bd0092f563df027dc190 100644 (file)
@@ -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
 }
index 0c8d76e1c1ce06b488e971c5ac96e71f4af06d0f..7b8f2d061b54509f20c2bd0092f563df027dc190 100644 (file)
@@ -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
 }