diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-04-05 17:51:42 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-04-05 17:56:43 +0200 |
commit | bd0c60ec54702a60bdf02a5ba965fcbe43993ca4 (patch) | |
tree | fc87c04c59d0dd6c7d10b7f0be1b7dc95fbabab4 /redhat/applications | |
parent | 2b75ee27471222a97c33dc063efdb6523bb2152e (diff) | |
download | tde-packaging-bd0c60ec54702a60bdf02a5ba965fcbe43993ca4.tar.gz tde-packaging-bd0c60ec54702a60bdf02a5ba965fcbe43993ca4.zip |
RPM: various updates for TDE 14.0.12
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/koffice/koffice.spec | 4 | ||||
-rw-r--r-- | redhat/applications/kxmleditor/kxmleditor.spec | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/redhat/applications/koffice/koffice.spec b/redhat/applications/koffice/koffice.spec index cd7f34018..a1c312f4e 100644 --- a/redhat/applications/koffice/koffice.spec +++ b/redhat/applications/koffice/koffice.spec @@ -243,7 +243,11 @@ BuildRequires: wv2-devel # MESA support %if 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?mgaversion} >= 8 +BuildRequires: %{_lib}mesagl-devel +%else BuildRequires: %{_lib}mesagl1-devel +%endif BuildRequires: %{_lib}mesaglu1-devel %endif %if 0%{?fedora} || 0%{?rhel} diff --git a/redhat/applications/kxmleditor/kxmleditor.spec b/redhat/applications/kxmleditor/kxmleditor.spec index 5c80303b8..1112b49d5 100644 --- a/redhat/applications/kxmleditor/kxmleditor.spec +++ b/redhat/applications/kxmleditor/kxmleditor.spec @@ -131,10 +131,6 @@ export PATH="%{tde_bindir}:${PATH}" %find_lang %{tde_pkg} -# Move desktop icon to correct location -%__mkdir_p "%{?buildroot}%{tde_tdeappdir}" -%__mv -f "%{?buildroot}%{tde_datadir}/applnk/"*"/%{tde_pkg}.desktop" "%{?buildroot}%{tde_tdeappdir}" - # Updates applications categories for openSUSE %if 0%{?suse_version} %suse_update_desktop_file -G "XML Editor" -r "%{tde_pkg}" Utility Editor |