xorg-libxscrnsaver: update to 1.2.4

This commit is contained in:
Juergen Daubert 2022-12-05 13:43:34 +01:00
parent 63ccd63344
commit 0ea4302b66
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
RWTSGWF5Q7TndFyZYuZIACZgSw7sOXaqU5yGkkGdse6ozA3kQLdQKb1A2GD8+QA+UevEvA+3UGFbaTsC/ApWqq54Z35uXKc0sgc= RWTSGWF5Q7TndKw+HCCYpw+2Kz8Uk1KxIxf1X1JUdda1HKFVeYbu746k6D4qVDXV24xkqkp2r0oMjgnDS4NXjIQVPzFabfEmLw8=
SHA256 (Pkgfile) = c1920fbcf8e42de2e031aedd2ab8ffd1f10ee8c582bb0c8f1fbfa401a46f4b6c SHA256 (Pkgfile) = e9d55098633ec9abcd2d8a6d5f79d121d6af16791264f511dd058007a50a9861
SHA256 (.footprint) = 1a2531334f4c1b35b84e1e01e365c8215a8eade250b70d574dd7227f7ecf1e51 SHA256 (.footprint) = 1a2531334f4c1b35b84e1e01e365c8215a8eade250b70d574dd7227f7ecf1e51
SHA256 (libXScrnSaver-1.2.3.tar.bz2) = f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8 SHA256 (libXScrnSaver-1.2.4.tar.xz) = 75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe

View File

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