labwc: dropped

This commit is contained in:
John McQuah 2024-11-20 13:21:43 +00:00
parent 8ef5922c2d
commit ce514be06c
4 changed files with 0 additions and 53 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/labwc
drwxr-xr-x root/root usr/share/wayland-sessions/
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/rc.xml
-rw-r--r-- root/root usr/share/doc/labwc/themerc
-rw-r--r-- root/root usr/share/doc/labwc/rc.xml.all
-rw-r--r-- root/root usr/share/doc/labwc/menu.xml
-rw-r--r-- root/root usr/share/doc/labwc/environment
-rw-r--r-- root/root usr/share/doc/labwc/autostart
-rw-r--r-- root/root usr/share/wayland-sessions/labwc.desktop

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxDJyj7FgsuuzLZ3MI9SbPinwKqH4m2h2Q5idCCpULRrL/JFdaWegOI+oENlyXR5pCWiCdZyifQm7HrsWhjeRjAA=
SHA256 (Pkgfile) = 19e82d77ccede83e156cf44995e1ea5a66fa1418776168946208b3aff85e5d48
SHA256 (.footprint) = 0dc6a71ae8eae95ccd94eb97fcee76b857ab4b825a35f92721437caebaa904f7
SHA256 (labwc-0.7.4.tar.gz) = 2afa1ef483863fc6217803a540b9afab6939d2324e9bb4dcf4a028281b731fb9

View File

@ -1,4 +0,0 @@
#!/bin/sh
curl -s "https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md" \
| awk '/^## / {print gensub(/(\[|\])/,"","g",$2)}' | head -n 1

View File

@ -1,30 +0,0 @@
# Description: stacking wayland window manager, supporting openbox themes
# URL: https://github.com/labwc/labwc/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: wlroots pango
# Optional: xorg-xwayland scdoc
name=labwc
version=0.7.4
release=1
source=(https://github.com/$name/$name/archive/$version/$name-$version.tar.gz)
build() {
PKGMK_LABWC=(--prefix=/usr
--wrap-mode=nodownload
-Db_pie=true
-Db_lto=true)
prt-get isinst xorg-xwayland || PKGMK_LABWC+=(-Dxwayland=disabled)
prt-get isinst scdoc && PKGMK_LABWC+=(-Dman-pages=enabled) \
|| PKGMK_LABWC+=(-Dman-pages=disabled)
cd $name-$version
mkdir -p bld
meson setup bld ${PKGMK_LABWC[@]}
ninja -C bld -j ${JOBS:-1}
DESTDIR=$PKG ninja -C bld install
rm -rf $PKG/usr/share/locale
find $PKG/usr/share/doc -name README -delete
}