summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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