Mageia Bugzilla – Attachment 8103 Details for
Bug 18833
Please update Dianara and build it with Qt 5 (patch included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to install all available files with make install
dianara-1.3.4-mga-install.patch (text/plain), 891 bytes, created by
David GEIGER
on 2016-07-01 18:14:41 CEST
(
hide
)
Description:
patch to install all available files with make install
Filename:
MIME Type:
Creator:
David GEIGER
Created:
2016-07-01 18:14:41 CEST
Size:
891 bytes
patch
obsolete
>diff -Nru a/Dianara.pro b/Dianara.pro >--- a/Dianara.pro 2016-07-01 16:48:45.000000000 +0200 >+++ b/Dianara.pro 2016-07-01 17:17:20.410430473 +0200 >@@ -192,7 +192,28 @@ > > ## This is here so the makefile has a 'make install' target > target.path = /usr/bin/ >-INSTALLS += target >+ >+desktop_file.files = dianara.desktop >+desktop_file.path = /usr/share/applications/ >+ >+man_file.files = manual/dianara.1 >+man_file.path = /usr/share/man/man1/ >+ >+appdata_file.files = appdata/dianara.appdata.xml >+appdata_file.path = /usr/share/appdata/ >+ >+icon32_png.files = icon/32x32/dianara.png >+icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ >+ >+icon64_png.files = icon/64x64/dianara.png >+icon64_png.path = /usr/share/icons/hicolor/64x64/apps/ >+ >+INSTALLS += target \ >+ desktop_file \ >+ man_file \ >+ appdata_file \ >+ icon32_png \ >+ icon64_png > > >
diff -Nru a/Dianara.pro b/Dianara.pro --- a/Dianara.pro 2016-07-01 16:48:45.000000000 +0200 +++ b/Dianara.pro 2016-07-01 17:17:20.410430473 +0200 @@ -192,7 +192,28 @@ ## This is here so the makefile has a 'make install' target target.path = /usr/bin/ -INSTALLS += target + +desktop_file.files = dianara.desktop +desktop_file.path = /usr/share/applications/ + +man_file.files = manual/dianara.1 +man_file.path = /usr/share/man/man1/ + +appdata_file.files = appdata/dianara.appdata.xml +appdata_file.path = /usr/share/appdata/ + +icon32_png.files = icon/32x32/dianara.png +icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ + +icon64_png.files = icon/64x64/dianara.png +icon64_png.path = /usr/share/icons/hicolor/64x64/apps/ + +INSTALLS += target \ + desktop_file \ + man_file \ + appdata_file \ + icon32_png \ + icon64_png
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18833
:
8102
| 8103