gnome-online-accounts: update to 3.18.0.
This commit is contained in:
parent
d0a1fa001b
commit
118578ddfd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnome-online-accounts'
|
||||
pkgname=gnome-online-accounts
|
||||
version=3.16.4.1
|
||||
version=3.18.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -16,8 +16,8 @@ short_desc="GNOME service to access online accounts"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*.*}/$pkgname-$version.tar.xz"
|
||||
checksum=68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -25,7 +25,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
gnome-online-accounts-devel_package() {
|
||||
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libglib-devel gtk+3-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue