commit:     5a1f246608efc94e1502408d31fc17941dc358fc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 10:06:29 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 10:06:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1f2466

app-pda/gtkpod: Update xdg caches

Thanks-to: Agostino Sarubbo
Closes: https://bugs.gentoo.org/733486
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild 
b/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild
index 25355ccc232..966cbade09c 100644
--- a/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild
+++ b/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 # Not all modules needed by py script are packaged in Gentoo
 #PYTHON_COMPAT=( python3_{6..9} )
 
-inherit autotools flag-o-matic gnome2-utils #python-single-r1
+inherit autotools flag-o-matic gnome2-utils xdg #python-single-r1
 
 DESCRIPTION="A graphical user interface to the Apple productline"
 HOMEPAGE="http://www.gtkpod.org/";
@@ -64,7 +64,7 @@ DEPEND="${COMMON_DEPEND}
 "
 
 src_prepare() {
-       default
+       xdg_src_prepare
 
        eapply "${FILESDIR}"/${PN}-2.1.3-gold.patch
        eapply "${FILESDIR}"/${PN}-2.1.5-m4a.patch
@@ -114,8 +114,10 @@ src_install() {
 
 pkg_postinst() {
        gnome2_schemas_update
+       xdg_pkg_postinst
 }
 
 pkg_postrm() {
        gnome2_schemas_update
+       xdg_pkg_postrm
 }

Reply via email to