gdk-pixbuf: correct license
This commit is contained in:
parent
cb5bcaabb4
commit
741f5f0f4d
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdk-pixbuf'
|
||||
pkgname=gdk-pixbuf
|
||||
version=2.40.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dgir=$(vopt_if gir true false) -Djasper=false
|
||||
|
@ -12,7 +12,7 @@ makedepends="libX11-devel libglib-devel libpng-devel tiff-devel
|
|||
depends="shared-mime-info"
|
||||
short_desc="Image loading library for The GTK+ toolkit (v2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1582595099537ca8ff3b99c6804350b4c058bb8ad67411bbaae024ee7cead4e6
|
||||
|
@ -29,7 +29,6 @@ pre_configure() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
touch gdk-pixbuf/loaders.cache
|
||||
fi
|
||||
sed -i "s|subdir('tests')||g" -i meson.build
|
||||
}
|
||||
|
||||
gdk-pixbuf-xlib_package() {
|
||||
|
|
Loading…
Reference in a new issue