dev-debug/d-spy: add 48.0

Closes: https://github.com/gentoo/gentoo/pull/42257
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-07-28 11:53:12 +02:00
parent 8cdb673592
commit 85d817ed2a
2 changed files with 37 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST d-spy-1.10.0.tar.xz 213044 BLAKE2B acb4d99e6f9be8ed86685c9deeb705727ac2b9522e701daa38e7baa84d37a585effda9c871d2cce814fff4dc240c585b6679d95a56b457434d0ce9e721ce3e29 SHA512 89f28ac2cc1799f7ad053da0c3995627c567ec224dc2267aac2fe6a2305d8580712c2ae3b4a86f86547f4bd7ac0462d2c6768bee3049cb449c4b6b00ce216cd6
DIST d-spy-47.0.tar.xz 219464 BLAKE2B 4bdb51df9ecb051408ce265a41ccdd3d74afbebb57e09d12a50cd525084b2446a09dd668b4440e5bfae64ca1044b6c331ccc8163100fa026bb1b697bfa5074ed SHA512 da5275691ab29ced7a125bf9411a8bae4388ea6f940c8e4f5a0764e18e9d1909abfe4d5c13e4cbd3405d106929bbbf6ba15f45c509d3396906311f5d453b2df2
DIST d-spy-48.0.tar.xz 219364 BLAKE2B b2df2027ce3767516bdd1ba9304c7b4f0e5883d04e26cfe94abc34c2ddb6292cca8fe313715e447b6b94f69316b96884578fac9891e5037acb7061f4df1f15da SHA512 aaea06f6ebdd93b3ab1fee8fd917600ae93aa90e35e0e8188eac614b10b043777021649e585150f973b5e0c079f1e94b10139758c6fe9e6d197f16192e1d44bd

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2025 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 simple tool to explore D-Bus connections"
HOMEPAGE="https://apps.gnome.org/Dspy/"
LICENSE="GPL-3+ LGPL-3+"
SLOT="1"
KEYWORDS="~amd64 ~arm64"
DEPEND="
>=dev-libs/glib-2.76:2
>=gui-libs/gtk-4.12:4
>=gui-libs/libadwaita-1.5:1
"
RDEPEND="
${DEPEND}
>=sys-apps/dbus-1
"
BDEPEND="
dev-libs/appstream-glib
dev-util/desktop-file-utils
sys-devel/gettext
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
-Dbuilder=false
)
meson_src_configure
}