mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-21 20:11:24 +00:00
merge in the changes on the release_0_5_2 branch in preparation for 0.5.3
This commit is contained in:
parent
1be25d5ddf
commit
74e56609b0
3 changed files with 14 additions and 8 deletions
|
@ -28,7 +28,7 @@ Source: %{name}-%{version}.tar.gz
|
|||
Group: Amusements/Games
|
||||
Copyright: GPL
|
||||
#Icon:
|
||||
Requires: quakeforge-common, quakeforge-client, quake-game
|
||||
Requires: quakeforge-common, quake-game
|
||||
BuildRoot: /var/tmp/%{name}-%{version}
|
||||
Summary: QuakeForge 3D game engine
|
||||
%description
|
||||
|
@ -430,8 +430,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
||||
|
||||
%post stub
|
||||
if test -f %{fs_sharepath}/id1/pak0.pak; then
|
||||
else
|
||||
if test ! -f %{fs_sharepath}/id1/pak0.pak; then
|
||||
echo Warning: %{fs_sharepath}/id1/pak0.pak not found
|
||||
echo Install either the shareware or registered quake data in
|
||||
echo %{fs_sharepath}
|
||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
|||
quakeforge (0.5.2-1.1) frozen unstable; urgency=low
|
||||
|
||||
* The "It is a silly place" release.
|
||||
* Fix /etc/quakeforge.conf to load the default plugin, like all the work on
|
||||
the plugins made everyone think it would work. :)
|
||||
|
||||
-- Jeff Teunissen <deek@d2dc.net> Thu, 10 Oct 2002 00:54:23 -0400
|
||||
|
||||
quakeforge (0.5.2-1) frozen unstable; urgency=low
|
||||
|
||||
* New release.
|
||||
|
|
9
debian/quakeforge.conf
vendored
9
debian/quakeforge.conf
vendored
|
@ -1,17 +1,16 @@
|
|||
// QuakeForge Configuration
|
||||
|
||||
// Location of shared data
|
||||
setrom fs_sharepath "/usr/share/games/quake"
|
||||
set fs_sharepath "/usr/share/games/quake"
|
||||
|
||||
// Location of user's personal data
|
||||
setrom fs_userpath "~/.quake"
|
||||
set fs_userpath "~/.quakeforge"
|
||||
|
||||
// CD Audio
|
||||
set cd_plugin linux
|
||||
|
||||
// Uncomment one of these to choose audio support
|
||||
//set snd_output oss
|
||||
//set snd_output alsa0_9
|
||||
// Digital sound output
|
||||
set snd_output default
|
||||
|
||||
// Video defaults
|
||||
set vid_width 640
|
||||
|
|
Loading…
Reference in a new issue