diff options
author | markd <markd@pkgsrc.org> | 2006-04-28 01:42:50 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-04-28 01:42:50 +0000 |
commit | 6ba49f770018abc8bd28bb29cad8ec38e21de007 (patch) | |
tree | 2f2f872ad1926ddb5c77e33dc4be79b03acc649e /misc/kdepim3 | |
parent | 7c4fcdf1523f32180d932be13b372a65d40c7adc (diff) | |
download | pkgsrc-6ba49f770018abc8bd28bb29cad8ec38e21de007.tar.gz |
Back out part of the 3.5.1 -> 3.5.2 update as its causing korganiser
to crash when you try to add a new event (or edit an existing one).
Bump PKGREVISION.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 5 | ||||
-rw-r--r-- | misc/kdepim3/distinfo | 4 | ||||
-rw-r--r-- | misc/kdepim3/patches/patch-al | 13 | ||||
-rw-r--r-- | misc/kdepim3/patches/patch-am | 13 |
4 files changed, 31 insertions, 4 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 91a750c2107..8f5cb3f55c2 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2006/04/17 13:46:06 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/28 01:42:50 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop @@ -32,7 +32,6 @@ REPLACE_PERL+= kmail/kmail-3.1-update-new-mail-notification-settings.pl \ kmail/kmail-3.4.1-update-status-filters.pl \ kmail/upgrade-signature.pl \ kmail/upgrade-transport.pl \ - libkdenetwork/kpgp-3.1-upgrade-address-data.pl \ libkpgp/kpgp-3.1-upgrade-address-data.pl .include "../../mk/bsd.prefs.mk" diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo index de3f9fcb1cd..e062c78175d 100644 --- a/misc/kdepim3/distinfo +++ b/misc/kdepim3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.41 2006/03/30 02:52:17 markd Exp $ +$NetBSD: distinfo,v 1.42 2006/04/28 01:42:50 markd Exp $ SHA1 (kdepim-3.5.2.tar.bz2) = 1907bc219d2dd51a376a99d0f7e6b9af97d5adf7 RMD160 (kdepim-3.5.2.tar.bz2) = 8e6571d14bbf6b3370c4fdb108a1a79625e87365 @@ -9,3 +9,5 @@ SHA1 (patch-ac) = 2ead8593be03d780cf5b4e333dc4ead1d29b8073 SHA1 (patch-ai) = e6c95db696e5daad82c72a5a742771d2a5665aa2 SHA1 (patch-aj) = 1fd187c4c9ddb4f6380265853feb7eb04cf4b740 SHA1 (patch-ak) = cac11150a708f2f4258b9371f9aaa72b133a821d +SHA1 (patch-al) = 723424b7c39c5e0e0899b340a30e5a3f32c90a6a +SHA1 (patch-am) = 29066a35ac983764a8cfa9392b9d67df581b35d3 diff --git a/misc/kdepim3/patches/patch-al b/misc/kdepim3/patches/patch-al new file mode 100644 index 00000000000..b30de779bb0 --- /dev/null +++ b/misc/kdepim3/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2006/04/28 01:42:50 markd Exp $ + +--- kdgantt/KDGanttView.cpp.orig 2006-03-17 23:15:54.000000000 +1300 ++++ kdgantt/KDGanttView.cpp +@@ -318,7 +318,7 @@ bool KDGanttView::close ( bool alsoDelet + height() of TimeHeader + height() of TimeTable + height() of Legend (if shown) + */ + +-QSize KDGanttView::sizeHint() const ++QSize KDGanttView::sizeHint() + { + bool block = myTimeTable->blockUpdating(); + myTimeTable->setBlockUpdating( false ); diff --git a/misc/kdepim3/patches/patch-am b/misc/kdepim3/patches/patch-am new file mode 100644 index 00000000000..9b9a67e3794 --- /dev/null +++ b/misc/kdepim3/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2006/04/28 01:42:50 markd Exp $ + +--- kdgantt/KDGanttView.h.orig 2006-03-17 23:15:54.000000000 +1300 ++++ kdgantt/KDGanttView.h +@@ -324,7 +324,7 @@ public: + virtual void lvStartDrag (KDGanttViewItem*); + virtual bool lvDragMoveEvent (QDragMoveEvent * e,KDGanttViewItem*, KDGanttViewItem*); + virtual void lvDragEnterEvent (QDragEnterEvent * e ); +- virtual QSize sizeHint() const; ++ QSize sizeHint(); + KDGanttViewItem* getItemByName( const QString& name ) const; + QDateTime getDateTimeForCoordX(int coordX, bool global = true ) const; + KDGanttViewItem* getItemByListViewPos( const QPoint& pos ) const; |