diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/labwc | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/labwc')
| -rw-r--r-- | opt/labwc/.footprint | 35 | ||||
| -rw-r--r-- | opt/labwc/.signature | 6 | ||||
| -rw-r--r-- | opt/labwc/MAKEPKG | 40 |
3 files changed, 81 insertions, 0 deletions
diff --git a/opt/labwc/.footprint b/opt/labwc/.footprint new file mode 100644 index 0000000..cdbedcb --- /dev/null +++ b/opt/labwc/.footprint @@ -0,0 +1,35 @@ +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/doc/ +drwxr-xr-x root/root usr/share/doc/labwc/ +-rw-r--r-- root/root usr/share/doc/labwc/README +-rw-r--r-- root/root usr/share/doc/labwc/autostart +-rw-r--r-- root/root usr/share/doc/labwc/environment +-rw-r--r-- root/root usr/share/doc/labwc/menu.xml +-rw-r--r-- root/root usr/share/doc/labwc/rc.xml +-rw-r--r-- root/root usr/share/doc/labwc/rc.xml.all +-rw-r--r-- root/root usr/share/doc/labwc/shutdown +-rw-r--r-- root/root usr/share/doc/labwc/themerc +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/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 +-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 +drwxr-xr-x root/root usr/share/xdg-desktop-portal/ +-rw-r--r-- root/root usr/share/xdg-desktop-portal/labwc-portals.conf diff --git a/opt/labwc/.signature b/opt/labwc/.signature new file mode 100644 index 0000000..5b3f6e8 --- /dev/null +++ b/opt/labwc/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mFoTJwLTFNGTfXQoKGeXbu9QuoyUtN3yFMdx+2E+48IOhq3042EPqjE4fKuiuEPJVtlsGZPDiVrz2peJSYSiNAo= + +SHA256 (MAKEPKG) = 345894f22b361ca70f64137907ee7bdd3899da3a46ca51749cab435916f339f5 +SHA256 (.footprint) = 453b085099394112adad27f16294d8e49b1380680b6634a96c99f8e919406c29 +SHA256 (labwc-0.20.2.tar.gz) = fae023b6fe022f7057556707a17cdb2d98e0138c5dffaedaa1dade975699f9e8 +SHA256 (labwc#0.20.2-1.pkg.tar.gz) = b529b76f925756c78fd401824cc1953c6722096fcd5c955584099a0b68b24ae9 diff --git a/opt/labwc/MAKEPKG b/opt/labwc/MAKEPKG new file mode 100644 index 0000000..a3e6418 --- /dev/null +++ b/opt/labwc/MAKEPKG @@ -0,0 +1,40 @@ +#!/bin/mkpkg +# description: Openbox-style stacking Wayland compositor +# url: https://labwc.github.io/ + +name=labwc +version=0.20.2 +release=1 +depends=(cairo glib libsfdo libdrm libinput libpng libxkbcommon libxml2 pango pixman wayland wlroots udevd) +makedeps=(scdoc wayland-protocols) +source=(https://github.com/labwc/labwc/archive/$version/$name-$version.tar.gz) + +sha256sums=( + "fae023b6fe022f7057556707a17cdb2d98e0138c5dffaedaa1dade975699f9e8" +) + +build() { + cd $name-$version + + meson setup build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode=nodownload \ + -D b_lto=true \ + -D b_pie=true \ + -D xwayland=disabled \ + -D nls=disabled \ + -D svg=disabled \ + -D man-pages=enabled \ + -D werror=false + + meson compile -C build + DESTDIR=$PKG meson install -C build +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
