summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-07-22 12:06:29 +0200
committerPacho Ramos <pacho@gentoo.org>2020-07-22 12:06:29 +0200
commit5a1f246608efc94e1502408d31fc17941dc358fc (patch)
tree3172ca4abc3f6d4f74f97e82ae1fbe672a3a5477 /app-pda/gtkpod
parentprofiles/package.mask: add www-misc/surl to list of Python 2 masked packages. (diff)
downloadgentoo-5a1f246608efc94e1502408d31fc17941dc358fc.tar.gz
gentoo-5a1f246608efc94e1502408d31fc17941dc358fc.tar.bz2
gentoo-5a1f246608efc94e1502408d31fc17941dc358fc.zip
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@gentoo.org>
Diffstat (limited to 'app-pda/gtkpod')
-rw-r--r--app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild6
1 files 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 25355ccc2320..966cbade09c9 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
}