[arch-commits] Commit in rftg/repos (4 files)

Jakob Gruber schuay at archlinux.org
Tue Feb 3 10:28:39 UTC 2015


    Date: Tuesday, February 3, 2015 @ 11:28:39
  Author: schuay
Revision: 127034

archrelease: copy trunk to community-x86_64

Added:
  rftg/repos/community-x86_64/
  rftg/repos/community-x86_64/PKGBUILD
    (from rev 127033, rftg/trunk/PKGBUILD)
  rftg/repos/community-x86_64/rftg.desktop
    (from rev 127033, rftg/trunk/rftg.desktop)
  rftg/repos/community-x86_64/rftg.svg
    (from rev 127033, rftg/trunk/rftg.svg)

--------------+
 PKGBUILD     |   33 +++++++++++++++++++++++++++++++++
 rftg.desktop |   17 +++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: rftg/repos/community-x86_64/PKGBUILD (from rev 127033, rftg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-03 10:28:39 UTC (rev 127034)
@@ -0,0 +1,33 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: mk47at
+
+pkgname=rftg
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Singleplayer and online implementation of the card game Race for the Galaxy by Tom Lehman."
+arch=('i686' 'x86_64')
+url="http://keldon.net/rftg/"
+license=('GPL')
+depends=('gtk2')
+source=("http://keldon.net/rftg/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop"
+        "rftg.svg")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+  install -D -m644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -D -m644 "$srcdir/$pkgname.svg" "$pkgdir/usr/share/rftg/$pkgname.svg"
+}
+
+md5sums=('065255057b1c60d744c3fed2c93d95bb'
+         'f2c1a72b0fbf191e564069dfe61d50c4'
+         'e0ad78078729229ad1414276348b7d98')

Copied: rftg/repos/community-x86_64/rftg.desktop (from rev 127033, rftg/trunk/rftg.desktop)
===================================================================
--- community-x86_64/rftg.desktop	                        (rev 0)
+++ community-x86_64/rftg.desktop	2015-02-03 10:28:39 UTC (rev 127034)
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=Race for the Galaxy
+
+Comment=Singleplayer and online implementation of the card game Race for the Galaxy by Tom Lehman.
+
+Exec=rftg
+FilePattern=rftg;
+TryExec=rftg
+Terminal=false
+Icon=/usr/share/rftg/rftg.svg
+
+StartupNotify=false
+
+Type=Application
+Categories=Game;StrategyGame

Copied: rftg/repos/community-x86_64/rftg.svg (from rev 127033, rftg/trunk/rftg.svg)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list