Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xorg-xkbprint
Commits:
58b99626 by Andreas Radke at 2024-10-13T13:28:32+02:00
upgpkg: 1.0.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,19 @@
pkgbase = xorg-xkbprint
pkgdesc = Generates a PostScript description of an XKB keyboard
description
- pkgver = 1.0.6
- pkgrel = 2
+ pkgver = 1.0.7
+ pkgrel = 1
url = https://gitlab.freedesktop.org/xorg/app/xkbprint
arch = x86_64
groups = xorg-apps
- license = custom
+ license = LicenseRef-xkbprint
makedepends = xorg-util-macros
depends = libxkbfile
- source =
https://xorg.freedesktop.org/archive/individual/app/xkbprint-1.0.6.tar.xz
- source =
https://xorg.freedesktop.org/archive/individual/app/xkbprint-1.0.6.tar.xz.sig
+ depends = libx11
+ depends = glibc
+ source =
https://xorg.freedesktop.org/archive/individual/app/xkbprint-1.0.7.tar.xz
+ source =
https://xorg.freedesktop.org/archive/individual/app/xkbprint-1.0.7.tar.xz.sig
validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
- sha512sums =
a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29
+ sha512sums =
52f803ba85b053408dfff400f47ae9461954430665a12257a99b9775e26dd7192a97b979de949b9c4532936c9bfcc181a773de41514a122973f05d676dee6476
sha512sums = SKIP
pkgname = xorg-xkbprint
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
# Contributor: Brian Bidulock <[email protected]>
pkgname=xorg-xkbprint
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
pkgdesc="Generates a PostScript description of an XKB keyboard description"
arch=(x86_64)
url="https://gitlab.freedesktop.org/xorg/app/xkbprint"
-license=('custom')
-depends=('libxkbfile')
+license=('LicenseRef-xkbprint')
+depends=('libxkbfile' 'libx11' 'glibc')
makedepends=('xorg-util-macros')
groups=('xorg-apps')
source=(https://xorg.freedesktop.org/archive/individual/app/xkbprint-${pkgver}.tar.xz{,.sig})
-sha512sums=('a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29'
+sha512sums=('52f803ba85b053408dfff400f47ae9461954430665a12257a99b9775e26dd7192a97b979de949b9c4532936c9bfcc181a773de41514a122973f05d676dee6476'
'SKIP')
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xkbprint/-/commit/58b9962665a7cc8a9e28785ebc6c95c076c4266f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xkbprint/-/commit/58b9962665a7cc8a9e28785ebc6c95c076c4266f
You're receiving this email because of your account on gitlab.archlinux.org.