[arch-commits] Commit in sauerbraten/repos/community-x86_64 (18 files)
Laurent Carlier
lcarlier at archlinux.org
Fri Dec 25 11:32:07 UTC 2020
Date: Friday, December 25, 2020 @ 11:32:06
Author: lcarlier
Revision: 790076
archrelease: copy trunk to community-x86_64
Added:
sauerbraten/repos/community-x86_64/PKGBUILD
(from rev 790075, sauerbraten/trunk/PKGBUILD)
sauerbraten/repos/community-x86_64/license.txt
(from rev 790075, sauerbraten/trunk/license.txt)
sauerbraten/repos/community-x86_64/sauerbraten-client
(from rev 790075, sauerbraten/trunk/sauerbraten-client)
sauerbraten/repos/community-x86_64/sauerbraten-server
(from rev 790075, sauerbraten/trunk/sauerbraten-server)
sauerbraten/repos/community-x86_64/sauerbraten.confd
(from rev 790075, sauerbraten/trunk/sauerbraten.confd)
sauerbraten/repos/community-x86_64/sauerbraten.desktop
(from rev 790075, sauerbraten/trunk/sauerbraten.desktop)
sauerbraten/repos/community-x86_64/sauerbraten.png
(from rev 790075, sauerbraten/trunk/sauerbraten.png)
sauerbraten/repos/community-x86_64/sauerbraten.service
(from rev 790075, sauerbraten/trunk/sauerbraten.service)
sauerbraten/repos/community-x86_64/sauerbraten.sysusers
(from rev 790075, sauerbraten/trunk/sauerbraten.sysusers)
Deleted:
sauerbraten/repos/community-x86_64/PKGBUILD
sauerbraten/repos/community-x86_64/license.txt
sauerbraten/repos/community-x86_64/sauerbraten-client
sauerbraten/repos/community-x86_64/sauerbraten-server
sauerbraten/repos/community-x86_64/sauerbraten.confd
sauerbraten/repos/community-x86_64/sauerbraten.desktop
sauerbraten/repos/community-x86_64/sauerbraten.png
sauerbraten/repos/community-x86_64/sauerbraten.service
sauerbraten/repos/community-x86_64/sauerbraten.sysusers
----------------------+
PKGBUILD | 148 ++++++++++++++++++++++++-------------------------
license.txt | 68 +++++++++++-----------
sauerbraten-client | 20 +++---
sauerbraten-server | 44 +++++++-------
sauerbraten.confd | 6 -
sauerbraten.desktop | 20 +++---
sauerbraten.service | 26 ++++----
sauerbraten.sysusers | 2
8 files changed, 167 insertions(+), 167 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-25 11:31:53 UTC (rev 790075)
+++ PKGBUILD 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,74 +0,0 @@
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-# Contributor: Jesse Young <jesse at eon.jlyo.org>
-
-pkgname=('sauerbraten' 'sauerbraten-data')
-pkgver=2020_11_29
-pkgrel=1
-pkgdesc="FPS that uses an improved version of the Cube engine"
-arch=('x86_64')
-url="http://www.sauerbraten.org/"
-license=('ZLIB')
-makedepends=('sdl2_mixer' 'sdl2_image' 'mesa-libgl' 'glu')
-backup=('etc/conf.d/sauerbraten')
-source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
- sauerbraten-client
- sauerbraten-server
- sauerbraten.confd
- sauerbraten.png
- sauerbraten.service
- sauerbraten.sysusers
- sauerbraten.desktop
- license.txt)
-md5sums=('762ad9bee1205a15986784926da54746'
- 'cb84f0baa72ad88b939a9e5fd0916559'
- '4a42c314d01ccdc4c76fad38d18c7434'
- 'c28be8761ede9ca82b6ab311aa7f6d42'
- '3e602f421f7342cf8c3ed16314523d6f'
- '3c964cdd0906461c0404641b1eb52d96'
- 'd34cc6df5b58e4d5e67d758bfeca0839'
- '05c1f5f33c744097c4c70f1e23738847'
- 'cf46cd0148f03b7477f7c54aec865abe')
-#_exec=('sauerbraten-client %u')
-
-build() {
- cd "$pkgname/src"
-
- make
-}
-
-package_sauerbraten() {
- pkgdesc="FPS that uses an improved version of the Cube engine"
- depends=('sdl2_mixer' 'sdl2_image' 'libgl' 'sauerbraten-data')
-
- cd "${srcdir}"/$pkgname/src
-
- make DESTDIR="${pkgdir}" install
-
- cd ..
- install -D bin_unix/native_client "${pkgdir}"/opt/sauerbraten/bin/linux_client
- install -D bin_unix/native_server "${pkgdir}"/opt/sauerbraten/bin/linux_server
-
- install -Dm755 "${srcdir}"/sauerbraten-client "${pkgdir}"/usr/bin/sauerbraten-client
- install -Dm755 "${srcdir}"/sauerbraten-server "${pkgdir}"/usr/bin/sauerbraten-server
- install -Dm644 "${srcdir}"/sauerbraten.confd "${pkgdir}"/etc/conf.d/sauerbraten
- install -Dm644 "${srcdir}"/sauerbraten.service "${pkgdir}"/usr/lib/systemd/system/sauerbraten.service
- install -Dm644 "${srcdir}"/sauerbraten.sysusers "${pkgdir}"/usr/lib/sysusers.d/sauerbraten.conf
- install -Dm644 "${srcdir}"/sauerbraten.desktop "${pkgdir}"/usr/share/applications/sauerbraten.desktop
- install -Dm644 "${srcdir}"/sauerbraten.png "${pkgdir}"/usr/share/pixmaps/sauerbraten.png
- install -Dm644 "${srcdir}"/license.txt "${pkgdir}"/usr/share/licenses/sauerbraten/license.txt
-}
-
-package_sauerbraten-data() {
- pkgdesc="Improved version of the Cube engine - datas files"
-
- cd "${srcdir}"/sauerbraten
-
- install -d "${pkgdir}"/opt/sauerbraten
- cp -r data "${pkgdir}"/opt/sauerbraten
- cp -r packages "${pkgdir}"/opt/sauerbraten
-
- install -Dm644 "${srcdir}"/license.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
-}
Copied: sauerbraten/repos/community-x86_64/PKGBUILD (from rev 790075, sauerbraten/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,74 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Christoph Siegenthaler <csi at gmx.ch>
+# Contributor: Jesse Young <jesse at eon.jlyo.org>
+
+pkgname=('sauerbraten' 'sauerbraten-data')
+pkgver=2020_12_21
+pkgrel=1
+pkgdesc="FPS that uses an improved version of the Cube engine"
+arch=('x86_64')
+url="http://www.sauerbraten.org/"
+license=('ZLIB')
+makedepends=('sdl2_mixer' 'sdl2_image' 'mesa-libgl' 'glu')
+backup=('etc/conf.d/sauerbraten')
+source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
+ sauerbraten-client
+ sauerbraten-server
+ sauerbraten.confd
+ sauerbraten.png
+ sauerbraten.service
+ sauerbraten.sysusers
+ sauerbraten.desktop
+ license.txt)
+md5sums=('2db1b69a6f504759a9771e78c03a635e'
+ 'cb84f0baa72ad88b939a9e5fd0916559'
+ '4a42c314d01ccdc4c76fad38d18c7434'
+ 'c28be8761ede9ca82b6ab311aa7f6d42'
+ '3e602f421f7342cf8c3ed16314523d6f'
+ '3c964cdd0906461c0404641b1eb52d96'
+ 'd34cc6df5b58e4d5e67d758bfeca0839'
+ '05c1f5f33c744097c4c70f1e23738847'
+ 'cf46cd0148f03b7477f7c54aec865abe')
+#_exec=('sauerbraten-client %u')
+
+build() {
+ cd "$pkgname/src"
+
+ make
+}
+
+package_sauerbraten() {
+ pkgdesc="FPS that uses an improved version of the Cube engine"
+ depends=('sdl2_mixer' 'sdl2_image' 'libgl' 'sauerbraten-data')
+
+ cd "${srcdir}"/$pkgname/src
+
+ make DESTDIR="${pkgdir}" install
+
+ cd ..
+ install -D bin_unix/native_client "${pkgdir}"/opt/sauerbraten/bin/linux_client
+ install -D bin_unix/native_server "${pkgdir}"/opt/sauerbraten/bin/linux_server
+
+ install -Dm755 "${srcdir}"/sauerbraten-client "${pkgdir}"/usr/bin/sauerbraten-client
+ install -Dm755 "${srcdir}"/sauerbraten-server "${pkgdir}"/usr/bin/sauerbraten-server
+ install -Dm644 "${srcdir}"/sauerbraten.confd "${pkgdir}"/etc/conf.d/sauerbraten
+ install -Dm644 "${srcdir}"/sauerbraten.service "${pkgdir}"/usr/lib/systemd/system/sauerbraten.service
+ install -Dm644 "${srcdir}"/sauerbraten.sysusers "${pkgdir}"/usr/lib/sysusers.d/sauerbraten.conf
+ install -Dm644 "${srcdir}"/sauerbraten.desktop "${pkgdir}"/usr/share/applications/sauerbraten.desktop
+ install -Dm644 "${srcdir}"/sauerbraten.png "${pkgdir}"/usr/share/pixmaps/sauerbraten.png
+ install -Dm644 "${srcdir}"/license.txt "${pkgdir}"/usr/share/licenses/sauerbraten/license.txt
+}
+
+package_sauerbraten-data() {
+ pkgdesc="Improved version of the Cube engine - datas files"
+
+ cd "${srcdir}"/sauerbraten
+
+ install -d "${pkgdir}"/opt/sauerbraten
+ cp -r data "${pkgdir}"/opt/sauerbraten
+ cp -r packages "${pkgdir}"/opt/sauerbraten
+
+ install -Dm644 "${srcdir}"/license.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}
Deleted: license.txt
===================================================================
--- license.txt 2020-12-25 11:31:53 UTC (rev 790075)
+++ license.txt 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,34 +0,0 @@
-LICENSE
-=======
-
-Sauerbraten game engine source code, any release.
-
-Copyright (C) 2001-2006 Wouter van Oortmerssen.
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
-2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-3. This notice may not be removed or altered from any source distribution.
-
-
-LICENSE NOTES
-=============
-The license covers the source code found in the "src" directory of this
-archive, the included enet network library which sauerbraten uses is covered by
-an MIT-style license, which is however compatible with the above license for all
-practical purposes.
-
-Game media included in the game (maps, textures, sounds, models etc.)
-are NOT covered by this license, and may have individual copyrights and
-distribution restrictions (see individual readmes).
Copied: sauerbraten/repos/community-x86_64/license.txt (from rev 790075, sauerbraten/trunk/license.txt)
===================================================================
--- license.txt (rev 0)
+++ license.txt 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,34 @@
+LICENSE
+=======
+
+Sauerbraten game engine source code, any release.
+
+Copyright (C) 2001-2006 Wouter van Oortmerssen.
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+
+
+LICENSE NOTES
+=============
+The license covers the source code found in the "src" directory of this
+archive, the included enet network library which sauerbraten uses is covered by
+an MIT-style license, which is however compatible with the above license for all
+practical purposes.
+
+Game media included in the game (maps, textures, sounds, models etc.)
+are NOT covered by this license, and may have individual copyrights and
+distribution restrictions (see individual readmes).
Deleted: sauerbraten-client
===================================================================
--- sauerbraten-client 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten-client 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-cd /opt/sauerbraten
-if [ -f /usr/bin/aoss ]; then
- aoss bin/linux_client -q${HOME}/.config/sauerbraten -r
-else
- bin/linux_client -q${HOME}/.config/sauerbraten -r
-fi
-
-
Copied: sauerbraten/repos/community-x86_64/sauerbraten-client (from rev 790075, sauerbraten/trunk/sauerbraten-client)
===================================================================
--- sauerbraten-client (rev 0)
+++ sauerbraten-client 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cd /opt/sauerbraten
+if [ -f /usr/bin/aoss ]; then
+ aoss bin/linux_client -q${HOME}/.config/sauerbraten -r
+else
+ bin/linux_client -q${HOME}/.config/sauerbraten -r
+fi
+
+
Deleted: sauerbraten-server
===================================================================
--- sauerbraten-server 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten-server 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-SAUER_USER=nobody
-LOGDIR=/var/log/sauerbraten
-[ -f /etc/conf.d/sauerbraten ] && . /etc/conf.d/sauerbraten
-
-cd /opt/sauerbraten
-
-if [ "$(id -u)" == "0" ]; then
- if [ ! -d "$LOGDIR" ]; then
- mkdir -p "$LOGDIR"
- chown "$SAUER_USER:log" "$LOGDIR"
- fi
-
- sudo -Hu "$SAUER_USER" \
- nohup /opt/sauerbraten/bin/linux_server \
- >> "$LOGDIR/main.log" \
- 2>> "$LOGDIR/error.log" \
- < /dev/null &
-else
- bin/linux_server
-fi
Copied: sauerbraten/repos/community-x86_64/sauerbraten-server (from rev 790075, sauerbraten/trunk/sauerbraten-server)
===================================================================
--- sauerbraten-server (rev 0)
+++ sauerbraten-server 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+SAUER_USER=nobody
+LOGDIR=/var/log/sauerbraten
+[ -f /etc/conf.d/sauerbraten ] && . /etc/conf.d/sauerbraten
+
+cd /opt/sauerbraten
+
+if [ "$(id -u)" == "0" ]; then
+ if [ ! -d "$LOGDIR" ]; then
+ mkdir -p "$LOGDIR"
+ chown "$SAUER_USER:log" "$LOGDIR"
+ fi
+
+ sudo -Hu "$SAUER_USER" \
+ nohup /opt/sauerbraten/bin/linux_server \
+ >> "$LOGDIR/main.log" \
+ 2>> "$LOGDIR/error.log" \
+ < /dev/null &
+else
+ bin/linux_server
+fi
Deleted: sauerbraten.confd
===================================================================
--- sauerbraten.confd 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten.confd 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,3 +0,0 @@
-# Server options
-SAUER_USER=sauerbraten
-LOGDIR=/var/log/sauerbraten
Copied: sauerbraten/repos/community-x86_64/sauerbraten.confd (from rev 790075, sauerbraten/trunk/sauerbraten.confd)
===================================================================
--- sauerbraten.confd (rev 0)
+++ sauerbraten.confd 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,3 @@
+# Server options
+SAUER_USER=sauerbraten
+LOGDIR=/var/log/sauerbraten
Deleted: sauerbraten.desktop
===================================================================
--- sauerbraten.desktop 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten.desktop 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Sauerbraten
-Comment=FPS that uses an improved version of the Cube engine
-Exec=sauerbraten-client %u
-Icon=sauerbraten
-Terminal=false
-StartupNotify=false
-Categories=Application;Game;ActionGame;
Copied: sauerbraten/repos/community-x86_64/sauerbraten.desktop (from rev 790075, sauerbraten/trunk/sauerbraten.desktop)
===================================================================
--- sauerbraten.desktop (rev 0)
+++ sauerbraten.desktop 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=Sauerbraten
+Comment=FPS that uses an improved version of the Cube engine
+Exec=sauerbraten-client %u
+Icon=sauerbraten
+Terminal=false
+StartupNotify=false
+Categories=Application;Game;ActionGame;
Deleted: sauerbraten.png
===================================================================
(Binary files differ)
Copied: sauerbraten/repos/community-x86_64/sauerbraten.png (from rev 790075, sauerbraten/trunk/sauerbraten.png)
===================================================================
(Binary files differ)
Deleted: sauerbraten.service
===================================================================
--- sauerbraten.service 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten.service 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Sauerbraten dedicated server
-After=network.target
-
-[Service]
-User=nobody
-ExecStart=/opt/sauerbraten/bin/linux_server
-Restart=on-abort
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target
-
Copied: sauerbraten/repos/community-x86_64/sauerbraten.service (from rev 790075, sauerbraten/trunk/sauerbraten.service)
===================================================================
--- sauerbraten.service (rev 0)
+++ sauerbraten.service 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Sauerbraten dedicated server
+After=network.target
+
+[Service]
+User=nobody
+ExecStart=/opt/sauerbraten/bin/linux_server
+Restart=on-abort
+StandardOutput=syslog
+
+[Install]
+WantedBy=multi-user.target
+
Deleted: sauerbraten.sysusers
===================================================================
--- sauerbraten.sysusers 2020-12-25 11:31:53 UTC (rev 790075)
+++ sauerbraten.sysusers 2020-12-25 11:32:06 UTC (rev 790076)
@@ -1 +0,0 @@
-u sauerbraten - "Sauerbraten" /
Copied: sauerbraten/repos/community-x86_64/sauerbraten.sysusers (from rev 790075, sauerbraten/trunk/sauerbraten.sysusers)
===================================================================
--- sauerbraten.sysusers (rev 0)
+++ sauerbraten.sysusers 2020-12-25 11:32:06 UTC (rev 790076)
@@ -0,0 +1 @@
+u sauerbraten - "Sauerbraten" /
More information about the arch-commits
mailing list