mirror of
https://abf.rosa.ru/djam/jitsi.git
synced 2025-02-23 16:42:54 +00:00
Updated jitsi.spec
This commit is contained in:
parent
9032ee82ba
commit
09f27559e1
1 changed files with 15 additions and 1 deletions
16
jitsi.spec
16
jitsi.spec
|
@ -58,6 +58,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
# menu-entry
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Jitsi
|
||||||
|
GenericName=Video Call and Instant Messaging client
|
||||||
|
GenericName[de]=Videokonferenz und Instant Messaging
|
||||||
|
Comment=Support for SIP, Jabber, AIM/ICQ, MSN, Yahoo!, Bonjour, IRC, RSS and other
|
||||||
|
Exec=%{name}
|
||||||
|
Icon=%{name}
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;Telephony;
|
||||||
|
EOF
|
||||||
|
|
||||||
# startscript
|
# startscript
|
||||||
cat > %{name} << EOF
|
cat > %{name} << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
@ -80,7 +95,6 @@ EOF
|
||||||
|
|
||||||
# Desktop menu entry
|
# Desktop menu entry
|
||||||
%__install -d -m 755 %{buildroot}%{_datadir}/applications
|
%__install -d -m 755 %{buildroot}%{_datadir}/applications
|
||||||
#%__install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
||||||
#%__install -m 644 resources/install/debian/sip-communicator.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
#%__install -m 644 resources/install/debian/sip-communicator.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
#suse_update_desktop_file %{name}
|
#suse_update_desktop_file %{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue