labwc-tweaks: add port

This commit is contained in:
mac-a-r0ni 2025-01-07 16:12:46 -05:00
parent 051e61ef17
commit 3710216239
4 changed files with 53 additions and 0 deletions

13
labwc-tweaks/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/labwc-tweaks
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/labwc_tweaks.desktop
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_tweaks.svg
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/labwc_tweaks.appdata.xml

5
labwc-tweaks/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/lxqt.pub
RWSobSt/++EYDy7zq+GrNb6CWcaGtM9sGXQnUvge0FgRvFEg2BCOsy/sQ0cUCcocW7qy3HjMptj/bPZCvsrM49wMkeIQwkCXgAQ=
SHA256 (Pkgfile) = 241d05595e97e804e5189cb9e5b019b3fced13d1fcb1e3a165f5ffb0d9a5ec81
SHA256 (.footprint) = 80aa38236b38ca32302fccfad08384024824f8d205354325075fa38a650673f3
SHA256 (labwc-tweaks-20241209.tar.gz) = eac1619c0fd733e449a007d7d1a9797af74857a1dad1473acc0b758883c35843

24
labwc-tweaks/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: A Wayland window-stacking compositor
# URL: https://github.com/labwc/labwc-tweaks
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: qt6-base libxml2 glib2
name=labwc-tweaks
version=20241209
release=1
_commit=b4fcde7b91564ebd80dc6f234b35609d476e6f2d
source=(https://github.com/labwc/labwc-tweaks/archive/$_commit.tar.gz)
renames=($name-$version.tar.gz)
build() {
cmake -B build -S $name-* \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make -C build
cd build
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/labwc-tweaks/
}

11
labwc-tweaks/post-install Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh
# update application db
/usr/bin/update-desktop-database /usr/share/applications
# update icon cache
gtk-update-icon-cache /usr/share/icons/hicolor
# End post install file