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 changed files with 6 additions and 10 deletions
|
@ -1,16 +1,12 @@
|
||||||
# Template file for 'fbgrab'
|
# Template file for 'fbgrab'
|
||||||
pkgname=fbgrab
|
pkgname=fbgrab
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="zlib-devel libpng-devel"
|
makedepends="zlib-devel libpng-devel"
|
||||||
short_desc="A linux framebuffer screenshot program"
|
short_desc="Linux framebuffer screenshot program"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://fbgrab.monells.se/"
|
homepage="https://github.com/GunnarMonell/fbgrab"
|
||||||
distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
|
distfiles="https://github.com/GunnarMonell/fbgrab/archive/$version.tar.gz"
|
||||||
checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
|
checksum="62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e"
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
sed 's,/usr/man,/usr/share/man,' -i Makefile
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue