mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
libchamplain: update to 0.12.19.
This commit is contained in:
parent
8521894926
commit
0288a47c24
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libchamplain'
|
# Template file for 'libchamplain'
|
||||||
pkgname=libchamplain
|
pkgname=libchamplain
|
||||||
version=0.12.18
|
version=0.12.19
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dintrospection=$(vopt_if gir true false)
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://projects.gnome.org/libchamplain/"
|
homepage="http://projects.gnome.org/libchamplain/"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=68ecc8561565693980ed7c0ad8feebbebc7afed77a382bbe14e097a68f7c6fe4
|
checksum=36842e326cdbe3cdbdab818472797eedb661dec842fe0579596a3a8d438b2aa4
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
@ -25,7 +25,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
libchamplain-devel_package() {
|
libchamplain-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} libglib-devel cairo-devel
|
||||||
|
clutter-devel sqlite-devel libsoup-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue