Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / gpick


Commits:
20d4011e by Carl Smedstad at 2026-01-15T07:47:46+01:00
upgpkg: 0.4-2: Apply upstream commit fixing segfault

Resolves #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gpick
        pkgdesc = Advanced color picker written in C++ using GTK+ toolkit
        pkgver = 0.4
-       pkgrel = 1
+       pkgrel = 2
        url = http://www.gpick.org/
        arch = x86_64
        license = BSD-3-Clause


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=gpick
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced color picker written in C++ using GTK+ toolkit"
 arch=('x86_64')
 url="http://www.gpick.org/";
@@ -31,6 +31,11 @@ makedepends=(
 source=("git+https://github.com/thezbyg/gpick.git#tag=v$pkgver";)
 
b2sums=('08d293ee6f5412f3cf80acd659c4eb941ef46c95d3b9260e92210dbf108d33256e06800a2fc4b9254d3bd11e33c9dc3c5aec594aa79bfea85fa0dbcc1a669163')
 
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 480f9ef15bb657aed0d320d67e30197fe02bcad4
+}
+
 build() {
   cd $pkgname
   cmake -B build -S . \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpick/-/commit/20d4011e4ffa3c9c8e0af4db5d09e83a78f4c89e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpick/-/commit/20d4011e4ffa3c9c8e0af4db5d09e83a78f4c89e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to