Files
sakura/sakura-fix_pod2man.patch
Dmitriy Perlow 9091aa38b5 - update to 3.8.8:
* Updated translations
  * Removed show closebutton option from the contextual menu
  * Addded a term option to set the default terminal (solves issue #49)
  * Let child processes manage button events if needed (solves issue #48)
  * Disable tab scrolling because it's not working as expected (solves issue #45)
  * Added support for shell programs different from the login shell (non-/bin/bash)

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/sakura?expand=0&rev=52
2024-10-13 17:16:16 +00:00

12 lines
498 B
Diff

Index: sakura-3.8.8/CMakeLists.txt
===================================================================
--- sakura-3.8.8.orig/CMakeLists.txt
+++ sakura-3.8.8/CMakeLists.txt
@@ -72,5 +72,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)