Andreas Wacknitz
2024-02-16 1ed57e64d44b6ec687416f075e5d8ac0d49ebdc0
vino: fix desktop session file

2 files modified
24 ■■■■ changed files
components/desktop/gnome/vino/Makefile 22 ●●●● patch | view | raw | blame | history
components/desktop/gnome/vino/files/vino-server.desktop 2 ●●● patch | view | raw | blame | history
components/desktop/gnome/vino/Makefile
@@ -12,14 +12,14 @@
# Copyright (c) 2017 Alexander Pyhalov
#
BUILD_BITS=        64
BUILD_BITS= 64
include ../../../../make-rules/shared-macros.mk
COMPONENT_NAME=        vino
COMPONENT_MJR_VERSION=    3.22
COMPONENT_MNR_VERSION=    0
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_REVISION=     3
COMPONENT_REVISION=     4
COMPONENT_SUMMARY=    Vino is the GNOME desktop sharing server
COMPONENT_PROJECT_URL=    https://wiki.gnome.org/Projects/Vino
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -41,15 +41,15 @@
CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS  += $(JPEG_LDFLAGS)
CONFIGURE_OPTIONS +=    --enable-ipv6=yes
CONFIGURE_OPTIONS +=    --disable-static
CONFIGURE_OPTIONS +=    --with-gcrypt
CONFIGURE_OPTIONS +=    --with-gnutls
CONFIGURE_OPTIONS +=    --with-jpeg
CONFIGURE_OPTIONS +=    --with-pic
CONFIGURE_OPTIONS +=    --with-secret
CONFIGURE_OPTIONS +=    --with-x
CONFIGURE_OPTIONS +=    --with-zlib
CONFIGURE_OPTIONS += --enable-ipv6=yes
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --with-gcrypt
CONFIGURE_OPTIONS += --with-gnutls
CONFIGURE_OPTIONS += --with-jpeg
CONFIGURE_OPTIONS += --with-pic
CONFIGURE_OPTIONS += --with-secret
CONFIGURE_OPTIONS += --with-x
CONFIGURE_OPTIONS += --with-zlib
# Auto-generated dependencies
REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
components/desktop/gnome/vino/files/vino-server.desktop
@@ -2,7 +2,7 @@
Name=Desktop Sharing
Comment=GNOME Desktop Sharing Server
Keywords=vnc;share;remote;
Exec=/usr/lib/vino-server
Exec=/usr/libexec/vino-server
Icon=
NoDisplay=true
Terminal=false