slop: update to 3.1.14

This commit is contained in:
Alessio Sergi 2014-11-18 16:14:48 +01:00
parent 608bd84454
commit e06807f1ff

View File

@ -1,18 +1,13 @@
# Template file for 'slop' # Template file for 'slop'
pkgname=slop pkgname=slop
version=3.1.12 version=3.1.14
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config cmake"
makedepends="libX11-devel libXext-devel" makedepends="libX11-devel libXext-devel"
short_desc="Utility to query the user for a selection and print the region to stdout" short_desc="Utility to query for a selection and print the region to stdout"
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>" maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/naelstrof/${pkgname}" homepage="https://github.com/naelstrof/slop"
distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz"
checksum=33111ee81017238a384c261ae2d8f5338b3aeed22996e12bae6b7c89107b11de checksum=9b1eae03dae4c6fb20e58291e815f36754c99f3ff27d5b9e5658e0565f7c7fea
pre_build() {
# workaround for the cmake file expecting to be run in ., not build
cp build/src/cmdline.h src/cmdline.h
}