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'
|
# Template file for 'libdex'
|
||||||
pkgname=libdex
|
pkgname=libdex
|
||||||
version=0.8.1
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
|
@ -18,7 +18,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/libdex"
|
homepage="https://gitlab.gnome.org/GNOME/libdex"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libdex/-/raw/main/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libdex/-/raw/main/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libdex/${version%.*}/libdex-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libdex/${version%.*}/libdex-${version}.tar.xz"
|
||||||
checksum=955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0
|
checksum=98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala gtk_doc"
|
build_options="gir vala gtk_doc"
|
||||||
|
@ -36,7 +36,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libdex-devel_package() {
|
libdex-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}
|
||||||
|
liburing-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue