Bugfix update to gdm-3.6.1.
This commit is contained in:
parent
9d5c5314e3
commit
a5bd69942c
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.136 2012/10/10 12:34:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.137 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= GNOME display manager
|
||||
|
||||
GNOME_PROJECT= gdm
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 1
|
||||
GNOME_VERSION= 3.6.1
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/gdm/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gdm-3.6.0.tar.xz) = 6mNzb8j3I0rKRC9OmbO6nMKdzl5GTtk/e/frjEmr1gs=
|
||||
SIZE (gnome/gdm-3.6.0.tar.xz) = 1627064
|
||||
SHA256 (gnome/gdm-3.6.1.tar.xz) = r/ad3lXhG1QBRQAslc+WbNFjdpECg7OFUgQxztEMUDE=
|
||||
SIZE (gnome/gdm-3.6.1.tar.xz) = 1627088
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-common_Makefile_in,v 1.4 2012/09/29 19:28:15 ajacoutot Exp $
|
||||
--- common/Makefile.in.orig Tue Sep 25 20:04:05 2012
|
||||
+++ common/Makefile.in Sat Sep 29 19:46:01 2012
|
||||
@@ -525,7 +525,7 @@ gdm_crash_logger_CPPFLAGS = \
|
||||
$OpenBSD: patch-common_Makefile_in,v 1.5 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
--- common/Makefile.in.orig Tue Oct 16 04:28:35 2012
|
||||
+++ common/Makefile.in Tue Oct 16 08:56:02 2012
|
||||
@@ -526,7 +526,7 @@ gdm_crash_logger_CPPFLAGS = \
|
||||
-DLOCALSTATEDIR=\"$(localstatedir)\" \
|
||||
$(NULL)
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-common_Makefile_in,v 1.4 2012/09/29 19:28:15 ajacoutot Exp $
|
||||
@MKDTEMP_MISSING_FALSE@MKDTEMP_FILES =
|
||||
@MKDTEMP_MISSING_TRUE@MKDTEMP_FILES = mkdtemp.c mkdtemp.h
|
||||
libgdmcommon_la_SOURCES = \
|
||||
@@ -574,6 +574,7 @@ libgdmcommon_la_CFLAGS = \
|
||||
@@ -575,6 +575,7 @@ libgdmcommon_la_CFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
libgdmcommon_la_LIBADD = \
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.24 2012/10/10 12:34:35 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.25 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Tue Sep 25 20:04:03 2012
|
||||
+++ configure Tue Oct 2 10:37:01 2012
|
||||
@@ -16948,6 +16948,9 @@ else
|
||||
--- configure.orig Tue Oct 16 04:28:32 2012
|
||||
+++ configure Tue Oct 16 08:56:02 2012
|
||||
@@ -16949,6 +16949,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-daemon_Makefile_in,v 1.3 2012/09/29 19:28:15 ajacoutot Exp $
|
||||
$OpenBSD: patch-daemon_Makefile_in,v 1.4 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
|
||||
undefined reference to `logwtmp'...
|
||||
|
||||
--- daemon/Makefile.in.orig Sat Sep 29 19:56:01 2012
|
||||
+++ daemon/Makefile.in Sat Sep 29 19:56:12 2012
|
||||
@@ -754,6 +754,7 @@ gdm_session_worker_LDFLAGS = \
|
||||
--- daemon/Makefile.in.orig Tue Oct 16 04:28:35 2012
|
||||
+++ daemon/Makefile.in Tue Oct 16 08:56:02 2012
|
||||
@@ -755,6 +755,7 @@ gdm_session_worker_LDFLAGS = \
|
||||
gdm_session_worker_LDADD = \
|
||||
$(top_builddir)/common/libgdmcommon.la \
|
||||
$(DAEMON_LIBS) \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gui_simple-greeter_Makefile_in,v 1.4 2012/09/29 19:28:15 ajacoutot Exp $
|
||||
--- gui/simple-greeter/Makefile.in.orig Tue Sep 25 20:04:06 2012
|
||||
+++ gui/simple-greeter/Makefile.in Sat Sep 29 19:46:02 2012
|
||||
@@ -573,7 +573,7 @@ AM_CPPFLAGS = \
|
||||
$OpenBSD: patch-gui_simple-greeter_Makefile_in,v 1.5 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
--- gui/simple-greeter/Makefile.in.orig Tue Oct 16 04:28:37 2012
|
||||
+++ gui/simple-greeter/Makefile.in Tue Oct 16 08:56:02 2012
|
||||
@@ -574,7 +574,7 @@ AM_CPPFLAGS = \
|
||||
-DGDMCONFDIR=\"$(gdmconfdir)\" \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.53 2012/10/10 12:34:35 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.54 2012/10/16 07:02:58 ajacoutot Exp $
|
||||
@comment starts a full gnome-session as _gdm which requires a valid homedir
|
||||
@newgroup _gdm:676
|
||||
@newuser _gdm:676:_gdm:daemon:GNOME Display Manager:/var/db/gdm:/sbin/nologin
|
||||
@ -17,6 +17,7 @@
|
||||
@extraunexec rm -rf /var/cache/gdm/*
|
||||
@extraunexec rm -rf /var/log/gdm/*
|
||||
@bin bin/gdm-screenshot
|
||||
@bin bin/gdmflexiserver
|
||||
include/gdm/
|
||||
include/gdm/gdm-client-glue.h
|
||||
include/gdm/gdm-client.h
|
||||
@ -155,11 +156,14 @@ share/gdm/simple-greeter/extensions/unified/page.ui
|
||||
share/gir-1.0/Gdm-1.0.gir
|
||||
share/glib-2.0/schemas/org.gnome.login-screen.gschema.override
|
||||
share/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
share/gnome-session/
|
||||
share/gnome-session/sessions/
|
||||
share/gnome-session/sessions/gdm-fallback.session
|
||||
share/gnome-session/sessions/gdm-shell.session
|
||||
share/help/C/gdm/
|
||||
share/help/C/gdm/index.docbook
|
||||
share/help/C/gdm/legal.xml
|
||||
share/help/ca/
|
||||
share/help/ca/gdm/
|
||||
share/help/ca/gdm/index.docbook
|
||||
share/help/ca/gdm/legal.xml
|
||||
@ -169,6 +173,7 @@ share/help/de/gdm/legal.xml
|
||||
share/help/el/gdm/
|
||||
share/help/el/gdm/index.docbook
|
||||
share/help/el/gdm/legal.xml
|
||||
share/help/en_GB/
|
||||
share/help/en_GB/gdm/
|
||||
share/help/en_GB/gdm/index.docbook
|
||||
share/help/en_GB/gdm/legal.xml
|
||||
@ -181,33 +186,42 @@ share/help/fr/gdm/legal.xml
|
||||
share/help/gl/gdm/
|
||||
share/help/gl/gdm/index.docbook
|
||||
share/help/gl/gdm/legal.xml
|
||||
share/help/id/
|
||||
share/help/id/gdm/
|
||||
share/help/id/gdm/index.docbook
|
||||
share/help/id/gdm/legal.xml
|
||||
share/help/it/
|
||||
share/help/it/gdm/
|
||||
share/help/it/gdm/index.docbook
|
||||
share/help/it/gdm/legal.xml
|
||||
share/help/ko/
|
||||
share/help/ko/gdm/
|
||||
share/help/ko/gdm/index.docbook
|
||||
share/help/ko/gdm/legal.xml
|
||||
share/help/oc/
|
||||
share/help/oc/gdm/
|
||||
share/help/oc/gdm/index.docbook
|
||||
share/help/oc/gdm/legal.xml
|
||||
share/help/ru/
|
||||
share/help/ru/gdm/
|
||||
share/help/ru/gdm/index.docbook
|
||||
share/help/ru/gdm/legal.xml
|
||||
share/help/sl/gdm/
|
||||
share/help/sl/gdm/index.docbook
|
||||
share/help/sl/gdm/legal.xml
|
||||
share/help/sv/
|
||||
share/help/sv/gdm/
|
||||
share/help/sv/gdm/index.docbook
|
||||
share/help/sv/gdm/legal.xml
|
||||
share/help/te/
|
||||
share/help/te/gdm/
|
||||
share/help/te/gdm/index.docbook
|
||||
share/help/te/gdm/legal.xml
|
||||
share/help/uk/
|
||||
share/help/uk/gdm/
|
||||
share/help/uk/gdm/index.docbook
|
||||
share/help/uk/gdm/legal.xml
|
||||
share/help/zh_CN/
|
||||
share/help/zh_CN/gdm/
|
||||
share/help/zh_CN/gdm/index.docbook
|
||||
share/help/zh_CN/gdm/legal.xml
|
||||
@ -257,6 +271,8 @@ share/locale/fy/LC_MESSAGES/gdm.mo
|
||||
share/locale/ga/LC_MESSAGES/gdm.mo
|
||||
share/locale/gl/LC_MESSAGES/gdm.mo
|
||||
share/locale/gu/LC_MESSAGES/gdm.mo
|
||||
share/locale/gv/
|
||||
share/locale/gv/LC_MESSAGES/
|
||||
share/locale/gv/LC_MESSAGES/gdm.mo
|
||||
share/locale/he/LC_MESSAGES/gdm.mo
|
||||
share/locale/hi/LC_MESSAGES/gdm.mo
|
||||
@ -322,6 +338,7 @@ share/locale/zh_CN/LC_MESSAGES/gdm.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gdm.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gdm.mo
|
||||
share/locale/zu/LC_MESSAGES/gdm.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/gdm-foot-logo.png
|
||||
share/pixmaps/gdm-setup.png
|
||||
share/pixmaps/gdm-xnest.png
|
||||
|
Loading…
Reference in New Issue
Block a user