summaryrefslogtreecommitdiffstats
path: root/main/xf86-video-rendition
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-28 10:05:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-28 10:25:23 +0000
commit289087eb5e6255203d60686955271ced729e78fb (patch)
treecb2ab5571f19a317cf6850b59e2bd7fb99a9db75 /main/xf86-video-rendition
parent05597e118f02cae3d8e7dba7c8a3cb23b77bf42d (diff)
downloadaports-fcolista-289087eb5e6255203d60686955271ced729e78fb.tar.bz2
aports-fcolista-289087eb5e6255203d60686955271ced729e78fb.tar.xz
main/xf86-video-rendition: rebuild against xorg-1.11
Diffstat (limited to 'main/xf86-video-rendition')
-rw-r--r--main/xf86-video-rendition/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/xf86-video-rendition/APKBUILD b/main/xf86-video-rendition/APKBUILD
index 83c70e8015..4d996b9607 100644
--- a/main/xf86-video-rendition/APKBUILD
+++ b/main/xf86-video-rendition/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-rendition
pkgver=4.2.4
-pkgrel=2
+pkgrel=3
pkgdesc="Rendition video driver"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-doc"
depends=
makedepends="pkgconfig xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto"
@@ -23,6 +23,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
md5sums="75cc28125077acb7344955294545553b xf86-video-rendition-4.2.4.tar.bz2"