From: Mikko Rasa Date: Sun, 18 Oct 2015 15:08:35 +0000 (+0300) Subject: Create an icon for the remote X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=commitdiff_plain Create an icon for the remote --- diff --git a/remote/harbour-xinema-remote.desktop b/remote/harbour-xinema-remote.desktop index 3b4c0dd..8d257f4 100644 --- a/remote/harbour-xinema-remote.desktop +++ b/remote/harbour-xinema-remote.desktop @@ -1,4 +1,5 @@ [Desktop Entry] Type=Application Name=Xinema remote +Icon=harbour-xinema-remote Exec=harbour-xinema-remote diff --git a/remote/harbour-xinema-remote.png b/remote/harbour-xinema-remote.png new file mode 100644 index 0000000..d5ef5c6 Binary files /dev/null and b/remote/harbour-xinema-remote.png differ diff --git a/remote/harbour-xinema-remote.svg b/remote/harbour-xinema-remote.svg new file mode 100644 index 0000000..2b4e719 --- /dev/null +++ b/remote/harbour-xinema-remote.svg @@ -0,0 +1,168 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/remote/remote.pro b/remote/remote.pro index 5797e55..21540a3 100644 --- a/remote/remote.pro +++ b/remote/remote.pro @@ -20,7 +20,10 @@ HEADERS += source/browsedirectoryitem.h \ source/xinemacontrol.h \ source/xinemacontrolitem.h -OTHER_FILES += qml/main.qml \ +OTHER_FILES += harbour-xinema-remote.desktop \ + harbour-xinema-remote.png \ + icon.svg \ + qml/main.qml \ qml/pages/BrowsePage.qml \ qml/pages/ConnectPage.qml \ qml/pages/DirectoryEntry.qml \ diff --git a/remote/rpm/harbour-xinema-remote.spec b/remote/rpm/harbour-xinema-remote.spec index 49b3f16..70b6047 100644 --- a/remote/rpm/harbour-xinema-remote.spec +++ b/remote/rpm/harbour-xinema-remote.spec @@ -23,3 +23,4 @@ rm -rf %{buildroot} /usr/bin/%{name} /usr/share/%{name} /usr/share/applications/%{name}.desktop +/usr/share/icons/hicolor/86x86/apps/%{name}.png