gifsicle: subsume "Gifsicle"

This commit is contained in:
cinerea0 2021-10-21 14:42:34 -04:00 committed by Piotr
parent 1d493987cc
commit bf9dac56fe
4 changed files with 8 additions and 16 deletions

1
srcpkgs/Gifsicle Symbolic link
View file

@ -0,0 +1 @@
gifsicle

View file

@ -1,13 +0,0 @@
# Template file for 'Gifsicle'
pkgname=Gifsicle
version=1.92
revision=1
wrksrc="gifsicle-${version}"
build_style=gnu-configure
makedepends="libX11-devel"
short_desc="Command-line GIF manipulation tool"
maintainer="ColdPhoenix <coldphoenix@interia.pl>"
license="GPL-2.0-only"
homepage="https://www.lcdf.org/gifsicle"
distfiles="${homepage}/gifsicle-${version}.tar.gz"
checksum=5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfce65

View file

@ -1,2 +0,0 @@
site="https://www.lcdf.org/gifsicle/changes.html"
pattern='<b>\K[0-9\.]+(?=</b>)'

View file

@ -1,7 +1,7 @@
# Template file for 'gifsicle'
pkgname=gifsicle
version=1.93
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
short_desc="Command-line tool for information about GIF images"
@ -14,3 +14,9 @@ checksum=941c0b1c3ebc748949a0d14363f0fb3c9d2c06ee122b3548315b9233eb956d88
pre_configure() {
autoreconf -fi
}
Gifsicle_package() {
depends="gifsicle"
short_desc+=" (transitional dummy package)"
build_style=meta
}