xrdb: update to 1.0.7.
This commit is contained in:
parent
0b95e88c01
commit
b974ac8dbf
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template build file for 'xrdb'.
|
||||
pkgname=xrdb
|
||||
version=1.0.6
|
||||
version=1.0.7
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="X server resource database utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8d062a3764665fcf22b14df4a5aca6af1e6d7d613296875b31b68e74ef66fc99
|
||||
checksum=0c70a433f78c1dd3bf02e44e03a7534f3fe3ff45643ecbd7844d0ca3c74157b1
|
||||
long_desc="
|
||||
xrdb is a program to query a modify the resource database of a X server.
|
||||
|
||||
This is from the modular X.org X11 project."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency run libXmu
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXmu
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build libXmu-devel
|
||||
|
|
Loading…
Reference in a new issue