d85a26d15d
Vino 2.32.2 =========== Fixes: - Avoid out-of-bounds memory accesses. - Exit immediately when the server is disabled. - Bind both an IPv4 and an IPv6 socket. Translations: + Daniel Korostil (uk) + Fran Diéguez (gl) + Gheyret T.Kenji (ug) + Wei-Lun Chao (zh_HK, zh_TW) ============== Version 2.32.1 ============== Fixes: + Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify Translations: + Joan Duran (ca@valencia) + Thanos Lefteris (el) + Priit Laes (et) + Takayuki KUSANO (ja) + Changwoo Ryu (ko) + Sahran (ug) Vino 2.32.0 =========== Translations: + Baurzhan Muftakhidinov (kk) + Takayuki KUSANO (ja) Vino 2.31.91 ============ Translations: + Fran Diéguez (gl) + krishnababu k (te) + Kristjan Schmidt (eo) + Petr Kovar (cs) Vino 2.31.4 =========== Features: + Improvements on Telepathy tubes stuff + Various internal work on replacing deprecated stuff Translations: + Andika Triwidada (id) + Carles Ferrando (ca@valencia) + Leonid Kanter (ru) + Luca Ferretti (it) + Matej Urbančič (sl) + Priit Laes (et) + Sira Nokyoongtong (th) + Theppitak Karoonboonyanan (th) + Thomas Thurman (en@shaw)
13 lines
555 B
Text
13 lines
555 B
Text
$NetBSD: patch-ab,v 1.2 2013/08/12 09:36:41 obache Exp $
|
|
|
|
--- server/Makefile.in.orig 2011-05-02 16:35:08.000000000 +0000
|
|
+++ server/Makefile.in
|
|
@@ -433,7 +433,7 @@ vino_enum_headers = \
|
|
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
|
|
schemas_in_files = vino-server.schemas.in
|
|
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
|
|
-desktopdir = $(sysconfdir)/xdg/autostart
|
|
+desktopdir = $(PREFIX)/share/gnome/autostart
|
|
desktop_in_files = vino-server.desktop.in
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
servicedir = $(datadir)/dbus-1/services
|