Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
d97e1079
Commit
d97e1079
authored
Mar 27, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes of previous commit.
parent
9507ce64
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
linphone.desktop.cmake
assets/linphone.desktop.cmake
+1
-1
linphone.spec.cmake
build/rpm/linphone.spec.cmake
+2
-2
No files found.
assets/linphone.desktop.cmake
View file @
d97e1079
...
...
@@ -3,7 +3,7 @@ Name=Linphone
GenericName=SIP Phone
Comment=Linphone is a libre SIP client
Type=Application
Exec=@CMAKE_INSTALL_PREFIX@/linphone %u
Exec=@CMAKE_INSTALL_PREFIX@/
bin/
linphone %u
Icon=linphone
Terminal=false
Categories=Network;Telephony;
...
...
build/rpm/linphone.spec.cmake
View file @
d97e1079
...
...
@@ -59,11 +59,11 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
xdg-icon-resource install --novendor --mode system --
context apps
%{_datarootdir}/icons/hicolor/scalable/apps/linphone.svg linphone;
xdg-icon-resource install --novendor --mode system --
theme hicolor --context apps --size scalable
%{_datarootdir}/icons/hicolor/scalable/apps/linphone.svg linphone;
xdg-desktop-menu install --novendor --mode system %{_datarootdir}/applications/linphone.desktop
%postun
xdg-desktop-menu uninstall --mode system linphone.desktop
xdg-desktop-menu uninstall --mode system
--theme hicolor --context apps --size scalable
linphone.desktop
xdg-icon-resource uninstall --mode system linphone
/sbin/ldconfig
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment