Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura


Commits:
820ed0da by Robin Candau at 2023-12-09T20:15:08+01:00
upgpkg: 0.5.3-2: Add a temporary patch to fix the warning message issue about 
color string parsing.
Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = zathura
        pkgdesc = Minimalistic document viewer
        pkgver = 0.5.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://pwmt.org/projects/zathura/
        arch = x86_64
        license = custom
@@ -26,7 +26,9 @@ pkgbase = zathura
        optdepends = zathura-cb: Comic book support
        source = 
zathura-0.5.3.tar.gz::https://pwmt.org/projects/zathura/download/zathura-0.5.3.tar.xz
        source = fix-xvfb-run-tests.patch
+       source = 
fix-default-warning-color.patch::https://git.pwmt.org/pwmt/zathura/-/commit/8d2ca4b1a2821b931b4a4d69d733fdc248fc773e.patch
        sha256sums = 
54cc78fd68664cd66bbc7b7f72a78c677d381a9e3e3f6923f3d02ef5809943de
        sha256sums = 
15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe
+       sha256sums = 
949bdd6473c2915c5436fc5cfa5724fd2f49a4dd25311aa90febf7604303908d
 
 pkgname = zathura


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="https://pwmt.org/projects/zathura/";
@@ -23,16 +23,22 @@ optdepends=('zathura-djvu: DjVu support'
             'zathura-cb: Comic book support')
 
 
source=(zathura-$pkgver.tar.gz::https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-        fix-xvfb-run-tests.patch)
+        fix-xvfb-run-tests.patch
+        
fix-default-warning-color.patch::https://git.pwmt.org/pwmt/zathura/-/commit/8d2ca4b1a2821b931b4a4d69d733fdc248fc773e.patch)
 
 sha256sums=('54cc78fd68664cd66bbc7b7f72a78c677d381a9e3e3f6923f3d02ef5809943de'
-            '15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe')
+            '15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe'
+            '949bdd6473c2915c5436fc5cfa5724fd2f49a4dd25311aa90febf7604303908d')
 
 prepare() {
   # Patch to prevent xvfb-run tests to fail when trying to kill the process 
during check()
   # See 
https://stackoverflow.com/questions/30504274/xvfb-run-line-171-kill-25939-no-such-process#comment64585805_35319908
   cd zathura-$pkgver
   patch -Np1 <${srcdir}/fix-xvfb-run-tests.patch
+
+  # Temporary patch to fix the warning message issue about color string 
parsing.
+  # See 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/issues/1
+  patch -Np1 <${srcdir}/fix-default-warning-color.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/820ed0dae8710cf3f00298bbb676c4aa36305269

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


Reply via email to