[arch-commits] Commit in (7 files)
Jakob Gruber
schuay at archlinux.org
Tue Feb 3 10:28:20 UTC 2015
Date: Tuesday, February 3, 2015 @ 11:28:19
Author: schuay
Revision: 127032
rftg-0.9.4-1
Added:
rftg/
rftg/community-i686/
rftg/community-x86_64/
rftg/trunk/
rftg/trunk/PKGBUILD
rftg/trunk/rftg.desktop
rftg/trunk/rftg.svg
--------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
rftg.desktop | 17 +++++++++++++++++
rftg.svg | 1 +
3 files changed, 51 insertions(+)
Added: rftg/trunk/PKGBUILD
===================================================================
--- rftg/trunk/PKGBUILD (rev 0)
+++ rftg/trunk/PKGBUILD 2015-02-03 10:28:19 UTC (rev 127032)
@@ -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')
Added: rftg/trunk/rftg.desktop
===================================================================
--- rftg/trunk/rftg.desktop (rev 0)
+++ rftg/trunk/rftg.desktop 2015-02-03 10:28:19 UTC (rev 127032)
@@ -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
Property changes on: rftg/trunk/rftg.desktop
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: rftg/trunk/rftg.svg
===================================================================
(Binary files differ)
Index: rftg/trunk/rftg.svg
===================================================================
--- rftg/trunk/rftg.svg 2015-02-03 09:58:35 UTC (rev 127031)
+++ rftg/trunk/rftg.svg 2015-02-03 10:28:19 UTC (rev 127032)
Property changes on: rftg/trunk/rftg.svg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/svg+xml
\ No newline at end of property
More information about the arch-commits
mailing list