added desktop icon support (thanks to Michael Aschauer)

This commit is contained in:
maroy 2005-04-28 08:22:47 +00:00
parent 49af6fd727
commit 6fb2474242
4 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,14 @@
[Desktop Entry]
Encoding=UTF-8
Name=LiveSupport-Studio
GenericName=LiveSupport Studio GUI Client
Comment=
Icon=/opt/livesupport/var/livesupport.png
Type=Application
Categories=Application;AudioVideo;Audio;
Exec=/opt/livesupport/bin/gLiveSupport.sh
Terminal=false

View file

@ -0,0 +1,4 @@
?package(livesupport-studio):needs="X11" section="Apps/Sound" \
title="LiveSupport-Studio" command="/opt/livesupport/bin/gLiveSupport.sh" \
icon="/opt/livesupport/var/livesupport.png" \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -111,8 +111,13 @@ install-arch:
$(CURDIR)/debian/livesupport-studio/opt/livesupport/etc
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/widgets \
$(CURDIR)/debian/livesupport/opt/livesupport/var/gLiveSupport*.res \
$(CURDIR)/debian/livesupport.png \
$(CURDIR)/debian/livesupport-studio/opt/livesupport/var
mkdir -p $(CURDIR)/debian/livesupport-studio/usr/share/applications
cp -a $(CURDIR)debian/livesupport-studio.desktop \
$(CURDIR)/debian/livesupport-studio/usr/share/applications/
dh_desktop -plivesupport-studio
dh_installmenu
dh_install -s