Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / scribus
Commits: 0efc1ba3 by Robin Candau at 2026-07-09T15:45:45+02:00 upgpkg: 1.6.6-6: Poppler 26.07.0 Rebuild https://archlinux.org/todo/poppler-26070-rebuild/ - - - - - 4 changed files: - .SRCINFO - − .gitattributes - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = scribus pkgdesc = Desktop publishing software pkgver = 1.6.6 - pkgrel = 5 + pkgrel = 6 url = https://www.scribus.net/ arch = x86_64 license = GPL-2.0-or-later @@ -64,6 +64,7 @@ pkgbase = scribus source = https://downloads.sourceforge.net/scribus/scribus-1.6.6.tar.xz.asc source = fix_build_with_poppler_26.05.patch::https://github.com/scribusproject/scribus/commit/14a287fc1db2a44abfe1743260554447b31b4adf.patch?full_index=1 source = 2b9405a00a96a09e0183190ddc9f83d44963d4e0.patch + source = fix_build_with_poppler_26.07.patch::https://github.com/scribusproject/scribus/commit/ba246c3a2dd086b4e84517723beab159736ba9ba.patch?full_index=1 validpgpkeys = 5086B8D68E70FDDF4C40045AEF7B95E7F60166DA validpgpkeys = 757F5E9B13DD648887AD50092D47C099E782504E validpgpkeys = 6558BE84D27273A438A151198BEA48118AEBEE64 @@ -71,5 +72,6 @@ pkgbase = scribus sha256sums = SKIP sha256sums = e84b3f12333cac812c942b85f06403669ad3792bdae821a7e95fa9a3258e1cda sha256sums = dffd5d9aabd1ae3c8c95832ceb4f3113c5d320ce185770fb961584bbe7bf4bc2 + sha256sums = 4238d53ae3cb4d545a7c0835a6a0cf082c3b51a3adb74f8cb3dd82977595b4b1 pkgname = scribus ===================================== .gitattributes deleted ===================================== @@ -1 +0,0 @@ -2b9405a00a96a09e0183190ddc9f83d44963d4e0.patch text eol=crlf ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=scribus pkgver=1.6.6 -pkgrel=5 +pkgrel=6 pkgdesc="Desktop publishing software" arch=(x86_64) url="https://www.scribus.net/" @@ -54,11 +54,13 @@ options=(!lto) _archive="$pkgname-$pkgver" source=("https://downloads.sourceforge.net/${pkgname}/$_archive.tar.xz"{,.asc} "fix_build_with_poppler_26.05.patch::https://github.com/scribusproject/scribus/commit/14a287fc1db2a44abfe1743260554447b31b4adf.patch?full_index=1" - 2b9405a00a96a09e0183190ddc9f83d44963d4e0.patch) + 2b9405a00a96a09e0183190ddc9f83d44963d4e0.patch + "fix_build_with_poppler_26.07.patch::https://github.com/scribusproject/scribus/commit/ba246c3a2dd086b4e84517723beab159736ba9ba.patch?full_index=1") sha256sums=('fdfe3e7cbe84b760b38d0561ed8736f9d25d4923adde6e15e03760d83be6166d' 'SKIP' 'e84b3f12333cac812c942b85f06403669ad3792bdae821a7e95fa9a3258e1cda' - 'dffd5d9aabd1ae3c8c95832ceb4f3113c5d320ce185770fb961584bbe7bf4bc2') + 'dffd5d9aabd1ae3c8c95832ceb4f3113c5d320ce185770fb961584bbe7bf4bc2' + '4238d53ae3cb4d545a7c0835a6a0cf082c3b51a3adb74f8cb3dd82977595b4b1') validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA # Peter Linnell <[email protected]> 757F5E9B13DD648887AD50092D47C099E782504E # The Scribus Team (www.scribus.net) <[email protected]> 6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney <[email protected]> @@ -77,6 +79,7 @@ prepare() { cd "$_archive" patch -Np1 -i "$srcdir/fix_build_with_poppler_26.05.patch" patch -Np1 --binary -i ../2b9405a00a96a09e0183190ddc9f83d44963d4e0.patch # Fix build with poppler 26.06 + patch -Np1 -i "$srcdir/fix_build_with_poppler_26.07.patch" } build() { ===================================== REUSE.toml ===================================== @@ -20,6 +20,7 @@ path = [ "*.timer", "*.desktop", "*.hook", + ".gitattributes" ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scribus/-/commit/0efc1ba3bc85fcd5e6cb7002d8ed46136dafb247 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scribus/-/commit/0efc1ba3bc85fcd5e6cb7002d8ed46136dafb247 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
