From b90100a751c063b5beaae55796619d8485fa7b42 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 29 Mar 2017 14:07:59 +0000 Subject: main/xf86-video-rendition: Stripping manually Stripping manually to avoid strip non-CARCH binaries, as reported: >>> xf86-video-rendition*: Stripping binaries strip: Unable to recognise the format of the input file `./usr/lib/xorg/modules/v20002d.uc' --- main/xf86-video-rendition/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/xf86-video-rendition') diff --git a/main/xf86-video-rendition/APKBUILD b/main/xf86-video-rendition/APKBUILD index 7796e673df..d50d1bed1e 100644 --- a/main/xf86-video-rendition/APKBUILD +++ b/main/xf86-video-rendition/APKBUILD @@ -8,6 +8,7 @@ arch="all" license="custom" subpackages="$pkgname-doc" depends= +options="!strip" makedepends="xorg-server-dev libxi-dev fontsproto randrproto videoproto renderproto" @@ -29,6 +30,9 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + + # Stripping manually + strip $pkgdir/usr/lib/xorg/modules/drivers/rendition_drv.so install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } md5sums="405dd1acba9c2e43d7aa67b631762495 xf86-video-rendition-4.2.6.tar.bz2" -- cgit v1.2.3