summaryrefslogtreecommitdiff
path: root/media-sound/exaile
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 /media-sound/exaile
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'media-sound/exaile')
-rw-r--r--media-sound/exaile/Manifest2
-rw-r--r--media-sound/exaile/exaile-3.4.5.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 8622b932e256..5fef4686dd0e 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,3 +1,3 @@
DIST exaile-3.4.5.tar.gz 3662446 BLAKE2B 13343a5468a4f7f309e173e5195d356d62e10efc20c99cc70a1f0215fafa073eeec19b4e35ae52e11a62575a72263ad11ebdf105fcdd066654f8d6c2b1ff6864 SHA512 9337b86ed2f6a13071615bd46a7a05a6564011a4e1fef4cb42925336864c07854cfe497d8defe65c4e287fd9546de6a51543180c5ce6a84525506e57209914be
-EBUILD exaile-3.4.5.ebuild 1284 BLAKE2B 3317a842b855f130c0985aa5f8781b956b2fb65db60307cfe09ec6df7fc160145a577266c53d32be9be6139570cc8b6042d6521272953270896c021303d0617e SHA512 3af1d3389aa7d54a81743130efa5414d1cfe717445d8beb13232d54e82e81ec67451c5491f9af96c5de8ab3cb9d8ed03b5b426f3cdef532e72d4c58151648634
+EBUILD exaile-3.4.5.ebuild 1273 BLAKE2B 54243b0c4cfbc5cb3119c210c83f89601ba4ba6ea9a0ffe0d862127e9ad7a2f27bd1fd8ade89a5abe36ee12686754542c4412a9d70f1378fe9a0cae616f95737 SHA512 24f7d166b92fb42b02449d2df27299972b22bc91ca5d62ed4cdcef7c6aedf0b9e262040bb3fc9477dbd810e503c52e013b91ddea627f0cb681215c32cf91b5d6
MISC metadata.xml 380 BLAKE2B 9d0cff24c31104dac5ff1d9911df1bc67c25f6765b723591ae1a0849f539c44469d10956105dddefdb377375a01099331eb0b223627fbcb3459c6994b4db2507 SHA512 763f538de48767038faac1b7ffed4ac1422be573b6e2e01ff6679e8aeff00f2d14a3fc6bcf40e742a639f36f13cfe893fea77e5fd4f8a273af5d8cfa8db529bf
diff --git a/media-sound/exaile/exaile-3.4.5.ebuild b/media-sound/exaile/exaile-3.4.5.ebuild
index de353fde214d..7f6bd3b77284 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
-inherit fdo-mime multilib python-r1
+inherit multilib python-r1 xdg-utils
DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
HOMEPAGE="http://www.exaile.org/"
@@ -54,11 +54,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
}