mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
libXres: update to 1.2.0.
This commit is contained in:
parent
2acbcc9ae3
commit
91312a1c5f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXres'.
|
||||
pkgname=libXres
|
||||
version=1.0.7
|
||||
revision=2
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="resourceproto libXext-devel"
|
||||
|
@ -10,14 +10,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
|
||||
checksum=ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libXres-devel_package() {
|
||||
depends="xproto libXext-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="xproto ${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue