Balló György pushed to branch main at Arch Linux / Packaging / Packages /
quadrapassel
Commits:
1f6b49d6 by Balló György at 2024-08-27T02:18:05+02:00
upgpkg: 40.2-3: Apply an upstream fix for segfault
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = quadrapassel
pkgdesc = Fit falling blocks together (Tetris-like game for GNOME)
pkgver = 40.2
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/Quadrapassel
arch = x86_64
groups = gnome-extra
@@ -16,7 +16,7 @@ pkgbase = quadrapassel
depends = gsound
depends = librsvg
depends = libmanette
- source =
git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=51adfcf8097fc17f7df44e228ac715272d07b60e
- sha256sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=40.2
+ b2sums =
9a3e80d1cc1e973e068a547e86fa6b572554dfb5274e8d932305b7d797f8175db35a3dbf45fcba11545e6b17002e8d18ddad44eabc3cc41196bbc68313303b28
pkgname = quadrapassel
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=quadrapassel
pkgver=40.2
-pkgrel=2
+pkgrel=3
pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
url="https://wiki.gnome.org/Apps/Quadrapassel"
arch=(x86_64)
@@ -11,17 +11,14 @@ 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'
-}
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$pkgver")
+b2sums=('9a3e80d1cc1e973e068a547e86fa6b572554dfb5274e8d932305b7d797f8175db35a3dbf45fcba11545e6b17002e8d18ddad44eabc3cc41196bbc68313303b28')
prepare() {
cd $pkgname
+
+ # Fix segmentation fault when press any key just after application started
+ git cherry-pick -n 8704e0fbcd994df45f2492c58f6ac261bfeb382f
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quadrapassel/-/commit/1f6b49d614b69669dc4de00b5dcc9bca7a71bf92
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quadrapassel/-/commit/1f6b49d614b69669dc4de00b5dcc9bca7a71bf92
You're receiving this email because of your account on gitlab.archlinux.org.