diff --git a/TODO b/TODO index 712c5b1..26451ee 100644 --- a/TODO +++ b/TODO @@ -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), diff --git a/config.pri b/config.pri index b297a7b..94a3b69 100644 --- a/config.pri +++ b/config.pri @@ -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 diff --git a/promoe.1 b/promoe.1 index c17c20d..7dc1c4a 100644 --- a/promoe.1 +++ b/promoe.1 @@ -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 diff --git a/promoe.desktop b/promoe.desktop new file mode 100644 index 0000000..fcfdd4b --- /dev/null +++ b/promoe.desktop @@ -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 + diff --git a/promoe.pro b/promoe.pro index 5c1aca7..0d3a609 100644 --- a/promoe.pro +++ b/promoe.pro @@ -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 } diff --git a/src/src.pro b/src/src.pro index ea92d35..7089302 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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