xorg-libxcomposite: update to 0.4.6

This commit is contained in:
Juergen Daubert 2022-12-05 13:42:31 +01:00
parent bfaba61ca1
commit ce127baf79
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
RWTSGWF5Q7TndPrZNkP7G0STioiAW2I6FPt6mR0RC0Cm3YG7aKqZTR65zql0uzk0bc5zK4VrlXvsyNutfr9WVOI7n7cMYEceagA= RWTSGWF5Q7TndPNFp8CjzRnHL3ng1z/ucDXku44bBTbtB3TPMDMlxPv7+AopJUAEBXhPphiCQNcuQ9hltyulQq2msKri2Rw46w4=
SHA256 (Pkgfile) = 7c63187622f95251e8e001470ad97c4adf08eac64b353934ea86979be2b54858 SHA256 (Pkgfile) = 8956c2e5282fdc232fdcb5583a68c3b64befe1160a1081608ca8fe7990fac529
SHA256 (.footprint) = 5dea3b77c6c5c70b31ceddfcd61f3eca5534206c02055b3bea0cb71e3a5bc9b7 SHA256 (.footprint) = 5dea3b77c6c5c70b31ceddfcd61f3eca5534206c02055b3bea0cb71e3a5bc9b7
SHA256 (libXcomposite-0.4.5.tar.bz2) = b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f SHA256 (libXcomposite-0.4.6.tar.xz) = fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87

View File

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