diff --git a/recipes/wip/libs/other/startup-notification/recipe.toml b/recipes/wip/libs/other/startup-notification/recipe.toml deleted file mode 100644 index 8eb0370d2..000000000 --- a/recipes/wip/libs/other/startup-notification/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO compilation error -[source] -tar = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz" -[build] -template = "configure" diff --git a/recipes/wip/libs/other/xcb-util/recipe.toml b/recipes/wip/libs/other/xcb-util/recipe.toml deleted file mode 100644 index 0a2647617..000000000 --- a/recipes/wip/libs/other/xcb-util/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO make libxcb work -[source] -tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz" -[build] -template = "configure" -dependencies = [ - "libxcb", -] diff --git a/recipes/wip/x11/startup-notification/recipe.toml b/recipes/wip/x11/startup-notification/recipe.toml new file mode 100644 index 000000000..af5696742 --- /dev/null +++ b/recipes/wip/x11/startup-notification/recipe.toml @@ -0,0 +1,19 @@ +[source] +tar = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz" +blake3 = "134131fdd210d2eaef76eda9826b4a832807aac231dba334f157751ed1d6da36" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libice", + "libx11", + "xcb-util", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure lf_cv_sane_realloc=yes +""" diff --git a/recipes/wip/x11/xcb-util/recipe.toml b/recipes/wip/x11/xcb-util/recipe.toml new file mode 100644 index 000000000..b0fa8c392 --- /dev/null +++ b/recipes/wip/x11/xcb-util/recipe.toml @@ -0,0 +1,17 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz" +blake3 = "ebc940220db0ca39a690a47b565ce73ab536c1fbfdebf008fa0edf0ced862aca" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libxcb", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +""" \ No newline at end of file