summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 09:03:20 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:36:58 +0200
commitc1f8dc153734630fe6c70319ea046460f28a008b (patch)
tree93465e07969231ce9a23df8a1ede4b595a1eb30c /app-text/bibus/bibus-1.5.2-r3.ebuild
parentdev-util/glade: bump to 3.20.4 (diff)
downloadgentoo-c1f8dc153734630fe6c70319ea046460f28a008b.tar.gz
gentoo-c1f8dc153734630fe6c70319ea046460f28a008b.tar.bz2
gentoo-c1f8dc153734630fe6c70319ea046460f28a008b.zip
app-text/bibus: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7871
Diffstat (limited to 'app-text/bibus/bibus-1.5.2-r3.ebuild')
-rw-r--r--app-text/bibus/bibus-1.5.2-r3.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/bibus/bibus-1.5.2-r3.ebuild b/app-text/bibus/bibus-1.5.2-r3.ebuild
index b00c1bb65595..f046112d4e06 100644
--- a/app-text/bibus/bibus-1.5.2-r3.ebuild
+++ b/app-text/bibus/bibus-1.5.2-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
-inherit fdo-mime python-r1 versionator
+inherit python-r1 versionator xdg-utils
DESCRIPTION="Bibliographic and reference management software, integrates with LO and MS Word"
HOMEPAGE="http://bibus-biblio.sourceforge.net/"
@@ -76,11 +76,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}