Skip to content

Commit

Permalink
textproc/fcitx5-configtool: fix plist against KDE Frameworks 5.110
Browse files Browse the repository at this point in the history
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT VARIABLE_PREFIX Fcitx5Migrator
                  VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/migrator_version.h"
                  PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Fcitx5MigratorVersion.cmake"
                  SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 5).

This leads to the .so.5 being renamed to .so.0 in the final package.

[1] https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5

PR:		273695
  • Loading branch information
tcberner committed Sep 18, 2023
1 parent 64fcfc1 commit 4b546b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion textproc/fcitx5-configtool/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fcitx5-configtool
DISTVERSION= 5.0.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc x11
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/

Expand Down
2 changes: 1 addition & 1 deletion textproc/fcitx5-configtool/pkg-plist
Expand Up @@ -3,7 +3,7 @@ bin/fcitx5-migrator
bin/fcitx5-plasma-theme-generator
bin/kbd-layout-viewer5
lib/libFcitx5Migrator.so
lib/libFcitx5Migrator.so.5
lib/libFcitx5Migrator.so.0
lib/libFcitx5Migrator.so.%%VER%%
%%QT_PLUGINDIR%%/kcms/kcm_fcitx5.so
share/applications/kbd-layout-viewer5.desktop
Expand Down

0 comments on commit 4b546b7

Please sign in to comment.