Balló György pushed to branch main at Arch Linux / Packaging / Packages / giggle
Commits:
ea25014b by Balló György at 2024-08-06T12:52:05+02:00
upgpkg: 0.7-13: Apply a fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = giggle
pkgdesc = Git repository viewer
pkgver = 0.7
- pkgrel = 12
+ pkgrel = 13
url = https://wiki.gnome.org/Apps/giggle
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=giggle
pkgver=0.7
-pkgrel=12
+pkgrel=13
pkgdesc='Git repository viewer'
arch=(x86_64)
url='https://wiki.gnome.org/Apps/giggle'
@@ -41,6 +41,9 @@ b2sums=(
prepare() {
cd $pkgname
+ # Fix displaying diff for files that have spaces in names
+ git cherry-pick -n c4963107ee97b6bf045b805ed3b8f9f824c62ccb
+
# Fix build with gtksourceview 3.8
git cherry-pick -n 44490f7f78c3281c8fc4f38aa7226fc5955720a9
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/giggle/-/commit/ea25014b4d5de1e773ae381c8a87e5f91f5f9e86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/giggle/-/commit/ea25014b4d5de1e773ae381c8a87e5f91f5f9e86
You're receiving this email because of your account on gitlab.archlinux.org.