fbgrab: update to 1.4, xlint.
Updates fbgrab to 1.4 and changes homepage and distfiles source to GitHub as website has been removed. Also remove outdated sed. Closes: #28572 [via git-merge-pr]
This commit is contained in:
parent
f8860d60a4
commit
20b3fbffc3
|
@ -1,16 +1,12 @@
|
|||
# Template file for 'fbgrab'
|
||||
pkgname=fbgrab
|
||||
version=1.3
|
||||
revision=2
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="zlib-devel libpng-devel"
|
||||
short_desc="A linux framebuffer screenshot program"
|
||||
short_desc="Linux framebuffer screenshot program"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://fbgrab.monells.se/"
|
||||
distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
|
||||
checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
|
||||
|
||||
pre_install() {
|
||||
sed 's,/usr/man,/usr/share/man,' -i Makefile
|
||||
}
|
||||
homepage="https://github.com/GunnarMonell/fbgrab"
|
||||
distfiles="https://github.com/GunnarMonell/fbgrab/archive/$version.tar.gz"
|
||||
checksum="62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e"
|
||||
|
|
Loading…
Reference in New Issue