birdtray icon indicating copy to clipboard operation
birdtray copied to clipboard

Translations not built / installed for the latest commit(s)

Open L-U-T-i opened this issue 4 months ago • 0 comments

OS: Rocky Linux 9.4

Linux Desktop Manager: Mate Desktop 1.28

Birdtray version: 1.12.4 (latest git commit 28bb44b)

Thunderbird version: 128.3.0esr

Birdtray origin: From source (custom build)

Qt version: NA 6.6.2

Description

Translations are not built with the current `CMakeLists.txt`.

Expected behavior

Translations are built and installed as before (qt5).

To Reproduce

  1. Build the package.

Additional context

I've had to add the following CMakeLists.txt modifications to successfully build birdtray (as before for Qt5):

sed -i 's/Qt5LinguistTools/Qt6LinguistTools/g' CMakeLists.txt
sed -i 's/qt5_/qt6_/g' CMakeLists.txt

BTW, I've also modified src/birdtrayapp.cpp to get rid of the deprecation warning: sed -i 's/QLibraryInfo::location/QLibraryInfo::path/g' src/birdtrayapp.cpp and haven't noticed any negative consequences by now (birdtray installed and running without complains).

L-U-T-i avatar Oct 07 '24 10:10 L-U-T-i