Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
scribus
Commits:
327bfabf by Caleb Maclennan at 2024-09-20T01:19:40+03:00
upgpkg: 1.6.2-4: Stop depending on virtual-provide of libjpeg
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = scribus
pkgdesc = Desktop publishing software
pkgver = 1.6.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.scribus.net/
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = mesa
makedepends = qt5-tools
@@ -19,7 +19,8 @@ pkgbase = scribus
depends = libcdr
depends = libcups
depends = libfreehand
- depends = libjpeg
+ depends = libjpeg-turbo
+ depends = libjpeg.so
depends = libmspub
depends = libpagemaker
depends = libpng
=====================================
PKGBUILD
=====================================
@@ -8,11 +8,11 @@
pkgname=scribus
pkgver=1.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="Desktop publishing software"
arch=(x86_64)
url="https://www.scribus.net/"
-license=(GPL)
+license=(GPL-2.0-or-later)
depends=(cairo
fontconfig
freetype2
@@ -23,7 +23,7 @@ depends=(cairo
libcdr
libcups
libfreehand
- libjpeg
+ libjpeg-turbo libjpeg.so
libmspub
libpagemaker
libpng
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scribus/-/commit/327bfabfd2a0e32b0cb713889d2876a964d4e8bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scribus/-/commit/327bfabfd2a0e32b0cb713889d2876a964d4e8bd
You're receiving this email because of your account on gitlab.archlinux.org.