From: Steve Sakoman Date: Wed, 25 Nov 2009 16:33:39 +0000 (-0800) Subject: gdm: update to 2.28.1 X-Git-Tag: Release-2010-05/1~1611^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ca298d4a4e87edbbb754f3ed8187ff3405af58;p=openembedded.git gdm: update to 2.28.1 --- 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/