File flnews-1.2.1.patch of Package flnews
diff -ruN flnews-1.2.1-ori/CONFIG flnews-1.2.1/CONFIG
--- flnews-1.2.1-ori/CONFIG 2024-04-27 15:40:00.000000000 +0200
+++ flnews-1.2.1/CONFIG 2024-11-04 17:14:48.885887052 +0100
@@ -14,7 +14,7 @@
# Installation prefix (must be an absolute path without trailing slash)
# The environment variable 'PREFIX' will override this entry if present!
# The environment variable 'DESTDIR' will be prepended to this entry if present!
-CFG_PREFIX="/usr/local"
+CFG_PREFIX="/usr"
# Disable IPv6
# Set this to 1 to disable the usage of IPv6 and POSIX.1g API even if system
@@ -34,7 +34,7 @@
# Disable X11 double buffering
# DB is slow. On fast machines this can be set to 0 to reduce flicker in the GUI
-CFG_DB_DISABLE=1
+CFG_DB_DISABLE=0
# Disable National Language Support (NLS)
# Set this to 1 to disable NLS even if system report it as available
@@ -55,7 +55,7 @@
# Disable XDG support
# Set this to 0 to install XDG conformant desktop entries and icon themes
-CFG_XDG_DISABLE=1
+CFG_XDG_DISABLE=0
# [For Apple macOS only] FLTK library must be compiled to use Cocoa backend
# Note: This option requires FLTK 1.4 (is ignored for FLTK 1.3)
@@ -188,7 +188,7 @@
# The FHS 3.0 defines "/usr[/local]/share/nls" for NLS catalogs but the whole
# hierarchy below "share" is dedicated to files that are portable between
# architectures - what our NLS catalogs are not!
-CFG_NLS_PATH="$CFG_PREFIX/lib/$CFG_NAME/nls"
+CFG_NLS_PATH="$CFG_PREFIX/lib64/$CFG_NAME/nls"
# Installation path for desktop files
# (must be an absolute path without trailing slash)
@@ -202,6 +202,6 @@
# The SOURCE_DATE_EPOCH specification 1.1 is supported:
# https://reproducible-builds.org/specs/source-date-epoch/
# ==============================================================================
-
+SOURCE_DATE_EPOCH="1736178048"
# EOF