libhandy: update to 0.0.6.

This commit is contained in:
Piotr Wójcik 2019-01-01 20:37:26 +01:00 committed by maxice8
parent 34919f4cb2
commit db149565c3
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'libhandy' # Template file for 'libhandy'
pkgname=libhandy pkgname=libhandy
version=0.0.5 version=0.0.6
revision=1 revision=1
wrksrc="libhandy-v${version}" wrksrc="libhandy-v${version}"
build_style=meson 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) hostmakedepends="glib-devel pkg-config $(vopt_if gir gobject-introspection)
$(vopt_if vala vala-devel) $(vopt_if glade glade3-devel)" $(vopt_if vala vala-devel) $(vopt_if glade glade3-devel)"
makedepends="gtk+3-devel libglib-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>" maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
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="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz" distfiles="https://source.puri.sm/Librem5/libhandy/-/archive/v${version}/libhandy-v${version}.tar.gz"
checksum=64fb814d5deceef8107d101fc4bef614e3b146b67a9d8a9492ac679eebd72b47 checksum=9d22e94fbc16043b59d9e2ea6e12a2ecc7ce821943379c1f024afcabb56674a4
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"

2
srcpkgs/libhandy/update Normal file
View file

@ -0,0 +1,2 @@
site="https://source.puri.sm/Librem5/libhandy/tags"
pattern='/archive/[^/]+/\Q'"$pkgname"'\E-v?\K[\d\.]+(?=\.tar\.gz")'