diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-06-07 22:59:31 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-08 10:35:14 -0400 |
commit | 0d6d2c4835d825001952af07c5f7ab293ab46a7a (patch) | |
tree | 56e585c9bffe6895e05ee2da71c58eff100e3328 /net-wireless/gnuradio/gnuradio-9999.ebuild | |
parent | dev-haskell/prettyprinter: Initial version (diff) | |
download | gentoo-0d6d2c4835d825001952af07c5f7ab293ab46a7a.tar.gz gentoo-0d6d2c4835d825001952af07c5f7ab293ab46a7a.tar.bz2 gentoo-0d6d2c4835d825001952af07c5f7ab293ab46a7a.zip |
net-wireless/gnuradio: fdo-mime->xdg-utils
All ebuilds tested with ebuild gnuradio-*.ebuild clean install merge.
Exception is gnuradio-3.6.5.1-r2, which fails in src_configure for a
reason I've not yet investigated; possibly too new of cmake.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-wireless/gnuradio/gnuradio-9999.ebuild')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 9c0cb3a61048..26671b12730c 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) CMAKE_BUILD_TYPE="None" -inherit cmake-utils fdo-mime gnome2-utils python-single-r1 eutils +inherit cmake-utils eutils gnome2-utils python-single-r1 xdg-utils DESCRIPTION="Toolkit that provides signal processing blocks to implement software radios" HOMEPAGE="http://gnuradio.org/" @@ -221,8 +221,8 @@ pkg_postinst() local GRC_ICON_SIZES="32 48 64 128 256" if use grc ; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mime_database_update for size in ${GRC_ICON_SIZES} ; do xdg-icon-resource install --noupdate --context mimetypes --size ${size} \ "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" application-gnuradio-grc \ @@ -240,8 +240,8 @@ pkg_postrm() local GRC_ICON_SIZES="32 48 64 128 256" if use grc ; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mime_database_update for size in ${GRC_ICON_SIZES} ; do xdg-icon-resource uninstall --noupdate --context mimetypes --size ${size} \ application-gnuradio-grc || ewarn "icon uninstall failed" |