Update to vino-3.14.0.
This commit is contained in:
parent
438e835e16
commit
039dee8660
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2014/03/27 16:48:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2014/10/06 09:46:15 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME desktop sharing server
|
||||
|
||||
GNOME_PROJECT= vino
|
||||
GNOME_VERSION= 3.12.0
|
||||
GNOME_VERSION= 3.14.0
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -25,6 +25,8 @@ MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
MODGNOME_TOOLS= desktop-file-utils
|
||||
|
||||
LIB_DEPENDS= devel/libnotify \
|
||||
net/avahi \
|
||||
net/telepathy/telepathy-glib \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/vino-3.12.0.tar.xz) = hsnYtg15mC5EiIFdsNRBw5jgEa2CYmWXia/syXoByls=
|
||||
SIZE (gnome/vino-3.12.0.tar.xz) = 751352
|
||||
SHA256 (gnome/vino-3.14.0.tar.xz) = j6+GQAnml+hlLkgzFQ6quj2mxahfn5WIalt2sA5anBs=
|
||||
SIZE (gnome/vino-3.14.0.tar.xz) = 749784
|
||||
|
@ -1,18 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2014/03/27 16:48:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2014/10/06 09:46:15 ajacoutot Exp $
|
||||
@bin libexec/vino-server
|
||||
share/GConf/
|
||||
share/GConf/gsettings/
|
||||
share/GConf/gsettings/org.gnome.Vino.convert
|
||||
share/applications/vino-server.desktop
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
|
||||
share/examples/vino/
|
||||
share/examples/vino/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
share/examples/vino/xdg/autostart/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/vino/xdg/autostart/vino-server.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/vino-server.desktop
|
||||
share/glib-2.0/schemas/org.gnome.Vino.enums.xml
|
||||
share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
|
||||
share/locale/an/LC_MESSAGES/vino.mo
|
||||
@ -108,3 +102,5 @@ share/telepathy/clients/
|
||||
share/telepathy/clients/Vino.client
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user