pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kdepim3 Back out part of the 3.5.1 -> 3.5.2 updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9bf7151360c
branches: trunk
changeset: 511960:d9bf7151360c
user: markd <markd%pkgsrc.org@localhost>
date: Fri Apr 28 01:42:50 2006 +0000
description:
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:
misc/kdepim3/Makefile | 5 ++---
misc/kdepim3/distinfo | 4 +++-
misc/kdepim3/patches/patch-al | 13 +++++++++++++
misc/kdepim3/patches/patch-am | 13 +++++++++++++
4 files changed, 31 insertions(+), 4 deletions(-)
diffs (70 lines):
diff -r b14c10327f71 -r d9bf7151360c misc/kdepim3/Makefile
--- a/misc/kdepim3/Makefile Thu Apr 27 22:46:10 2006 +0000
+++ b/misc/kdepim3/Makefile Fri Apr 28 01:42:50 2006 +0000
@@ -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 @@
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 -r b14c10327f71 -r d9bf7151360c misc/kdepim3/distinfo
--- a/misc/kdepim3/distinfo Thu Apr 27 22:46:10 2006 +0000
+++ b/misc/kdepim3/distinfo Fri Apr 28 01:42:50 2006 +0000
@@ -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-ai) = e6c95db696e5daad82c72a5a742771d2a5665aa2
SHA1 (patch-aj) = 1fd187c4c9ddb4f6380265853feb7eb04cf4b740
SHA1 (patch-ak) = cac11150a708f2f4258b9371f9aaa72b133a821d
+SHA1 (patch-al) = 723424b7c39c5e0e0899b340a30e5a3f32c90a6a
+SHA1 (patch-am) = 29066a35ac983764a8cfa9392b9d67df581b35d3
diff -r b14c10327f71 -r d9bf7151360c misc/kdepim3/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim3/patches/patch-al Fri Apr 28 01:42:50 2006 +0000
@@ -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 -r b14c10327f71 -r d9bf7151360c misc/kdepim3/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim3/patches/patch-am Fri Apr 28 01:42:50 2006 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index