mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
libdex: update to 0.10.0
This commit is contained in:
parent
378409c66a
commit
e162bc397d
2 changed files with 4 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -60,6 +60,7 @@ libdex_headers = [
|
||||
|
||||
libdex_deps = [
|
||||
cc.find_library('atomic', required: false),
|
||||
+ cc.find_library('ucontext', required: false),
|
||||
glib_dep,
|
||||
]
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libdex'
|
||||
pkgname=libdex
|
||||
version=0.8.1
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
|
@ -18,7 +18,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://gitlab.gnome.org/GNOME/libdex"
|
||||
changelog="https://gitlab.gnome.org/GNOME/libdex/-/raw/main/NEWS"
|
||||
distfiles="${GNOME_SITE}/libdex/${version%.*}/libdex-${version}.tar.xz"
|
||||
checksum=955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0
|
||||
checksum=98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1
|
||||
|
||||
# Package build options
|
||||
build_options="gir vala gtk_doc"
|
||||
|
@ -36,7 +36,8 @@ else
|
|||
fi
|
||||
|
||||
libdex-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}-${version}_${revision}
|
||||
liburing-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue