summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 05:12:05 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:47:32 +0200
commitb6e1552ad1d53c9b1bc0db849b371cfde3db22eb (patch)
treef93bf766e0245f920dea85098072db5c8a43d16c /x11-misc/obconf
parentx11-misc/nitrogen: fdo-mime->xdg-utils (diff)
downloadgentoo-b6e1552ad1d53c9b1bc0db849b371cfde3db22eb.tar.gz
gentoo-b6e1552ad1d53c9b1bc0db849b371cfde3db22eb.tar.bz2
gentoo-b6e1552ad1d53c9b1bc0db849b371cfde3db22eb.zip
x11-misc/obconf: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/obconf-2.0.4.ebuild13
-rw-r--r--x11-misc/obconf/obconf-9999.ebuild12
2 files changed, 13 insertions, 12 deletions
diff --git a/x11-misc/obconf/obconf-2.0.4.ebuild b/x11-misc/obconf/obconf-2.0.4.ebuild
index 4ee587cc3798..acba3e2cb972 100644
--- a/x11-misc/obconf/obconf-2.0.4.ebuild
+++ b/x11-misc/obconf/obconf-2.0.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit fdo-mime
+
+inherit xdg-utils
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
HOMEPAGE="http://openbox.org/wiki/ObConf:About"
@@ -27,11 +28,11 @@ src_configure() {
}
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
}
diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild
index eb5947a313a2..182f34ce49f0 100644
--- a/x11-misc/obconf/obconf-9999.ebuild
+++ b/x11-misc/obconf/obconf-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools fdo-mime git-r3
+inherit autotools xdg-utils git-r3
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
HOMEPAGE="http://openbox.org/wiki/ObConf:About"
@@ -31,11 +31,11 @@ src_configure() {
}
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
}