Balló György pushed to branch main at Arch Linux / Packaging / Packages / atomix
Commits:
f306575d by Balló György at 2024-12-30T20:58:22+01:00
upgpkg: 44.0-2: Apply a fix to not override default decoration layout
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = atomix
pkgdesc = Puzzle game where you move atoms to build a molecule
pkgver = 44.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Atomix
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=atomix
pkgver=44.0
-pkgrel=1
+pkgrel=2
pkgdesc="Puzzle game where you move atoms to build a molecule"
url="https://wiki.gnome.org/Apps/Atomix"
arch=(x86_64)
@@ -25,6 +25,10 @@
b2sums=('c4e0fbc1bece6ce64ff2ab0eebd813a2fb59298744a7cb8f342375fd8dde192fcb5daad
prepare() {
cd atomix
+
+ # Don't override default decoration layout
+ # https://gitlab.gnome.org/GNOME/atomix/-/merge_requests/10
+ git cherry-pick -n de4fd5d9e0981dc4d6463a928f5e3e6a6e2c9cfb
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/atomix/-/commit/f306575daeadd94497173e00363df64e644b21db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/atomix/-/commit/f306575daeadd94497173e00363df64e644b21db
You're receiving this email because of your account on gitlab.archlinux.org.