1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to version 0.4.0

- don't use USE_SIZE anymore
- Update MASTER_SITES and WWW

Approved by:	arved (mentor)
This commit is contained in:
Markus Brueffer 2004-03-18 09:31:43 +00:00
parent 95c166c2c4
commit 08847fddca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104420
4 changed files with 17 additions and 8 deletions

View File

@ -5,16 +5,14 @@
# $FreeBSD$
PORTNAME= basket
PORTVERSION= 0.3.3
PORTREVISION= 1
PORTVERSION= 0.4.0
CATEGORIES= deskutils kde
MASTER_SITES= http://www.brueffer.de/distfiles/
MASTER_SITES= http://les83plus.free.fr/sebastien.laout/basket/downloads/
MAINTAINER= markus@FreeBSD.org
COMMENT= Desktop organization tool
WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.2
USE_SIZE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -1,2 +1,2 @@
MD5 (basket-0.3.3.tar.gz) = f3ba4ab2905325ab23563cda9a867989
SIZE (basket-0.3.3.tar.gz) = 615501
MD5 (basket-0.4.0.tar.gz) = e5890d419899d489e20a5816e01fb1f1
SIZE (basket-0.4.0.tar.gz) = 792867

View File

@ -0,0 +1,11 @@
--- src/itemfactory.cpp.orig Thu Mar 18 09:44:04 2004
+++ src/itemfactory.cpp Thu Mar 18 09:44:57 2004
@@ -218,7 +218,7 @@
annot = name + "\n" + comment;
/* And finaly create the item */
- Item *item = new Item( "", (nameInAnnots ? "" : name), icon,
+ Item *item = new Item( "", (nameInAnnots ? QString("") : name), icon,
false, false,/*true, true,*/ // TODO: titleForProg() and iconForProg() !!
annot, false, runC, parent );
parent->insertItem(item);

View File

@ -3,4 +3,4 @@ to organize objects, such as text, URLs, images, sounds or other documents.
Objects in a basket can be edited, copied, moved, dragged, etc.
Author: Sebastien Laout <sebastien.laout@tuxfamily.org>
WWW: http://www.sebastien.laout.tuxfamily.org/basket
WWW: http://les83plus.free.fr/sebastien.laout/basket/