mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
xonotic-data-low: misc tweaks to force a rebuild.
This commit is contained in:
parent
d2db9e7f66
commit
3dfc6352d5
1 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xonotic-data-low'
|
# Template file for 'xonotic-data-low'
|
||||||
pkgname=xonotic-data-low
|
pkgname=xonotic-data-low
|
||||||
version=0.7.0
|
version=0.7.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Xonotic"
|
wrksrc="Xonotic"
|
||||||
homepage="http://xonotic.org"
|
homepage="http://xonotic.org"
|
||||||
license="GPL-2, GPL-3"
|
license="GPL-2, GPL-3"
|
||||||
|
@ -9,16 +9,10 @@ distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
|
||||||
makedepends="unzip"
|
makedepends="unzip"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
replaces="xonotic-data>=0"
|
replaces="xonotic-data>=0"
|
||||||
provides="xonotic-data-${version}"
|
provides="xonotic-data-${version}_${revision}"
|
||||||
short_desc="A free, fast-paced crossplatform FPS (LQ data files)"
|
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=35a0e3c299ded3ee0e0b60cba94fed0ea844055972bb2e0a770497018a21711b
|
checksum=35a0e3c299ded3ee0e0b60cba94fed0ea844055972bb2e0a770497018a21711b
|
||||||
long_desc="
|
|
||||||
This package contains the lower quality data files.
|
|
||||||
|
|
||||||
Uses JPEG texture compression instead of using DDS textures compiled with S3TC.
|
|
||||||
This build has smaller file size and has better support for opensource/legacy
|
|
||||||
drivers, but the textures take slightly longer while loading the game."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/xonotic
|
vmkdir usr/share/xonotic
|
||||||
|
|
Loading…
Add table
Reference in a new issue