Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6be9e85d34 | |||
|
|
75b658a365 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6a29ffafd5d6ab2ecfb341f532194e3e087dd81eff0e132ef9c0e350b7efc1b
|
||||
size 60946
|
||||
3
sakura-3.8.9.tar.bz2
Normal file
3
sakura-3.8.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53b41c9b5dd62802d172c78f8af302768192e438af0dc0d65871d04a330b0a27
|
||||
size 62387
|
||||
@@ -1,8 +1,8 @@
|
||||
Index: sakura-3.8.8/CMakeLists.txt
|
||||
Index: sakura-3.8.9/CMakeLists.txt
|
||||
===================================================================
|
||||
--- sakura-3.8.8.orig/CMakeLists.txt
|
||||
+++ sakura-3.8.8/CMakeLists.txt
|
||||
@@ -72,5 +72,5 @@ ADD_CUSTOM_TARGET (distclean
|
||||
--- sakura-3.8.9.orig/CMakeLists.txt
|
||||
+++ sakura-3.8.9/CMakeLists.txt
|
||||
@@ -77,5 +77,5 @@ ADD_CUSTOM_TARGET (distclean
|
||||
|
||||
IF (POD2MAN)
|
||||
ADD_CUSTOM_TARGET(man ALL
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Index: sakura-3.8.8/CMakeLists.txt
|
||||
Index: sakura-3.8.9/CMakeLists.txt
|
||||
===================================================================
|
||||
--- sakura-3.8.8.orig/CMakeLists.txt
|
||||
+++ sakura-3.8.8/CMakeLists.txt
|
||||
@@ -53,7 +53,7 @@ ADD_SUBDIRECTORY (po)
|
||||
--- sakura-3.8.9.orig/CMakeLists.txt
|
||||
+++ sakura-3.8.9/CMakeLists.txt
|
||||
@@ -58,7 +58,7 @@ ADD_SUBDIRECTORY (po)
|
||||
|
||||
INSTALL (TARGETS sakura RUNTIME DESTINATION bin)
|
||||
INSTALL (FILES sakura.desktop DESTINATION share/applications)
|
||||
@@ -11,10 +11,10 @@ Index: sakura-3.8.8/CMakeLists.txt
|
||||
IF (POD2MAN)
|
||||
INSTALL (FILES ${sakura_BINARY_DIR}/sakura.1 DESTINATION share/man/man1)
|
||||
ENDIF (POD2MAN)
|
||||
Index: sakura-3.8.8/sakura.desktop
|
||||
Index: sakura-3.8.9/sakura.desktop
|
||||
===================================================================
|
||||
--- sakura-3.8.8.orig/sakura.desktop
|
||||
+++ sakura-3.8.8/sakura.desktop
|
||||
--- sakura-3.8.9.orig/sakura.desktop
|
||||
+++ sakura-3.8.9/sakura.desktop
|
||||
@@ -92,7 +92,7 @@ Comment[zh_CN]=使用命令行
|
||||
Comment[zh_TW]=使用指令列
|
||||
TryExec=sakura
|
||||
@@ -23,12 +23,12 @@ Index: sakura-3.8.8/sakura.desktop
|
||||
+Icon=sakura.png
|
||||
Type=Application
|
||||
Categories=GTK;Utility;TerminalEmulator;System;
|
||||
StartupNotify=true
|
||||
Index: sakura-3.8.8/src/sakura.c
|
||||
Keywords=terminal;
|
||||
Index: sakura-3.8.9/src/sakura.c
|
||||
===================================================================
|
||||
--- sakura-3.8.8.orig/src/sakura.c
|
||||
+++ sakura-3.8.8/src/sakura.c
|
||||
@@ -355,7 +355,7 @@ struct sakura_tab {
|
||||
--- sakura-3.8.9.orig/src/sakura.c
|
||||
+++ sakura-3.8.9/src/sakura.c
|
||||
@@ -361,7 +361,7 @@ struct sakura_tab {
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 14 16:39:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 3.8.9:
|
||||
* Move orig_argc and orig_argv to sakura global struct
|
||||
* Add keyword field to desktop file
|
||||
* Don't give Gdk-CRITICAL error for non-set keyboard shortcuts
|
||||
* feature: allow adjusting VTE line height from configuration
|
||||
* sakura_key_press_cb(): do not return early if switch_tab_accelerator is
|
||||
detected
|
||||
* Add keybinding to open a new window (by spawning a new instance of Sakura)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 14:30:51 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sakura
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sakura
|
||||
Version: 3.8.8
|
||||
Version: 3.8.9
|
||||
Release: 0
|
||||
Summary: Terminal Emulator based on the VTE Library
|
||||
License: GPL-2.0-or-later
|
||||
@@ -34,9 +34,9 @@ BuildRequires: intltool
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.20
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.38
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.50
|
||||
|
||||
%description
|
||||
sakura is a vte-based terminal emulator. It aims to provide a terminal
|
||||
|
||||
Reference in New Issue
Block a user