[libmatekbd] sigh MATE ShowIn exists, but not Category (yet)

Rex Dieter rdieter at fedoraproject.org
Mon Aug 27 12:27:03 UTC 2012


commit 06c4fdc97e5c8e6df90f3a7a7cac56ae9893a23c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Aug 27 07:30:34 2012 -0500

    sigh MATE ShowIn exists, but not Category (yet)

 libmatekbd.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libmatekbd.spec b/libmatekbd.spec
index 54bb27e..d97696f 100644
--- a/libmatekbd.spec
+++ b/libmatekbd.spec
@@ -39,16 +39,16 @@ find %{buildroot} -name '*.la' -exec rm -fv {} ';'
 
 %find_lang %{name} --all-name
 
-%if 0%{?fedora} < 18
 desktop-file-install									\
 	--remove-category="MATE"							\
 	--add-category="X-Mate"								\
+%if 0%{?fedora} < 18
 	--remove-only-show-in="MATE"							\
 	--add-only-show-in="X-MATE"							\
+%endif
 	--delete-original								\
 	--dir=%{buildroot}%{_datadir}/applications					\
 %{buildroot}%{_datadir}/applications/matekbd-indicator-plugins-capplet.desktop
-%endif
 
 
 %check


More information about the scm-commits mailing list