mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libxshmfence: update to 1.3.2.
This commit is contained in:
parent
c20b5c073e
commit
e812668c8b
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'libxshmfence'.
|
# Template file for 'libxshmfence'
|
||||||
pkgname=libxshmfence
|
pkgname=libxshmfence
|
||||||
version=1.3
|
version=1.3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-shared-memory-dir=/dev/shm"
|
configure_args="--with-shared-memory-dir=/dev/shm"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorgproto"
|
makedepends="xorgproto"
|
||||||
short_desc="X Shared memory 'SyncFence' synchronization primitive"
|
short_desc="X Shared memory 'SyncFence' synchronization primitive"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
checksum=b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.xz"
|
||||||
|
checksum=870df257bc40b126d91b5a8f1da6ca8a524555268c50b59c0acd1a27f361606f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue