diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-04-06 00:13:35 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-04-06 00:13:35 +1000 |
commit | 95fb9dad33f2c1937e3ab8de5778bf00980aa7b0 (patch) | |
tree | 2ed396613832126b683ce362d9e70adf6ccbbf3e /xorg-libxau-32 | |
parent | 9567bc304e6739497b686830c22073cdedd31e0c (diff) | |
download | compat-32-95fb9dad33f2c1937e3ab8de5778bf00980aa7b0.tar.gz compat-32-95fb9dad33f2c1937e3ab8de5778bf00980aa7b0.tar.xz |
fix ports for proto changes in xorg
Diffstat (limited to 'xorg-libxau-32')
-rw-r--r-- | xorg-libxau-32/.signature | 4 | ||||
-rw-r--r-- | xorg-libxau-32/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/xorg-libxau-32/.signature b/xorg-libxau-32/.signature index 03f73a84..dc0379e6 100644 --- a/xorg-libxau-32/.signature +++ b/xorg-libxau-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXU6RwqKq/Jqkdc0NtoMyNm7YXgOKJAAQPMgneVllVJdNAzzyIWKbUYLTv9GWRrlqdWo8yASWdbsHf1tyXJ99HwI= -SHA256 (Pkgfile) = 5443051eb39449586c73b1700597c135a6ad75771a0407bdf38fd829367e2367 +RWSwxGo/zH7eXTC8ZyOn13Qx9nU1xqewZboJZL5tvToSVyVSjaGWslxwAC3acTB0ZSGE5NwzDyEnFATdL0sRZTB1PVpIUT5SGQY= +SHA256 (Pkgfile) = ac8c353ba83a9efec1b61fe4449783438431d0abb34c1888da38e9db2ad7443d SHA256 (.footprint) = f67bf75c5b732eddee176becf12b5507fdb214edc96367650c3a185aa59686d4 SHA256 (libXau-1.0.8.tar.bz2) = fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2 diff --git a/xorg-libxau-32/Pkgfile b/xorg-libxau-32/Pkgfile index 81ee33da..e649ee6a 100644 --- a/xorg-libxau-32/Pkgfile +++ b/xorg-libxau-32/Pkgfile @@ -1,7 +1,7 @@ # Description: X Authorization routines # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-xproto-32 xorg-libxau +# Depends on: xorg-libxau name=xorg-libxau-32 version=1.0.8 @@ -11,9 +11,9 @@ source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.bz2) build() { cd libXau-$version - ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 + ./configure --prefix=/usr --libdir=/usr/lib32 make make DESTDIR=$PKG install - rm -r $PKG/usr/{include,man} + rm -r $PKG/usr/{include,share} } |