Remove package: imlib2-webp-1.0
This commit is contained in:
parent
34ab47852c
commit
527578b61a
|
@ -0,0 +1 @@
|
|||
imlib2
|
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'imlib2-webp'
|
||||
pkgname=imlib2-webp
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="imlib2-devel libwebp-devel"
|
||||
short_desc="WebP loader for Imlib2"
|
||||
maintainer="mustaqim <mustaqim@pm.me>"
|
||||
license="custom:The Regents of the University of California, BSD-4-Clause-UC"
|
||||
homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
|
||||
distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
|
||||
checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'imlib2'
|
||||
pkgname=imlib2
|
||||
version=1.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -36,3 +36,9 @@ imlib2-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
imlib2-webp_package() {
|
||||
build_style=meta
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc="WebP loader for Imlib2 (transitional dummy package)"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue