xorg-libxres: update to 1.2.2

This commit is contained in:
Juergen Daubert 2022-12-05 13:43:15 +01:00
parent 5eab2ba5b5
commit 63ccd63344
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
RWTSGWF5Q7TndMSK222nUijR5w7p1xa5qoMsG+7WgTv7eKQpldHwx3GDJMFvR5lmFRaa7FknV/0arrHSUxUdn7MS3GLkrJsaAgE= RWTSGWF5Q7TndOaa3kkp30zuZHRU4s8LB/xLEAlMxNMm9k2Rm7dW7em23kVhAYsxifVFGT7z+yKxDtfW7ghRthRuX9OseUcrww8=
SHA256 (Pkgfile) = 0fc40d0f835862e201cd10e4212f18d74fca36dc15b6e7776bc9a8ce148da912 SHA256 (Pkgfile) = a678fa5d82d0bbda842a6dc8d0a2fbc10c8cb71a99ee4d402c013dcbac435f90
SHA256 (.footprint) = ba416a99a3364f9408b1dff8ce74398565b08998241e204f8a6ce70bbbffd302 SHA256 (.footprint) = ba416a99a3364f9408b1dff8ce74398565b08998241e204f8a6ce70bbbffd302
SHA256 (libXres-1.2.1.tar.bz2) = b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11 SHA256 (libXres-1.2.2.tar.xz) = 9a7446f3484b9b7538ac5ee30d2c1ce9e5b7fbbaf1440e02f6cca186a1fa745f

View File

@ -4,15 +4,13 @@
# Depends on: xorg-libxext # Depends on: xorg-libxext
name=xorg-libxres name=xorg-libxres
version=1.2.1 version=1.2.2
release=1 release=1
source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.bz2) source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.xz)
build() { build() {
cd libXres-$version cd libXres-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }