From 754e8d5a946856687d7da4c8201b9c84a7c52fb5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 6 Jun 2026 08:42:55 -0600 Subject: [PATCH] cosmic-reader: use default branch --- recipes/cosmic/cosmic-reader/recipe.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/cosmic/cosmic-reader/recipe.toml b/recipes/cosmic/cosmic-reader/recipe.toml index 774f62de..abd88c06 100644 --- a/recipes/cosmic/cosmic-reader/recipe.toml +++ b/recipes/cosmic/cosmic-reader/recipe.toml @@ -1,7 +1,6 @@ [source] git = "https://github.com/pop-os/cosmic-reader.git" -rev = "ebea761ab6853a9ac15b1bfc90b040d620d1d00f" -shallow_clone = true + [build] template = "custom" dependencies = [ @@ -14,6 +13,8 @@ dependencies = [ script = """ DYNAMIC_INIT export BINDGEN_EXTRA_CLANG_ARGS="--sysroot=${COOKBOOK_HOST_SYSROOT}/${GNU_TARGET} -I${COOKBOOK_HOST_SYSROOT}/${GNU_TARGET}/include" +# Define endianness for mupdf +export CFLAGS="${CFLAGS} -D__LITTLE_ENDIAN__" "${COOKBOOK_CARGO}" rustc \ --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \ --release \