games/crossfire-client: Update to 1.75.0
ChangeLog: https://sourceforge.net/p/crossfire/crossfire-client/ci/88b59/tree/ChangeLog?format=raw PR: 252655 Submitted by: kevinz5000@gmail.com (maintainer)
This commit is contained in:
parent
5185e461aa
commit
92d156d80a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563566
4 changed files with 14 additions and 20 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crossfire-client
|
||||
PORTVERSION= 1.74.0
|
||||
PORTVERSION= 1.75.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= kevinz5000@gmail.com
|
||||
COMMENT= Cooperative multiplayer graphical RPG and adventure game
|
||||
|
@ -16,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= vala:lang/vala
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USES= cmake gnome perl5 pkgconfig sdl tar:bzip2
|
||||
USE_PERL5= build
|
||||
USES= cmake gnome perl5 pkgconfig sdl
|
||||
USE_GNOME= gtk20
|
||||
USE_SDL= sdl image mixer
|
||||
INSTALLS_ICONS= YES
|
||||
USE_PERL5= build
|
||||
USE_SDL= sdl image mixer
|
||||
|
||||
CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1577279241
|
||||
SHA256 (crossfire-client-1.74.0.tar.bz2) = 8a9b215e6f4d6e1c42dea7fc6abb8ea54fbb52eead0c3c3c2f64da6d09af79e1
|
||||
SIZE (crossfire-client-1.74.0.tar.bz2) = 819251
|
||||
TIMESTAMP = 1610585580
|
||||
SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7
|
||||
SIZE (crossfire-client-1.75.0.tar.gz) = 1087171
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- gtk-v2/src/main.h.orig 2020-08-28 18:06:06 UTC
|
||||
+++ gtk-v2/src/main.h
|
||||
@@ -34,7 +34,7 @@ extern int map_image_size, map_image_half_size, image_
|
||||
#define DIALOG_FILENAME CF_DATADIR "/ui/dialogs.ui"
|
||||
|
||||
/** Path to the current UI file. */
|
||||
-char window_xml_file[MAX_BUF];
|
||||
+extern char window_xml_file[MAX_BUF];
|
||||
|
||||
#define MAGIC_MAP_PAGE 1 /**< Notebook page of the magic map */
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
bin/cfsndserv
|
||||
bin/crossfire-client-gtk2
|
||||
share/applications/crossfire-client.desktop
|
||||
%%DATADIR%%/sounds/COPYING
|
||||
|
@ -29,13 +28,20 @@ share/applications/crossfire-client.desktop
|
|||
%%DATADIR%%/sounds/gong.wav
|
||||
%%DATADIR%%/sounds/knife.ogg
|
||||
%%DATADIR%%/sounds/lightning1.wav
|
||||
%%DATADIR%%/sounds/magic-thorns-2.ogg
|
||||
%%DATADIR%%/sounds/magic.wav
|
||||
%%DATADIR%%/sounds/miss-1.ogg
|
||||
%%DATADIR%%/sounds/ouch1.wav
|
||||
%%DATADIR%%/sounds/painb.wav
|
||||
%%DATADIR%%/sounds/phit2.wav
|
||||
%%DATADIR%%/sounds/potion.ogg
|
||||
%%DATADIR%%/sounds/sci_fi_gun.wav
|
||||
%%DATADIR%%/sounds/sounds.conf
|
||||
%%DATADIR%%/sounds/squish.wav
|
||||
%%DATADIR%%/sounds/step_lth1.ogg
|
||||
%%DATADIR%%/sounds/step_lth2.ogg
|
||||
%%DATADIR%%/sounds/step_lth3.ogg
|
||||
%%DATADIR%%/sounds/step_lth4.ogg
|
||||
%%DATADIR%%/sounds/su-fanf.wav
|
||||
%%DATADIR%%/sounds/swish.wav
|
||||
%%DATADIR%%/sounds/sword-1.ogg
|
||||
|
|
Loading…
Reference in a new issue