Date: Friday, March 23, 2018 @ 20:40:31
  Author: bgyorgy
Revision: 311652

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-games/repos/community-testing-x86_64/
  gnome-games/repos/community-testing-x86_64/PKGBUILD
    (from rev 311651, gnome-games/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: gnome-games/repos/community-testing-x86_64/PKGBUILD (from rev 311651, 
gnome-games/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-23 20:40:31 UTC (rev 311652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tom Richards <[email protected]>
+
+pkgname=gnome-games
+pkgver=3.28.0
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libmanette' 'retro-gtk' 'tracker')
+makedepends=('intltool' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('64689b7b916345a790f3599b9127206ae055983a90c25bd1356e8827834ea200')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to