From 605a955cf9cfd83dc1ece4f48d4c32d8e4608be0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:59:20 -0600 Subject: [PATCH] Move libxtrans to xtrans and update --- recipes/wip/libs/other/libxtrans/recipe.toml | 5 ----- recipes/wip/x11/xtrans/recipe.toml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 recipes/wip/libs/other/libxtrans/recipe.toml create mode 100644 recipes/wip/x11/xtrans/recipe.toml diff --git a/recipes/wip/libs/other/libxtrans/recipe.toml b/recipes/wip/libs/other/libxtrans/recipe.toml deleted file mode 100644 index cc5387ed4..000000000 --- a/recipes/wip/libs/other/libxtrans/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO compiled but not tested -[source] -tar = "https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.gz" -[build] -template = "configure" diff --git a/recipes/wip/x11/xtrans/recipe.toml b/recipes/wip/x11/xtrans/recipe.toml new file mode 100644 index 000000000..556ef56df --- /dev/null +++ b/recipes/wip/x11/xtrans/recipe.toml @@ -0,0 +1,14 @@ +[source] +tar = "https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.6.0.tar.xz" +blake3 = "18e5a2478425ec43370d7719bc4ee4f25d01ad7f580fcc3b5d91effa267cbaaa" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""