diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
commit | 624e141150ea71c22164ca4ac6602d6d5a191674 (patch) | |
tree | 7e4f924e39fd73afb927925fbd75f857a41fae9c /extra/libdrm/PKGBUILD | |
parent | 692010aa202808a5b0ab62a132e5e366e34273fc (diff) | |
parent | b625511a28fd8401f524474b5339e75328595150 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/mlt/PKGBUILD
community-testing/acetoneiso2/PKGBUILD
community-testing/paraview/PKGBUILD
community-testing/qbittorrent/PKGBUILD
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/virtualbox.install
community/chmsee/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdeutils/PKGBUILD
extra/libmpdclient/PKGBUILD
extra/xf86-video-ati/PKGBUILD
extra/xfce4-session/PKGBUILD
extra/xfce4-smartbookmark-plugin/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'extra/libdrm/PKGBUILD')
-rw-r--r-- | extra/libdrm/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/extra/libdrm/PKGBUILD b/extra/libdrm/PKGBUILD index 7523955ae..15c62994a 100644 --- a/extra/libdrm/PKGBUILD +++ b/extra/libdrm/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 130679 2011-07-07 17:20:06Z andyrtr $ +# $Id: PKGBUILD 141675 2011-11-02 06:41:48Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libdrm -pkgver=2.4.26 +pkgver=2.4.27 pkgrel=1 pkgdesc="Userspace interface to kernel DRM services" arch=(i686 x86_64 'mips64el') license=('custom') depends=('glibc' 'libpciaccess') +makedepends=('cairo') options=('!libtool') url="http://dri.freedesktop.org/" source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2 no-pthread-stubs.patch COPYING) -md5sums=('062569426773f69b11a47a7712bba770' +md5sums=('0fba4f42735cd3d24dd7a8cde0023fbd' 'c722c8406507b7e3a8da7a3030d1d9cf' 'ba65e71c481b94ef0fb6c23c7f21ffa1') @@ -32,6 +33,11 @@ build() { make } +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make -k check +} + package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install |