Skip to content

Commit 8149d65

Browse files
fuddlesworthruvnet
andcommitted
fix(rpm): add KCM and editor translation files to spec %files
The German translations added kcm_plasmazones.mo and plasmazones-editor.mo but only plasmazonesd.mo was listed in the RPM spec, causing "unpackaged file(s) found" build failure. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 9f8f14c commit 8149d65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/rpm/plasmazones.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ echo ""
169169
# Snap Assist: env.d config for KWin screenshot auth (system installs use .desktop; this is fallback)
170170
%{_libdir}/environment.d/99-plasmazones-screenshot.conf
171171

172-
# Translations (optional - may not exist yet)
172+
# Translations
173173
%{_datadir}/locale/*/LC_MESSAGES/plasmazonesd.mo
174+
%{_datadir}/locale/*/LC_MESSAGES/kcm_plasmazones.mo
175+
%{_datadir}/locale/*/LC_MESSAGES/plasmazones-editor.mo
174176

175177
%changelog
176178
# Generated from CHANGELOG.md by packaging/generate-changelog.sh during CI.

0 commit comments

Comments
 (0)