From 7cd518e9e0222011a69c50d2cd8bf91330d681ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 11 Nov 2014 17:49:31 +0100 Subject: RPM packaging: update tdenetwork --- redhat/main/tdenetwork/tdenetwork-14.0.0.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'redhat/main/tdenetwork') diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec index 18a920e27..4115e33b2 100644 --- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec +++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec @@ -1286,9 +1286,9 @@ EOF # Icons from TDE Control Center should only be displayed in TDE for i in %{?buildroot}%{tde_tdeappdir}/*.desktop ; do - if grep -q "^Categories=.*X-KDE-settings" "${i}"; then - if ! grep -q "OnlyShowIn=KDE" "${i}" ; then - echo "OnlyShowIn=KDE;" >>"${i}" + if grep -q "^Categories=.*X-TDE-settings" "${i}"; then + if ! grep -q "OnlyShowIn=TDE" "${i}" ; then + echo "OnlyShowIn=TDE;" >>"${i}" fi fi done -- cgit v1.2.1