New package: gdk-pixbuf-xlib-2.40.2

This commit is contained in:
Enno Boland 2021-10-01 10:40:36 +02:00
parent b3f7870d83
commit c0453f5aa1
No known key found for this signature in database
GPG key ID: 5A7B9F1D0DFEB55D
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1 @@
gdk-pixbuf-xlib

View file

@ -0,0 +1,26 @@
# Template file for 'gdk-pixbuf-xlib'
pkgname=gdk-pixbuf-xlib
version=2.40.2
revision=1
build_style=meson
#hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
hostmakedepends="pkg-config"
makedepends="libX11-devel gdk-pixbuf-devel"
depends="shared-mime-info"
short_desc="Image loading library for The GTK+ toolkit (v2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
distfiles="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=e7d9b6a8ca53b6500a82ee8d5a1b3c17780740a6ca7bf04a5dabba0fe50bb7ff
gdk-pixbuf-xlib-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}
gdk-pixbuf>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/include
}
}