diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 10:25:57 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:44:21 +0200 |
commit | 99771dc85ad987132069c57fa0a5ca4807380542 (patch) | |
tree | 00506ad05326d0a7f7905ed7ad0574390cd16b81 /media-sound/denemo | |
parent | dev-lang/logtalk: fdo-mime->xdg-utils (diff) | |
download | gentoo-99771dc85ad987132069c57fa0a5ca4807380542.tar.gz gentoo-99771dc85ad987132069c57fa0a5ca4807380542.tar.bz2 gentoo-99771dc85ad987132069c57fa0a5ca4807380542.zip |
media-sound/denemo: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7874
Diffstat (limited to 'media-sound/denemo')
-rw-r--r-- | media-sound/denemo/denemo-1.0.0.ebuild | 8 | ||||
-rw-r--r-- | media-sound/denemo/denemo-1.0.2.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/denemo/denemo-1.0.0.ebuild b/media-sound/denemo/denemo-1.0.0.ebuild index de6b3f32da22..c502a2cb9016 100644 --- a/media-sound/denemo/denemo-1.0.0.ebuild +++ b/media-sound/denemo/denemo-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fdo-mime +inherit eutils xdg-utils DESCRIPTION="A music notation editor" HOMEPAGE="http://www.denemo.org/" @@ -60,5 +60,5 @@ src_configure() { --enable-x11 } -pkg_postinst() { fdo-mime_desktop_database_update; } -pkg_postrm() { fdo-mime_desktop_database_update; } +pkg_postinst() { xdg_desktop_database_update; } +pkg_postrm() { xdg_desktop_database_update; } diff --git a/media-sound/denemo/denemo-1.0.2.ebuild b/media-sound/denemo/denemo-1.0.2.ebuild index de6b3f32da22..c502a2cb9016 100644 --- a/media-sound/denemo/denemo-1.0.2.ebuild +++ b/media-sound/denemo/denemo-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fdo-mime +inherit eutils xdg-utils DESCRIPTION="A music notation editor" HOMEPAGE="http://www.denemo.org/" @@ -60,5 +60,5 @@ src_configure() { --enable-x11 } -pkg_postinst() { fdo-mime_desktop_database_update; } -pkg_postrm() { fdo-mime_desktop_database_update; } +pkg_postinst() { xdg_desktop_database_update; } +pkg_postrm() { xdg_desktop_database_update; } |