Add build information on src.pro
authoryannux <yannux@onbebop.net>
Tue, 14 Sep 2010 06:55:36 +0000 (08:55 +0200)
committeryannux <yannux@onbebop.net>
Tue, 14 Sep 2010 06:55:36 +0000 (08:55 +0200)
Update .desktop file to 0.6 for next package

src/src.pro
src/vlc-remote.desktop

index 55d86ca..bf7f435 100644 (file)
@@ -47,3 +47,32 @@ FORMS += playlistmainwindow.ui \
 OTHER_FILES += vlc-remote.desktop
 RESOURCES += ressources.qrc
 TRANSLATIONS = vlcremote_fr_FR.ts
+
+unix {
+  #VARIABLES
+  isEmpty(PREFIX) {
+    PREFIX = /usr
+  }
+  BINDIR = $$PREFIX/bin
+  DATADIR =$$PREFIX/share
+
+  DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
+
+  #MAKE INSTALL
+
+  INSTALLS += target desktop icon26 icon48 icon64
+
+  target.path =$$BINDIR
+
+  desktop.path = $$DATADIR/applications/hildon
+  desktop.files += $${TARGET}.desktop
+
+  icon26.path = $$DATADIR/icons/hicolor/26x26/apps
+  icon26.files += data/26x26/$${TARGET}.png
+
+  icon48.path = $$DATADIR/icons/hicolor/48x48/apps
+  icon48.files += data/48x48/$${TARGET}.png
+
+  icon64.path = $$DATADIR/icons/hicolor/64x64/apps
+  icon64.files += data/64x64/$${TARGET}.png
+}
index 82f4514..21297e7 100644 (file)
@@ -1,12 +1,11 @@
 [Desktop Entry]
 Encoding=UTF-8
-Version=0.2
+Version=0.6
 Type=Application
 Terminal=true
 Name=vlc-remote
 Exec=/usr/bin/vlc-remote
 Icon=
-#X-Window-Icon=timerwidget
 X-Window-Icon=
 X-HildonDesk-ShowInToolbar=true
 X-Osso-Type=application/x-executable