diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-03 23:19:58 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-03 23:19:58 +0800 |
| commit | d6de06e35bbcc9199ae34a27895f31f194ae45bc (patch) | |
| tree | 42b15f773aece2ce002aaebbac13cd1869c9347b /repos/extra/labwc | |
| parent | a3b2252de7568574e61ef6b22048b367386abcbd (diff) | |
| download | alicelinux-d6de06e35bbcc9199ae34a27895f31f194ae45bc.tar.gz alicelinux-d6de06e35bbcc9199ae34a27895f31f194ae45bc.zip | |
updates
Diffstat (limited to 'repos/extra/labwc')
| -rw-r--r-- | repos/extra/labwc/.files | 20 | ||||
| -rw-r--r-- | repos/extra/labwc/depends | 5 | ||||
| -rw-r--r-- | repos/extra/labwc/info | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/repos/extra/labwc/.files b/repos/extra/labwc/.files new file mode 100644 index 00000000..cc355d7f --- /dev/null +++ b/repos/extra/labwc/.files @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/labwc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/labwc-symbolic.svg +-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/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 +-rw-r--r-- root/root usr/share/man/man5/labwc-config.5.gz +-rw-r--r-- root/root usr/share/man/man5/labwc-menu.5.gz +-rw-r--r-- root/root usr/share/man/man5/labwc-theme.5.gz +drwxr-xr-x root/root usr/share/wayland-sessions/ +-rw-r--r-- root/root usr/share/wayland-sessions/labwc.desktop diff --git a/repos/extra/labwc/depends b/repos/extra/labwc/depends new file mode 100644 index 00000000..a47f2765 --- /dev/null +++ b/repos/extra/labwc/depends @@ -0,0 +1,5 @@ +wlroots +glib +cairo +pango +scdoc diff --git a/repos/extra/labwc/info b/repos/extra/labwc/info new file mode 100644 index 00000000..7f19d86e --- /dev/null +++ b/repos/extra/labwc/info @@ -0,0 +1,4 @@ +name=labwc +version=0.7.2 +release=1 +source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz" |