dev-debug/d-spy: drop 1.6.0

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp 2024-04-13 12:53:40 +03:00
parent 8252b4cd01
commit 5d0e812e6b
No known key found for this signature in database
GPG Key ID: 10A6C9FA4F499606
2 changed files with 0 additions and 44 deletions

View File

@ -1,2 +1 @@
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

View File

@ -1,43 +0,0 @@
# Copyright 1999-2024 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
}