From a2a36b45062b8c5dee80bd42b084cfbf1a035a94 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 10:40:23 -0600 Subject: [PATCH] libfontenc: move and fix compilation --- recipes/wip/libs/other/libfontenc/recipe.toml | 9 --------- recipes/wip/x11/libfontenc/recipe.toml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 recipes/wip/libs/other/libfontenc/recipe.toml create mode 100644 recipes/wip/x11/libfontenc/recipe.toml diff --git a/recipes/wip/libs/other/libfontenc/recipe.toml b/recipes/wip/libs/other/libfontenc/recipe.toml deleted file mode 100644 index a5f77a67f..000000000 --- a/recipes/wip/libs/other/libfontenc/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO xorg-macros package not found -#TODO fontutil package not found -[source] -tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz" -[build] -template = "configure" -dependencies = [ - "zlib", -] diff --git a/recipes/wip/x11/libfontenc/recipe.toml b/recipes/wip/x11/libfontenc/recipe.toml new file mode 100644 index 000000000..3ba81a4b3 --- /dev/null +++ b/recipes/wip/x11/libfontenc/recipe.toml @@ -0,0 +1,18 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.8.tar.xz" +blake3 = "6ab127a335f7cb4892566e59448d91e9ec43ac522f31f97a3c94350f0a3ecaf4" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "x11proto", + "zlib", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""