summaryrefslogtreecommitdiff
path: root/xorg-libxcomposite-32
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxcomposite-32')
-rw-r--r--xorg-libxcomposite-32/.signature4
-rw-r--r--xorg-libxcomposite-32/Pkgfile7
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-libxcomposite-32/.signature b/xorg-libxcomposite-32/.signature
index d162b8d8..f768bd4b 100644
--- a/xorg-libxcomposite-32/.signature
+++ b/xorg-libxcomposite-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXaPXSg9vpIPS72kY8n5RHNJGmW8+UDDOKT+6+iGushrFx/FRc2ROhHIoqVZKm9IDI7JNfrljdnPVxBvzjjL04QU=
-SHA256 (Pkgfile) = d2f187fce0d46a1e45d595a7b28f0120dffcbf7386e91f941998a4b9058a45ab
+RWSwxGo/zH7eXXwHlIaBzyn4/D9uRZZ/Jzmud78gxJjrmXNqSFDeNa+5ZJwB1zd55To0QDolt4P0D0xvGo4lgMMyrpC0wlvhIQg=
+SHA256 (Pkgfile) = dec21702eaf83ae61b4aa51ae7a990326fb7746f1f9582f8fe2bbacb626f7af7
SHA256 (.footprint) = 83f0787863cdfdeec5e393100b805316a379eb884282d7940be2348b9641adb0
SHA256 (libXcomposite-0.4.4.tar.bz2) = ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178
diff --git a/xorg-libxcomposite-32/Pkgfile b/xorg-libxcomposite-32/Pkgfile
index 1c3ed217..a5fbe4dc 100644
--- a/xorg-libxcomposite-32/Pkgfile
+++ b/xorg-libxcomposite-32/Pkgfile
@@ -1,7 +1,7 @@
# Description: X Composite extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
-# Depends on: xorg-compositeproto-32 xorg-libxcomposite xorg-libxext-32 xorg-libxfixes-32
+# Depends on: xorg-libxcomposite xorg-libxext-32 xorg-libxfixes-32
name=xorg-libxcomposite-32
version=0.4.4
@@ -11,9 +11,10 @@ source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.bz2
build() {
cd libXcomposite-$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}
+
+ rm -r $PKG/usr/{include,share/man,share}
}

Generated by cgit