Date: Tuesday, July 12, 2022 @ 18:39:26 Author: andyrtr Revision: 450976
upgpkg: xorg-font-util 1.3.3-1: upstream update 1.3.3 Added: xorg-font-util/trunk/keys/ xorg-font-util/trunk/keys/pgp/ xorg-font-util/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc Modified: xorg-font-util/trunk/PKGBUILD -------------------------------------------------------+ PKGBUILD | 35 +++++++--------- keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc | 1 2 files changed, 17 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-12 18:33:42 UTC (rev 450975) +++ PKGBUILD 2022-07-12 18:39:26 UTC (rev 450976) @@ -1,9 +1,9 @@ -# Maintainer: Gaetan Bisson <[email protected]> +# Maintainer: Andreas Radke <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=xorg-font-util -pkgver=1.3.2 -pkgrel=3 +pkgver=1.3.3 +pkgrel=1 pkgdesc='X.Org font utilities' url='https://xorg.freedesktop.org/' arch=('x86_64') @@ -10,11 +10,10 @@ license=('custom') makedepends=('xorg-util-macros') depends=('glibc') -validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') -source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2"{,.sig}) -sha512sums=('7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167' +source=("${url}"/releases/individual/font/font-util-${pkgver}.tar.xz{,.sig}) +sha512sums=('5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9' 'SKIP') - +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <[email protected]> replaces=('font-util') provides=('font-util') conflicts=('font-util') @@ -21,19 +20,17 @@ groups=('xorg-fonts' 'xorg') build() { - cd "${srcdir}/font-util-${pkgver}" - - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-mapdir=/usr/share/fonts/util \ - --with-fontrootdir=/usr/share/fonts \ - - make + cd font-util-${pkgver} + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --with-mapdir=/usr/share/fonts/util \ + --with-fontrootdir=/usr/share/fonts + make } package() { - cd "${srcdir}/font-util-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + cd font-util-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } Added: keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc =================================================================== (Binary files differ) Index: xorg-font-util/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc =================================================================== --- keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc 2022-07-12 18:33:42 UTC (rev 450975) +++ keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc 2022-07-12 18:39:26 UTC (rev 450976) Property changes on: xorg-font-util/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/pgp-keys \ No newline at end of property
