From 038d8325580045ce0e523a81a92af1e50e1a075d Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 18 Apr 2013 10:48:56 +0200 Subject: gpe-login: Add new version 0.96 (new upstream release) Signed-off-by: Florian Boor --- recipes/gpe-login/gpe-login_0.96.bb | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes/gpe-login/gpe-login_0.96.bb diff --git a/recipes/gpe-login/gpe-login_0.96.bb b/recipes/gpe-login/gpe-login_0.96.bb new file mode 100644 index 0000000000..0f64c02aa6 --- /dev/null +++ b/recipes/gpe-login/gpe-login_0.96.bb @@ -0,0 +1,43 @@ +DESCRIPTION = "GPE user login screen" +SECTION = "gpe" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" +RDEPENDS_${PN} = "xkbd" +RRECOMMENDS_${PN} = "gpe-theme-clearlooks" +RPROVIDES_${PN} = "gpe-session-starter" + +PR = "r0" + +SRC_URI_OVERRIDES_PACKAGE_ARCH = "1" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit gpe autotools pkgconfig + + +SRC_URI += "file://removeblue-fontsize8.patch" +SRC_URI += " file://chvt-keylaunch.patch " +SRC_URI += " file://c-locale.patch " +SRC_URI += " file://no-deprecated-sysfs.patch " + +SRC_URI_append_spitz = "file://brightness-adjust-keyluanchrc.patch" +SRC_URI_append_akita = "file://brightness-adjust-keyluanchrc.patch" +SRC_URI_append_c7x0 = "file://brightness-adjust-keyluanchrc.patch" + + +CONFFILES_${PN} += " \ +${sysconfdir}/apm/suspend.d/S98lock-display \ +${sysconfdir}/gpe/gpe-login.conf \ +${sysconfdir}/gpe/locale.alias \ +${sysconfdir}/sysconfig/gpelogin \ +${sysconfdir}/X11/gpe-login.keylaunchrc \ +${sysconfdir}/X11/gpe-login.gtkrc \ +${sysconfdir}/X11/gpe-login.setup \ +${sysconfdir}/X11/gpe-login.pre-session \ +${sysconfdir}/X11/Xinit.d/99gpe-login \ +${sysconfdir}/X11/Xsession.d/50autolock \ +" + +SRC_URI[md5sum] = "59d6546fb8098076bec61db3fb540cd2" +SRC_URI[sha256sum] = "995023314cc3b9ca851efd77b0a5a35bebd177e04db99b59bcf87306c3ad9131" -- cgit 1.2.3-korg