slop: update to 4.2.18 and reset maintainer due to inactivity.

This commit is contained in:
Juan RP 2015-07-18 09:04:15 +02:00
parent 333ee36e50
commit 7277f55558

View file

@ -1,19 +1,18 @@
# Template file for 'slop' # Template file for 'slop'
pkgname=slop pkgname=slop
version=4.2.17 version=4.2.18
revision=2 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config cmake"
makedepends="imlib2-devel glew-devel libXext-devel libXrender-devel libXrandr-devel glm" makedepends="imlib2-devel glew-devel libXext-devel libXrender-devel libXrandr-devel glm"
short_desc="Utility to query 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="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/naelstrof/slop" homepage="https://github.com/naelstrof/slop"
distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz" distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz"
checksum=e0195424cda967573b30a837a1b050451df3b5a8cc34c60bcee918c20c0d318e checksum=0a10f137f90c2214642526a6ca417c4075c33ba4e31696f798f875b782495de3
pre_build() { pre_build() {
# Remove a stray include # Remove a stray include
sed -e "/#include <execinfo.h>/d" \ sed -e "/#include <execinfo.h>/d" -i ${wrksrc}/src/main.cpp
-i ${wrksrc}/src/main.cpp
} }