libhandy: update to 0.0.10, orphan package

This commit is contained in:
Helmut Pozimski 2019-08-06 10:43:38 +02:00
parent f5601f3111
commit 65a1ac207a

View file

@ -1,7 +1,7 @@
# Template file for 'libhandy' # Template file for 'libhandy'
pkgname=libhandy pkgname=libhandy
version=0.0.9 version=0.0.10
revision=2 revision=1
wrksrc="libhandy-v${version}" wrksrc="libhandy-v${version}"
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
@ -12,11 +12,11 @@ configure_args="-Dexamples=false -Dtests=false $(vopt_bool vala vapi)
hostmakedepends="glib-devel pkg-config $(vopt_if vala vala-devel)" hostmakedepends="glib-devel pkg-config $(vopt_if vala vala-devel)"
makedepends="gtk+3-devel libglib-devel $(vopt_if glade glade3-devel)" makedepends="gtk+3-devel libglib-devel $(vopt_if glade glade3-devel)"
short_desc="Library full of GTK+ widgets for mobile phones" short_desc="Library full of GTK+ widgets for mobile phones"
maintainer="Rasmus Thomsen <oss@cogitri.dev>>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://source.puri.sm/Librem5/libhandy" homepage="https://source.puri.sm/Librem5/libhandy"
distfiles="https://source.puri.sm/Librem5/libhandy/-/archive/v${version}/libhandy-v${version}.tar.gz" distfiles="https://source.puri.sm/Librem5/libhandy/-/archive/v${version}/libhandy-v${version}.tar.gz"
checksum=a9f3c06eaa482efabc1d00dd2df65dc7d41253a71c0cb0402328a831a4f398a3 checksum=9f4528c07bdb9796300ff0efb165cdc48cfcd7f28952c9d776de15b735844981
build_options="gir vala glade" build_options="gir vala glade"
desc_option_glade="Generate glade modules and catalog files" desc_option_glade="Generate glade modules and catalog files"