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:
parent
89d10255de
commit
8e56a75261
6 changed files with 20 additions and 5 deletions
1
TODO
1
TODO
|
@ -2,6 +2,7 @@ Todo:
|
||||||
|
|
||||||
General:
|
General:
|
||||||
+ Feature Requests and Bugs on tracker
|
+ Feature Requests and Bugs on tracker
|
||||||
|
+ new icon with clear copyright
|
||||||
|
|
||||||
+ Mainwindow
|
+ Mainwindow
|
||||||
+ enable random play (will have to wait for a randomplay service client),
|
+ enable random play (will have to wait for a randomplay service client),
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
DEFINES += PROMOE_VERSION="\"\\\"0.1-rc2\\\"\""
|
DEFINES += PROMOE_VERSION="\"\\\"0.1.0\\\"\""
|
||||||
|
|
||||||
isEmpty(PREFIX): PREFIX = /usr/local
|
isEmpty(PREFIX): PREFIX = /usr/local
|
||||||
isEmpty(BINDIR): BINDIR = $$PREFIX/bin
|
isEmpty(BINDIR): BINDIR = $$PREFIX/bin
|
||||||
|
|
4
promoe.1
4
promoe.1
|
@ -1,12 +1,12 @@
|
||||||
.TH PROMOE 1
|
.TH PROMOE 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
promoe \- gui client for xmms2
|
promoe \- GUI client for XMMS2
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B promoe
|
.B promoe
|
||||||
.P
|
.P
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Promoe
|
.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.
|
XMMS/WinAMP classic.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
|
|
11
promoe.desktop
Normal file
11
promoe.desktop
Normal 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
|
||||||
|
|
|
@ -15,5 +15,8 @@ unix: {
|
||||||
manpages1.path = $$MANDIR/man1
|
manpages1.path = $$MANDIR/man1
|
||||||
manpages1.files = promoe.1
|
manpages1.files = promoe.1
|
||||||
INSTALLS += manpages1
|
INSTALLS += manpages1
|
||||||
|
desktop.path = $$PREFIX/share/applications
|
||||||
|
desktop.files = promoe.desktop
|
||||||
|
INSTALLS += desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,9 @@ include(src.pri)
|
||||||
TARGET = promoe
|
TARGET = promoe
|
||||||
DESTDIR = $$PWD/..
|
DESTDIR = $$PWD/..
|
||||||
|
|
||||||
RESOURCES += ../data/promoe.qrc
|
;RESOURCES += ../data/promoe.qrc
|
||||||
RESOURCES += ../data/Almond-blue.qrc
|
RESOURCES += ../data/Almond-blue.qrc
|
||||||
macx:RC_FILE = ../promoe.icns
|
;macx:RC_FILE = ../promoe.icns
|
||||||
|
|
||||||
QT += network
|
QT += network
|
||||||
;macx:QTPLUGIN += qjpeg
|
;macx:QTPLUGIN += qjpeg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue