[arch-commits] Commit in libgnome-games-support/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 29 19:55:53 UTC 2022


    Date: Tuesday, March 29, 2022 @ 19:55:53
  Author: heftig
Revision: 440920

archrelease: copy trunk to extra-x86_64

Added:
  libgnome-games-support/repos/extra-x86_64/PKGBUILD
    (from rev 440918, libgnome-games-support/trunk/PKGBUILD)
Deleted:
  libgnome-games-support/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 19:55:53 UTC (rev 440919)
+++ PKGBUILD	2022-03-29 19:55:53 UTC (rev 440920)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libgnome-games-support
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Code shared between GNOME games"
-url="https://gitlab.gnome.org/GNOME/libgnome-games-support"
-arch=(x86_64)
-license=(GPL3 LGPL3)
-depends=(libgee gtk3)
-makedepends=(vala git meson)
-provides=("libgnome-games-support-${pkgver%%.*}.so")
-_commit=406695a2bd14436cb7ff10001865db9d1c236fad  # tags/1.8.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-really//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libgnome-games-support/repos/extra-x86_64/PKGBUILD (from rev 440918, libgnome-games-support/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-29 19:55:53 UTC (rev 440920)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libgnome-games-support
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="Code shared between GNOME games"
+url="https://gitlab.gnome.org/GNOME/libgnome-games-support"
+arch=(x86_64)
+license=(GPL3 LGPL3)
+depends=(libgee gtk3)
+makedepends=(vala git meson)
+provides=("libgnome-games-support-${pkgver%%.*}.so")
+options=(debug)
+_commit=406695a2bd14436cb7ff10001865db9d1c236fad  # tags/1.8.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgnome-games-support
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libgnome-games-support
+}
+
+build() {
+  arch-meson libgnome-games-support build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list