deadbeef: add deadbeef-queue.desktop file.
This commit is contained in:
parent
967b7e5d9b
commit
27a1ce9fa0
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
Name=DeaDBeeF-Enqueue
|
||||
GenericName=Audio Player
|
||||
GenericName[pt_BR]=Reprodutor de áudio
|
||||
GenericName[ru]=Аудио плеер
|
||||
Comment=Enqueue music to playlist
|
||||
Comment[pt_BR]=Escute músicas
|
||||
Comment[ru]=Слушай музыку
|
||||
Exec=deadbeef --queue %F
|
||||
MimeType=application/ogg;audio/x-vorbis+ogg;application/x-ogg;audio/mp3;audio/prs.sid;audio/x-flac;audio/mpeg;audio/x-mpeg;audio/x-mod;audio/x-it;audio/x-s3m;audio/x-xm;audio/x-mpegurl;audio/x-scpls;
|
||||
Categories=AudioVideo;Player;GTK;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=deadbeef
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'deadbeef'.
|
||||
pkgname=deadbeef
|
||||
version=0.5.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="pkg-config intltool gtk+-devel libSM-devel libICE-devel
|
||||
|
@ -43,3 +43,6 @@ long_desc="
|
|||
- duration calculation is as precise as possible for vbr mp3 files (with and
|
||||
without xing/info tags)"
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/deadbeef-queue.desktop 644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue