diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-debug/d-spy | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-debug/d-spy')
| -rw-r--r-- | dev-debug/d-spy/Manifest | 2 | ||||
| -rw-r--r-- | dev-debug/d-spy/d-spy-48.0.ebuild | 36 | ||||
| -rw-r--r-- | dev-debug/d-spy/d-spy-49.2.ebuild | 37 | ||||
| -rw-r--r-- | dev-debug/d-spy/metadata.xml | 9 |
4 files changed, 84 insertions, 0 deletions
diff --git a/dev-debug/d-spy/Manifest b/dev-debug/d-spy/Manifest new file mode 100644 index 000000000000..3c4dbcd78c67 --- /dev/null +++ b/dev-debug/d-spy/Manifest @@ -0,0 +1,2 @@ +DIST d-spy-48.0.tar.xz 219364 BLAKE2B b2df2027ce3767516bdd1ba9304c7b4f0e5883d04e26cfe94abc34c2ddb6292cca8fe313715e447b6b94f69316b96884578fac9891e5037acb7061f4df1f15da SHA512 aaea06f6ebdd93b3ab1fee8fd917600ae93aa90e35e0e8188eac614b10b043777021649e585150f973b5e0c079f1e94b10139758c6fe9e6d197f16192e1d44bd +DIST d-spy-49.2.tar.xz 215988 BLAKE2B 2950f8887c945afa0ee6a4af8e7e934595a67862a9e5056b48b72076fedeec985abc97d68eec87929e117a42730fc3f62a33d869d6b473569bcc7e1ff428964e SHA512 379d7ff8539163cf9792b6c53747fd66540f6d12616b0f7ec977adab890de4362fbf77cdc8b4afeaeb0583cff1ae6f7621cda880ab05a2cde6b3abc372e9707d diff --git a/dev-debug/d-spy/d-spy-48.0.ebuild b/dev-debug/d-spy/d-spy-48.0.ebuild new file mode 100644 index 000000000000..0ba6cb0690ee --- /dev/null +++ b/dev-debug/d-spy/d-spy-48.0.ebuild @@ -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 +} diff --git a/dev-debug/d-spy/d-spy-49.2.ebuild b/dev-debug/d-spy/d-spy-49.2.ebuild new file mode 100644 index 000000000000..8cb6250c2433 --- /dev/null +++ b/dev-debug/d-spy/d-spy-49.2.ebuild @@ -0,0 +1,37 @@ +# 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.82:2 + >=gui-libs/gtk-4.16:4 + >=dev-libs/libdex-0.11 + >=gui-libs/libadwaita-1.7: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 +} diff --git a/dev-debug/d-spy/metadata.xml b/dev-debug/d-spy/metadata.xml new file mode 100644 index 000000000000..f6b6cde5f785 --- /dev/null +++ b/dev-debug/d-spy/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
