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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CEC8158089 for ; Sun, 17 Sep 2023 01:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C6B2BC01D; Sun, 17 Sep 2023 01:43:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4995E2BC01D for ; Sun, 17 Sep 2023 01:43:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E11C335D2F for ; Sun, 17 Sep 2023 01:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A555711CA for ; Sun, 17 Sep 2023 01:43:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1694914978.68e5c844249e04a307f2288f4382560beb535e67.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/d-spy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/d-spy/Manifest dev-util/d-spy/d-spy-1.8.0.ebuild X-VCS-Directories: dev-util/d-spy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 68e5c844249e04a307f2288f4382560beb535e67 X-VCS-Branch: master Date: Sun, 17 Sep 2023 01:43:02 +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: a7bc6362-8f52-4490-8afd-e432ca6db64f X-Archives-Hash: 76e1342993a69039b9cd3dbf4030d0fa commit: 68e5c844249e04a307f2288f4382560beb535e67 Author: Guillermo Joandet gmail com> AuthorDate: Sat Sep 16 23:53:38 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 17 01:42:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e5c844 dev-util/d-spy: Version bump to 1.8.0 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32862 Signed-off-by: Matt Turner gentoo.org> dev-util/d-spy/Manifest | 1 + dev-util/d-spy/d-spy-1.8.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-util/d-spy/Manifest b/dev-util/d-spy/Manifest index 2d0d90a0a37f..511442806a43 100644 --- a/dev-util/d-spy/Manifest +++ b/dev-util/d-spy/Manifest @@ -1 +1,2 @@ DIST d-spy-1.6.0.tar.xz 215844 BLAKE2B 4811591024d3b599e5e10354db8aa14d5b80bf6fb3c8bfbeadcf5d9c14501af0d00368643cb58eac5ad9452b541743ce3ff9f8376202270f635078876a1012b3 SHA512 7a65bd64320a69eb54077a359381bda35f285b42f4181bf972bc790a8002a773b66c23303e5e94c3dec8c7b9bfc7b8aa60a5ce60f2eb47459ce3dfd634a05703 +DIST d-spy-1.8.0.tar.xz 232944 BLAKE2B cb6f90e9b3d779aa5a76bc93f16e9ae677af029b72451bbb983ffeb06b99a92aa2402ef8b6f6a6c6b4ad4f6ba49a924db37d7e9fc9cb98157a6475a0ec234267 SHA512 49c0ff250a91110014f98453ed6958cf4b5191cc0c8d31c5e63b1408864eaf0906ab3860b0479400a04a8614ee36fe5b9527b179e6346bdb5616cb188d2648f0 diff --git a/dev-util/d-spy/d-spy-1.8.0.ebuild b/dev-util/d-spy/d-spy-1.8.0.ebuild new file mode 100644 index 000000000000..31de818002f3 --- /dev/null +++ b/dev-util/d-spy/d-spy-1.8.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org meson xdg + +DESCRIPTION="D-spy is a blisteringly fast D-Bus debugger" +HOMEPAGE="https://gitlab.gnome.org/GNOME/d-spy" + +LICENSE="GPL-3+ LGPL-3+" +SLOT="1" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-libs/glib-2.68:2 + >=gui-libs/gtk-4.6:4 + >=gui-libs/libadwaita-1.0:1 +" +RDEPEND=" + ${DEPEND} + >=sys-apps/dbus-1 +" +BDEPEND=" + dev-libs/appstream-glib + dev-util/desktop-file-utils + sys-devel/gettext + virtual/pkgconfig +" + +src_install() { + meson_src_install +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +}