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 7CA24138359 for ; Mon, 16 Nov 2020 23:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FB01E0965; Mon, 16 Nov 2020 23:21:40 +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 29DCAE0965 for ; Mon, 16 Nov 2020 23:21:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 93D2D34116E for ; Mon, 16 Nov 2020 23:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C970F451 for ; Mon, 16 Nov 2020 23:21:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1605568869.f653eafeae8e4adf9090ea0fdf0d93280451ab20.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lollypop/lollypop-1.2.35.ebuild X-VCS-Directories: media-sound/lollypop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f653eafeae8e4adf9090ea0fdf0d93280451ab20 X-VCS-Branch: master Date: Mon, 16 Nov 2020 23:21:36 +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: d00a8449-a76f-4a18-9cdc-ba46313543f5 X-Archives-Hash: ebd63469e1244d5ab838a6c8ed65dd81 commit: f653eafeae8e4adf9090ea0fdf0d93280451ab20 Author: Jakov Smolic sartura hr> AuthorDate: Mon Nov 16 23:21:09 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Nov 16 23:21:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f653eafe media-sound/lollypop: inherit xdg.eclass Closes: https://bugs.gentoo.org/738506 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> media-sound/lollypop/lollypop-1.2.35.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild b/media-sound/lollypop/lollypop-1.2.35.ebuild index 8cc6542ee21..fc57c94f636 100644 --- a/media-sound/lollypop/lollypop-1.2.35.ebuild +++ b/media-sound/lollypop/lollypop-1.2.35.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="sqlite" -inherit python-single-r1 gnome2-utils meson xdg-utils +inherit python-single-r1 gnome2-utils meson xdg DESCRIPTION="Modern music player for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" @@ -61,11 +61,11 @@ src_install() { pkg_postinst() { gnome2_gconf_install gnome2_schemas_update - xdg_desktop_database_update + xdg_pkg_postinst } pkg_postrm() { gnome2_gconf_uninstall gnome2_schemas_update - xdg_desktop_database_update + xdg_pkg_postrm }