xclip: update to 0.13.
This commit is contained in:
parent
42e5c0684f
commit
8f3c422829
1 changed files with 11 additions and 6 deletions
|
@ -1,12 +1,17 @@
|
||||||
# Template file for 'xclip'
|
# Template file for 'xclip'
|
||||||
pkgname=xclip
|
pkgname=xclip
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz"
|
build_style=gnu-configure
|
||||||
checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45"
|
hostmakedepends="automake"
|
||||||
build_style="gnu-configure"
|
|
||||||
makedepends="libXmu-devel"
|
makedepends="libXmu-devel"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="http://sourceforge.net/projects/xclip/"
|
homepage="https://github.com/astrand/xclip"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="Command line interface to the X11 clipboard"
|
short_desc="Command line interface to the X11 clipboard"
|
||||||
|
distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz"
|
||||||
|
checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue