commit: df222c3bd9b9e13fdf3578ffab2e478a982887eb Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Aug 5 09:43:49 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Aug 5 10:03:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df222c3b
x11-terms/ptyxis: add 48.5 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-terms/ptyxis/Manifest | 1 + x11-terms/ptyxis/ptyxis-48.5.ebuild | 54 +++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/x11-terms/ptyxis/Manifest b/x11-terms/ptyxis/Manifest index 954591000f1a..a61cc50e9b59 100644 --- a/x11-terms/ptyxis/Manifest +++ b/x11-terms/ptyxis/Manifest @@ -1 +1,2 @@ DIST ptyxis-47.13.tar.xz 2298840 BLAKE2B 5bbb7ea4b0e79111fa604d9ab58fc57a02960ba2df9041a9ab20303c9535812aa847460204d01a451d7a7d42fe3840036a2e0ebfbc2d81f9335c2b4be03e94f2 SHA512 4cf14fdba8252eb40666f70205c4e41e933dfb3cb66604c532dae8494e874e848f9562c4e6cbb9d0e491155f929ad11f65220c242f43cef7c4432e55e2920f99 +DIST ptyxis-48.5.tar.xz 2334132 BLAKE2B 3d539127ece7ded021298357ae7a4e1f4ff502b3b52c0452bf04f5c9d5742b0a9c619109cfcf11f4562e8a24e547a7a31ea119bdbe0b7059f3db65f317ba2286 SHA512 086d73211ccfa9f28b675b040126e0a9ad2cc96adb31bc78e3ebb3ab6c92469bc87167d2a4d006fbf6a3478b9099a6bec0358f8ad772953117cb6e3afa3f3a14 diff --git a/x11-terms/ptyxis/ptyxis-48.5.ebuild b/x11-terms/ptyxis/ptyxis-48.5.ebuild new file mode 100644 index 000000000000..bc5d9e7085d8 --- /dev/null +++ b/x11-terms/ptyxis/ptyxis-48.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="A terminal for a container-oriented desktop" +HOMEPAGE="https://gitlab.gnome.org/chergert/ptyxis" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.80:2 + >=gui-libs/gtk-4.12.2:4 + >=gui-libs/libadwaita-1.6:1 + >=gui-libs/vte-0.79:2.91-gtk4 + dev-libs/libportal[gtk] + gnome-base/libgtop:2= + >=dev-libs/libpcre2-10.32:0= + gnome-base/gsettings-desktop-schemas + + x11-libs/pango +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( + dev-util/desktop-file-utils + dev-libs/appstream-glib + ) +" + +src_configure() { + local emesonargs=( + -Ddevelopment=false + -Dgeneric=terminal + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}
