libhandy: update to 0.0.6.
This commit is contained in:
parent
34919f4cb2
commit
db149565c3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libhandy'
|
||||
pkgname=libhandy
|
||||
version=0.0.5
|
||||
version=0.0.6
|
||||
revision=1
|
||||
wrksrc="libhandy-v${version}"
|
||||
build_style=meson
|
||||
|
@ -10,12 +10,12 @@ configure_args="-Dexamples=false -Dtests=false $(vopt_bool vala vapi)
|
|||
hostmakedepends="glib-devel pkg-config $(vopt_if gir gobject-introspection)
|
||||
$(vopt_if vala vala-devel) $(vopt_if glade glade3-devel)"
|
||||
makedepends="gtk+3-devel libglib-devel"
|
||||
short_desc="A library full of GTK+ widgets for mobile phones"
|
||||
short_desc="Library full of GTK+ widgets for mobile phones"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://source.puri.sm/Librem5/libhandy"
|
||||
distfiles="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz"
|
||||
checksum=64fb814d5deceef8107d101fc4bef614e3b146b67a9d8a9492ac679eebd72b47
|
||||
distfiles="https://source.puri.sm/Librem5/libhandy/-/archive/v${version}/libhandy-v${version}.tar.gz"
|
||||
checksum=9d22e94fbc16043b59d9e2ea6e12a2ecc7ce821943379c1f024afcabb56674a4
|
||||
|
||||
build_options="gir vala glade"
|
||||
desc_option_glade="Generate glade modules and catalog files"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="https://source.puri.sm/Librem5/libhandy/tags"
|
||||
pattern='/archive/[^/]+/\Q'"$pkgname"'\E-v?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Reference in New Issue