From e162bc397d0d40f70add90c31179e306b3249ea4 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Wed, 26 Mar 2025 10:03:45 +0300 Subject: [PATCH] libdex: update to 0.10.0 --- srcpkgs/libdex/patches/libucontext.patch | 10 ---------- srcpkgs/libdex/template | 7 ++++--- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/libdex/patches/libucontext.patch diff --git a/srcpkgs/libdex/patches/libucontext.patch b/srcpkgs/libdex/patches/libucontext.patch deleted file mode 100644 index 2cfb3d19a97..00000000000 --- a/srcpkgs/libdex/patches/libucontext.patch +++ /dev/null @@ -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, - ] - diff --git a/srcpkgs/libdex/template b/srcpkgs/libdex/template index 5c5886446e0..f6e7111ec33 100644 --- a/srcpkgs/libdex/template +++ b/srcpkgs/libdex/template @@ -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