libhandy: update to 0.0.8.
This commit is contained in:
parent
f225db7687
commit
036426d757
|
@ -1,18 +0,0 @@
|
||||||
diff --git a/src/meson.build b/src/meson.build
|
|
||||||
index 1f08326..54531af 100644
|
|
||||||
--- src/meson.build
|
|
||||||
+++ src/meson.build
|
|
||||||
@@ -178,7 +178,11 @@ if introspection
|
|
||||||
install: true,
|
|
||||||
install_dir_gir: girdir,
|
|
||||||
install_dir_typelib: typelibdir,
|
|
||||||
- extra_args: [ '--c-include=handy.h', '--quiet' ],
|
|
||||||
+ extra_args: [
|
|
||||||
+ '--c-include=handy.h',
|
|
||||||
+ '--quiet',
|
|
||||||
+ '-DHANDY_COMPILATION',
|
|
||||||
+ ],
|
|
||||||
)
|
|
||||||
|
|
||||||
if get_option('vapi')
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libhandy'
|
# Template file for 'libhandy'
|
||||||
pkgname=libhandy
|
pkgname=libhandy
|
||||||
version=0.0.7
|
version=0.0.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libhandy-v${version}"
|
wrksrc="libhandy-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -16,7 +16,7 @@ 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="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=3464d4f508b4d2d9bdf351d6dccda1ef5bdeb62526ee8ce3a6377aaed2b4ca91
|
checksum=8baef66f58e520c01d89781e6672c2827524159dce4d1280a91320be742a16a5
|
||||||
|
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue