From: Florian Boor Date: Fri, 3 Feb 2006 23:58:12 +0000 (+0000) Subject: gpe-login: remove 0.76, add 0.86 X-Git-Tag: Release-2010-05/1~9453^2~2458^2~5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6feb55507eccb4f2ce25a52bd1fef38b59477a24;p=openembedded.git gpe-login: remove 0.76, add 0.86 --- diff --git a/packages/gpe-login/gpe-login_0.76.bb b/packages/gpe-login/gpe-login_0.76.bb deleted file mode 100644 index c25ddabb00..0000000000 --- a/packages/gpe-login/gpe-login_0.76.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DESCRIPTION = "GPE user login screen" -SECTION = "gpe" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell " -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r1" - -SRC_URI += "file://pre-session.patch;patch=1 \ - file://user-own-collie-devs.patch;patch=1" diff --git a/packages/gpe-login/gpe-login_0.86.bb b/packages/gpe-login/gpe-login_0.86.bb new file mode 100644 index 0000000000..093c291134 --- /dev/null +++ b/packages/gpe-login/gpe-login_0.86.bb @@ -0,0 +1,19 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE user login screen" +SECTION = "gpe" +PRIORITY = "optional" +DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" +RDEPENDS = "xkbd" +RPROVIDES = "gpe-session-starter" +PR = "r0" + +#apply a patch to set the fontsize for bigdpi (200+) devices to 5 +SRC_URI_append_ipaq-pxa270 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_borzoi = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" +