[arch-commits] Commit in sauerbraten/repos/community-x86_64 (18 files)

Santiago Torres-Arias sangy at archlinux.org
Sun Jan 6 22:57:06 UTC 2019


    Date: Sunday, January 6, 2019 @ 22:57:05
  Author: sangy
Revision: 420780

archrelease: copy trunk to community-x86_64

Added:
  sauerbraten/repos/community-x86_64/PKGBUILD
    (from rev 420779, sauerbraten/trunk/PKGBUILD)
  sauerbraten/repos/community-x86_64/license.txt
    (from rev 420779, sauerbraten/trunk/license.txt)
  sauerbraten/repos/community-x86_64/sauerbraten-client
    (from rev 420779, sauerbraten/trunk/sauerbraten-client)
  sauerbraten/repos/community-x86_64/sauerbraten-server
    (from rev 420779, sauerbraten/trunk/sauerbraten-server)
  sauerbraten/repos/community-x86_64/sauerbraten.confd
    (from rev 420779, sauerbraten/trunk/sauerbraten.confd)
  sauerbraten/repos/community-x86_64/sauerbraten.desktop
    (from rev 420779, sauerbraten/trunk/sauerbraten.desktop)
  sauerbraten/repos/community-x86_64/sauerbraten.png
    (from rev 420779, sauerbraten/trunk/sauerbraten.png)
  sauerbraten/repos/community-x86_64/sauerbraten.service
    (from rev 420779, sauerbraten/trunk/sauerbraten.service)
  sauerbraten/repos/community-x86_64/sauerbraten.sysusers
    (from rev 420779, 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             |  129 ++++++++++++++++++++++++-------------------------
 license.txt          |   68 ++++++++++++-------------
 sauerbraten-client   |   20 +++----
 sauerbraten-server   |   44 ++++++++--------
 sauerbraten.confd    |    6 +-
 sauerbraten.desktop  |   20 +++----
 sauerbraten.service  |   26 ++++-----
 sauerbraten.sysusers |    2 
 8 files changed, 157 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 22:52:09 UTC (rev 420779)
+++ PKGBUILD	2019-01-06 22:57:05 UTC (rev 420780)
@@ -1,65 +0,0 @@
-# $Id$
-# 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
-pkgver=2013_02_03_collect_edition
-pkgrel=5
-pkgdesc="FPS that uses an improved version of the Cube engine"
-arch=('x86_64')
-url="http://www.sauerbraten.org/"
-license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'mesa-libgl' 'glu') # gendesk
-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=('2cfbd619981402898f97b93be08d58ac'
-         'cb84f0baa72ad88b939a9e5fd0916559'
-         '4a42c314d01ccdc4c76fad38d18c7434'
-         'c28be8761ede9ca82b6ab311aa7f6d42'
-         '3e602f421f7342cf8c3ed16314523d6f'
-         '3c964cdd0906461c0404641b1eb52d96'
-         'fc36c503ed77dd9b9733a406f6d42f3c'
-         '05c1f5f33c744097c4c70f1e23738847'
-         'cf46cd0148f03b7477f7c54aec865abe')
-#_exec=('sauerbraten-client %u')
-
-build() {
-#  cd "$srcdir"
-#  gendesk ## broken ##
-
-  cd "$pkgname/src"
-
-  make
-}
-
-package() {
-  depends=('sdl_mixer' 'sdl_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
-}

Copied: sauerbraten/repos/community-x86_64/PKGBUILD (from rev 420779, sauerbraten/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-06 22:57:05 UTC (rev 420780)
@@ -0,0 +1,64 @@
+# 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
+pkgver=2013_02_03_collect_edition
+pkgrel=6
+pkgdesc="FPS that uses an improved version of the Cube engine"
+arch=('x86_64')
+url="http://www.sauerbraten.org/"
+license=('ZLIB')
+makedepends=('sdl_mixer' 'sdl_image' 'mesa-libgl' 'glu') # gendesk
+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=('2cfbd619981402898f97b93be08d58ac'
+         'cb84f0baa72ad88b939a9e5fd0916559'
+         '4a42c314d01ccdc4c76fad38d18c7434'
+         'c28be8761ede9ca82b6ab311aa7f6d42'
+         '3e602f421f7342cf8c3ed16314523d6f'
+         '3c964cdd0906461c0404641b1eb52d96'
+         'd34cc6df5b58e4d5e67d758bfeca0839'
+         '05c1f5f33c744097c4c70f1e23738847'
+         'cf46cd0148f03b7477f7c54aec865abe')
+#_exec=('sauerbraten-client %u')
+
+build() {
+#  cd "$srcdir"
+#  gendesk ## broken ##
+
+  cd "$pkgname/src"
+
+  make
+}
+
+package() {
+  depends=('sdl_mixer' 'sdl_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
+}

Deleted: license.txt
===================================================================
--- license.txt	2019-01-06 22:52:09 UTC (rev 420779)
+++ license.txt	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten-client	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/sauerbraten-client)
===================================================================
--- sauerbraten-client	                        (rev 0)
+++ sauerbraten-client	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten-server	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/sauerbraten-server)
===================================================================
--- sauerbraten-server	                        (rev 0)
+++ sauerbraten-server	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten.confd	2019-01-06 22:57:05 UTC (rev 420780)
@@ -1,3 +0,0 @@
-# Server options
-SAUER_USER=sauerbraten
-LOGDIR=/var/log/sauerbraten

Copied: sauerbraten/repos/community-x86_64/sauerbraten.confd (from rev 420779, sauerbraten/trunk/sauerbraten.confd)
===================================================================
--- sauerbraten.confd	                        (rev 0)
+++ sauerbraten.confd	2019-01-06 22:57:05 UTC (rev 420780)
@@ -0,0 +1,3 @@
+# Server options
+SAUER_USER=sauerbraten
+LOGDIR=/var/log/sauerbraten

Deleted: sauerbraten.desktop
===================================================================
--- sauerbraten.desktop	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten.desktop	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/sauerbraten.desktop)
===================================================================
--- sauerbraten.desktop	                        (rev 0)
+++ sauerbraten.desktop	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/sauerbraten.png)
===================================================================
(Binary files differ)

Deleted: sauerbraten.service
===================================================================
--- sauerbraten.service	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten.service	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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 420779, sauerbraten/trunk/sauerbraten.service)
===================================================================
--- sauerbraten.service	                        (rev 0)
+++ sauerbraten.service	2019-01-06 22:57:05 UTC (rev 420780)
@@ -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	2019-01-06 22:52:09 UTC (rev 420779)
+++ sauerbraten.sysusers	2019-01-06 22:57:05 UTC (rev 420780)
@@ -1 +0,0 @@
-u sauerbraten - "Sauerbraten" /var/spool/sauerbraten

Copied: sauerbraten/repos/community-x86_64/sauerbraten.sysusers (from rev 420779, sauerbraten/trunk/sauerbraten.sysusers)
===================================================================
--- sauerbraten.sysusers	                        (rev 0)
+++ sauerbraten.sysusers	2019-01-06 22:57:05 UTC (rev 420780)
@@ -0,0 +1 @@
+u sauerbraten - "Sauerbraten" /



More information about the arch-commits mailing list