OTHER: add desktop file and disable current icon in promoe

I have no idea who created icon.png and tru can't remember.
So the desktop file uses the xmms2 icon if it's available
This commit is contained in:
Thomas Frauendorfer 2009-08-25 00:07:26 +02:00
parent 89d10255de
commit 8e56a75261
6 changed files with 20 additions and 5 deletions

1
TODO
View file

@ -2,6 +2,7 @@ Todo:
General:
+ Feature Requests and Bugs on tracker
+ new icon with clear copyright
+ Mainwindow
+ enable random play (will have to wait for a randomplay service client),

View file

@ -1,4 +1,4 @@
DEFINES += PROMOE_VERSION="\"\\\"0.1-rc2\\\"\""
DEFINES += PROMOE_VERSION="\"\\\"0.1.0\\\"\""
isEmpty(PREFIX): PREFIX = /usr/local
isEmpty(BINDIR): BINDIR = $$PREFIX/bin

View file

@ -1,12 +1,12 @@
.TH PROMOE 1
.SH NAME
promoe \- gui client for xmms2
promoe \- GUI client for XMMS2
.SH SYNOPSIS
.B promoe
.P
.SH DESCRIPTION
.I Promoe
is a client for the xmms2 music daemon. Promoe's interface is modeled after
is a QT client for the XMMS2 music daemon. Promoe's interface is modeled after
XMMS/WinAMP classic.
.SH FILES
.TP

11
promoe.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
# Spec version, NOT application Version
Version=1.0
Name=Promoe
GenericName=XMMS2 Client
Categories=QT:Application;AudioVideo;Audio;
Exec=promoe
Icon=xmms2
Terminal=false
Type=Application

View file

@ -15,5 +15,8 @@ unix: {
manpages1.path = $$MANDIR/man1
manpages1.files = promoe.1
INSTALLS += manpages1
desktop.path = $$PREFIX/share/applications
desktop.files = promoe.desktop
INSTALLS += desktop
}

View file

@ -19,9 +19,9 @@ include(src.pri)
TARGET = promoe
DESTDIR = $$PWD/..
RESOURCES += ../data/promoe.qrc
;RESOURCES += ../data/promoe.qrc
RESOURCES += ../data/Almond-blue.qrc
macx:RC_FILE = ../promoe.icns
;macx:RC_FILE = ../promoe.icns
QT += network
;macx:QTPLUGIN += qjpeg