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'
|
||||
pkgname=xonotic-data-low
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Xonotic"
|
||||
homepage="http://xonotic.org"
|
||||
license="GPL-2, GPL-3"
|
||||
|
@ -9,16 +9,10 @@ distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
|
|||
makedepends="unzip"
|
||||
noarch="yes"
|
||||
replaces="xonotic-data>=0"
|
||||
provides="xonotic-data-${version}"
|
||||
short_desc="A free, fast-paced crossplatform FPS (LQ data files)"
|
||||
provides="xonotic-data-${version}_${revision}"
|
||||
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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() {
|
||||
vmkdir usr/share/xonotic
|
||||
|
|
Loading…
Reference in a new issue