[arch-commits] Commit in warsow/repos (16 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Mar 28 00:56:23 UTC 2016
Date: Monday, March 28, 2016 @ 02:56:22
Author: svenstaro
Revision: 168587
archrelease: copy trunk to community-i686, community-x86_64
Added:
warsow/repos/community-i686/PKGBUILD
(from rev 168586, warsow/trunk/PKGBUILD)
warsow/repos/community-i686/warsow.launcher
(from rev 168586, warsow/trunk/warsow.launcher)
warsow/repos/community-i686/wsw-server.launcher
(from rev 168586, warsow/trunk/wsw-server.launcher)
warsow/repos/community-i686/wswtv-server.launcher
(from rev 168586, warsow/trunk/wswtv-server.launcher)
warsow/repos/community-x86_64/PKGBUILD
(from rev 168586, warsow/trunk/PKGBUILD)
warsow/repos/community-x86_64/warsow.launcher
(from rev 168586, warsow/trunk/warsow.launcher)
warsow/repos/community-x86_64/wsw-server.launcher
(from rev 168586, warsow/trunk/wsw-server.launcher)
warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 168586, warsow/trunk/wswtv-server.launcher)
Deleted:
warsow/repos/community-i686/PKGBUILD
warsow/repos/community-i686/warsow.launcher
warsow/repos/community-i686/wsw-server.launcher
warsow/repos/community-i686/wswtv-server.launcher
warsow/repos/community-x86_64/PKGBUILD
warsow/repos/community-x86_64/warsow.launcher
warsow/repos/community-x86_64/wsw-server.launcher
warsow/repos/community-x86_64/wswtv-server.launcher
----------------------------------------+
/PKGBUILD | 132 +++++++++++++++++++++++++++++++
/warsow.launcher | 14 +++
/wsw-server.launcher | 14 +++
/wswtv-server.launcher | 14 +++
community-i686/PKGBUILD | 66 ---------------
community-i686/warsow.launcher | 7 -
community-i686/wsw-server.launcher | 7 -
community-i686/wswtv-server.launcher | 7 -
community-x86_64/PKGBUILD | 66 ---------------
community-x86_64/warsow.launcher | 7 -
community-x86_64/wsw-server.launcher | 7 -
community-x86_64/wswtv-server.launcher | 7 -
12 files changed, 174 insertions(+), 174 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-i686/PKGBUILD 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov <stylemistake at gmail.com>
-
-pkgname='warsow'
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
- 'wsw-server.launcher'
- 'wswtv-server.launcher'
- 'http://mirror.null.one/warsow_201_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- 'e66809592094f45ec853b460ccaaa579')
-
-prepare() {
- gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' --categories 'Game;ActionGame'
-}
-
-build() {
- cd "${srcdir}/source/source"
- cmake .
- make ${MAKE_FLAGS}
-}
-
-package() {
- local builddir="${srcdir}/source/source/build"
-
- # Create Destination Directories
- install -d "${pkgdir}/opt/warsow/"
-
- # Move Compiled Data to Destination Directory except basewsw.
- # NOTE: We don't need cgame library because it's a pure lib provided by
- # modules_16.pk3 from warsow-data package.
- cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
- cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
- cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
- cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
- find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
- find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
- # Install launchers to /usr/bin
- install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
- install -D -m 0755 "${srcdir}/wsw-server.launcher" "${pkgdir}/usr/bin/wsw-server"
- install -D -m 0755 "${srcdir}/wswtv-server.launcher" "${pkgdir}/usr/bin/wswtv-server"
-
- # Install the menu entry
- install -D -m 0644 "${srcdir}/warsow.desktop" "${pkgdir}/usr/share/applications/warsow.desktop"
-
- # Install the launcher icon
- convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
- install -D -m 0644 "${srcdir}/warsow.png" "${pkgdir}/usr/share/pixmaps/warsow.png"
-}
Copied: warsow/repos/community-i686/PKGBUILD (from rev 168586, warsow/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,66 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: Babets
+# Contributor: Vain
+# Contributor: Aleksej Komarov <stylemistake at gmail.com>
+
+pkgname='warsow'
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
+url='https://www.warsow.gg/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
+ 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
+optdepends=('openal: for openal audio support')
+provides=('warsow')
+conflicts=('warsow')
+source=('warsow.launcher'
+ 'wsw-server.launcher'
+ 'wswtv-server.launcher'
+ 'http://mirror.null.one/warsow_21_sdk.tar.gz')
+md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
+ '45a3f846fd6ea3b7dc857e60501d0e12'
+ '13d520525638c544565d8f799ffdca48'
+ '41885946e562012582761af5485e6801')
+
+prepare() {
+ gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' --categories 'Game;ActionGame'
+}
+
+build() {
+ cd "${srcdir}/source/source"
+ cmake -DQFUSION_GAME=Warsow .
+ make
+}
+
+package() {
+ local builddir="${srcdir}/source/source/build"
+
+ # Create Destination Directories
+ install -d "${pkgdir}/opt/warsow/"
+
+ # Move Compiled Data to Destination Directory except basewsw.
+ # NOTE: We don't need cgame library because it's a pure lib provided by
+ # modules_16.pk3 from warsow-data package.
+ cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
+ cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
+ cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
+ cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
+ find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
+ find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
+
+ # Install launchers to /usr/bin
+ install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
+ install -D -m 0755 "${srcdir}/wsw-server.launcher" "${pkgdir}/usr/bin/wsw-server"
+ install -D -m 0755 "${srcdir}/wswtv-server.launcher" "${pkgdir}/usr/bin/wswtv-server"
+
+ # Install the menu entry
+ install -D -m 0644 "${srcdir}/warsow.desktop" "${pkgdir}/usr/share/applications/warsow.desktop"
+
+ # Install the launcher icon
+ convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
+ install -D -m 0644 "${srcdir}/warsow.png" "${pkgdir}/usr/share/pixmaps/warsow.png"
+}
Deleted: community-i686/warsow.launcher
===================================================================
--- community-i686/warsow.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-i686/warsow.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/warsow \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-i686/warsow.launcher (from rev 168586, warsow/trunk/warsow.launcher)
===================================================================
--- community-i686/warsow.launcher (rev 0)
+++ community-i686/warsow.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/warsow \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
Deleted: community-i686/wsw-server.launcher
===================================================================
--- community-i686/wsw-server.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-i686/wsw-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/wsw_server \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-i686/wsw-server.launcher (from rev 168586, warsow/trunk/wsw-server.launcher)
===================================================================
--- community-i686/wsw-server.launcher (rev 0)
+++ community-i686/wsw-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/wsw_server \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
Deleted: community-i686/wswtv-server.launcher
===================================================================
--- community-i686/wswtv-server.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-i686/wswtv-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/wswtv_server \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-i686/wswtv-server.launcher (from rev 168586, warsow/trunk/wswtv-server.launcher)
===================================================================
--- community-i686/wswtv-server.launcher (rev 0)
+++ community-i686/wswtv-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/wswtv_server \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-x86_64/PKGBUILD 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov <stylemistake at gmail.com>
-
-pkgname='warsow'
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
- 'wsw-server.launcher'
- 'wswtv-server.launcher'
- 'http://mirror.null.one/warsow_201_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- 'e66809592094f45ec853b460ccaaa579')
-
-prepare() {
- gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' --categories 'Game;ActionGame'
-}
-
-build() {
- cd "${srcdir}/source/source"
- cmake .
- make ${MAKE_FLAGS}
-}
-
-package() {
- local builddir="${srcdir}/source/source/build"
-
- # Create Destination Directories
- install -d "${pkgdir}/opt/warsow/"
-
- # Move Compiled Data to Destination Directory except basewsw.
- # NOTE: We don't need cgame library because it's a pure lib provided by
- # modules_16.pk3 from warsow-data package.
- cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
- cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
- cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
- cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
- find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
- find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
- # Install launchers to /usr/bin
- install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
- install -D -m 0755 "${srcdir}/wsw-server.launcher" "${pkgdir}/usr/bin/wsw-server"
- install -D -m 0755 "${srcdir}/wswtv-server.launcher" "${pkgdir}/usr/bin/wswtv-server"
-
- # Install the menu entry
- install -D -m 0644 "${srcdir}/warsow.desktop" "${pkgdir}/usr/share/applications/warsow.desktop"
-
- # Install the launcher icon
- convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
- install -D -m 0644 "${srcdir}/warsow.png" "${pkgdir}/usr/share/pixmaps/warsow.png"
-}
Copied: warsow/repos/community-x86_64/PKGBUILD (from rev 168586, warsow/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,66 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: Babets
+# Contributor: Vain
+# Contributor: Aleksej Komarov <stylemistake at gmail.com>
+
+pkgname='warsow'
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
+url='https://www.warsow.gg/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
+ 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
+optdepends=('openal: for openal audio support')
+provides=('warsow')
+conflicts=('warsow')
+source=('warsow.launcher'
+ 'wsw-server.launcher'
+ 'wswtv-server.launcher'
+ 'http://mirror.null.one/warsow_21_sdk.tar.gz')
+md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
+ '45a3f846fd6ea3b7dc857e60501d0e12'
+ '13d520525638c544565d8f799ffdca48'
+ '41885946e562012582761af5485e6801')
+
+prepare() {
+ gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' --categories 'Game;ActionGame'
+}
+
+build() {
+ cd "${srcdir}/source/source"
+ cmake -DQFUSION_GAME=Warsow .
+ make
+}
+
+package() {
+ local builddir="${srcdir}/source/source/build"
+
+ # Create Destination Directories
+ install -d "${pkgdir}/opt/warsow/"
+
+ # Move Compiled Data to Destination Directory except basewsw.
+ # NOTE: We don't need cgame library because it's a pure lib provided by
+ # modules_16.pk3 from warsow-data package.
+ cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
+ cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
+ cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
+ cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
+ find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
+ find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
+
+ # Install launchers to /usr/bin
+ install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
+ install -D -m 0755 "${srcdir}/wsw-server.launcher" "${pkgdir}/usr/bin/wsw-server"
+ install -D -m 0755 "${srcdir}/wswtv-server.launcher" "${pkgdir}/usr/bin/wswtv-server"
+
+ # Install the menu entry
+ install -D -m 0644 "${srcdir}/warsow.desktop" "${pkgdir}/usr/share/applications/warsow.desktop"
+
+ # Install the launcher icon
+ convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
+ install -D -m 0644 "${srcdir}/warsow.png" "${pkgdir}/usr/share/pixmaps/warsow.png"
+}
Deleted: community-x86_64/warsow.launcher
===================================================================
--- community-x86_64/warsow.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-x86_64/warsow.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/warsow \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-x86_64/warsow.launcher (from rev 168586, warsow/trunk/warsow.launcher)
===================================================================
--- community-x86_64/warsow.launcher (rev 0)
+++ community-x86_64/warsow.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/warsow \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
Deleted: community-x86_64/wsw-server.launcher
===================================================================
--- community-x86_64/wsw-server.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-x86_64/wsw-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/wsw_server \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-x86_64/wsw-server.launcher (from rev 168586, warsow/trunk/wsw-server.launcher)
===================================================================
--- community-x86_64/wsw-server.launcher (rev 0)
+++ community-x86_64/wsw-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/wsw_server \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
Deleted: community-x86_64/wswtv-server.launcher
===================================================================
--- community-x86_64/wswtv-server.launcher 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-x86_64/wswtv-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-basepath="/opt/warsow"
-
-${basepath}/wswtv_server \
- +set fs_basepath ${basepath} \
- +set fs_usehomedir 1 "${@}"
Copied: warsow/repos/community-x86_64/wswtv-server.launcher (from rev 168586, warsow/trunk/wswtv-server.launcher)
===================================================================
--- community-x86_64/wswtv-server.launcher (rev 0)
+++ community-x86_64/wswtv-server.launcher 2016-03-28 00:56:22 UTC (rev 168587)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+basepath="/opt/warsow"
+
+${basepath}/wswtv_server \
+ +set fs_basepath ${basepath} \
+ +set fs_usehomedir 1 "${@}"
More information about the arch-commits
mailing list