mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libXres: update to 1.0.7.
This commit is contained in:
parent
a3a18ab67b
commit
6f9577974f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libXres'.
|
# Template build file for 'libXres'.
|
||||||
pkgname=libXres
|
pkgname=libXres
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="resourceproto libXext-devel"
|
makedepends="resourceproto libXext-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="${XORG_SITE}"
|
homepage="${XORG_SITE}"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890
|
checksum=26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the X Resource Information Extension Library
|
This package contains the X Resource Information Extension Library
|
||||||
from the modular X.org project.
|
from the modular X.org project.
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
|
|
||||||
libXres-devel_package() {
|
libXres-devel_package() {
|
||||||
depends="xproto libXext-devel libXres>=${version}"
|
depends="xproto libXext-devel libXres>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue