summaryrefslogtreecommitdiff
path: root/xorg-libxinerama-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-04-06 00:13:35 +1000
committerDanny Rawlins <monster.romster@gmail.com>2018-04-06 00:13:35 +1000
commit95fb9dad33f2c1937e3ab8de5778bf00980aa7b0 (patch)
tree2ed396613832126b683ce362d9e70adf6ccbbf3e /xorg-libxinerama-32
parent9567bc304e6739497b686830c22073cdedd31e0c (diff)
downloadcompat-32-95fb9dad33f2c1937e3ab8de5778bf00980aa7b0.tar.gz
compat-32-95fb9dad33f2c1937e3ab8de5778bf00980aa7b0.tar.xz
fix ports for proto changes in xorg
Diffstat (limited to 'xorg-libxinerama-32')
-rw-r--r--xorg-libxinerama-32/.signature4
-rw-r--r--xorg-libxinerama-32/Pkgfile6
2 files changed, 5 insertions, 5 deletions
diff --git a/xorg-libxinerama-32/.signature b/xorg-libxinerama-32/.signature
index 0a42f95a..fa9e7513 100644
--- a/xorg-libxinerama-32/.signature
+++ b/xorg-libxinerama-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXTCGclBaG5KVpk+2TaWUxdV9ujvqg8bSVyJgis7zrPIsOjEIzNFlrD91Ks6qpDFKrdFmK437lDCrOmczwFLN5Qs=
-SHA256 (Pkgfile) = 9118b391411461e24ab6295fda408432e1843dd4ed1a17c8d4b14f404581b6c0
+RWSwxGo/zH7eXWYQCMRxlS5EPDSfI80o7FAXPznaxsLd9sZr05S6ZRMFwig6fWO91Dxw4jZNqRU++0G3gpNMZvi3S8zDMOzgPQk=
+SHA256 (Pkgfile) = 372b29ad58f4b4c9ca541fc3712b8e4e2047a9858764c95c4f2e653e0d171784
SHA256 (.footprint) = 9bba7eaf1340fc5be76e101edd42ed81848767914f85d546b89688ba46936fb3
SHA256 (libXinerama-1.1.3.tar.bz2) = 7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2
diff --git a/xorg-libxinerama-32/Pkgfile b/xorg-libxinerama-32/Pkgfile
index 0d9b37a5..1a683521 100644
--- a/xorg-libxinerama-32/Pkgfile
+++ b/xorg-libxinerama-32/Pkgfile
@@ -1,7 +1,7 @@
# Description: X Xinerama client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
-# Depends on: xorg-libxext-32 xorg-libxinerama xorg-xineramaproto-32
+# Depends on: xorg-libxext-32 xorg-libxinerama
name=xorg-libxinerama-32
version=1.1.3
@@ -11,10 +11,10 @@ source=(https://www.x.org/releases/individual/lib/libXinerama-$version.tar.bz2)
build() {
cd libXinerama-$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/man,share}
}

Generated by cgit