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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BC011581FB for ; Mon, 2 Dec 2024 13:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A04E07EA; Mon, 2 Dec 2024 13:00:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C362E07EA for ; Mon, 2 Dec 2024 13:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67A33342FAB for ; Mon, 2 Dec 2024 13:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A659B1F41 for ; Mon, 2 Dec 2024 13:00:21 +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: <1733144371.a26a23c2c0f829b487aa3574d436f9fb83b77dfd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-applications-overview-tooltip/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a26a23c2c0f829b487aa3574d436f9fb83b77dfd X-VCS-Branch: master Date: Mon, 2 Dec 2024 13:00:21 +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: f01b37d7-18b0-43cb-be05-7f563cbbd8ac X-Archives-Hash: e1d1a012c22dfafe5d079e24dc8b4dd3 commit: a26a23c2c0f829b487aa3574d436f9fb83b77dfd Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 1 12:39:06 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Dec 2 12:59:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26a23c2 gnome-extra/gnome-shell-extension-applications-overview-tooltip: fix pkgcheck warnings Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-applications-overview-tooltip-22.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild index e55785baedc5..fe7b207c9a4e 100644 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild +++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild @@ -7,6 +7,8 @@ inherit gnome2-utils DESCRIPTION="Show tooltip with full name and description" HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip" SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/gnome-shell-extension-}" +extension_uuid="applications-overview-tooltip@RaphaelRochet" # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7 LICENSE="public-domain" @@ -18,9 +20,6 @@ RDEPEND=" >=gnome-base/gnome-shell-46 " -S="${WORKDIR}/${P/gnome-shell-extension-}" -extension_uuid="applications-overview-tooltip@RaphaelRochet" - src_install() { einstalldocs insinto /usr/share/glib-2.0/schemas