Skip to content

Commit

Permalink
app-cdr/isomaster: fdo-mime->xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: gentoo#7865
  • Loading branch information
hanetzer authored and SoapGentoo committed Apr 20, 2018
1 parent a7ba4b9 commit 7731916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app-cdr/isomaster/isomaster-1.3.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=4
inherit eutils fdo-mime toolchain-funcs

inherit eutils toolchain-funcs xdg-utils

DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images"
HOMEPAGE="http://littlesvr.ca/isomaster"
Expand Down Expand Up @@ -60,9 +61,9 @@ src_install() {
}

pkg_postinst() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
}
3 changes: 2 additions & 1 deletion app-cdr/isomaster/isomaster-1.3.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils xdg-utils toolchain-funcs

inherit eutils toolchain-funcs xdg-utils

DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images"
HOMEPAGE="http://littlesvr.ca/isomaster"
Expand Down

0 comments on commit 7731916

Please sign in to comment.