Mageia Bugzilla – Attachment 14193 Details for
Bug 28938
Lyx:The first ten options from top in Help menu don't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Proposed change to current Mageia 9 spec
mga9-lyx-spec.diff (text/plain), 670 bytes, created by
katnatek
on 2023-12-03 23:54:11 CET
(
hide
)
Description:
Proposed change to current Mageia 9 spec
Filename:
MIME Type:
Creator:
katnatek
Created:
2023-12-03 23:54:11 CET
Size:
670 bytes
patch
obsolete
>Index: SPECS/lyx.spec >=================================================================== >--- SPECS/lyx.spec (revision 2012878) >+++ SPECS/lyx.spec (working copy) >@@ -1,4 +1,5 @@ > %define lyxver %(echo %{version} | cut -d. -f1,2) >+%define subrel 1 > > Name: lyx > Version: 2.3.6.1 >@@ -106,6 +107,13 @@ > mv %{buildroot}%{_datadir}/lyx/fonts/*.ttf %{buildroot}%{_fontdir}/ > rm -rf %{buildroot}%{_datadir}/lyx/fonts > >+#Missing Stuff >+pushd lib/doc >+for doc in $(find * -type f); do >+ install -Dm0644 $doc %{buildroot}%{_datadir}/lyx/doc/$doc >+done >+popd >+ > ## Now configure LyX > pushd %{buildroot}%{_datadir}/%{name} > %{__python3} configure.py > /dev/null
Index: SPECS/lyx.spec =================================================================== --- SPECS/lyx.spec (revision 2012878) +++ SPECS/lyx.spec (working copy) @@ -1,4 +1,5 @@ %define lyxver %(echo %{version} | cut -d. -f1,2) +%define subrel 1 Name: lyx Version: 2.3.6.1 @@ -106,6 +107,13 @@ mv %{buildroot}%{_datadir}/lyx/fonts/*.ttf %{buildroot}%{_fontdir}/ rm -rf %{buildroot}%{_datadir}/lyx/fonts +#Missing Stuff +pushd lib/doc +for doc in $(find * -type f); do + install -Dm0644 $doc %{buildroot}%{_datadir}/lyx/doc/$doc +done +popd + ## Now configure LyX pushd %{buildroot}%{_datadir}/%{name} %{__python3} configure.py > /dev/null
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28938
:
12715
|
12716
|
13976
|
13977
|
13978
|
13979
|
13980
|
13981
|
13982
|
14139
|
14140
| 14193