mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Add po files and desktop.in
This commit is contained in:
parent
dd32d65faf
commit
d8067da158
6 changed files with 97 additions and 2 deletions
|
|
@ -22,6 +22,7 @@
|
|||
pinosincludedir=$(includedir)/pinos/client
|
||||
pinosserverincludedir=$(includedir)/pinos/server
|
||||
pinoslibexecdir=$(libexecdir)/pinos/client
|
||||
xdgautostartdir=$(sysconfdir)/xdg/autostart
|
||||
dbuspolicydir=$(sysconfdir)/dbus-1/system.d
|
||||
|
||||
###################################
|
||||
|
|
@ -50,12 +51,18 @@ FOREIGN_CFLAGS = -w
|
|||
|
||||
EXTRA_DIST = \
|
||||
daemon/pinos-system.conf \
|
||||
daemon/pinos.desktop.in \
|
||||
dbus/org.pinos.xml \
|
||||
client/private.h
|
||||
|
||||
dbuspolicy_DATA = \
|
||||
daemon/pinos-system.conf
|
||||
|
||||
xdgautostart_in_files = \
|
||||
daemon/pinos.desktop.in
|
||||
xdgautostart_DATA = $(xdgautostart_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
###################################
|
||||
# Includes #
|
||||
###################################
|
||||
|
|
@ -237,6 +244,7 @@ noinst_HEADERS = gst/gstpinossrc.h gst/gstpinossink.h gst/gstpinospay.h gst/gstp
|
|||
# Some minor stuff #
|
||||
###################################
|
||||
|
||||
CLEANFILES += daemon/pinos.desktop
|
||||
DISTCLEANFILES =
|
||||
|
||||
install-exec-hook:
|
||||
|
|
|
|||
11
src/daemon/pinos.desktop.in
Normal file
11
src/daemon/pinos.desktop.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
_Name=Pinos Media System
|
||||
_Comment=Start the Pinos Media System
|
||||
Exec=pinos
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
GenericName=
|
||||
X-GNOME-Autostart-Phase=Initialization
|
||||
X-KDE-autostart-phase=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue