Skip to content
Snippets Groups Projects
Commit c20cb769 authored by alice's avatar alice Committed by Natanael Copa
Browse files

main/font-util: upgrade to 1.3.3

parent 27abef0e
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!36343main/font-util: upgrade to 1.3.3
Pipeline #128396 passed
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-util pkgname=font-util
pkgver=1.3.2 pkgver=1.3.3
pkgrel=0 pkgrel=0
pkgdesc="X.org font utilities" pkgdesc="X.org font utilities"
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
...@@ -11,10 +11,9 @@ depends="perl" ...@@ -11,10 +11,9 @@ depends="perl"
depends_dev="font-util" depends_dev="font-util"
makedepends="$depends_dev util-macros" makedepends="$depends_dev util-macros"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="https://www.x.org/releases/individual/font/font-util-$pkgver.tar.bz2" source="https://www.x.org/releases/individual/font/font-util-$pkgver.tar.xz"
build() { build() {
cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -24,7 +23,9 @@ build() { ...@@ -24,7 +23,9 @@ build() {
} }
package() { package() {
cd "$builddir"
make -j1 DESTDIR="$pkgdir" install make -j1 DESTDIR="$pkgdir" install
} }
sha512sums="7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167 font-util-1.3.2.tar.bz2"
sha512sums="
5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9 font-util-1.3.3.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment