summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyozuki2019-06-15 23:20:20 +0200
committerRyozuki2019-06-15 23:20:20 +0200
commitd6c337d939f2daff186292bff2478d342e90f5e2 (patch)
treef5446a0c2398128636ad88c26304f653d4f1c736
parentc6d01d30d6aceb32ca5d03b011d5f99a382cf956 (diff)
downloadaur-d6c337d939f2daff186292bff2478d342e90f5e2.tar.gz
Don't package autoexec_server.cfg
It's already packages by ddnet-maps-git. I also updated the descriptions to match the ones of ddnet.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0e9067efb2..0e254a188636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddnet-git
- pkgdesc = DDraceNetwork, a cooperative racing mod of Teeworlds
+ pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
pkgver = 12.5.r15.g9c9264db8
- pkgrel = 1
+ pkgrel = 2
url = https://ddnet.tw
arch = x86_64
license = custom:BSD
@@ -21,8 +21,8 @@ pkgbase = ddnet-git
depends = wavpack
depends = libwebsockets
depends = pnglite
- optdepends = ddnet-skins: more skins for your tee
- optdepends = ddnet-maps-git: have all DDNet maps available offline
+ optdepends = ddnet-skins: A collection with more than 700 custom tee skins.
+ optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers
provides = ddnet
conflicts = ddnet
source = git+https://github.com/ddnet/ddnet
diff --git a/PKGBUILD b/PKGBUILD
index 9ea0fe4c2ae7..85c835f650c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=ddnet-git
pkgver=12.5.r15.g9c9264db8
-pkgrel=1
-pkgdesc="DDraceNetwork, a cooperative racing mod of Teeworlds"
+pkgrel=2
+pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
license=('custom:BSD' 'CCPL:by-nc-sa')
depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'libwebsockets' 'pnglite')
makedepends=('git' 'cmake' 'ninja' 'python' 'imagemagick' 'gendesk')
checkdepends=('gtest')
-optdepends=('ddnet-skins: more skins for your tee'
- 'ddnet-maps-git: have all DDNet maps available offline')
+optdepends=('ddnet-skins: A collection with more than 700 custom tee skins.'
+ 'ddnet-maps-git: All the maps used on the official DDNet Servers')
provides=('ddnet')
conflicts=('ddnet')
source=("git+https://github.com/ddnet/ddnet")
@@ -47,7 +47,7 @@ prepare() {
gendesk --pkgname="DDNet-Server" --name="DDNet Server" \
--pkgdesc="DDNet Server" --terminal=true \
--icon="ddnet-server" --categories="Game;ArcadeGame" \
- --exec='sh -c "DDNet-Server -f /usr/share/ddnet/autoexec_server.cfg"'
+ --exec='sh -c "cd /usr/share/ddnet/data && DDNet-Server"'
# Create icon files' structure, for installing in package(). How:
# For each png file, check its dimensions (e.g. 128 x 128) using
@@ -91,10 +91,6 @@ package() {
install -Dvm644 $f "$pkgdir/usr/share/icons/hicolor"/${f/prep\/}
done
- # Install Server default configuration file
- install -dvm755 "$pkgdir/usr/share/ddnet/"
- install -vm644 DDNet-$pkgver/autoexec_server.cfg "$pkgdir/usr/share/ddnet/"
-
# Install license file
install -dvm755 "$pkgdir/usr/share/licenses/$pkgname/"
install -vm644 ddnet/license.txt "$pkgdir/usr/share/licenses/$pkgname/"