xorg-libxdamage: update to 1.1.6

This commit is contained in:
Juergen Daubert 2022-12-05 13:42:55 +01:00
parent ce127baf79
commit 5eab2ba5b5
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
RWTSGWF5Q7TndNHQ8Je3fbYN/hNg7fwItVEfDX2MS95DU9+rH1mV7i8eizJ0wl1tmiw5PJht40Kdpug2wv6nsZbYAAZImFR7UwQ= RWTSGWF5Q7TndIaySjztfULcr4iBbbwlTiMqbHsDdO3D7EoJ6P4hla58+JZ2ewX2YrKuGUF4giyjnJ3y9iq12oqV0pCf4P7vFgc=
SHA256 (Pkgfile) = 9f362027c79ab735e265dd85e4a9f5f93edb72e12c6b20f8b14008d476db7f36 SHA256 (Pkgfile) = de8f8211575253535f94d7ec6cea68674f9d67cf4684f77d9c42239af76fe4fb
SHA256 (.footprint) = 8e9487b569cd6013f41c94e113068da2762e5186fe40dd9e687714443296006a SHA256 (.footprint) = 8e9487b569cd6013f41c94e113068da2762e5186fe40dd9e687714443296006a
SHA256 (libXdamage-1.1.5.tar.bz2) = b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45 SHA256 (libXdamage-1.1.6.tar.xz) = 52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11

View File

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