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

Balló György bgyorgy at archlinux.org
Sat Mar 9 18:43:48 UTC 2019


    Date: Saturday, March 9, 2019 @ 18:43:43
  Author: bgyorgy
Revision: 438621

archrelease: copy trunk to community-any

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

---------------------+
 PKGBUILD            |  102 +++++++++++++++++++++++++-------------------------
 openbve.appdata.xml |   44 ++++++++++-----------
 openbve.desktop     |   18 ++++----
 openbve.sh          |    4 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 18:43:37 UTC (rev 438620)
+++ PKGBUILD	2019-03-09 18:43:43 UTC (rev 438621)
@@ -1,51 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.5.3.11
-pkgrel=2
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="http://openbve-project.net/"
-license=('MIT' 'custom:public domain')
-depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-        $pkgname.sh
-        $pkgname.desktop
-        $pkgname.appdata.xml)
-sha256sums=('ea98f13071a8ee379a7c5206096d4e317ec063f2cb62f3e858eb3de3d8656133'
-            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-            '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
-            '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
-
-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 ../$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 assets/Menu/logo.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
-  install -Dm644 graphics/logo_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
-
-  # 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 438620, openbve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-09 18:43:43 UTC (rev 438621)
@@ -0,0 +1,51 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.5.4.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')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+        $pkgname.sh
+        $pkgname.desktop
+        $pkgname.appdata.xml)
+sha256sums=('de70910ca5e92befe5f08ae5c74b182fe112f4440c24a3130769e287a9091be3'
+            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+            '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
+            '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
+
+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 ../$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+  install -Dm644 assets/Menu/logo.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+  install -Dm644 graphics/logo_icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
+
+  # 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	2019-03-09 18:43:37 UTC (rev 438620)
+++ openbve.appdata.xml	2019-03-09 18:43:43 UTC (rev 438621)
@@ -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 438620, openbve/trunk/openbve.appdata.xml)
===================================================================
--- openbve.appdata.xml	                        (rev 0)
+++ openbve.appdata.xml	2019-03-09 18:43:43 UTC (rev 438621)
@@ -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.desktop
===================================================================
--- openbve.desktop	2019-03-09 18:43:37 UTC (rev 438620)
+++ openbve.desktop	2019-03-09 18:43:43 UTC (rev 438621)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=OpenBVE
-Comment=Train/railway simulator compatible with 'BVE Trainsim' routes
-Comment[hu]=A „BVE Trainsim” útvonalaival kompatibilis vonatszimulátor
-Exec=openbve
-Icon=openbve
-Categories=Game;Simulation;

Copied: openbve/repos/community-any/openbve.desktop (from rev 438620, openbve/trunk/openbve.desktop)
===================================================================
--- openbve.desktop	                        (rev 0)
+++ openbve.desktop	2019-03-09 18:43:43 UTC (rev 438621)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=OpenBVE
+Comment=Train/railway simulator compatible with 'BVE Trainsim' routes
+Comment[hu]=A „BVE Trainsim” útvonalaival kompatibilis vonatszimulátor
+Exec=openbve
+Icon=openbve
+Categories=Game;Simulation;

Deleted: openbve.sh
===================================================================
--- openbve.sh	2019-03-09 18:43:37 UTC (rev 438620)
+++ openbve.sh	2019-03-09 18:43:43 UTC (rev 438621)
@@ -1,2 +0,0 @@
-#!/bin/sh
-mono /usr/lib/openbve/OpenBve.exe "$@"

Copied: openbve/repos/community-any/openbve.sh (from rev 438620, openbve/trunk/openbve.sh)
===================================================================
--- openbve.sh	                        (rev 0)
+++ openbve.sh	2019-03-09 18:43:43 UTC (rev 438621)
@@ -0,0 +1,2 @@
+#!/bin/sh
+mono /usr/lib/openbve/OpenBve.exe "$@"



More information about the arch-commits mailing list