summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-12-20 12:14:16 +0100
committerJuergen Daubert <jue@jue.li>2022-12-20 12:14:16 +0100
commit8d30d15efea8d08eb2c810b1ff7eaf2a39984936 (patch)
tree0e5da7a3dc1c606fe1b93139eeccf11191f09857
parentb4674b95ffb7541e41863b02ea3f505117b31dec (diff)
downloadxorg-8d30d15efea8d08eb2c810b1ff7eaf2a39984936.tar.gz
xorg-8d30d15efea8d08eb2c810b1ff7eaf2a39984936.tar.xz
xorg-libsm: update to 1.2.4
-rw-r--r--xorg-libsm/.signature6
-rw-r--r--xorg-libsm/Pkgfile7
2 files changed, 5 insertions, 8 deletions
diff --git a/xorg-libsm/.signature b/xorg-libsm/.signature
index 0e5df0ba..a3530905 100644
--- a/xorg-libsm/.signature
+++ b/xorg-libsm/.signature
@@ -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
diff --git a/xorg-libsm/Pkgfile b/xorg-libsm/Pkgfile
index 012fca65..822ab8cc 100644
--- a/xorg-libsm/Pkgfile
+++ b/xorg-libsm/Pkgfile
@@ -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
}

Generated by cgit