xorg-xcb-util-wm: update to 0.4.2

This commit is contained in:
Juergen Daubert 2022-10-19 09:57:36 +02:00
parent 722de1a4a0
commit e27f4791e0
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndA3KgeGnFOKSEmajAq8tf+kdi8zeO/UX0i1+pXuCE2CKSOPF+n5J8SdoYlGalChuUmKD3CRS13PQ92wXYgI5Qgg=
SHA256 (Pkgfile) = 865c4666059a558e38b3282d5a043e9224811e1a0001610c29b5adb4e2fb0675
RWTSGWF5Q7TndEAudEvhR9sxqZ+fy0QMGQPJXvqtYKrU7KaNmBP756W5/Homp1hh1ADmg8YnVeQAllVaYO2uIsgfzftLrGdeTwg=
SHA256 (Pkgfile) = 78ca8e10e44a45989177a1991497c0710235d205106f2ab107ae04a134619bf7
SHA256 (.footprint) = 4554540eb3aef14e12221d43da5ad430f8173318ef1e3155006f66582adce1c9
SHA256 (xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
SHA256 (xcb-util-wm-0.4.2.tar.xz) = 62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b

View File

@ -4,15 +4,13 @@
# Depends on: xorg-libxcb
name=xorg-xcb-util-wm
version=0.4.1
version=0.4.2
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.bz2)
source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.xz)
build() {
cd xcb-util-wm-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}