summaryrefslogtreecommitdiff
path: root/dev-debug
diff options
context:
space:
mode:
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/Manifest.gzbin4197 -> 4194 bytes
-rw-r--r--dev-debug/d-spy/Manifest4
-rw-r--r--dev-debug/d-spy/d-spy-1.8.0.ebuild43
-rw-r--r--dev-debug/d-spy/d-spy-47.0.ebuild36
-rw-r--r--dev-debug/gfxreconstruct/Manifest4
-rw-r--r--dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild3
-rw-r--r--dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild3
7 files changed, 42 insertions, 51 deletions
diff --git a/dev-debug/Manifest.gz b/dev-debug/Manifest.gz
index 8ccb6ca5f607..1cb824fe24fd 100644
--- a/dev-debug/Manifest.gz
+++ b/dev-debug/Manifest.gz
Binary files differ
diff --git a/dev-debug/d-spy/Manifest b/dev-debug/d-spy/Manifest
index a0c0938ee05a..77a9e18d141c 100644
--- a/dev-debug/d-spy/Manifest
+++ b/dev-debug/d-spy/Manifest
@@ -1,5 +1,5 @@
DIST d-spy-1.10.0.tar.xz 213044 BLAKE2B acb4d99e6f9be8ed86685c9deeb705727ac2b9522e701daa38e7baa84d37a585effda9c871d2cce814fff4dc240c585b6679d95a56b457434d0ce9e721ce3e29 SHA512 89f28ac2cc1799f7ad053da0c3995627c567ec224dc2267aac2fe6a2305d8580712c2ae3b4a86f86547f4bd7ac0462d2c6768bee3049cb449c4b6b00ce216cd6
-DIST d-spy-1.8.0.tar.xz 232944 BLAKE2B cb6f90e9b3d779aa5a76bc93f16e9ae677af029b72451bbb983ffeb06b99a92aa2402ef8b6f6a6c6b4ad4f6ba49a924db37d7e9fc9cb98157a6475a0ec234267 SHA512 49c0ff250a91110014f98453ed6958cf4b5191cc0c8d31c5e63b1408864eaf0906ab3860b0479400a04a8614ee36fe5b9527b179e6346bdb5616cb188d2648f0
+DIST d-spy-47.0.tar.xz 219464 BLAKE2B 4bdb51df9ecb051408ce265a41ccdd3d74afbebb57e09d12a50cd525084b2446a09dd668b4440e5bfae64ca1044b6c331ccc8163100fa026bb1b697bfa5074ed SHA512 da5275691ab29ced7a125bf9411a8bae4388ea6f940c8e4f5a0764e18e9d1909abfe4d5c13e4cbd3405d106929bbbf6ba15f45c509d3396906311f5d453b2df2
EBUILD d-spy-1.10.0.ebuild 729 BLAKE2B 380d7c91babe08bc51c4177c3ea61b93ec7921d8847bc1e7d5507a05062724e7fe9f20e9bc6c9655ba576874b722c6e5bc2265a37697c3a7097540a00d1cee30 SHA512 048a16e69ffaa5598dbb3045e244e94220ac3fc3e617d544b9ee26581ea9cf90598b0207d27fcd2f2f1af890ea9fcf167f7ce1e7a554ef7bf1847371ce8a3305
-EBUILD d-spy-1.8.0.ebuild 720 BLAKE2B 7942b1111056d62c92ca815f842ab42d1de851a9d4f72085a8a0bc8d4265f4ca643d2a7d1b4627ddd8193a0e37f0ddfe85a1131eb12528de226577d1245850c5 SHA512 585675d3da9c63de3f1ed89987da7e12d4081af0a9f4c7b07934c2d168d315c7a13cdf730089f8c45e86cf0e57b733b1338432c5ffad7972fe8676b674f63971
+EBUILD d-spy-47.0.ebuild 633 BLAKE2B 47c5f5fe67aa1cda62164573ba07ad9ed7d71d1b9fc09a0ab89fbbe5e4b39cf70e1f1e2a5b7c879bd684a95501c0ec8e1707c6ff4d09258fdb74a25b251c868c SHA512 4f156bfe4f20dff0c29295a316e676e4e14d503dec97577167755bebee14022dfcd82a33949eba8335b60b5e5a7945b50bd5c1182d472ca1ea5c0713e38f27cb
MISC metadata.xml 346 BLAKE2B ed5a5f063aa92eb582564f615a38bb8e3d71955f0c42cc91eb488d0cb81b615dd1bb05b8b833c9a225dddf2e6f5d3089983357a4dac0f81edac3303327dc3121 SHA512 fb5ae140eaf1130d78e8222253cc2c2ef059e7b3d7d765c2f1b8038f691e1119867be986b1585c981f07fe038ec010f427e1a758ec3d22c618cc7e289160274b
diff --git a/dev-debug/d-spy/d-spy-1.8.0.ebuild b/dev-debug/d-spy/d-spy-1.8.0.ebuild
deleted file mode 100644
index c36184bcabce..000000000000
--- a/dev-debug/d-spy/d-spy-1.8.0.ebuild
+++ /dev/null
@@ -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 ~arm64"
-
-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
-}
diff --git a/dev-debug/d-spy/d-spy-47.0.ebuild b/dev-debug/d-spy/d-spy-47.0.ebuild
new file mode 100644
index 000000000000..425b6b73f136
--- /dev/null
+++ b/dev-debug/d-spy/d-spy-47.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://gitlab.gnome.org/GNOME/d-spy"
+
+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.4: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/gfxreconstruct/Manifest b/dev-debug/gfxreconstruct/Manifest
index 86843e924635..c4d7f343a01b 100644
--- a/dev-debug/gfxreconstruct/Manifest
+++ b/dev-debug/gfxreconstruct/Manifest
@@ -1,6 +1,6 @@
AUX 1.3.296.0-use-system-vulkan.patch 851 BLAKE2B e6b52ff636161b11d8c0312bda3ede134af502e4c648fae05dd9f9cf16fa7ee4db494aa34877012621791d14a104e1e7e72bc769ebc75b02828c32e67224eedb SHA512 8c0bfe9cf9b8ef0027d1f8873e8ecdceb5ac6507d0fcc825b0210f6c93c39b4af005373c43e170515d42d00fe9689f78e67e0395293c4c667efdca50c213866c
DIST SPIRV-Reflect-1.3.296.0.tar.gz 306294 BLAKE2B d87677fc67dc55cf10e55f4286300fea5664e870c4d3365246f407514ec682087399c9a06aaa81a88a2f57f6b198de7265ee17dd88215e16e71bb90d32468a4e SHA512 770d46172fed140816dcecc3155bce62ce319f5cbe99bb58e81994e07aed14ebc8f65675c6e47dde2148e2706603ba470f364ab41bcbfbc05c69e25be7c5a898
DIST gfxreconstruct-1.3.296.0.tar.gz 41585326 BLAKE2B 0b89b4e3be47adbdda45a0e7f14a2176d1ba79980f0c0998c318d1f62c1d4792ddf0db64c125016d531163d8af08d470b9973fc7477ed2a3c05639fe1f1ead2c SHA512 911d2914bbbed24451c1950ac49213cb056db663a6d00557135aec1301ee179ff9c7883b6074db8227cd59100949656e15e53f6b8513cb5d25af4a1fa2ea1f99
-EBUILD gfxreconstruct-1.3.296.0.ebuild 1682 BLAKE2B 27119c0b5f0978b44b091167283f5d58373aba24af3d7445e6b9b4cdcd418376da219ad52c0876b6dd3039fe7d5c0e51cbe4f19f068c18aec7af13077b4e8365 SHA512 7455fea01c14422faa7a302af7a770f3c519a425f99109a300d6d91e2877be733c34e3bb1389076abab0ceb58db018599828a9fcfc1e46c6d1ed41c2a3efab93
-EBUILD gfxreconstruct-9999.ebuild 1682 BLAKE2B 27119c0b5f0978b44b091167283f5d58373aba24af3d7445e6b9b4cdcd418376da219ad52c0876b6dd3039fe7d5c0e51cbe4f19f068c18aec7af13077b4e8365 SHA512 7455fea01c14422faa7a302af7a770f3c519a425f99109a300d6d91e2877be733c34e3bb1389076abab0ceb58db018599828a9fcfc1e46c6d1ed41c2a3efab93
+EBUILD gfxreconstruct-1.3.296.0.ebuild 1677 BLAKE2B dd9337df7f5ea5e94c16e761edd331e828bed8e859988c48fa23e345d027a0abeabd1fe300ecdae6ca9f2a334b220f73aa0ca30a28889c65ec8225a21e652005 SHA512 1eecc5958c447ebb1d83dbe6af7ab7c86426011c8a556c2c4b68a4cc8b10904ffb9384b1d1dc6704f032a391daa544c7d72ffd9659979173953e261d81d3e31e
+EBUILD gfxreconstruct-9999.ebuild 1677 BLAKE2B dd9337df7f5ea5e94c16e761edd331e828bed8e859988c48fa23e345d027a0abeabd1fe300ecdae6ca9f2a334b220f73aa0ca30a28889c65ec8225a21e652005 SHA512 1eecc5958c447ebb1d83dbe6af7ab7c86426011c8a556c2c4b68a4cc8b10904ffb9384b1d1dc6704f032a391daa544c7d72ffd9659979173953e261d81d3e31e
MISC metadata.xml 335 BLAKE2B 702d4e895866c7e256651f3937f8f0b9fbdd56d79a5729c2b17a38c1d0d17202340bcc314e49867ee88c5d6a002a87c8b120f061705417d919990645564e160a SHA512 d70d1ead0c5991e3a344d84f7f4ff771cc590070aef3b8aa1ce96427c6572944359c2c7c4d93b72114b6524e3d13e4254db308f86621f8ef13b816325dbf841f
diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild
index ddd0350534fb..89faea5c0da3 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild
@@ -42,12 +42,11 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-libs/libXrandr )
"
-if [[ ${PV} == 9999* ]]; then
+if [[ ${PV} != 9999* ]]; then
DEPEND+="
~dev-util/spirv-headers-${PV}
~dev-util/vulkan-headers-${PV}
"
-else
PATCHES=(
"${FILESDIR}"/1.3.296.0-use-system-vulkan.patch
)
diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
index ddd0350534fb..89faea5c0da3 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
@@ -42,12 +42,11 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-libs/libXrandr )
"
-if [[ ${PV} == 9999* ]]; then
+if [[ ${PV} != 9999* ]]; then
DEPEND+="
~dev-util/spirv-headers-${PV}
~dev-util/vulkan-headers-${PV}
"
-else
PATCHES=(
"${FILESDIR}"/1.3.296.0-use-system-vulkan.patch
)