Mageia Bugzilla – Attachment 4955 Details for
Bug 6055
scilab cli and scilab advanced cli have no associated icons in the kde menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
spec with fix
spec.diff (text/plain), 1.32 KB, created by
Alex Loginov
on 2014-02-06 22:51:59 CET
(
hide
)
Description:
spec with fix
Filename:
MIME Type:
Creator:
Alex Loginov
Created:
2014-02-06 22:51:59 CET
Size:
1.32 KB
patch
obsolete
>Index: scilab.spec >=================================================================== >--- scilab.spec (revision 584822) >+++ scilab.spec (working copy) >@@ -32,7 +32,7 @@ > Summary: A high-level language for numerical computations > Name: scilab > Version: 5.5.0 >-Release: %mkrel 0.beta1.3 >+Release: %mkrel 0.beta1.4 > License: CeCILL > Group: Sciences/Mathematics > URL: http://www.scilab.org/ >@@ -61,6 +61,8 @@ > Patch3: %{name}-0003-report-issues-on-arm-build.patch > > Patch6: %{name}-5.3.3-modelica.patch >+# mga#6055 >+Patch7: %{name}-%{version}-desktop.patch > BuildRequires: automake > BuildRequires: gettext-devel > BuildRequires: tcl-devel >= 8.5 >@@ -167,6 +169,7 @@ > %patch1 -p1 -b .pkgcon > %patch2 -p1 -b .stack > %patch3 -p1 -b .arm >+%patch7 -p1 > > # Update saxon dependency > # http://bugzilla.scilab.org/show_bug.cgi?id=8479 >@@ -229,19 +232,6 @@ > rm %{buildroot}%{_datadir}/%{name}/README_Windows.txt > find %{buildroot} -name '*.la' | xargs rm > >-# Menu >-mkdir -p %{buildroot}%{_datadir}/applications >-cat > %{buildroot}%{_datadir}/applications/%{_real_vendor}-%{name}.desktop << EOF >-[Desktop Entry] >-Name=Scilab >-Comment=High-level language for numerical computations >-Exec=scilab >-Icon=scilab >-Terminal=false >-Type=Application >-Categories=Science;Math; >-EOF >- > # (X)emacs > for i in emacs; do > mkdir -p %{buildroot}%{_datadir}/$i/site-lisp/
Index: scilab.spec =================================================================== --- scilab.spec (revision 584822) +++ scilab.spec (working copy) @@ -32,7 +32,7 @@ Summary: A high-level language for numerical computations Name: scilab Version: 5.5.0 -Release: %mkrel 0.beta1.3 +Release: %mkrel 0.beta1.4 License: CeCILL Group: Sciences/Mathematics URL: http://www.scilab.org/ @@ -61,6 +61,8 @@ Patch3: %{name}-0003-report-issues-on-arm-build.patch Patch6: %{name}-5.3.3-modelica.patch +# mga#6055 +Patch7: %{name}-%{version}-desktop.patch BuildRequires: automake BuildRequires: gettext-devel BuildRequires: tcl-devel >= 8.5 @@ -167,6 +169,7 @@ %patch1 -p1 -b .pkgcon %patch2 -p1 -b .stack %patch3 -p1 -b .arm +%patch7 -p1 # Update saxon dependency # http://bugzilla.scilab.org/show_bug.cgi?id=8479 @@ -229,19 +232,6 @@ rm %{buildroot}%{_datadir}/%{name}/README_Windows.txt find %{buildroot} -name '*.la' | xargs rm -# Menu -mkdir -p %{buildroot}%{_datadir}/applications -cat > %{buildroot}%{_datadir}/applications/%{_real_vendor}-%{name}.desktop << EOF -[Desktop Entry] -Name=Scilab -Comment=High-level language for numerical computations -Exec=scilab -Icon=scilab -Terminal=false -Type=Application -Categories=Science;Math; -EOF - # (X)emacs for i in emacs; do mkdir -p %{buildroot}%{_datadir}/$i/site-lisp/
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6055
:
4935
|
4942
|
4943
|
4944
| 4955 |
4956