aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2013-04-18 10:48:56 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2013-04-18 10:56:51 +0200
commit038d8325580045ce0e523a81a92af1e50e1a075d (patch)
tree0445b767c71f41766f18e327efc522c15e4a0acf
parentfd43377c5f23f4f718e2846cf9fd423f87bf4af3 (diff)
downloadopenembedded-038d8325580045ce0e523a81a92af1e50e1a075d.tar.gz
gpe-login: Add new version 0.96 (new upstream release)
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/gpe-login/gpe-login_0.96.bb43
1 files changed, 43 insertions, 0 deletions
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"