[arch-commits] Commit in quadrapassel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Jun 10 23:01:44 UTC 2021


    Date: Thursday, June 10, 2021 @ 23:01:44
  Author: heftig
Revision: 417937

archrelease: copy trunk to extra-x86_64

Added:
  quadrapassel/repos/extra-x86_64/PKGBUILD
    (from rev 417936, quadrapassel/trunk/PKGBUILD)
Deleted:
  quadrapassel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 23:01:39 UTC (rev 417936)
+++ PKGBUILD	2021-06-10 23:01:44 UTC (rev 417937)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=quadrapassel
-pkgver=40.1
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-url="https://wiki.gnome.org/Apps/Quadrapassel"
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libmanette)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=14dc3fcca7d9a880ee03f063c8696bb3ceff7c7b  # tags/40.1^0
-source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;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: quadrapassel/repos/extra-x86_64/PKGBUILD (from rev 417936, quadrapassel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 23:01:44 UTC (rev 417937)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=quadrapassel
+pkgver=40.2
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+url="https://wiki.gnome.org/Apps/Quadrapassel"
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libmanette)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=51adfcf8097fc17f7df44e228ac715272d07b60e  # tags/40.2^0
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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"
+}



More information about the arch-commits mailing list