mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to version 0.4.0b
Approved by: arved (mentor)
This commit is contained in:
parent
d3823d4c5d
commit
1e61f3e45f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106796
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= basket
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.0b
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://les83plus.free.fr/sebastien.laout/basket/downloads/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (basket-0.4.0.tar.gz) = e5890d419899d489e20a5816e01fb1f1
|
||||
SIZE (basket-0.4.0.tar.gz) = 792867
|
||||
MD5 (basket-0.4.0b.tar.gz) = 8367f112f39a9dd90b79e55722c6bdc8
|
||||
SIZE (basket-0.4.0b.tar.gz) = 824502
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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);
|
@ -6,6 +6,8 @@ share/doc/HTML/en/basket/index.cache.bz2
|
||||
share/doc/HTML/en/basket/index.docbook
|
||||
share/icons/hicolor/16x16/apps/basket.png
|
||||
share/icons/hicolor/32x32/apps/basket.png
|
||||
share/locale/de/LC_MESSAGES/basket.mo
|
||||
share/locale/fr/LC_MESSAGES/basket.mo
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user