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

Balló György bgyorgy at archlinux.org
Thu Jul 13 09:35:18 UTC 2017


    Date: Thursday, July 13, 2017 @ 09:35:18
  Author: bgyorgy
Revision: 244912

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   96 +++++++++++++++++++++++++++---------------------------
 openbve.desktop |   18 +++++-----
 openbve.sh      |    4 +-
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 09:35:14 UTC (rev 244911)
+++ PKGBUILD	2017-07-13 09:35:18 UTC (rev 244912)
@@ -1,48 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.5.1.3
-pkgrel=1
-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=('libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-        $pkgname.sh
-        $pkgname.desktop)
-sha256sums=('f35a050d7d6568185f365e1ada50edc11ec0dffd1dd691b43c946e135ef5f083'
-            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-            '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
-
-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
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  ln -s ../games/$pkgname/Data/Menu/logo.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # 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 244911, openbve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-13 09:35:18 UTC (rev 244912)
@@ -0,0 +1,48 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.5.1.4
+pkgrel=1
+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=('libxi' 'mono' 'openal')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+        $pkgname.sh
+        $pkgname.desktop)
+sha256sums=('6d0bcc3c2bd4c826b51fb7a26b74c9dea186a12051b8abdb8674bc0175c4c94c'
+            'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+            '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
+
+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
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  ln -s ../games/$pkgname/Data/Menu/logo.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # License
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  install -m644 licenses/* Readme.md \
+    "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: openbve.desktop
===================================================================
--- openbve.desktop	2017-07-13 09:35:14 UTC (rev 244911)
+++ openbve.desktop	2017-07-13 09:35:18 UTC (rev 244912)
@@ -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 244911, openbve/trunk/openbve.desktop)
===================================================================
--- openbve.desktop	                        (rev 0)
+++ openbve.desktop	2017-07-13 09:35:18 UTC (rev 244912)
@@ -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	2017-07-13 09:35:14 UTC (rev 244911)
+++ openbve.sh	2017-07-13 09:35:18 UTC (rev 244912)
@@ -1,2 +0,0 @@
-#!/bin/sh
-mono /usr/lib/openbve/OpenBve.exe "$@"

Copied: openbve/repos/community-any/openbve.sh (from rev 244911, openbve/trunk/openbve.sh)
===================================================================
--- openbve.sh	                        (rev 0)
+++ openbve.sh	2017-07-13 09:35:18 UTC (rev 244912)
@@ -0,0 +1,2 @@
+#!/bin/sh
+mono /usr/lib/openbve/OpenBve.exe "$@"



More information about the arch-commits mailing list