From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DEC1138359 for ; Wed, 22 Jul 2020 10:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80058E0883; Wed, 22 Jul 2020 10:06:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F627E0883 for ; Wed, 22 Jul 2020 10:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFC8134F171 for ; Wed, 22 Jul 2020 10:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C222E7 for ; Wed, 22 Jul 2020 10:06:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1595412389.5a1f246608efc94e1502408d31fc17941dc358fc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild X-VCS-Directories: app-pda/gtkpod/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5a1f246608efc94e1502408d31fc17941dc358fc X-VCS-Branch: master Date: Wed, 22 Jul 2020 10:06:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb0d7fd3-db6c-4981-aa01-c617027b685f X-Archives-Hash: 7261240fa309c61fb856dd86f1d5c506 commit: 5a1f246608efc94e1502408d31fc17941dc358fc Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 22 10:06:29 2020 +0000 Commit: Pacho Ramos gentoo 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 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 }