Update to version 0.4.0.1

This commit is contained in:
Markus Brueffer 2004-08-18 13:45:53 +00:00
parent 4bdb4aad12
commit 61c87cf5c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116590
7 changed files with 24 additions and 31 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= kasablanca
PORTVERSION= 0.4
PORTVERSION= 0.4.0.1
CATEGORIES= ftp kde
MASTER_SITES= http://download.berlios.de/kasablanca/

View File

@ -1,2 +1,2 @@
MD5 (kasablanca-0.4.tar.gz) = 19586e353d7b52583e3c8f4543a76df7
SIZE (kasablanca-0.4.tar.gz) = 638733
MD5 (kasablanca-0.4.0.1.tar.gz) = 507e7345e3efaf1647fc164c45d3127e
SIZE (kasablanca-0.4.0.1.tar.gz) = 644230

View File

@ -1,11 +0,0 @@
--- src/eventhandler.cpp.orig Wed Jul 14 00:16:23 2004
+++ src/eventhandler.cpp Wed Jul 14 00:27:52 2004
@@ -58,7 +58,7 @@
bool EventHandler::eventFilter(QObject*, QEvent *e )
{
- EventType type = static_cast<EventType>(e->type());
+ EventType type = (EventType)(e->type());
if (mp_thread == NULL)
{

View File

@ -0,0 +1,10 @@
--- src/kbfileinfo.h.orig Wed Aug 18 15:04:42 2004
+++ src/kbfileinfo.h Wed Aug 18 15:06:10 2004
@@ -12,6 +12,7 @@
#ifndef KBFILEINFO_H
#define KBFILEINFO_H
+#include <fcntl.h>
#include <qfileinfo.h>
class KbItem;

View File

@ -1,17 +0,0 @@
--- src/kbitem.cpp.orig Fri Apr 16 12:04:47 2004
+++ src/kbitem.cpp Fri Apr 16 12:05:13 2004
@@ -23,12 +23,12 @@
int kbitem::compare(QListViewItem * i, int col, bool ascending) const
{
- if ((this->rtti() == 1001) and (i->rtti() == 1002))
+ if ((this->rtti() == 1001) && (i->rtti() == 1002))
{
if (ascending) return -1;
else return 1;
}
- else if ((this->rtti() == 1002) and (i->rtti() == 1001))
+ else if ((this->rtti() == 1002) && (i->rtti() == 1001))
{
if (ascending) return 1;
else return -1;

View File

@ -0,0 +1,10 @@
--- src/kbitem.h.orig Wed Aug 18 15:07:56 2004
+++ src/kbitem.h Wed Aug 18 15:08:22 2004
@@ -12,6 +12,7 @@
#ifndef KBITEM_H
#define KBITEM_H
+#include <fcntl.h>
#include <qlistview.h>
class KbFileInfo;

View File

@ -13,6 +13,7 @@ share/icons/hicolor/32x32/apps/kasablanca.png
share/icons/hicolor/48x48/apps/kasablanca.png
share/icons/hicolor/64x64/apps/kasablanca.png
share/locale/de/LC_MESSAGES/kasablanca.mo
share/locale/pl/LC_MESSAGES/kasablanca.mo
@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true