automatic version update by autodist [release 1.2.0-1mamba;Wed Sep 02 2026]
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/terminal/terminal-window-dropdown.c
|
||||
+++ b/terminal/terminal-window-dropdown.c
|
||||
@@ -567,11 +567,13 @@
|
||||
if (dropdown->animation_timeout_id != 0)
|
||||
g_source_remove (dropdown->animation_timeout_id);
|
||||
|
||||
+#ifdef HAVE_GTK_LAYER_SHELL
|
||||
if (dropdown->set_monitor_idle_id != 0)
|
||||
g_source_remove (dropdown->set_monitor_idle_id);
|
||||
|
||||
if (dropdown->monitor_removed_idle_id != 0)
|
||||
g_source_remove (dropdown->monitor_removed_idle_id);
|
||||
+#endif
|
||||
|
||||
if (dropdown->status_icon != NULL)
|
||||
g_object_unref (G_OBJECT (dropdown->status_icon));
|
||||
+10
-7
@@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: xfce4-terminal
|
||||
Version: 1.1.5
|
||||
Version: 1.2.0
|
||||
Release: 1mamba
|
||||
Summary: X Terminal Emulator
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@@ -9,6 +9,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan@openmamba.org>
|
||||
URL: https://xfce.org/
|
||||
Source: http://archive.xfce.org/src/apps/xfce4-terminal/%{majver}/xfce4-terminal-%{version}.tar.xz
|
||||
Patch0: xfce4-terminal-1.2.0-gtk-layer-shell-guard.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@@ -20,6 +21,7 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libutempter-devel
|
||||
BuildRequires: libvte-devel
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libxfce4util-devel
|
||||
@@ -39,18 +41,16 @@ This is the Terminal emulator application. Terminal is a lightweight and easy to
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
xsltproc --nonet /usr/share/sgml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl doc/xfce4-terminal.xml
|
||||
mv xfce4-terminal.1 doc/
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-maintainer-mode
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@@ -73,6 +73,9 @@ mv xfce4-terminal.1 doc/
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2026 Automatic Build System <autodist@openmamba.org> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 21 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-1mamba
|
||||
- update to 1.1.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user