xorg-xdriinfo: update to 1.0.7

This commit is contained in:
Juergen Daubert 2022-12-20 12:14:47 +01:00
parent 8d30d15efe
commit 0fe89fdb1c
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndE4OSIyMG8QigUIgHlM5vjIuil3993+f6MOkQBfVTX8GTthaQbybxjSA/MjY2URaH7OhjygmCjB5MRDu9KTmQQc= RWTSGWF5Q7TndGq6qyu4xMdrejT5cHrxJJUNRWtM4JbCXKRs2/mldPknjFKx3oQtD+tMhhB93wz9UbbswRouBgK6OyClMAZK3Qo=
SHA256 (Pkgfile) = 2e6de6211f1d1590b1d5fa3c592e72b397878f692bb962b623e57555959da0bd SHA256 (Pkgfile) = 7bfd2a43b83813c9311ce7469359352b4c4e71ede433454b861021b06ab6b962
SHA256 (.footprint) = 5a4449e849ae43aec8c78fa1e473e2237bf5661c877036a5eef2d8e7b565c346 SHA256 (.footprint) = 5a4449e849ae43aec8c78fa1e473e2237bf5661c877036a5eef2d8e7b565c346
SHA256 (xdriinfo-1.0.6.tar.bz2) = d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51 SHA256 (xdriinfo-1.0.7.tar.xz) = dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734

View File

@ -4,15 +4,13 @@
# Depends on: mesa # Depends on: mesa
name=xorg-xdriinfo name=xorg-xdriinfo
version=1.0.6 version=1.0.7
release=1 release=1
source=(https://www.x.org/releases/individual/app/xdriinfo-$version.tar.bz2) source=(https://xorg.freedesktop.org/archive/individual/app/xdriinfo-$version.tar.xz)
build() { build() {
cd xdriinfo-$version cd xdriinfo-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }