Dominique Leuenberger
e2c7b11a59
+ Many separate light/dark palettes have been merged so that they may switch between light/dark like the core palettes. + A new GSetting has been added to allow controlling middle-mouse-click behavior. + Use the minimum size request for the header bar to prevent --title from creating larger than necessary windows. + Fix brightness of GNOME palette on dark mode to match palette index 7. + Revert a workaround for reverse video cursor which caused some fg/bg issues in some terminal applications. + Ensure all palettes specify Cursor color which makes the previous mitigation unnecessary. + Allow the window to grow/shrink when dragging a tab out of the tab bar. + Send SIGHUP before SIGKILL upon forcing a tab to quit so that shells like bash may save history. + Mark mosh/mosh-client as "remote" processes. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ptyxis?expand=0&rev=12
70 lines
1.9 KiB
RPMSpec
70 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package ptyxis
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: ptyxis
|
|
Version: 47.6
|
|
Release: 0
|
|
Summary: A terminal for GNOME with first-class support for containers
|
|
License: GPL-3.0-or-later
|
|
URL: https://www.gnome.org
|
|
Source: %{name}-%{version}.tar.zst
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: meson >= 0.64.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.80
|
|
BuildRequires: pkgconfig(gtk4) >= 4.14
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.6
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.6
|
|
BuildRequires: pkgconfig(libportal-gtk4)
|
|
BuildRequires: pkgconfig(vte-2.91-gtk4) >= 0.76
|
|
|
|
%description
|
|
Ptyxis is a terminal for GNOME with first-class support for containers.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/ptyxis
|
|
%{_mandir}/man1/ptyxis.1%{?ext_man}
|
|
%{_libexecdir}/ptyxis-agent
|
|
%{_datadir}/applications/org.gnome.Ptyxis.desktop
|
|
%{_datadir}/dbus-1/services/org.gnome.Ptyxis.service
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Ptyxis.gschema.xml
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
%{_datadir}/metainfo/org.gnome.Ptyxis.metainfo.xml
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|