xrdb: update to 1.2.1
Prefer cpp or clang-cpp for preprocessing if installed
This commit is contained in:
parent
bbb97c66df
commit
872e16e9ad
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'xrdb'
|
||||
pkgname=xrdb
|
||||
version=1.2.0
|
||||
revision=2
|
||||
version=1.2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-cpp=/usr/bin/mcpp"
|
||||
configure_args="--with-cpp=/usr/bin/cpp,/usr/bin/clang-cpp,/usr/bin/mcpp"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel libXmu-devel"
|
||||
depends="mcpp"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946
|
||||
checksum=4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue