mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to version 1.7.1
PR: ports/77968 Submitted by: Ports Fury
This commit is contained in:
parent
3b792b32ab
commit
46eb4c79f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129780
@ -5,9 +5,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kbilliards
|
||||
PORTVERSION= 0.6.1
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= games kde
|
||||
MASTER_SITES= http://xoomer.virgilio.it/samuele_c/kbilliards/
|
||||
MASTER_SITES= http://www.hostnotfound.it/kbilliards/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Funny billiards simulator game for KDE
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kbilliards-0.6.1.tar.bz2) = cb0d68b91678bf7cdb79b238eb38f5fe
|
||||
SIZE (kbilliards-0.6.1.tar.bz2) = 2070937
|
||||
MD5 (kbilliards-0.7.1.tar.bz2) = e0b80a2f6576e979edb37dbb9a971659
|
||||
SIZE (kbilliards-0.7.1.tar.bz2) = 2064496
|
||||
|
@ -1,20 +1,20 @@
|
||||
--- src/kbilliards.cpp.orig Wed Jan 19 10:43:51 2005
|
||||
+++ src/kbilliards.cpp Thu Jan 20 19:40:29 2005
|
||||
@@ -84,7 +84,7 @@
|
||||
// and load musicconfiguration
|
||||
loadSettings();
|
||||
|
||||
--- src/kbilliards.cpp.orig Thu Feb 17 23:58:08 2005
|
||||
+++ src/kbilliards.cpp Fri Feb 18 13:20:19 2005
|
||||
@@ -105,7 +105,7 @@
|
||||
// load game optios like players name , multiplayer, game type ..
|
||||
loadGameOptions();
|
||||
|
||||
- MaxThrowPower=round((actualconfig.check_speed)*0.36) ;
|
||||
+ MaxThrowPower=rint((actualconfig.check_speed)*0.36) ;
|
||||
|
||||
|
||||
KStandardDirs sd;
|
||||
path_data=(QString)(sd.findResourceDir("data","kbilliards/top_left_corner.png") + (QString)"kbilliards/");
|
||||
@@ -806,7 +806,7 @@
|
||||
@@ -901,7 +901,7 @@
|
||||
|
||||
canvas->setAdvancePeriod(actualconfig.check_speed); // set current animation speed
|
||||
|
||||
- MaxThrowPower=round((actualconfig.check_speed)*0.36) ; // set proportional max power
|
||||
+ MaxThrowPower=rint((actualconfig.check_speed)*0.36) ; // set proportional max power
|
||||
canvas->setAdvancePeriod(actualconfig.check_speed); // set current animation speed
|
||||
|
||||
- MaxThrowPower=round((actualconfig.check_speed)*0.36) ; // set proportional max power
|
||||
+ MaxThrowPower=rint((actualconfig.check_speed)*0.36) ; // set proportional max power
|
||||
}
|
||||
|
||||
if (isvisible) {
|
||||
|
@ -1,3 +1,3 @@
|
||||
A funny billiards simulator game for KDE
|
||||
|
||||
WWW: http://xoomer.virgilio.it/samuele_c/kbilliards/
|
||||
WWW: http://www.hostnotfound.it/kbilliards.php
|
||||
|
Loading…
Reference in New Issue
Block a user