* 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)
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/sakura?expand=0&rev=54
12 lines
498 B
Diff
12 lines
498 B
Diff
Index: sakura-3.8.9/CMakeLists.txt
|
|
===================================================================
|
|
--- 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
|
|
- COMMAND ${POD2MAN} -u --section=1 --release=${VERSION} --center '' ${sakura_SOURCE_DIR}/sakura.pod sakura.1)
|
|
+ COMMAND ${POD2MAN} --section=1 --release=${VERSION} --center '' ${sakura_SOURCE_DIR}/sakura.pod sakura.1)
|
|
ENDIF (POD2MAN)
|