[arch-commits] Commit in rftg/repos/community-i686 (6 files)

Jakob Gruber schuay at archlinux.org
Fri Dec 2 19:49:25 UTC 2016


    Date: Friday, December 2, 2016 @ 19:49:24
  Author: schuay
Revision: 197775

archrelease: copy trunk to community-i686

Added:
  rftg/repos/community-i686/PKGBUILD
    (from rev 197774, rftg/trunk/PKGBUILD)
  rftg/repos/community-i686/rftg.desktop
    (from rev 197774, rftg/trunk/rftg.desktop)
  rftg/repos/community-i686/rftg.svg
    (from rev 197774, rftg/trunk/rftg.svg)
Deleted:
  rftg/repos/community-i686/PKGBUILD
  rftg/repos/community-i686/rftg.desktop
  rftg/repos/community-i686/rftg.svg

--------------+
 PKGBUILD     |   75 +++++++++++++++++++++++++--------------------------------
 rftg.desktop |   34 ++++++++++++-------------
 2 files changed, 51 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-02 19:49:08 UTC (rev 197774)
+++ PKGBUILD	2016-12-02 19:49:24 UTC (rev 197775)
@@ -1,41 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: mk47at
-
-pkgname=rftg
-pkgver=0.9.4.q
-_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"
-        "https://dl.dropboxusercontent.com/u/7379896/$pkgname/$pkgname-${_pkgver}q-patch.zip"
-        "$pkgname.desktop"
-        "rftg.svg")
-
-prepare() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  patch -Np0 < "$srcdir/$pkgname-${_pkgver}q.patch"
-}
-
-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'
-         'd62055acbe62d7fa119267ad42b90506'
-         'f2c1a72b0fbf191e564069dfe61d50c4'
-         'e0ad78078729229ad1414276348b7d98')

Copied: rftg/repos/community-i686/PKGBUILD (from rev 197774, rftg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-02 19:49:24 UTC (rev 197775)
@@ -0,0 +1,34 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: mk47at
+
+pkgname=rftg
+pkgver=0.9.5
+_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=("https://github.com/bnordli/rftg/archive/${pkgver}.tar.gz"
+        "$pkgname.desktop"
+        "rftg.svg")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+ 
+  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=('9cd1154ba43651890bea4dc35b1678fc'
+         'f2c1a72b0fbf191e564069dfe61d50c4'
+         'e0ad78078729229ad1414276348b7d98')

Deleted: rftg.desktop
===================================================================
--- rftg.desktop	2016-12-02 19:49:08 UTC (rev 197774)
+++ rftg.desktop	2016-12-02 19:49:24 UTC (rev 197775)
@@ -1,17 +0,0 @@
-[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-i686/rftg.desktop (from rev 197774, rftg/trunk/rftg.desktop)
===================================================================
--- rftg.desktop	                        (rev 0)
+++ rftg.desktop	2016-12-02 19:49:24 UTC (rev 197775)
@@ -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

Deleted: rftg.svg
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list