libhandy1: update to 1.0.0
This commit is contained in:
parent
6ef272ba7b
commit
b11dd40935
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libhandy1'
|
||||
pkgname=libhandy1
|
||||
version=0.90.0
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="libhandy-${version}"
|
||||
build_style=meson
|
||||
|
@ -16,12 +16,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.0-or-later"
|
||||
homepage="https://source.puri.sm/Librem5/libhandy"
|
||||
distfiles="${GNOME_SITE}/libhandy/${version%.*}/libhandy-${version}.tar.xz"
|
||||
checksum=6ab0869a3aa483298ea20ec89d4c14c38ba4de416b33181d21e15a6039df5985
|
||||
checksum=a9398582f47b7d729205d6eac0c068fef35aaf249fdd57eea3724f8518d26699
|
||||
|
||||
build_options="gir glade"
|
||||
desc_option_glade="Generate glade modules and catalog files"
|
||||
build_options_default="gir glade"
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/glade/-/commit/bb626dd
|
||||
CFLAGS="-DGWA_GET_CLASS=GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS"
|
||||
|
||||
libhandy1-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel"
|
||||
conflicts="libhandy-devel>=0"
|
||||
|
|
Loading…
Reference in New Issue