Skip to content
Snippets Groups Projects
Commit b90100a7 authored by Breno Leitao's avatar Breno Leitao Committed by Ariadne Conill
Browse files

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'
parent 6559182b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment