This commit is contained in:
2026-03-11 12:27:39 +08:00
parent 8e7edda907
commit a4df0fab27
4 changed files with 25 additions and 15 deletions

7
1.md
View File

@@ -61,6 +61,13 @@
- [ ] system-config-printer
- [ ] ibus
- [x] pulseaudio-qt
- [x] kdsoap
- [x] kdsoap-ws-discovery-client
- [x] OpenEXR
- [x] accounts-qml-module
- [x] libheif
## QT6部分 (41)
- [x] qt6-3d

View File

@@ -34,8 +34,6 @@ Requires: signon-plugin-oauth2
%description
KDE Accounts Providers.
%lang_package
%prep
%autosetup -p1
@@ -50,7 +48,12 @@ KDE Accounts Providers.
# qtwebkit is long dead
rm -r %{buildroot}%{_kf6_sysconfdir}/signon-ui/
%find_lang %{name} --all-name
# todo: fix the name error.
# Avoid illegal package names
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*@*
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en_GB/
# Use langpacks macro to auto-split translations
%find_lang %{name} --with-qt --all-name --generate-subpackages
%files
%license LICENSES/*
@@ -77,6 +80,4 @@ rm -r %{buildroot}%{_kf6_sysconfdir}/signon-ui/
%dir %{_kf6_sharedir}/kpackage/
%{_kf6_sharedir}/kpackage/genericqml/
%files lang -f %{name}.lang
%changelog

View File

@@ -75,8 +75,6 @@ Conflicts: plasma5-addons-devel
This package contains development files to develop additional widgets for
the Plasma desktop.
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
@@ -88,7 +86,12 @@ the Plasma desktop.
%install
%kf6_install
%find_lang %{name} --all-name
# todo: fix the name error.
# Avoid illegal package names
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*@*
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en_GB/
# Use langpacks macro to auto-split translations
%find_lang %{name} --with-qt --all-name --generate-subpackages
%ldconfig_scriptlets
@@ -137,6 +140,4 @@ the Plasma desktop.
%{_kf6_libdir}/libplasmaweatherion.so
%{_kf6_sharedir}/kdevappwizard/templates/plasmapotdprovider.tar.bz2
%files lang -f %{name}.lang
%changelog

View File

@@ -242,8 +242,6 @@ Obsoletes: plasma-nm5-fortisslvpn < %{version}
%description fortisslvpn
FortiGate SSL VPN plugin for plasma-nm components.
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
@@ -256,7 +254,12 @@ FortiGate SSL VPN plugin for plasma-nm components.
%install
%kf6_install
%find_lang %{name} --all-name
# todo: fix the name error.
# Avoid illegal package names
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*@*
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en_GB/
# Use langpacks macro to auto-split translations
%find_lang %{name} --with-qt --all-name --generate-subpackages
%fdupes %{buildroot}
@@ -325,6 +328,4 @@ FortiGate SSL VPN plugin for plasma-nm components.
%files fortisslvpn
%{_kf6_plugindir}/plasma/network/vpn/plasmanetworkmanagement_fortisslvpnui.so
%files lang -f %{name}.lang
%changelog