* update pango to 1:1.56.1-1
This commit is contained in:
parent
39aa422761
commit
bf58f1c724
43
pango/.SRCINFO
Normal file
43
pango/.SRCINFO
Normal file
@ -0,0 +1,43 @@
|
||||
pkgbase = pango
|
||||
pkgdesc = A library for layout and rendering of text
|
||||
pkgver = 1.56.1
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://www.pango.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = LGPL-2.1-or-later
|
||||
makedepends = gi-docgen
|
||||
makedepends = git
|
||||
makedepends = glib2-devel
|
||||
makedepends = gobject-introspection
|
||||
makedepends = help2man
|
||||
makedepends = meson
|
||||
makedepends = python-docutils
|
||||
depends = cairo
|
||||
depends = fontconfig
|
||||
depends = freetype2
|
||||
depends = fribidi
|
||||
depends = glib2
|
||||
depends = glibc
|
||||
depends = harfbuzz
|
||||
depends = libsysprof-capture
|
||||
depends = libthai
|
||||
depends = libx11
|
||||
depends = libxft
|
||||
depends = libxrender
|
||||
source = git+https://gitlab.gnome.org/GNOME/pango.git#tag=1.56.1
|
||||
b2sums = 5bf9287131a7e2197a6badfa12525a9c0923c578b8594f774024a401e058b32fc4f5c5f5516f4124b21b79ae4261219123ccedbae5f771c689f971f742e92e5e
|
||||
|
||||
pkgname = pango
|
||||
provides = libpango-1.0.so
|
||||
provides = libpangocairo-1.0.so
|
||||
provides = libpangoft2-1.0.so
|
||||
provides = libpangoxft-1.0.so
|
||||
|
||||
pkgname = pango-docs
|
||||
pkgdesc = A library for layout and rendering of text (documentation)
|
||||
depends =
|
4
pango/.nvchecker.toml
Normal file
4
pango/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[pango]
|
||||
source = "git"
|
||||
git = "https://gitlab.gnome.org/GNOME/pango.git"
|
||||
include_regex = '\d+\.\d*[02468]\.\d+'
|
@ -7,8 +7,8 @@ pkgname=(
|
||||
pango
|
||||
pango-docs
|
||||
)
|
||||
pkgver=1.54.0
|
||||
pkgrel=1.1
|
||||
pkgver=1.56.1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A library for layout and rendering of text"
|
||||
url="https://www.pango.org/"
|
||||
@ -35,9 +35,10 @@ makedepends=(
|
||||
gobject-introspection
|
||||
help2man
|
||||
meson
|
||||
python-docutils
|
||||
)
|
||||
source=("git+https://gitlab.gnome.org/GNOME/pango.git#tag=$pkgver")
|
||||
b2sums=('365a31b09d9e11eda15f79339fde4cd635cd4f24c7b80f883020c95ee27f7d4074495e74531c727ea1b4d4f89e32641003758e388c54a5473be00527526645e5')
|
||||
b2sums=('5bf9287131a7e2197a6badfa12525a9c0923c578b8594f774024a401e058b32fc4f5c5f5516f4124b21b79ae4261219123ccedbae5f771c689f971f742e92e5e')
|
||||
|
||||
prepare() {
|
||||
cd pango
|
||||
@ -46,6 +47,7 @@ prepare() {
|
||||
build() {
|
||||
local meson_options=(
|
||||
-D documentation=true
|
||||
-D man-pages=true
|
||||
-D sysprof=enabled
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user