[system-config-keyboard] set terminal=true in desktop-file to fix start from menus

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Mar 13 16:07:38 UTC 2015


commit 0e3325257e11b822021f1b48e644dd87c5c7b30d
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Mar 13 17:07:28 2015 +0100

    set terminal=true in desktop-file to fix start from menus

 system-config-keyboard.spec | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/system-config-keyboard.spec b/system-config-keyboard.spec
index e1333b2..3449bef 100644
--- a/system-config-keyboard.spec
+++ b/system-config-keyboard.spec
@@ -3,7 +3,7 @@
 
 Name:           system-config-keyboard
 Version:        1.4.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A graphical interface for modifying the keyboard
 
 Group:          System Environment/Base
@@ -47,13 +47,17 @@ Base components of system-config-keyboard.
 %prep
 %setup -q
 
+# rhbz (#1185860)
+sed -i -e 's,Terminal=false,Terminal=true,g' system-config-keyboard.desktop.in
+
 
 %build
-make
+make %{?_smp_mflags} V=1
 
 
 %install
-make INSTROOT=%{buildroot} install
+%{make_install}
+
 desktop-file-install --vendor system --delete-original      \
   --dir %{buildroot}%{_datadir}/applications             \
    %{buildroot}%{_datadir}/applications/system-config-keyboard.desktop
@@ -94,6 +98,10 @@ fi
 
 
 %changelog
+* Fri Mar 13 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.4.0-6
+- rhbz (#1185860), set terminal=true in desktop-file to fix start from menus
+- use modern 'make' macros
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list