[arch-commits] Commit in gnome-games (5 files)

Balló György bgyorgy at archlinux.org
Sun Jul 2 12:51:20 UTC 2017


    Date: Sunday, July 2, 2017 @ 12:51:20
  Author: bgyorgy
Revision: 242062

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: gnome-games/repos/community-i686/PKGBUILD (from rev 242061, gnome-games/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-07-02 12:51:20 UTC (rev 242062)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tom Richards <tom at tomrichards.net>
+
+pkgname=gnome-games
+pkgver=3.24.1
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libevdev' 'retro-gtk' 'tracker')
+makedepends=('intltool' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e81fbd16e294bde572b4041c8dd068588525138066a20f4fda29be20c28fde8d')
+
+prepare() {
+	cd $pkgname-$pkgver
+	# Regenerate C files from Vala sources to fix build
+	rm src/gnome_games_vala.stamp
+}
+
+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
+}

Copied: gnome-games/repos/community-x86_64/PKGBUILD (from rev 242061, gnome-games/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-07-02 12:51:20 UTC (rev 242062)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tom Richards <tom at tomrichards.net>
+
+pkgname=gnome-games
+pkgver=3.24.1
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libevdev' 'retro-gtk' 'tracker')
+makedepends=('intltool' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e81fbd16e294bde572b4041c8dd068588525138066a20f4fda29be20c28fde8d')
+
+prepare() {
+	cd $pkgname-$pkgver
+	# Regenerate C files from Vala sources to fix build
+	rm src/gnome_games_vala.stamp
+}
+
+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
+}



More information about the arch-commits mailing list