alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit a043387f766db8e40c19a93ab0956bb972e30e7b
parent 7e79bbb357685c7e7f6277b331251eb2bf2c4213
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Sun, 12 Oct 2025 15:00:50 +0000

labwc: updated to 0.9.2

Diffstat:
Mrepos/extra/labwc/.checksum | 2+-
Mrepos/extra/labwc/.files | 2++
Mrepos/extra/labwc/abuild | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/repos/extra/labwc/.checksum b/repos/extra/labwc/.checksum @@ -1 +1 @@ -9ee5748cc6d20d90f1778bb57c044cb0395197a2b4042fdaddc95249fb280180 labwc-0.9.1.tar.gz +f85b062e5dbb95399aa9541e45dee88279a9e40ee9f92a91dd5e109068c8d4f3 labwc-0.9.2.tar.gz diff --git a/repos/extra/labwc/.files b/repos/extra/labwc/.files @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lab-sensible-terminal +-rwxr-xr-x root/root usr/bin/labnag -rwxr-xr-x root/root usr/bin/labwc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/icons/ @@ -11,6 +12,7 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/labwc.svg drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/labnag.1.gz -rw-r--r-- root/root usr/share/man/man1/labwc.1.gz drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/labwc-actions.5.gz diff --git a/repos/extra/labwc/abuild b/repos/extra/labwc/abuild @@ -1,4 +1,4 @@ name=labwc -version=0.9.1 +version=0.9.2 release=1 source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz"