commit: f644d12f58acc2084b9308d3843c7762a0f94c1a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 31 16:43:51 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 31 17:04:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f644d12f
x11-terms/ptyxis: add 47.13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-terms/ptyxis/Manifest | 1 + x11-terms/ptyxis/ptyxis-47.13.ebuild | 54 ++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/x11-terms/ptyxis/Manifest b/x11-terms/ptyxis/Manifest index af0c69b3b893..f0edf48d431c 100644 --- a/x11-terms/ptyxis/Manifest +++ b/x11-terms/ptyxis/Manifest @@ -1,2 +1,3 @@ DIST ptyxis-46.8.tar.xz 3903600 BLAKE2B 69c36633c4bf14d2caab86adcf738665cc362b26bf1bdceddeb9765b94dded6f353a6b80e16149b016521d4407346be63fc2fff8c4621030026a496c38c25eb9 SHA512 d351fe271f2c70707d5a4885fd7fd64794969a408fb37e18bbd5719efedc4a52ce15e0aeb42b2468beb5d20667ddf93589796457fbfeaf44ecee30d4bd963f9b +DIST ptyxis-47.13.tar.xz 2298840 BLAKE2B 5bbb7ea4b0e79111fa604d9ab58fc57a02960ba2df9041a9ab20303c9535812aa847460204d01a451d7a7d42fe3840036a2e0ebfbc2d81f9335c2b4be03e94f2 SHA512 4cf14fdba8252eb40666f70205c4e41e933dfb3cb66604c532dae8494e874e848f9562c4e6cbb9d0e491155f929ad11f65220c242f43cef7c4432e55e2920f99 DIST ptyxis-47.6.tar.xz 2287104 BLAKE2B 72f7d91497b77baca99f7829670a98415c82c5864f2dcd0a9f92e7d305db4782826518021fcae66f9ff68454708c15e8469766920110d72b0c044ebe775c15f5 SHA512 85d56dff4a1e287915d9d0e2ced3a2ebad692d58a52113d045cff9601d48b759934053775e230f6a9aa4abcbb9c9a0bf556cd6dfb01caede4f4249e35cd5f278 diff --git a/x11-terms/ptyxis/ptyxis-47.13.ebuild b/x11-terms/ptyxis/ptyxis-47.13.ebuild new file mode 100644 index 000000000000..1a552bc70faf --- /dev/null +++ b/x11-terms/ptyxis/ptyxis-47.13.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.78.0: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 +}
