Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
graphite
Commits:
708dd4e5 by Andreas Radke at 2026-02-14T11:15:41+01:00
upgpkg: 1:1.3.14-6; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = graphite
pkgdesc = a "smart font" system to handle the complexities of
lesser-known languages of the world
pkgver = 1.3.14
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://graphite.sil.org/
arch = x86_64
@@ -15,8 +15,9 @@ pkgbase = graphite
makedepends = graphviz
makedepends = asciidoc
makedepends = texlive-xetex
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz
source = gcc15.patch
sha256sums =
f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgbase=graphite
pkgname=(graphite graphite-docs)
pkgver=1.3.14
-pkgrel=5
+pkgrel=6
epoch=1
arch=('x86_64')
url="https://graphite.sil.org/"
pkgdesc="a \"smart font\" system to handle the complexities of lesser-known
languages of the world"
license=('LGPL-2.1-or-later OR MPL-2.0 OR GPL-2.0-or-later')
-depends=('gcc-libs' 'glibc')
+depends=('glibc' 'libstdc++' 'libgcc')
makedepends=('cmake' 'freetype2' 'python'
# for documentation
'doxygen' 'dblatex' 'graphviz' 'asciidoc' 'texlive-xetex')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphite/-/commit/708dd4e50ec557c566d786066fe392e10713bde5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphite/-/commit/708dd4e50ec557c566d786066fe392e10713bde5
You're receiving this email because of your account on gitlab.archlinux.org.