[arch-commits] Commit in xonotic/repos/community-x86_64 (6 files)

2020-11-20 Thread David Runge via arch-commits
Date: Friday, November 20, 2020 @ 22:43:51
  Author: dvzrv
Revision: 758205

archrelease: copy trunk to community-x86_64

Added:
  xonotic/repos/community-x86_64/PKGBUILD
(from rev 758204, xonotic/trunk/PKGBUILD)
  xonotic/repos/community-x86_64/xonotic-glx.desktop
(from rev 758204, xonotic/trunk/xonotic-glx.desktop)
  xonotic/repos/community-x86_64/xonotic-sdl.desktop
(from rev 758204, xonotic/trunk/xonotic-sdl.desktop)
Deleted:
  xonotic/repos/community-x86_64/PKGBUILD
  xonotic/repos/community-x86_64/xonotic-glx.desktop
  xonotic/repos/community-x86_64/xonotic-sdl.desktop

-+
 PKGBUILD|  112 +-
 xonotic-glx.desktop |   22 -
 xonotic-sdl.desktop |   22 -
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 22:43:42 UTC (rev 758204)
+++ PKGBUILD2020-11-20 22:43:51 UTC (rev 758205)
@@ -1,56 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Suhoverhov 
-# Contributor: Jookia <166...@gmail.com>
-pkgname=xonotic
-pkgver=0.8.2
-pkgrel=5
-pkgdesc="A free, fast-paced crossplatform first-person shooter"
-arch=('x86_64')
-url="http://xonotic.org;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm'
- 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
- 'gtk-update-icon-cache' 'desktop-file-utils')
-makedepends=('unzip' 'mesa' 'xorgproto')
-source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip;
-"xonotic-glx.desktop"
-"xonotic-sdl.desktop")
-sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
-
'2e06d588d68d629a9690b4dd3372c7ad77b240afcd86cf0cdf2de15548d3feaa0e446df1a29339be4593d23bfcf389930bdd1d7021f1e2558d70bb15e28646bd'
-
'963273811453f713ab70f5d12b918c1513a9a7995cd1d2572f0b9060d945391bf7db4ae04ae586531ecf3a088f837803a66ac267d9285928d8b2e82c98b7158b')
-
-build() {
-  # compile engine
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sdl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
-
-  cd "$srcdir"/Xonotic/source/d0_blind_id
-  sh autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-   cd $srcdir/Xonotic
-
-   # binaries
-   install -Dm755 source/darkplaces/darkplaces-dedicated 
"$pkgdir"/usr/bin/xonotic-dedicated
-   install -Dm755 source/darkplaces/darkplaces-glx 
"$pkgdir"/usr/bin/xonotic-glx
-   install -Dm755 source/darkplaces/darkplaces-sdl 
"$pkgdir"/usr/bin/xonotic-sdl
-
-   # convenience files
-   mkdir -p "$pkgdir"/usr/share/applications
-   install -Dm644 "$srcdir"/*.desktop -t "$pkgdir"/usr/share/applications
-
-  for size in 16 22 24 32 48 64 128 256 512; do
-install -Dm644 "$srcdir"/Xonotic/misc/logos/icons_png/xonotic_${size}.png \
-  "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/xonotic.png"
-  done
-
-  # crypto stuff
-  cd "$srcdir"/Xonotic/source/d0_blind_id
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2:sw=2 et:

Copied: xonotic/repos/community-x86_64/PKGBUILD (from rev 758204, 
xonotic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 22:43:51 UTC (rev 758205)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Suhoverhov 
+# Contributor: Jookia <166...@gmail.com>
+pkgname=xonotic
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A free, fast-paced crossplatform first-person shooter"
+arch=('x86_64')
+url="https://xonotic.org;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'libjpeg-turbo' 'libmodplug' 'libvorbis' 'libxpm'
+ 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
+ 'gtk-update-icon-cache' 'desktop-file-utils')
+makedepends=('unzip' 'mesa' 'xorgproto')
+source=("https://dl.xonotic.org/xonotic-${pkgver}-source.zip;
+"xonotic-glx.desktop"
+"xonotic-sdl.desktop")
+sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
+
'2e06d588d68d629a9690b4dd3372c7ad77b240afcd86cf0cdf2de15548d3feaa0e446df1a29339be4593d23bfcf389930bdd1d7021f1e2558d70bb15e28646bd'
+
'963273811453f713ab70f5d12b918c1513a9a7995cd1d2572f0b9060d945391bf7db4ae04ae586531ecf3a088f837803a66ac267d9285928d8b2e82c98b7158b')
+
+build() {
+  # compile engine
+   make -C Xonotic/source/darkplaces 

[arch-commits] Commit in xonotic/repos/community-x86_64 (6 files)

2020-06-02 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 2, 2020 @ 15:15:12
  Author: svenstaro
Revision: 638090

archrelease: copy trunk to community-x86_64

Added:
  xonotic/repos/community-x86_64/PKGBUILD
(from rev 638089, xonotic/trunk/PKGBUILD)
  xonotic/repos/community-x86_64/xonotic-glx.desktop
(from rev 638089, xonotic/trunk/xonotic-glx.desktop)
  xonotic/repos/community-x86_64/xonotic-sdl.desktop
(from rev 638089, xonotic/trunk/xonotic-sdl.desktop)
Deleted:
  xonotic/repos/community-x86_64/PKGBUILD
  xonotic/repos/community-x86_64/xonotic-glx.desktop
  xonotic/repos/community-x86_64/xonotic-sdl.desktop

-+
 PKGBUILD|  112 +-
 xonotic-glx.desktop |   22 -
 xonotic-sdl.desktop |   22 -
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 15:15:03 UTC (rev 638089)
+++ PKGBUILD2020-06-02 15:15:12 UTC (rev 638090)
@@ -1,56 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Suhoverhov 
-# Contributor: Jookia <166...@gmail.com>
-pkgname=xonotic
-pkgver=0.8.2
-pkgrel=4
-pkgdesc="A free, fast-paced crossplatform first-person shooter"
-arch=('x86_64')
-url="http://xonotic.org;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm'
- 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
- 'gtk-update-icon-cache' 'desktop-file-utils')
-makedepends=('unzip' 'mesa' 'xorgproto')
-source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip;
-"xonotic-glx.desktop"
-"xonotic-sdl.desktop")
-sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
-
'2e06d588d68d629a9690b4dd3372c7ad77b240afcd86cf0cdf2de15548d3feaa0e446df1a29339be4593d23bfcf389930bdd1d7021f1e2558d70bb15e28646bd'
-
'963273811453f713ab70f5d12b918c1513a9a7995cd1d2572f0b9060d945391bf7db4ae04ae586531ecf3a088f837803a66ac267d9285928d8b2e82c98b7158b')
-
-build() {
-  # compile engine
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sdl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
-
-  cd "$srcdir"/Xonotic/source/d0_blind_id
-  sh autogen.sh
-  ./configure --prefix=/usr --disable-rijndael
-  make
-}
-
-package() {
-   cd $srcdir/Xonotic
-
-   # binaries
-   install -Dm755 source/darkplaces/darkplaces-dedicated 
"$pkgdir"/usr/bin/xonotic-dedicated
-   install -Dm755 source/darkplaces/darkplaces-glx 
"$pkgdir"/usr/bin/xonotic-glx
-   install -Dm755 source/darkplaces/darkplaces-sdl 
"$pkgdir"/usr/bin/xonotic-sdl
-
-   # convenience files
-   mkdir -p "$pkgdir"/usr/share/applications
-   install -Dm644 "$srcdir"/*.desktop -t "$pkgdir"/usr/share/applications
-
-  for size in 16 22 24 32 48 64 128 256 512; do
-install -Dm644 "$srcdir"/Xonotic/misc/logos/icons_png/xonotic_${size}.png \
-  "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/xonotic.png"
-  done
-
-  # crypto stuff
-  cd "$srcdir"/Xonotic/source/d0_blind_id
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2:sw=2 et:

Copied: xonotic/repos/community-x86_64/PKGBUILD (from rev 638089, 
xonotic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 15:15:12 UTC (rev 638090)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Suhoverhov 
+# Contributor: Jookia <166...@gmail.com>
+pkgname=xonotic
+pkgver=0.8.2
+pkgrel=5
+pkgdesc="A free, fast-paced crossplatform first-person shooter"
+arch=('x86_64')
+url="http://xonotic.org;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm'
+ 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
+ 'gtk-update-icon-cache' 'desktop-file-utils')
+makedepends=('unzip' 'mesa' 'xorgproto')
+source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip;
+"xonotic-glx.desktop"
+"xonotic-sdl.desktop")
+sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
+
'2e06d588d68d629a9690b4dd3372c7ad77b240afcd86cf0cdf2de15548d3feaa0e446df1a29339be4593d23bfcf389930bdd1d7021f1e2558d70bb15e28646bd'
+
'963273811453f713ab70f5d12b918c1513a9a7995cd1d2572f0b9060d945391bf7db4ae04ae586531ecf3a088f837803a66ac267d9285928d8b2e82c98b7158b')
+
+build() {
+  # compile engine
+   make -C Xonotic/source/darkplaces 

[arch-commits] Commit in xonotic/repos/community-x86_64 (6 files)

2020-01-22 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 23, 2020 @ 02:55:13
  Author: svenstaro
Revision: 554674

archrelease: copy trunk to community-x86_64

Added:
  xonotic/repos/community-x86_64/PKGBUILD
(from rev 554673, xonotic/trunk/PKGBUILD)
  xonotic/repos/community-x86_64/xonotic-glx.desktop
(from rev 554673, xonotic/trunk/xonotic-glx.desktop)
  xonotic/repos/community-x86_64/xonotic-sdl.desktop
(from rev 554673, xonotic/trunk/xonotic-sdl.desktop)
Deleted:
  xonotic/repos/community-x86_64/PKGBUILD
  xonotic/repos/community-x86_64/xonotic-glx.desktop
  xonotic/repos/community-x86_64/xonotic-sdl.desktop

-+
 PKGBUILD|  120 +++---
 xonotic-glx.desktop |   22 -
 xonotic-sdl.desktop |   22 -
 3 files changed, 78 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-23 02:55:07 UTC (rev 554673)
+++ PKGBUILD2020-01-23 02:55:13 UTC (rev 554674)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Suhoverhov 
-# Contributor: Jookia <166...@gmail.com>
-pkgname=xonotic
-pkgver=0.8.2
-pkgrel=3
-pkgdesc="A free, fast-paced crossplatform first-person shooter"
-arch=('x86_64')
-url="http://xonotic.org;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm'
- 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
- 'gtk-update-icon-cache' 'desktop-file-utils')
-makedepends=('unzip' 'mesa' 'xorgproto')
-source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip;
-"xonotic-glx.desktop"
-"xonotic-sdl.desktop")
-sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
-
'2e06d588d68d629a9690b4dd3372c7ad77b240afcd86cf0cdf2de15548d3feaa0e446df1a29339be4593d23bfcf389930bdd1d7021f1e2558d70bb15e28646bd'
-
'963273811453f713ab70f5d12b918c1513a9a7995cd1d2572f0b9060d945391bf7db4ae04ae586531ecf3a088f837803a66ac267d9285928d8b2e82c98b7158b')
-
-build() {
-  # compile Xonotic-flavored fteqcc
-  #make -C Xonotic/source/fteqcc
-
-  # compile QuakeC game code
-  #( cd Xonotic/source/qcsrc/server && ../../fteqcc/fteqcc.bin -O3 -Ono-c 
-Ono-cs )
-  #( cd Xonotic/source/qcsrc/client && ../../fteqcc/fteqcc.bin -O3 -Ono-c 
-Ono-cs )
-  #( cd Xonotic/source/qcsrc/menu && ../../fteqcc/fteqcc.bin -O3 -Ono-c 
-Ono-cs )
-
-  # compile engine
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sdl-release
-   make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" 
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
-
-  cd $srcdir/Xonotic/source/d0_blind_id
-  sh autogen.sh
-  ./configure --prefix=/usr --disable-rijndael
-  make
-}
-
-package() {
-   cd $srcdir/Xonotic
-
-   # binaries
-   install -Dm755 source/darkplaces/darkplaces-dedicated 
$pkgdir/usr/bin/xonotic-dedicated
-   install -Dm755 source/darkplaces/darkplaces-glx 
$pkgdir/usr/bin/xonotic-glx
-   install -Dm755 source/darkplaces/darkplaces-sdl 
$pkgdir/usr/bin/xonotic-sdl
-
-   # convenience files
-   mkdir -p $pkgdir/usr/share/applications
-   install -Dm644 $srcdir/*.desktop -t $pkgdir/usr/share/applications
-
-  for size in 16 22 24 32 48 64 128 256 512; do
-install -Dm644 $srcdir/Xonotic/misc/logos/icons_png/xonotic_${size}.png \
-  "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/xonotic.png"
-  done
-
-  # crypto stuff
-  cd $srcdir/Xonotic/source/d0_blind_id
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2:sw=2 et:

Copied: xonotic/repos/community-x86_64/PKGBUILD (from rev 554673, 
xonotic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-23 02:55:13 UTC (rev 554674)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Suhoverhov 
+# Contributor: Jookia <166...@gmail.com>
+pkgname=xonotic
+pkgver=0.8.2
+pkgrel=4
+pkgdesc="A free, fast-paced crossplatform first-person shooter"
+arch=('x86_64')
+url="http://xonotic.org;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm'
+ 'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 
'hicolor-icon-theme'
+ 'gtk-update-icon-cache' 'desktop-file-utils')
+makedepends=('unzip' 'mesa' 'xorgproto')
+source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip;
+"xonotic-glx.desktop"
+"xonotic-sdl.desktop")
+sha512sums=('1a803f3ebd2e1c3a2000e6b7a6ec0ab3a64c92a9c7b41c329a5054a51bb624a790a84bd6b3a344a59f3bd7bf18feecec0b39e2ddfc116c52ad85d22731a0fba0'
+