[arch-commits] Commit in openbve/repos/community-any (6 files)

Balló György bgyorgy at archlinux.org
Thu Jan 9 00:43:54 UTC 2020


    Date: Thursday, January 9, 2020 @ 00:43:54
  Author: bgyorgy
Revision: 550946

archrelease: copy trunk to community-any

Added:
  openbve/repos/community-any/PKGBUILD
    (from rev 550945, openbve/trunk/PKGBUILD)
  openbve/repos/community-any/openbve.appdata.xml
    (from rev 550945, openbve/trunk/openbve.appdata.xml)
  openbve/repos/community-any/openbve.sh
    (from rev 550945, openbve/trunk/openbve.sh)
Deleted:
  openbve/repos/community-any/PKGBUILD
  openbve/repos/community-any/openbve.appdata.xml
  openbve/repos/community-any/openbve.sh

---------------------+
 PKGBUILD            |  110 +++++++++++++++++++++++++-------------------------
 openbve.appdata.xml |   44 ++++++++++----------
 openbve.sh          |    4 -
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 00:42:50 UTC (rev 550945)
+++ PKGBUILD	2020-01-09 00:43:54 UTC (rev 550946)
@@ -1,55 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.7.1.0
-pkgrel=1
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="https://openbve-project.net/"
-license=('MIT' 'custom:public domain')
-depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
-makedepends=('nuget')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-        $pkgname.sh
-        $pkgname.appdata.xml)
-sha256sums=('c4198d3cb4942eb3cf2cc9ea85891b68ea80e001a729dd628419f4c53a86f190'
-            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-            '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  nuget restore OpenBVE.sln
-  mv packages/sharpcompress.0.24.0 packages/SharpCompress.0.24.0
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # Binaries
-  install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
-
-  # Data
-  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
-  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
-  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
-
-  # Executable
-  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop file and icon
-  install -Dm644 debian/$pkgname.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
-  install -Dm644 debian/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-
-  # License
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 licenses/* Readme.md \
-    "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: openbve/repos/community-any/PKGBUILD (from rev 550945, openbve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 00:43:54 UTC (rev 550946)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.7.1.1
+pkgrel=1
+pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
+arch=('any')
+url="https://openbve-project.net/"
+license=('MIT' 'custom:public domain')
+depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
+makedepends=('nuget')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+        $pkgname.sh
+        $pkgname.appdata.xml)
+sha256sums=('1c9ecf79ad5eb11487e68190f8a901ab1d798004445c7cf7b5fd165b5f567cdf'
+            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+            '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  nuget restore OpenBVE.sln
+  mv packages/sharpcompress.0.24.0 packages/SharpCompress.0.24.0
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  xbuild /p:Configuration=Release OpenBVE.sln
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  # Binaries
+  install -dm755 "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
+
+  # Data
+  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
+  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
+  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
+
+  # Executable
+  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop file and icon
+  install -Dm644 debian/$pkgname.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+  install -Dm644 debian/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+
+  # License
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  install -m644 licenses/* Readme.md \
+    "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: openbve.appdata.xml
===================================================================
--- openbve.appdata.xml	2020-01-09 00:42:50 UTC (rev 550945)
+++ openbve.appdata.xml	2020-01-09 00:43:54 UTC (rev 550946)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>net.openbve-project.openbve</id>
-  <launchable type="desktop-id">openbve.desktop</launchable>
-  <name>OpenBVE</name>
-  <summary>Train/railway simulator compatible with 'BVE Trainsim' routes</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>CC0-1.0</project_license>
-  <description>
-    <p>OpenBVE is a railway train-driving simulator with an emphasis on in-cab driving, realistic physics, braking system and train safety system modelling.</p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://openbve-project.net/images/driving_1.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>https://openbve-project.net/images/driving_2.jpg</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://github.com/leezer3/OpenBVE/issues</url>
-  <url type="homepage">https://openbve-project.net/</url>
-</component>

Copied: openbve/repos/community-any/openbve.appdata.xml (from rev 550945, openbve/trunk/openbve.appdata.xml)
===================================================================
--- openbve.appdata.xml	                        (rev 0)
+++ openbve.appdata.xml	2020-01-09 00:43:54 UTC (rev 550946)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.openbve-project.openbve</id>
+  <launchable type="desktop-id">openbve.desktop</launchable>
+  <name>OpenBVE</name>
+  <summary>Train/railway simulator compatible with 'BVE Trainsim' routes</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>CC0-1.0</project_license>
+  <description>
+    <p>OpenBVE is a railway train-driving simulator with an emphasis on in-cab driving, realistic physics, braking system and train safety system modelling.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://openbve-project.net/images/driving_1.jpg</image>
+    </screenshot>
+    <screenshot>
+      <image>https://openbve-project.net/images/driving_2.jpg</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/leezer3/OpenBVE/issues</url>
+  <url type="homepage">https://openbve-project.net/</url>
+</component>

Deleted: openbve.sh
===================================================================
--- openbve.sh	2020-01-09 00:42:50 UTC (rev 550945)
+++ openbve.sh	2020-01-09 00:43:54 UTC (rev 550946)
@@ -1,2 +0,0 @@
-#!/bin/sh
-mono /usr/lib/openbve/OpenBve.exe "$@"

Copied: openbve/repos/community-any/openbve.sh (from rev 550945, openbve/trunk/openbve.sh)
===================================================================
--- openbve.sh	                        (rev 0)
+++ openbve.sh	2020-01-09 00:43:54 UTC (rev 550946)
@@ -0,0 +1,2 @@
+#!/bin/sh
+mono /usr/lib/openbve/OpenBve.exe "$@"



More information about the arch-commits mailing list