Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > dbff7a2095c89dc63e7a21401ed73664 > files > 2

akarixb-0.4-1.mga6.src.rpm

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