Mageia Bugzilla – Attachment 8077 Details for
Bug 18801
akarixb, AkariXB, a Jabber/XMPP bot with a GUI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
akarixb_install_files_patch
akarixb-0.4-mga-install.patch (text/plain), 770 bytes, created by
David GEIGER
on 2016-06-27 23:41:23 CEST
(
hide
)
Description:
akarixb_install_files_patch
Filename:
MIME Type:
Creator:
David GEIGER
Created:
2016-06-27 23:41:23 CEST
Size:
770 bytes
patch
obsolete
>diff -Nru a/AkariXB.pro b/AkariXB.pro >--- a/AkariXB.pro 2016-06-27 03:02:21.000000000 +0200 >+++ b/AkariXB.pro 2016-06-27 23:12:16.584971676 +0200 >@@ -124,7 +124,24 @@ > > ## This is here so the makefile has a 'make install' target > target.path = /usr/bin/ >-INSTALLS += target >+ >+desktop_file.files = akarixb.desktop >+desktop_file.path = /usr/share/applications/ >+ >+man_file.files = manual/akarixb.1 >+man_file.path = /usr/share/man/man1/ >+ >+icon32_png.files = icon/32x32/akarixb.png >+icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ >+ >+icon64_png.files = icon/64x64/akarixb.png >+icon64_png.path = /usr/share/icons/hicolor/64x64/apps/ >+ >+INSTALLS += target \ >+ desktop_file \ >+ man_file \ >+ icon32_png \ >+ icon64_png > > >
diff -Nru a/AkariXB.pro b/AkariXB.pro --- a/AkariXB.pro 2016-06-27 03:02:21.000000000 +0200 +++ b/AkariXB.pro 2016-06-27 23:12:16.584971676 +0200 @@ -124,7 +124,24 @@ ## This is here so the makefile has a 'make install' target target.path = /usr/bin/ -INSTALLS += target + +desktop_file.files = akarixb.desktop +desktop_file.path = /usr/share/applications/ + +man_file.files = manual/akarixb.1 +man_file.path = /usr/share/man/man1/ + +icon32_png.files = icon/32x32/akarixb.png +icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ + +icon64_png.files = icon/64x64/akarixb.png +icon64_png.path = /usr/share/icons/hicolor/64x64/apps/ + +INSTALLS += target \ + desktop_file \ + man_file \ + icon32_png \ + icon64_png
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18801
: 8077 |
8088