[arch-commits] Commit in gnome-games/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 11 12:18:30 UTC 2018


    Date: Tuesday, December 11, 2018 @ 12:18:30
  Author: bgyorgy
Revision: 415309

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++------------------------------
 1 file changed, 23 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 12:18:25 UTC (rev 415308)
+++ PKGBUILD	2018-12-11 12:18:30 UTC (rev 415309)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tom Richards <tom at tomrichards.net>
-
-pkgname=gnome-games
-pkgver=3.30.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=('meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('1c460a414ce9b739f2cdcafc4486987ba3f1052df17071a0566b7a73685df230')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-games/repos/community-x86_64/PKGBUILD (from rev 415308, gnome-games/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 12:18:30 UTC (rev 415309)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tom Richards <tom at tomrichards.net>
+
+pkgname=gnome-games
+pkgver=3.30.2
+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=('meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('5607c4071d3b07809ec1a88deb52bb289c29b2f5fb91374e244ebe7f8dee31a1')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list