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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 9 13:59:10 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:59:10
  Author: foutrelis
Revision: 960141

archrelease: copy trunk to community-testing-x86_64

Added:
  widelands/repos/community-testing-x86_64/PKGBUILD
    (from rev 960140, widelands/trunk/PKGBUILD)
  widelands/repos/community-testing-x86_64/widelands.desktop
    (from rev 960140, widelands/trunk/widelands.desktop)
  widelands/repos/community-testing-x86_64/widelands.png
    (from rev 960140, widelands/trunk/widelands.png)
Deleted:
  widelands/repos/community-testing-x86_64/PKGBUILD
  widelands/repos/community-testing-x86_64/widelands.desktop
  widelands/repos/community-testing-x86_64/widelands.png

-------------------+
 PKGBUILD          |  100 ++++++++++++++++++++++++++--------------------------
 widelands.desktop |   16 ++++----
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 13:58:57 UTC (rev 960140)
+++ PKGBUILD	2021-06-09 13:59:10 UTC (rev 960141)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Arkham <arkham at archlinux dot us>
-# Contributor: Christoph Zeiler <rabyte*gmail>
-
-pkgname=widelands
-pkgver=21
-_realver=build${pkgver}
-pkgrel=6
-pkgdesc="A realtime strategy game with emphasis on economy and transport"
-arch=('x86_64')
-url="https://widelands.org/"
-license=('GPL')
-depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 'glew' 'python' 'boost-libs' 'dbus')
-makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
-replaces=('widelands-data')
-source=("git+https://github.com/widelands/widelands.git#tag=build$pkgver"
-        $pkgname.desktop
-        $pkgname.png)
-sha512sums=('SKIP'
-            'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
-            'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac')
-
-build() {
-  cd $pkgname
-
-  cmake . \
-      -G Ninja . \
-      -Bbuild \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DWL_INSTALL_BASEDIR=/usr \
-      -DWL_INSTALL_DATADIR=/usr/share/widelands
-  ninja -C build
-}
-
-package() {
-  cd $pkgname
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  mkdir -p "$pkgdir"/usr/bin
-  mv "$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info} "$pkgdir"/usr/bin
-  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  install -Dm644 "$srcdir"/$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 "$srcdir"/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: widelands/repos/community-testing-x86_64/PKGBUILD (from rev 960140, widelands/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-09 13:59:10 UTC (rev 960141)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Christoph Zeiler <rabyte*gmail>
+
+pkgname=widelands
+pkgver=21
+_realver=build${pkgver}
+pkgrel=7
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('x86_64')
+url="https://widelands.org/"
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 'glew' 'python' 'dbus')
+makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
+replaces=('widelands-data')
+source=("git+https://github.com/widelands/widelands.git#tag=build$pkgver"
+        $pkgname.desktop
+        $pkgname.png)
+sha512sums=('SKIP'
+            'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
+            'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac')
+
+build() {
+  cd $pkgname
+
+  cmake . \
+      -G Ninja . \
+      -Bbuild \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DWL_INSTALL_BASEDIR=/usr \
+      -DWL_INSTALL_DATADIR=/usr/share/widelands
+  ninja -C build
+}
+
+package() {
+  cd $pkgname
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  mkdir -p "$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info} "$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  install -Dm644 "$srcdir"/$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "$srcdir"/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Deleted: widelands.desktop
===================================================================
--- widelands.desktop	2021-06-09 13:58:57 UTC (rev 960140)
+++ widelands.desktop	2021-06-09 13:59:10 UTC (rev 960141)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Widelands
-GenericName=Widelands
-Comment=Realtime strategy game
-Icon=widelands
-Exec=widelands
-Type=Application
-Categories=Game;StrategyGame;

Copied: widelands/repos/community-testing-x86_64/widelands.desktop (from rev 960140, widelands/trunk/widelands.desktop)
===================================================================
--- widelands.desktop	                        (rev 0)
+++ widelands.desktop	2021-06-09 13:59:10 UTC (rev 960141)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Deleted: widelands.png
===================================================================
(Binary files differ)

Copied: widelands/repos/community-testing-x86_64/widelands.png (from rev 960140, widelands/trunk/widelands.png)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list