scrot: update to 1.4.
This commit is contained in:
parent
3c08dc04ee
commit
d4c1eedcd0
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'scrot'
|
# Template file for 'scrot'
|
||||||
pkgname=scrot
|
pkgname=scrot
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="docsdir=/usr/share/doc/scrot"
|
make_install_args="docsdir=/usr/share/doc/scrot"
|
||||||
hostmakedepends="automake autoconf-archive"
|
hostmakedepends="automake autoconf-archive"
|
||||||
makedepends="libX11-devel libXcursor-devel giblib-devel imlib2-devel"
|
makedepends="libXcomposite-devel libXcursor-devel giblib-devel imlib2-devel"
|
||||||
short_desc="Simple command-line screenshot utility for X"
|
short_desc="Simple command-line screenshot utility for X"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/resurrecting-open-source-projects/scrot"
|
homepage="https://github.com/resurrecting-open-source-projects/scrot"
|
||||||
distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
|
distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
|
||||||
checksum=b9bfcc01a3021bd53864b3c7b5f7b1b11b3e430be15ce97332431c48003d64ac
|
checksum=e19eec69bcdc249917c452270e1c8f28188003b052c352e25999b281cb03510c
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue