[arch-commits] Commit in xonotic/repos (16 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 18 15:21:22 UTC 2015


    Date: Sunday, January 18, 2015 @ 16:21:21
  Author: svenstaro
Revision: 126100

archrelease: copy trunk to community-i686, community-x86_64

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

--------------------------------------+
 /PKGBUILD                            |  130 +++++++++++++++++++++++++++++++++
 /xonotic-glx.desktop                 |   22 +++++
 /xonotic-sdl.desktop                 |   22 +++++
 /xonotic.install                     |   24 ++++++
 community-i686/PKGBUILD              |   65 ----------------
 community-i686/xonotic-glx.desktop   |   11 --
 community-i686/xonotic-sdl.desktop   |   11 --
 community-i686/xonotic.install       |   12 ---
 community-x86_64/PKGBUILD            |   65 ----------------
 community-x86_64/xonotic-glx.desktop |   11 --
 community-x86_64/xonotic-sdl.desktop |   11 --
 community-x86_64/xonotic.install     |   12 ---
 12 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-i686/PKGBUILD	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
-# Contributor: Jookia <166291 at gmail.com>
-pkgname=xonotic
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="A free, fast-paced crossplatform first-person shooter"
-arch=('i686' 'x86_64')
-url="http://xonotic.org"
-license=('GPL')
-depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga'
-         'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data' 'hicolor-icon-theme'
-         'gtk-update-icon-cache' 'desktop-file-utils')
-makedepends=('unzip' 'mesa')
-source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
-        "xonotic-glx.desktop"
-        "xonotic-sdl.desktop")
-md5sums=('1cc50a79ac6abf27da916bfb5e066043'
-         '129df417236445b086fe78cafd01756c'
-         '2d3367d90889112d73ac2b8c17fb5840')
-install=xonotic.install
-
-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-i686/PKGBUILD (from rev 126099, xonotic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
+# Contributor: Jookia <166291 at gmail.com>
+pkgname=xonotic
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A free, fast-paced crossplatform first-person shooter"
+arch=('i686' 'x86_64')
+url="http://xonotic.org"
+license=('GPL')
+depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga'
+         'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data' 'hicolor-icon-theme'
+         'gtk-update-icon-cache' 'desktop-file-utils')
+makedepends=('unzip' 'mesa')
+source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
+        "xonotic-glx.desktop"
+        "xonotic-sdl.desktop")
+md5sums=('2715a0b219239211cff9bc24d693e1c5'
+         '129df417236445b086fe78cafd01756c'
+         '2d3367d90889112d73ac2b8c17fb5840')
+install=xonotic.install
+
+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:

Deleted: community-i686/xonotic-glx.desktop
===================================================================
--- community-i686/xonotic-glx.desktop	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-i686/xonotic-glx.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=2.5
-Encoding=UTF-8
-Name=Xonotic (GLX)
-Comment=a free open-source first person shooter
-Icon=xonotic
-Exec=/usr/bin/xonotic-glx
-Terminal=false
-StartupNotify=false
-Categories=Game;

Copied: xonotic/repos/community-i686/xonotic-glx.desktop (from rev 126099, xonotic/trunk/xonotic-glx.desktop)
===================================================================
--- community-i686/xonotic-glx.desktop	                        (rev 0)
+++ community-i686/xonotic-glx.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Version=2.5
+Encoding=UTF-8
+Name=Xonotic (GLX)
+Comment=a free open-source first person shooter
+Icon=xonotic
+Exec=/usr/bin/xonotic-glx
+Terminal=false
+StartupNotify=false
+Categories=Game;

Deleted: community-i686/xonotic-sdl.desktop
===================================================================
--- community-i686/xonotic-sdl.desktop	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-i686/xonotic-sdl.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=2.5
-Encoding=UTF-8
-Name=Xonotic (SDL)
-Comment=a free open-source first person shooter
-Icon=xonotic
-Exec=/usr/bin/xonotic-sdl
-Terminal=false
-StartupNotify=false
-Categories=Game;

Copied: xonotic/repos/community-i686/xonotic-sdl.desktop (from rev 126099, xonotic/trunk/xonotic-sdl.desktop)
===================================================================
--- community-i686/xonotic-sdl.desktop	                        (rev 0)
+++ community-i686/xonotic-sdl.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Version=2.5
+Encoding=UTF-8
+Name=Xonotic (SDL)
+Comment=a free open-source first person shooter
+Icon=xonotic
+Exec=/usr/bin/xonotic-sdl
+Terminal=false
+StartupNotify=false
+Categories=Game;

Deleted: community-i686/xonotic.install
===================================================================
--- community-i686/xonotic.install	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-i686/xonotic.install	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xonotic/repos/community-i686/xonotic.install (from rev 126099, xonotic/trunk/xonotic.install)
===================================================================
--- community-i686/xonotic.install	                        (rev 0)
+++ community-i686/xonotic.install	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-x86_64/PKGBUILD	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
-# Contributor: Jookia <166291 at gmail.com>
-pkgname=xonotic
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="A free, fast-paced crossplatform first-person shooter"
-arch=('i686' 'x86_64')
-url="http://xonotic.org"
-license=('GPL')
-depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga'
-         'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data' 'hicolor-icon-theme'
-         'gtk-update-icon-cache' 'desktop-file-utils')
-makedepends=('unzip' 'mesa')
-source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
-        "xonotic-glx.desktop"
-        "xonotic-sdl.desktop")
-md5sums=('1cc50a79ac6abf27da916bfb5e066043'
-         '129df417236445b086fe78cafd01756c'
-         '2d3367d90889112d73ac2b8c17fb5840')
-install=xonotic.install
-
-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 126099, xonotic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
+# Contributor: Jookia <166291 at gmail.com>
+pkgname=xonotic
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A free, fast-paced crossplatform first-person shooter"
+arch=('i686' 'x86_64')
+url="http://xonotic.org"
+license=('GPL')
+depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga'
+         'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data' 'hicolor-icon-theme'
+         'gtk-update-icon-cache' 'desktop-file-utils')
+makedepends=('unzip' 'mesa')
+source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
+        "xonotic-glx.desktop"
+        "xonotic-sdl.desktop")
+md5sums=('2715a0b219239211cff9bc24d693e1c5'
+         '129df417236445b086fe78cafd01756c'
+         '2d3367d90889112d73ac2b8c17fb5840')
+install=xonotic.install
+
+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:

Deleted: community-x86_64/xonotic-glx.desktop
===================================================================
--- community-x86_64/xonotic-glx.desktop	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-x86_64/xonotic-glx.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=2.5
-Encoding=UTF-8
-Name=Xonotic (GLX)
-Comment=a free open-source first person shooter
-Icon=xonotic
-Exec=/usr/bin/xonotic-glx
-Terminal=false
-StartupNotify=false
-Categories=Game;

Copied: xonotic/repos/community-x86_64/xonotic-glx.desktop (from rev 126099, xonotic/trunk/xonotic-glx.desktop)
===================================================================
--- community-x86_64/xonotic-glx.desktop	                        (rev 0)
+++ community-x86_64/xonotic-glx.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Version=2.5
+Encoding=UTF-8
+Name=Xonotic (GLX)
+Comment=a free open-source first person shooter
+Icon=xonotic
+Exec=/usr/bin/xonotic-glx
+Terminal=false
+StartupNotify=false
+Categories=Game;

Deleted: community-x86_64/xonotic-sdl.desktop
===================================================================
--- community-x86_64/xonotic-sdl.desktop	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-x86_64/xonotic-sdl.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=2.5
-Encoding=UTF-8
-Name=Xonotic (SDL)
-Comment=a free open-source first person shooter
-Icon=xonotic
-Exec=/usr/bin/xonotic-sdl
-Terminal=false
-StartupNotify=false
-Categories=Game;

Copied: xonotic/repos/community-x86_64/xonotic-sdl.desktop (from rev 126099, xonotic/trunk/xonotic-sdl.desktop)
===================================================================
--- community-x86_64/xonotic-sdl.desktop	                        (rev 0)
+++ community-x86_64/xonotic-sdl.desktop	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Version=2.5
+Encoding=UTF-8
+Name=Xonotic (SDL)
+Comment=a free open-source first person shooter
+Icon=xonotic
+Exec=/usr/bin/xonotic-sdl
+Terminal=false
+StartupNotify=false
+Categories=Game;

Deleted: community-x86_64/xonotic.install
===================================================================
--- community-x86_64/xonotic.install	2015-01-18 15:21:12 UTC (rev 126099)
+++ community-x86_64/xonotic.install	2015-01-18 15:21:21 UTC (rev 126100)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xonotic/repos/community-x86_64/xonotic.install (from rev 126099, xonotic/trunk/xonotic.install)
===================================================================
--- community-x86_64/xonotic.install	                        (rev 0)
+++ community-x86_64/xonotic.install	2015-01-18 15:21:21 UTC (rev 126100)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list