Skip to content

Commit

Permalink
app-office/texstudio: Switch from fdo-mime to xdg-utils
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonasstein committed Dec 27, 2017
1 parent f87fe61 commit f765d7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app-office/texstudio/texstudio-2.11.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}
6 changes: 3 additions & 3 deletions app-office/texstudio/texstudio-2.12.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}
6 changes: 3 additions & 3 deletions app-office/texstudio/texstudio-2.12.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}

0 comments on commit f765d7e

Please sign in to comment.