xorg-libsm: update to 1.2.4

This commit is contained in:
Juergen Daubert 2022-12-20 12:14:16 +01:00
parent b4674b95ff
commit 8d30d15efe
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndIkUHSrlPX1veWS95ZY3pqHMSjUdRnAzqJxDdpdz1dTzcGO73DnsHNxScAPU/lXTbFvec6jF5neDSLeFiFI69wk=
SHA256 (Pkgfile) = f1fabd859555b0df5bf412d5a139ec9a478f90e8673aab72addfd9847f2794fd
RWTSGWF5Q7TndC1dd9O8mhedcWF8xHBssC6qS3kVKavcSC+CG5MqJafU83LtPyFZA3w01hAGmZPo1HS7tGnckSAwYKRf9r5N5wQ=
SHA256 (Pkgfile) = 5c81b31cbe62405abc85005ce24bf0a8889a05452e909f57c0410c41906fa99a
SHA256 (.footprint) = 1dc38e16a0e79dc9c30fca529fecfb9087330565ca7fa65f2be04538b89e150f
SHA256 (libSM-1.2.3.tar.bz2) = 2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb
SHA256 (libSM-1.2.4.tar.xz) = fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84

View File

@ -4,18 +4,15 @@
# Depends on: util-linux xorg-libice
name=xorg-libsm
version=1.2.3
version=1.2.4
release=1
source=(https://www.x.org/releases/individual/lib/libSM-$version.tar.bz2)
source=(https://xorg.freedesktop.org/archive/individual/lib/libSM-$version.tar.xz)
build() {
cd libSM-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libSM/{SMlib,xsmp}.xml
find $PKG/usr/share -type d -delete
}