Update to gdm-3.2.1.1.
This commit is contained in:
parent
bfd8d43692
commit
de9664bab9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.113 2011/10/19 14:25:46 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.114 2011/10/20 07:23:28 ajacoutot Exp $
|
||||
|
||||
BROKEN= greeter doesn't start; port to bsd_auth(3)
|
||||
|
||||
@ -7,8 +7,7 @@ SHARED_ONLY= Yes
|
||||
COMMENT= GNOME display manager
|
||||
|
||||
GNOME_PROJECT= gdm
|
||||
GNOME_VERSION= 3.2.1
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 3.2.1.1
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/gdm/
|
||||
|
||||
@ -106,7 +105,6 @@ pre-configure:
|
||||
${WRKSRC}/data/applications/mime-dummy-handler.desktop \
|
||||
${WRKSRC}/configure \
|
||||
${WRKSRC}/data/00-upstream-settings \
|
||||
${WRKSRC}/data/upstream-settings \
|
||||
${WRKSRC}/data/session-setup.entries
|
||||
.for i in gdm-simple-greeter gnome-session-check-accelerated gnome-settings-daemon
|
||||
perl -pi -e 's,/usr/libexec,${PREFIX},g' \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gdm-3.2.1.tar.xz) = SmMxh/J75o21ABq9IbIRtw==
|
||||
RMD160 (gnome/gdm-3.2.1.tar.xz) = kkLQCq/GfWzmzO0UHC4Ee1dcpIU=
|
||||
SHA1 (gnome/gdm-3.2.1.tar.xz) = 5CXUc+q3l3kb8FrGyutVyn1BSE0=
|
||||
SHA256 (gnome/gdm-3.2.1.tar.xz) = +Y0AgZ0FGFsgvQPAL3uXymOmPKsRC5T63+j1jU1EdfA=
|
||||
SIZE (gnome/gdm-3.2.1.tar.xz) = 1633480
|
||||
MD5 (gnome/gdm-3.2.1.1.tar.xz) = 3z84BhBm9eCBZna07veFSg==
|
||||
RMD160 (gnome/gdm-3.2.1.1.tar.xz) = 7GKAbywGlPhOw0iJryUCHiZiN14=
|
||||
SHA1 (gnome/gdm-3.2.1.1.tar.xz) = vxuTJJBE6H61Ncwdzz1EV7JCYf0=
|
||||
SHA256 (gnome/gdm-3.2.1.1.tar.xz) = haE4P5OHD7XUepOMwuBLbw10y2EaK12U2WUbeKXM/70=
|
||||
SIZE (gnome/gdm-3.2.1.1.tar.xz) = 1632116
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-data_00-upstream-settings,v 1.1 2011/10/19 08:13:04 ajacoutot Exp $
|
||||
$OpenBSD: patch-data_00-upstream-settings,v 1.2 2011/10/20 07:23:28 ajacoutot Exp $
|
||||
|
||||
Our gnome-settings-daemon does not provide the
|
||||
org.gnome.settings-daemon.plugins.orientation gschema because it depends
|
||||
on gudev.
|
||||
|
||||
--- data/00-upstream-settings.orig Wed Oct 19 08:15:27 2011
|
||||
+++ data/00-upstream-settings Wed Oct 19 08:15:36 2011
|
||||
@@ -90,9 +90,6 @@ www=''
|
||||
--- data/00-upstream-settings.orig Wed Oct 19 17:41:52 2011
|
||||
+++ data/00-upstream-settings Thu Oct 20 08:29:28 2011
|
||||
@@ -87,9 +87,6 @@ www=''
|
||||
[org/gnome/settings-daemon/plugins/mouse]
|
||||
active=false
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-data_upstream-settings,v 1.1 2011/10/19 08:13:04 ajacoutot Exp $
|
||||
|
||||
Our gnome-settings-daemon does not provide the
|
||||
org.gnome.settings-daemon.plugins.orientation gschema because it depends
|
||||
on gudev.
|
||||
|
||||
--- data/upstream-settings.orig Wed Oct 19 08:15:58 2011
|
||||
+++ data/upstream-settings Wed Oct 19 08:16:05 2011
|
||||
@@ -29,7 +29,6 @@ org.gnome.settings-daemon.plugins.a11y-keyboard active
|
||||
org.gnome.settings-daemon.plugins.background active=true
|
||||
org.gnome.settings-daemon.plugins.cursor active=true
|
||||
org.gnome.settings-daemon.plugins.media-keys active=true
|
||||
-org.gnome.settings-daemon.plugins.orientation active=true
|
||||
org.gnome.settings-daemon.plugins.power active=true
|
||||
org.gnome.settings-daemon.plugins.sound active=true
|
||||
org.gnome.settings-daemon.plugins.xrandr active=true
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.36 2011/10/19 14:25:46 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.37 2011/10/20 07:23:28 ajacoutot Exp $
|
||||
@newgroup _gdm:676
|
||||
@newuser _gdm:676:_gdm:daemon:GNOME Display Manager:/var/db/gdm:/sbin/nologin
|
||||
@unexec-delete rm -f ${SYSCONFDIR}/dconf/db/gdm
|
||||
@extraunexec rm -rf /var/db/gdm/.ICEauthority
|
||||
@extraunexec rm -rf /var/db/gdm/.aucat_cookie
|
||||
@extraunexec rm -rf /var/db/gdm/.cache
|
||||
@ -49,7 +50,6 @@ lib/pkgconfig/gdmsimplegreeter.pc
|
||||
@bin libexec/gdm-simple-greeter
|
||||
@bin libexec/gdm-simple-slave
|
||||
@bin libexec/gdm-smartcard-worker
|
||||
libexec/gdm-update-dconf-db
|
||||
@bin libexec/gdm-xdmcp-chooser-slave
|
||||
sbin/gdm
|
||||
@bin sbin/gdm-binary
|
||||
@ -169,7 +169,6 @@ share/gdm/simple-greeter/extensions/smartcard/
|
||||
share/gdm/simple-greeter/extensions/smartcard/page.ui
|
||||
share/gdm/simple-greeter/extensions/unified/
|
||||
share/gdm/simple-greeter/extensions/unified/page.ui
|
||||
share/gdm/upstream-settings
|
||||
share/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
share/gnome-session/
|
||||
share/gnome-session/sessions/
|
||||
@ -360,4 +359,5 @@ ${SCHEMAS_INSTDIR}/gdm-simple-greeter.schemas
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@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/dconf update
|
||||
@rcscript ${RCDIR}/gdm
|
||||
|
Loading…
x
Reference in New Issue
Block a user