mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
grilo: bump libsoup requirement.
This commit is contained in:
parent
bd854e4244
commit
f80e34bdf9
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'grilo'
|
# Template file for 'grilo'
|
||||||
pkgname=grilo
|
pkgname=grilo
|
||||||
version=0.2.7
|
version=0.2.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
|
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
makedepends="vala-devel>=0.20 gtk+3-devel>=3.8 libxml2-devel libsoup-devel
|
makedepends="vala-devel>=0.22 gtk+3-devel>=3.8 libxml2-devel
|
||||||
liboauth-devel"
|
libsoup-devel>=2.44 liboauth-devel"
|
||||||
short_desc="Framework focused on making media discovery and browsing easy"
|
short_desc="Framework focused on making media discovery and browsing easy"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -30,7 +30,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
grilo-devel_package() {
|
grilo-devel_package() {
|
||||||
depends="gtk+3-devel libxml2-devel libsoup-devel grilo-${version}_${revision}"
|
depends="gtk+3-devel libxml2-devel libsoup-devel>=2.44 grilo-${version}_${revision}"
|
||||||
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