mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libhandy: update to 0.0.5.
This commit is contained in:
parent
5b204ed735
commit
1ee5c0a8f1
2 changed files with 5 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git /src/meson.build b/src/meson.build
|
|
||||||
index 25eea68e811a78f8600cdea47223aab801e482a9..63fc56cf5451efcc155cb561d2cd712ef4d1db7a 100644
|
|
||||||
--- src/meson.build
|
|
||||||
+++ src/meson.build
|
|
||||||
@@ -113,7 +113,7 @@ libhandy = shared_library(
|
|
||||||
)
|
|
||||||
|
|
||||||
libhandy_dep = declare_dependency(
|
|
||||||
- sources: libhandy_public_headers,
|
|
||||||
+ sources: libhandy_generated_headers,
|
|
||||||
dependencies: libhandy_deps,
|
|
||||||
link_with: libhandy,
|
|
||||||
include_directories: include_directories('.'),
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libhandy'
|
# Template file for 'libhandy'
|
||||||
pkgname=libhandy
|
pkgname=libhandy
|
||||||
version=0.0.4
|
version=0.0.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libhandy-v${version}"
|
wrksrc="libhandy-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -15,16 +15,16 @@ 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="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz"
|
||||||
checksum=2c54b61cefb153b3a6ab8b6ecb520375854301632c998b003dd7dba623ea2a03
|
checksum=64fb814d5deceef8107d101fc4bef614e3b146b67a9d8a9492ac679eebd72b47
|
||||||
|
|
||||||
build_options="gir vala glade"
|
build_options="gir vala glade"
|
||||||
|
desc_option_glade="Generate glade modules and catalog files"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir vala glade"
|
build_options_default+=" gir vala glade"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libhandy-devel_package() {
|
libhandy-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue