Skip to content
Snippets Groups Projects
Unverified Commit 2f8dfa1c authored by alice's avatar alice
Browse files

main/libxxf86vm: upgrade to 1.1.5

parent 58b061ec
No related branches found
Tags v2.0_rc8
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxxf86vm
pkgver=1.1.4
pkgrel=3
pkgver=1.1.5
pkgrel=0
pkgdesc="X11 XFree86 video mode extension library"
url="http://xorg.freedesktop.org/"
arch="all"
......@@ -9,19 +9,14 @@ license="custom"
options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
makedepends="xorgproto libx11-dev libxext-dev util-macros"
source="https://www.x.org/releases/individual/lib/libXxf86vm-$pkgver.tar.bz2"
source="https://www.x.org/releases/individual/lib/libXxf86vm-$pkgver.tar.xz"
builddir="$srcdir"/libXxf86vm-$pkgver
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
--prefix=/usr \
--disable-static
make
}
......@@ -30,4 +25,6 @@ package() {
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
sha512sums="c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0 libXxf86vm-1.1.4.tar.bz2"
sha512sums="
68226fcb9773a583ea417ab413146203dd7db6ff8a4d388285da972353355e11e179861a77c9fa284aefac025bb3bbf5a9537fa0bf246c782e0116a667c9d9b6 libXxf86vm-1.1.5.tar.xz
"
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