Add keybinder3 and lxpanel

This commit is contained in:
Jeremy Soller 2025-10-30 15:49:56 -06:00
parent ede9be110a
commit 5502274f7c
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 119 additions and 0 deletions

View File

@ -0,0 +1,56 @@
[source]
tar = "https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz"
blake3 = "04b010524abf7af8a6bdfdbeff393c0feecf2bdcc1fd642e75113137ccb62aed"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"atk",
"cairo",
"expat",
"fontconfig",
"freetype2",
"fribidi",
"gdk-pixbuf",
"gettext",
"glib",
"gtk3",
"harfbuzz",
"libepoxy",
"libffi",
"libiconv",
"libicu",
"libjpeg",
"libpng",
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxfixes",
"libxft",
"libxi",
"libxrandr",
"libxrender",
"libxxf86vm",
"llvm18",
"mesa-x11",
"pango",
"pcre",
"pcre2",
"pixman",
"shared-mime-info",
"x11proto",
"xcb-proto",
"xextproto",
"xtrans",
"zlib",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""

View File

@ -0,0 +1,63 @@
[source]
tar = "https://github.com/lxde/lxpanel/archive/refs/tags/0.11.1.tar.gz"
blake3 = "5f94d410403499485d3abb6885407d6006e5029da538a1b882c670904ac616a5"
script = """
DYNAMIC_INIT
mkdir -p m4
autotools_recursive_regenerate
"""
[build]
dependencies = [
"atk",
"cairo",
"expat",
"fontconfig",
"freetype2",
"fribidi",
"gdk-pixbuf",
"gettext",
"glib",
"gtk3",
"harfbuzz",
"keybinder3",
"libepoxy",
"libffi",
"libfm-gtk3",
"libiconv",
"libicu",
"libjpeg",
"libmenu-cache",
"libpng",
"libpthread-stubs",
"libwnck3",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxfixes",
"libxft",
"libxi",
"libxrandr",
"libxrender",
"libxxf86vm",
"llvm18",
"mesa-x11",
"pango",
"pcre",
"pcre2",
"pixman",
"shared-mime-info",
"x11proto",
"xcb-proto",
"xextproto",
"xtrans",
"zlib",
]
template = "custom"
script = """
DYNAMIC_INIT
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
COOKBOOK_CONFIGURE="./configure"
cookbook_configure --enable-gtk3 --with-plugins=all,-cpu,-netstat,-netstatus,-weather
"""