From d1ca298d4a4e87edbbb754f3ed8187ff3405af58 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 25 Nov 2009 08:33:39 -0800 Subject: [PATCH] gdm: update to 2.28.1 --- recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/%gconf-tree.xml | 0 .../{gdm-2.28.0 => gdm-2.28.1}/cross-xdetection.diff | 0 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm | 0 .../gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm-nodocs.patch | 0 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm-pam | 0 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm.conf | 0 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/other | 0 recipes/gnome/{gdm_2.28.0.bb => gdm_2.28.1.bb} | 9 ++++++--- 8 files changed, 6 insertions(+), 3 deletions(-) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/%gconf-tree.xml (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/cross-xdetection.diff (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm-nodocs.patch (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm-pam (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm.conf (100%) rename recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/other (100%) rename recipes/gnome/{gdm_2.28.0.bb => gdm_2.28.1.bb} (93%) diff --git a/recipes/gnome/gdm-2.28.0/%gconf-tree.xml b/recipes/gnome/gdm-2.28.1/%gconf-tree.xml similarity index 100% rename from recipes/gnome/gdm-2.28.0/%gconf-tree.xml rename to recipes/gnome/gdm-2.28.1/%gconf-tree.xml diff --git a/recipes/gnome/gdm-2.28.0/cross-xdetection.diff b/recipes/gnome/gdm-2.28.1/cross-xdetection.diff similarity index 100% rename from recipes/gnome/gdm-2.28.0/cross-xdetection.diff rename to recipes/gnome/gdm-2.28.1/cross-xdetection.diff diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.1/gdm similarity index 100% rename from recipes/gnome/gdm-2.28.0/gdm rename to recipes/gnome/gdm-2.28.1/gdm diff --git a/recipes/gnome/gdm-2.28.0/gdm-nodocs.patch b/recipes/gnome/gdm-2.28.1/gdm-nodocs.patch similarity index 100% rename from recipes/gnome/gdm-2.28.0/gdm-nodocs.patch rename to recipes/gnome/gdm-2.28.1/gdm-nodocs.patch diff --git a/recipes/gnome/gdm-2.28.0/gdm-pam b/recipes/gnome/gdm-2.28.1/gdm-pam similarity index 100% rename from recipes/gnome/gdm-2.28.0/gdm-pam rename to recipes/gnome/gdm-2.28.1/gdm-pam diff --git a/recipes/gnome/gdm-2.28.0/gdm.conf b/recipes/gnome/gdm-2.28.1/gdm.conf similarity index 100% rename from recipes/gnome/gdm-2.28.0/gdm.conf rename to recipes/gnome/gdm-2.28.1/gdm.conf diff --git a/recipes/gnome/gdm-2.28.0/other b/recipes/gnome/gdm-2.28.1/other similarity index 100% rename from recipes/gnome/gdm-2.28.0/other rename to recipes/gnome/gdm-2.28.1/other diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.1.bb similarity index 93% rename from recipes/gnome/gdm_2.28.0.bb rename to recipes/gnome/gdm_2.28.1.bb index 1fc5e74f73..ef3b9f411a 100644 --- a/recipes/gnome/gdm_2.28.0.bb +++ b/recipes/gnome/gdm_2.28.1.bb @@ -3,8 +3,6 @@ LICENSE = "GPL" DEPENDS = "tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" -PR = "r3" - inherit gnome update-rc.d RDEPENDS_${PN} += "grep" @@ -25,14 +23,19 @@ EXTRA_OECONF = " --enable-authentication-scheme=shadow \ do_install_prepend() { mkdir -p ${D}/var/lib/gdm/.gconf.mandatory - cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ + cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ +} +do_install_append() { install -d ${D}/${sysconfdir}/init.d install -m 0755 ${WORKDIR}/gdm ${D}/${sysconfdir}/init.d/ install -d ${D}/${sysconfdir}/gdm install -m 0644 ${WORKDIR}/gdm.conf ${D}/${sysconfdir}/gdm/ + install -d ${D}/${sysconfdir}/gdm/PreSession + install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/PreSession + install -d ${D}/${sysconfdir}/pam.d install -m 0755 ${WORKDIR}/gdm-pam ${D}/${sysconfdir}/pam.d/gdm install -m 0755 ${WORKDIR}/other ${D}/${sysconfdir}/pam.d/ -- 2.39.5