summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/gpe-login/gpe-login_0.76.bb14
-rw-r--r--packages/gpe-login/gpe-login_0.86.bb19
-rw-r--r--packages/xserver-common/xserver-common_1.1.bb12
-rw-r--r--packages/xserver-common/xserver-common_1.7.bb (renamed from packages/xserver-common/xserver-common_1.2.bb)3
4 files changed, 21 insertions, 27 deletions
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 <pb@handhelds.org>"
-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"
+
diff --git a/packages/xserver-common/xserver-common_1.1.bb b/packages/xserver-common/xserver-common_1.1.bb
deleted file mode 100644
index 76bd376365..0000000000
--- a/packages/xserver-common/xserver-common_1.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
-DESCRIPTION = "Common X11 scripts and support files"
-LICENSE = "GPL"
-SECTION = "x11"
-DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
-RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r3"
-
-# we are using a gpe-style Makefile
-inherit gpe
-
-SRC_URI += "file://cxk-rotation.patch;patch=1" \ No newline at end of file
diff --git a/packages/xserver-common/xserver-common_1.2.bb b/packages/xserver-common/xserver-common_1.7.bb
index 343abe9258..a825ddf6de 100644
--- a/packages/xserver-common/xserver-common_1.2.bb
+++ b/packages/xserver-common/xserver-common_1.7.bb
@@ -4,7 +4,8 @@ LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
+PR = "r0"
+
# we are using a gpe-style Makefile
inherit gpe
-