aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 17:56:38 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 17:56:38 +0000
commit576e08454be2ef95b68ec525ac88f0c9fe6f7195 (patch)
tree09bb6619baece6e8b8395eb5b24addaf58901cdf /packages
parent7807c48bf43a6526e9db7150dc7e10163af9fa8b (diff)
downloadopenembedded-576e08454be2ef95b68ec525ac88f0c9fe6f7195.tar.gz
libqpe: dropped patch from 1.2.1+ cvs
Diffstat (limited to 'packages')
-rw-r--r--packages/libqpe/libqpe-opie/0905_datebookmonth.patch23
-rw-r--r--packages/libqpe/libqpe-opie_1.2.2.bb (renamed from packages/libqpe/libqpe-opie_1.2.1.bb)4
2 files changed, 0 insertions, 27 deletions
diff --git a/packages/libqpe/libqpe-opie/0905_datebookmonth.patch b/packages/libqpe/libqpe-opie/0905_datebookmonth.patch
deleted file mode 100644
index 7c4d5fb389..0000000000
--- a/packages/libqpe/libqpe-opie/0905_datebookmonth.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: datebookmonth.cpp
-===================================================================
-RCS file: /cvs/opie/library/datebookmonth.cpp,v
-retrieving revision 1.10
-diff -u -r1.10 datebookmonth.cpp
---- datebookmonth.cpp 20 Mar 2005 18:29:19 -0000 1.10
-+++ datebookmonth.cpp 5 Sep 2005 19:53:47 -0000
-@@ -661,7 +661,14 @@
-
- // Finally, draw the number.
- QFont f = p->font();
-- f.setPointSize( ( f.pointSize() / 3 ) * 2 );
-+ if(qApp->desktop()->width() >= 480)
-+ {
-+ f.setPointSize( f.pointSize() - 2 );
-+ }
-+ else
-+ {
-+ f.setPointSize( ( f.pointSize() / 3 ) * 2 );
-+ }
- p->setFont( f );
- QFontMetrics fm( f );
- p->drawText( 1, 1 + fm.ascent(), QString::number( day() ) );
diff --git a/packages/libqpe/libqpe-opie_1.2.1.bb b/packages/libqpe/libqpe-opie_1.2.2.bb
index 50499f7829..00e5ca859a 100644
--- a/packages/libqpe/libqpe-opie_1.2.1.bb
+++ b/packages/libqpe/libqpe-opie_1.2.2.bb
@@ -1,10 +1,6 @@
include ${PN}.inc
-PR = "r1"
-
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
- file://0905_datebookmonth.patch;patch=1;pnum=0 \
file://fix-titleheight.patch;patch=1"
-