scrot: use tarball with configure script (#25176)

This commit is contained in:
Harmen Stoppels 2021-08-03 14:13:08 +02:00 committed by GitHub
parent a62210efb9
commit 62d59f0fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,12 @@ class Scrot(AutotoolsPackage):
dynamic saver modules."""
homepage = "https://github.com/resurrecting-open-source-projects/scrot"
url = "https://github.com/resurrecting-open-source-projects/scrot/archive/refs/tags/1.5.tar.gz"
url = "https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.5/scrot-1.5.tar.gz"
version('1.5', sha256='87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f')
version('1.6', sha256='42f64d38f04ec530c8b4ebdae04cce8b6893b2f8d30627391d390edcba917090')
version('1.5', sha256='42fcf1c97940f4b4e34ca69990a0fc9b98991357bd6a4b67f30ebe0ccc10f093')
depends_on('autoconf-archive', type='build')
depends_on('automake', type='build')
depends_on('giblib', when='@:1.5') # @master already has this dependency removed
depends_on('giblib', when='@:1.5')
depends_on('imlib2')
depends_on('libtool')
depends_on('libxcomposite')