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