xorg-libxt-32: 1.1.5 -> 1.2.0

This commit is contained in:
Danny Rawlins 2019-07-15 21:43:11 +10:00
parent 8795e63df4
commit 6fb37ecb88
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXXRdaPeHN+0jS3rDhdm/IwyImg9uJax3I/ZYW4pZu/eJTiDCRE8/NlrEaOjs4QjLmiraXvHTa7hCfbVBwEo+5A8=
SHA256 (Pkgfile) = ba07a95dc86be4150ad5c3e6905578d259558b7411a4365acfc4dfdc6ca1325e
RWSwxGo/zH7eXS/ufF2n4sQWx0+fh+mKgawCb8TJatmLa8JuoVWUJXe8btKKM+ITPHLM5/FwtCNjnCaQAiqU2y7rGehCuhed5AQ=
SHA256 (Pkgfile) = f5a60787dfffb7c32b3702feffe0239893b35e091416c5953164ebddf316f5bd
SHA256 (.footprint) = 2fb4decfa3984b1c2c6907f6dec4314152f4ebb84c7cf6d8ecc1ffc63bc9552c
SHA256 (libXt-1.1.5.tar.bz2) = 46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a
SHA256 (libXt-1.2.0.tar.bz2) = b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831

View File

@ -4,16 +4,16 @@
# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-libxt
name=xorg-libxt-32
version=1.1.5
version=1.2.0
release=1
source=(https://www.x.org/releases/individual/lib/libXt-$version.tar.bz2)
build() {
cd libXt-$version
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man,share}
rm -rf $PKG/usr/{include,share}
}