mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Use upstream gettext instead intltool
This commit is contained in:
parent
63500323ef
commit
57e3ccaf51
10 changed files with 86 additions and 28 deletions
|
|
@ -127,7 +127,9 @@ if HAVE_X11
|
|||
xdgautostart_in_files = \
|
||||
daemon/pulseaudio.desktop.in
|
||||
xdgautostart_DATA = $(xdgautostart_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
$(xdgautostart_DATA): $(xdgautostart_in_files)
|
||||
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
_Name=PulseAudio Sound System
|
||||
_Comment=Start the PulseAudio Sound System
|
||||
Name=PulseAudio Sound System
|
||||
Comment=Start the PulseAudio Sound System
|
||||
Exec=start-pulseaudio-x11
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue