[arch-commits] Commit in gnome-games/repos (2 files)

Jan Steffens heftig at archlinux.org
Fri Oct 2 21:58:10 UTC 2020


    Date: Friday, October 2, 2020 @ 21:58:09
  Author: heftig
Revision: 715749

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gnome-games/repos/community-staging-x86_64/PKGBUILD (from rev 715747, gnome-games/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 21:58:09 UTC (rev 715749)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tom Richards <tom at tomrichards.net>
+
+pkgname=gnome-games
+pkgver=3.38.0
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libarchive' 'libhandy' 'libmanette' 'retro-gtk' 'tracker')
+makedepends=('meson' 'vala' 'git')
+_commit=d23a495c900ee59ca4853c872cdef942b509cf83  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-games.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list