summaryrefslogtreecommitdiff
path: root/x11-misc/obconf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /x11-misc/obconf
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/Manifest4
-rw-r--r--x11-misc/obconf/obconf-2.0.4.ebuild13
-rw-r--r--x11-misc/obconf/obconf-9999.ebuild12
3 files changed, 15 insertions, 14 deletions
diff --git a/x11-misc/obconf/Manifest b/x11-misc/obconf/Manifest
index 4cfdc8ca1b26..518ac6ad6f87 100644
--- a/x11-misc/obconf/Manifest
+++ b/x11-misc/obconf/Manifest
@@ -1,4 +1,4 @@
DIST obconf-2.0.4.tar.gz 456523 BLAKE2B ef3b3e4664ccd1095f5e1cd468fa3d021cd469a641930309a41c7b1cf418b9d87b2d8f4420342363dc4781d8e3aca3e8ffc0b9aac0151a2399579c5ff0997cc8 SHA512 b8cf6f363fa8c2f1d21142a3f79687a72f683f564285b05751c822ddf7a421b09c3440cbc5b08eb09d151601c6ada835ff5cc940bf5abeec2210cca26b552294
-EBUILD obconf-2.0.4.ebuild 833 BLAKE2B fbd647b4424a4c4772817a8a84a6b52efec376fb789845a831550c27987c906c133a92b7d8dcd3e09c5bd31824dc9068f8e845be293a3b0136234bedf28fff46 SHA512 adcf82b95af89d829938293053d64e4fb9ad216f3e48f2c85bef8048291c5a876da749ae8c92602eb61ebc54e2fcc760ec7a82f173c85dbdda549d8d4e116e92
-EBUILD obconf-9999.ebuild 778 BLAKE2B ec6ee6736f52450bcea5a09ac3b0fc2290dc1fa3df02c12c1af08cba1e1d6b3612a329fa163eef1500df1916e0e62396413c24f673476a32242f6628096aba78 SHA512 496db8493d8265b3c55d4b99e6770a27ee0a284ec1d7ff35f729074622df799a851112292272f17c012b67dca2858e18f681d8a572dd13d257054ba66192a8d5
+EBUILD obconf-2.0.4.ebuild 823 BLAKE2B 42cf4f162fa30e763eee0caa69e706da8196d0901202a1352712bb7848b5a413c72032fcdd9c31c4b23b6f8c73618ab9485dcb006232e0ced73289310c8d3493 SHA512 98ae0d0fc16d2388a659445288da556088de4ea692ea38abeb3efea876aeb466be310eb2fdc61d42645095e434de774ae4afd84f72da4d5bbc0a366756bc3cec
+EBUILD obconf-9999.ebuild 767 BLAKE2B 83d6d4c188108b33926b8afa8f1115a00dff7fb0ac2d3f4ccd94f0930567305ca2bd626f5159ed5e0683a6b2619e9bf6b0c6f563268a7db6be2bb218a861a364 SHA512 cc71a7f24edc705f8155ddc52e368027beef8bce3f5abc063ff1a7a6f71e8baa0bdddbcd66d95a79be6a64b682d27b8aa607771bd6ce90abbefaf667072cf71c
MISC metadata.xml 250 BLAKE2B 923ba29298f48b552a4e9659a0a7aaed2ad5e95749b4f5043f8c7a6fca5b973762577072789007eb6f047717189be9e6aa5b6b5964a6bf13d52da6f85399b042 SHA512 c1832990e49282daac7d60cef0249c7b287d4957dc820079efacf988ffee53463ec5a63fc0dd5551793808793fe14c5e5cfd4cd75701eb07dacae7c414a4a2c3
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
}