From d188d3a2ddbd0023198982b2f75647d7f1486613 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:06:56 +0100 Subject: [PATCH 01/25] aquamarine: lint template --- srcpkgs/aquamarine/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/aquamarine/template b/srcpkgs/aquamarine/template index 18e7199..6090bc0 100644 --- a/srcpkgs/aquamarine/template +++ b/srcpkgs/aquamarine/template @@ -3,9 +3,10 @@ pkgname=aquamarine version=0.9.5 revision=2 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake hyprwayland-scanner pkgconf" -makedepends="hwids hyprutils libdisplay-info-devel libinput-devel +makedepends="hwids hyprutils libdisplay-info-devel libinput-devel libseat-devel MesaLib-devel pixman-devel wayland-devel wayland-protocols" short_desc="Aquamarine is a very light linux rendering backend library" maintainer="Encoded14 " @@ -14,8 +15,4 @@ homepage="https://hyprland.org/hyprlang/index.html" changelog="https://github.com/hyprwm/aquamarine/releases" distfiles="https://github.com/hyprwm/aquamarine/archive/refs/tags/v${version}.tar.gz" checksum=657e4752542872549a556d9facb8a525276b4edd5ca197818835904768aaad40 -make_check=no - -post_install() { - vlicense LICENSE -} +make_check=no # cant run in sandbox From e2915536638e9dfb7973588e873fa2ff31dccf0a Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:07:02 +0100 Subject: [PATCH 02/25] glaze: lint template --- srcpkgs/glaze/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glaze/template b/srcpkgs/glaze/template index 9b6a0dc..d728e0c 100644 --- a/srcpkgs/glaze/template +++ b/srcpkgs/glaze/template @@ -3,7 +3,8 @@ pkgname=glaze version=6.0.3 revision=1 build_style=cmake -configure_args="-DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -Dglaze_ENABLE_FUZZING:BOOL=OFF" +configure_args="-DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release \ + -Dglaze_ENABLE_FUZZING:BOOL=OFF" hostmakedepends="cmake pkgconf" short_desc="Extremely fast, in memory, JSON and interface library for modern C++" maintainer="Encoded14 " @@ -13,5 +14,5 @@ distfiles="https://github.com/stephenberry/glaze/archive/refs/tags/v${version}.t checksum=f73f70b813df0bf1536c4bb868aec7c0e55f9160b8798b6fc9d66735ab475ef4 post_install() { - vlicense LICENSE + vlicense LICENSE } From 36155f39583f5e68469dd6d9d86bac7f761b64de Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:07:24 +0100 Subject: [PATCH 03/25] hyprcursor: lint template --- srcpkgs/hyprcursor/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hyprcursor/template b/srcpkgs/hyprcursor/template index bfdb3c1..a388a12 100644 --- a/srcpkgs/hyprcursor/template +++ b/srcpkgs/hyprcursor/template @@ -3,7 +3,8 @@ pkgname=hyprcursor version=0.1.13 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake pkgconf" makedepends="cairo-devel hyprlang librsvg-devel libzip-devel tomlplusplus" short_desc="Hyprland cursor format, library and utilities" @@ -12,8 +13,8 @@ license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprcursor" distfiles="https://github.com/hyprwm/hyprcursor/archive/refs/tags/v${version}.tar.gz" checksum=82af8b2ce27242ffdd6baebaa71b3f6c8665dc25c52bfcfccc16912622896af8 -make_check=no +make_check=no # cant run in sandbox post_install() { - vlicense LICENSE + vlicense LICENSE } From e29a48132b947ae9e0aa03d39401cc17364acdc2 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:07:33 +0100 Subject: [PATCH 04/25] hyprgraphics: lint template --- srcpkgs/hyprgraphics/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hyprgraphics/template b/srcpkgs/hyprgraphics/template index 7c631f7..30aca24 100644 --- a/srcpkgs/hyprgraphics/template +++ b/srcpkgs/hyprgraphics/template @@ -8,14 +8,14 @@ hostmakedepends="cmake pkgconf" makedepends="cairo-devel pango-devel file-devel hyprutils libjpeg-turbo-devel libjxl-devel libspng librsvg-devel libwebp-devel pixman-devel" -short_desc="hyprland graphics resources and utilities" +short_desc="Hyprland graphics resources and utilities" maintainer="Encoded14 " license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprgraphics" distfiles="https://github.com/hyprwm/hyprgraphics/archive/refs/tags/v${version}.tar.gz" checksum=01ccac9fdb269be7990358e14eccfda07e641885ba6a14fbafa1dfa7617d16ff -make_check=no +make_check=no # cant run in sandbox post_install() { - vlicense LICENSE + vlicense LICENSE } From c59abd8e16dd19b4ce989a67cd879578e84e9857 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:07:41 +0100 Subject: [PATCH 05/25] hypridle: lint template --- srcpkgs/hypridle/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hypridle/template b/srcpkgs/hypridle/template index 445b54d..08efc91 100644 --- a/srcpkgs/hypridle/template +++ b/srcpkgs/hypridle/template @@ -3,9 +3,11 @@ pkgname=hypridle version=0.1.7 revision=3 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DNO_SYSTEMD:BOOL=true" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DNO_SYSTEMD:BOOL=true" hostmakedepends="cmake hyprwayland-scanner pkgconf" -makedepends="elogind-devel hyprlang hyprland-protocols sdbus-cpp wayland-devel wayland-protocols" +makedepends="elogind-devel hyprlang hyprland-protocols sdbus-cpp wayland-devel + wayland-protocols" short_desc="Hyprland's idle daemon" maintainer="Encoded14 " license="BSD-3-Clause" @@ -15,5 +17,5 @@ distfiles="https://github.com/hyprwm/hypridle/archive/refs/tags/v${version}.tar. checksum=c4ef2e2894fc2082cfdabe7db086b1f246e3f0de571f7f2c6b26d7c0d9a5f8f3 post_install() { - vlicense LICENSE + vlicense LICENSE } From 091e47aae7f9f2dc44ccdb86ea8f95df6ea022af Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:07:59 +0100 Subject: [PATCH 06/25] hyprland: lint template --- srcpkgs/hyprland/template | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/srcpkgs/hyprland/template b/srcpkgs/hyprland/template index fd6e1ae..f6a95f8 100644 --- a/srcpkgs/hyprland/template +++ b/srcpkgs/hyprland/template @@ -3,7 +3,7 @@ pkgname=hyprland version=0.52.1 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_INSTALL_PREFIX:PATH=/usr -DNO_SYSTEMD:BOOL=true" hostmakedepends="cmake cpio glslang hyprwayland-scanner jq pkgconf python3 xxd" makedepends="aquamarine cairo-devel glaze hwids hyprcursor @@ -19,39 +19,39 @@ homepage="https://hyprland.org/" changelog="https://github.com/hyprwm/Hyprland/releases" distfiles="https://github.com/hyprwm/Hyprland/releases/download/v${version}/source-v${version}.tar.gz" checksum=c43dac6064abdc51b62065cbae8130887ece0b5834a61d6d99fdb2624111ff25 -make_check=no +make_check=no # cant run in sandbox if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - configure_args+=" -DCMAKE_CXX_FLAGS=\"-lexecinfo\"" - makedepends+=" libexecinfo-devel" - depends+=" libexecinfo" + configure_args+=" -DCMAKE_CXX_FLAGS=\"-lexecinfo\"" + makedepends+=" libexecinfo-devel" + depends+=" libexecinfo" fi pre_configure() { - xxd -i example/hyprland.conf > src/config/example_config_data.h + xxd -i example/hyprland.conf > src/config/example_config_data.h } post_install() { - # license - vlicense LICENSE + # license + vlicense LICENSE - # headers - vmkdir usr/include/hyprland - vmkdir usr/include/hyprland/protocols - vmkdir usr/share/pkgconfig + # headers + vmkdir usr/include/hyprland + vmkdir usr/include/hyprland/protocols + vmkdir usr/share/pkgconfig - cmake --build ./build --config Release --target generate-protocol-headers + cmake --build ./build --config Release --target generate-protocol-headers - find src -type f \( -name '*.hpp' -o -name '*.h' -o -name '*.inc' \) -print0 | cpio --quiet -0dump ${DESTDIR}/usr/include/hyprland - install -Dm0644 protocols/*.h* ${DESTDIR}/usr/include/hyprland/protocols - vinstall build/hyprland.pc 644 usr/share/pkgconfig + find src -type f \( -name '*.hpp' -o -name '*.h' -o -name '*.inc' \) -print0 | cpio --quiet -0dump ${DESTDIR}/usr/include/hyprland + install -Dm0644 protocols/*.h* ${DESTDIR}/usr/include/hyprland/protocols + vinstall build/hyprland.pc 644 usr/share/pkgconfig } hyprland-devel_package() { - depends="${sourcepkg}>=${version}_${revision} ${othermakedepends} ${makedepends}" - short_desc="Dynamic tiling Wayland compositor - development files" - pkg_install() { - vmove usr/include - vmove usr/share/pkgconfig - } + depends="${sourcepkg}>=${version}_${revision} ${othermakedepends} ${makedepends}" + short_desc="Dynamic tiling Wayland compositor - development files" + pkg_install() { + vmove usr/include + vmove usr/share/pkgconfig + } } From 8f062d15209017401c53f2ff9aa3cb3f778e5cab Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:08 +0100 Subject: [PATCH 07/25] hyprland-guiutils: lint template --- srcpkgs/hyprland-guiutils/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hyprland-guiutils/template b/srcpkgs/hyprland-guiutils/template index 3ef08fc..4bdd82a 100644 --- a/srcpkgs/hyprland-guiutils/template +++ b/srcpkgs/hyprland-guiutils/template @@ -3,12 +3,13 @@ pkgname=hyprland-guiutils version=0.1.0 revision=2 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake ninja pkgconf" -makedepends="aquamarine cairo-devel hyprgraphics hyprlang +makedepends="aquamarine cairo-devel hyprgraphics hyprlang hyprtoolkit hyprutils libdrm-devel pixman-devel" depends="hyprland-qt-support" -short_desc="Qt/QML utility apps for Hyprland" +short_desc="Hyprland GUI utilities (successor to hyprland-qtutils)" maintainer="Encoded14 " license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprland-guiutils" @@ -16,5 +17,5 @@ distfiles="https://github.com/hyprwm/hyprland-guiutils/archive/refs/tags/v${vers checksum=4edb387a49b29cc547c991e3238a3e6de69336408ba4d9881ab1ba4d6a9dd542 post_install() { - vlicense LICENSE + vlicense LICENSE } From 8bada459e65d64b97dde75b28663ba46f626f8ef Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:16 +0100 Subject: [PATCH 08/25] hyprland-protocols: lint template --- srcpkgs/hyprland-protocols/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/hyprland-protocols/template b/srcpkgs/hyprland-protocols/template index 27189a7..12cc317 100644 --- a/srcpkgs/hyprland-protocols/template +++ b/srcpkgs/hyprland-protocols/template @@ -11,6 +11,5 @@ distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" checksum=ee419006d7cd20927b9b7c8b5fc430571c151b0385d600508de1a7957294498c post_install() { - vlicense LICENSE + vlicense LICENSE } - From b4b7977800fe1cd016f71ba7e3a6bbd931b7a7ac Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:24 +0100 Subject: [PATCH 09/25] hyprland-qt-support: lint template --- srcpkgs/hyprland-qt-support/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyprland-qt-support/template b/srcpkgs/hyprland-qt-support/template index 0284d1b..3db3338 100644 --- a/srcpkgs/hyprland-qt-support/template +++ b/srcpkgs/hyprland-qt-support/template @@ -15,5 +15,5 @@ distfiles="https://github.com/hyprwm/hyprland-qt-support/archive/refs/tags/v${ve checksum=cac1f980bd088b890097f3f999cfdf03e73ee94c53f3c92d0b3bc23baa9e7b2c post_install() { - vlicense LICENSE + vlicense LICENSE } From 3a8a6bced1533ff1e17f114963f8054538c17b15 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:30 +0100 Subject: [PATCH 10/25] hyprland-lang: lint template --- srcpkgs/hyprlang/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hyprlang/template b/srcpkgs/hyprlang/template index 64b6e1c..4447522 100644 --- a/srcpkgs/hyprlang/template +++ b/srcpkgs/hyprlang/template @@ -3,7 +3,8 @@ pkgname=hyprlang version=0.6.4 revision=2 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake pkgconf" makedepends="hyprutils" short_desc="Official implementation library for the hypr config language" From 13825114b77a73a2f49bee496b1c830aa4968d10 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:37 +0100 Subject: [PATCH 11/25] hyprlock: lint template --- srcpkgs/hyprlock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyprlock/template b/srcpkgs/hyprlock/template index 8679389..2af4344 100644 --- a/srcpkgs/hyprlock/template +++ b/srcpkgs/hyprlock/template @@ -17,5 +17,5 @@ distfiles="https://github.com/hyprwm/${pkgname}/archive/refs/tags/v${version}.ta checksum=d4a8ef9115232b3545dd517e96f1251f91022765eb272b5e7057c20e3e7e8837 post_install() { - vlicense LICENSE + vlicense LICENSE } From 617900233e961609b02b5159f602b723fb4f5127 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:49 +0100 Subject: [PATCH 12/25] hyprpaper: lint template --- srcpkgs/hyprpaper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/hyprpaper/template b/srcpkgs/hyprpaper/template index d2ac1c5..947c487 100644 --- a/srcpkgs/hyprpaper/template +++ b/srcpkgs/hyprpaper/template @@ -15,6 +15,5 @@ distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" checksum="93efc089c7051e6727ac5eac402ebd254199e93ac3efd6fe7dd37a52ddc1cc33" post_install() { - vlicense LICENSE + vlicense LICENSE } - From f23deb6ceb4c6feaae5e639a674e117f4b3aee89 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:08:56 +0100 Subject: [PATCH 13/25] hyprpicker: lint template --- srcpkgs/hyprpicker/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template index 20b3d37..e413d0b 100644 --- a/srcpkgs/hyprpicker/template +++ b/srcpkgs/hyprpicker/template @@ -1,10 +1,10 @@ # Template file for 'hyprpicker' pkgname=hyprpicker version=0.4.5 -revision=3 +revision=4 build_style=cmake hostmakedepends="cmake pkg-config hyprwayland-scanner wayland-protocols" -makedepends="wayland-devel cairo-devel pango-devel +makedepends="wayland-devel cairo-devel pango-devel libjpeg-turbo-devel libglvnd-devel hyprutils wlroots-devel" short_desc="Wlroots-compatible Wayland color picker that does not suck" maintainer="Encoded14 " From 657a50667c25bf199095b2d0b6a0dd8f36f3f8aa Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:02 +0100 Subject: [PATCH 14/25] hyprpolkitagent: lint template --- srcpkgs/hyprpolkitagent/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyprpolkitagent/template b/srcpkgs/hyprpolkitagent/template index 3ddbf9f..11271c3 100644 --- a/srcpkgs/hyprpolkitagent/template +++ b/srcpkgs/hyprpolkitagent/template @@ -3,7 +3,8 @@ pkgname=hyprpolkitagent version=0.1.3 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake pkgconf qt6-base qt6-declarative-devel" makedepends="hyprutils polkit-qt6-devel qt6-base-devel qt6-declarative-devel" depends="hyprland-qt-support" @@ -15,5 +16,5 @@ distfiles="https://github.com/hyprwm/hyprpolkitagent/archive/refs/tags/v${versio checksum=a8fa714b92d47331f056b608cb731dd1f5cc3845a9109cb22c6e6eb55b4eac84 post_install() { - vlicense LICENSE + vlicense LICENSE } From e01efbf12076dd60103f5e799710aed65e2e87a3 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:13 +0100 Subject: [PATCH 15/25] hyprshot: lint template --- srcpkgs/hyprshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyprshot/template b/srcpkgs/hyprshot/template index bdbd313..21ac434 100644 --- a/srcpkgs/hyprshot/template +++ b/srcpkgs/hyprshot/template @@ -11,5 +11,5 @@ distfiles="https://github.com/Gustash/Hyprshot/archive/refs/tags/${version}.tar. checksum=315bdbe66ee473d811b9af8447bd32124e84d873396ef8ab5ac3f040294f6739 do_install() { - vinstall ${pkgname} 755 usr/bin ${pkgname} + vbin ${pkgname} ${pkgname} } From 7f007ee08491c9984ac568fe8a644c9e89eb60bc Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:19 +0100 Subject: [PATCH 16/25] hyprsunset: lint template --- srcpkgs/hyprsunset/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hyprsunset/template b/srcpkgs/hyprsunset/template index b6d9a32..04e3f4c 100644 --- a/srcpkgs/hyprsunset/template +++ b/srcpkgs/hyprsunset/template @@ -3,11 +3,12 @@ pkgname=hyprsunset version=0.3.3 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr" hostmakedepends="cmake hyprwayland-scanner pkgconf" -makedepends="hyprland-protocols hyprlang hyprutils +makedepends="hyprland-protocols hyprlang hyprutils hyprwayland-scanner wayland-devel wayland-protocols" -short_desc="An application to enable a blue-light filter on Hyprland" +short_desc="Application to enable a blue-light filter on Hyprland" maintainer="Encoded14 " license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprsunset" @@ -15,5 +16,5 @@ distfiles="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${version}.ta checksum=cf2b3cc836bdeb7ac3ae78cf98e8cc4a06093e8d8215ff4da2380843dcf1a5dc post_install() { - vlicense LICENSE + vlicense LICENSE } From 46062bed80a20ee94c1d71fbc1e3e29adeab50f0 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:26 +0100 Subject: [PATCH 17/25] hyprsysteminfo: lint template --- srcpkgs/hyprsysteminfo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyprsysteminfo/template b/srcpkgs/hyprsysteminfo/template index 8a54424..8a6ff1e 100644 --- a/srcpkgs/hyprsysteminfo/template +++ b/srcpkgs/hyprsysteminfo/template @@ -8,7 +8,7 @@ hostmakedepends="cmake pkgconf qt6-base qt6-declarative-devel" makedepends="hyprland-qt-support hyprutils qt6-base-devel qt6-base-private-devel qt6-declarative-devel qt6-declarative-private-devel qt6-tools-devel qt6-wayland-devel qt6-wayland-private-devel" -short_desc="A tiny qt6/qml application to display information about the running system" +short_desc="Tiny application to display information about the running system" maintainer="Encoded14 " license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprsysteminfo" @@ -16,5 +16,5 @@ distfiles="https://github.com/hyprwm/hyprsysteminfo/archive/refs/tags/v${version checksum=359298d926e0a9ec670ff5b5100c1d08392a85126ea1d8f89f723d634fd218ce post_install() { - vlicense LICENSE + vlicense LICENSE } From a46ed2435de089b6e59d2269295ddfbeb538cf93 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:33 +0100 Subject: [PATCH 18/25] hyprtoolkit: lint template --- srcpkgs/hyprtoolkit/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hyprtoolkit/template b/srcpkgs/hyprtoolkit/template index 97a6df5..75d8035 100644 --- a/srcpkgs/hyprtoolkit/template +++ b/srcpkgs/hyprtoolkit/template @@ -3,19 +3,20 @@ pkgname=hyprtoolkit version=0.3.0 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DDISABLE_TESTS=ON" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr -DDISABLE_TESTS=ON" hostmakedepends="cmake hyprwayland-scanner pkgconf" makedepends="aquamarine cairo-devel gtest-devel hyprgraphics hyprlang hyprutils iniparser-devel libdrm-devel libgbm-devel libglvnd-devel libxkbcommon-devel pango-devel pixman-devel wayland-devel wayland-protocols" -short_desc="A modern C++ Wayland-native GUI toolkit " +short_desc="Modern C++ Wayland-native GUI toolkit" maintainer="Encoded14 " license="BSD-3-Clause" homepage="https://github.com/hyprwm/hyprgraphics" distfiles="https://github.com/hyprwm/hyprtoolkit/archive/refs/tags/v${version}.tar.gz" checksum=9f7e1a0a7bfe31ef769bfa9dfaef211f193f38b10e0823320336578ecee13d55 -make_check=no +make_check=no # cant run in sandbox post_install() { - vlicense LICENSE + vlicense LICENSE } From 83dd2fe92ff9a9f57cf0dea32d3e98d7238ffffb Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:39 +0100 Subject: [PATCH 19/25] hyprutils: lint template --- srcpkgs/hyprutils/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyprutils/template b/srcpkgs/hyprutils/template index c9bbb75..2df1a64 100644 --- a/srcpkgs/hyprutils/template +++ b/srcpkgs/hyprutils/template @@ -3,7 +3,8 @@ pkgname=hyprutils version=0.10.2 revision=1 build_style=cmake -configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DBUILD_TESTING=OFF" +configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr -DBUILD_TESTING=OFF" hostmakedepends="cmake pkg-config" makedepends="pixman-devel" short_desc="Hyprland utilities library used across the ecosystem" @@ -14,5 +15,5 @@ distfiles="https://github.com/hyprwm/hyprutils/archive/refs/tags/v${version}.tar checksum=f468997ee10d2f38413f65e099f717a88c6b7c0a0aba64d2c663d5508dfb5439 post_install() { - vlicense LICENSE + vlicense LICENSE } From 2de1efb66cceece4efb148ca25eda0856feaaba9 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:49 +0100 Subject: [PATCH 20/25] hyprwayland-scanner: lint template --- srcpkgs/hyprwayland-scanner/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyprwayland-scanner/template b/srcpkgs/hyprwayland-scanner/template index d3d9875..b355370 100644 --- a/srcpkgs/hyprwayland-scanner/template +++ b/srcpkgs/hyprwayland-scanner/template @@ -13,5 +13,5 @@ distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" checksum=2125d279eea106e3e6c8dc9fa15181c75d67467b5352d24e2a07903b10abad62 post_install() { - vlicense LICENSE + vlicense LICENSE } From b0fbf2f03ba0b806f23677722fce26ddb663771c Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:09:58 +0100 Subject: [PATCH 21/25] libspng: lint template --- srcpkgs/libspng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libspng/template b/srcpkgs/libspng/template index 54d9c9d..0af3f03 100644 --- a/srcpkgs/libspng/template +++ b/srcpkgs/libspng/template @@ -13,5 +13,5 @@ distfiles="https://github.com/randy408/libspng/archive/refs/tags/v${version}.tar checksum="47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487" post_install() { - vlicense LICENSE + vlicense LICENSE } From 232af1d4ca15bcb1b9d32a2c2b2bf6739909fb93 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:10:06 +0100 Subject: [PATCH 22/25] sdbus-cpp: lint template --- srcpkgs/sdbus-cpp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sdbus-cpp/template b/srcpkgs/sdbus-cpp/template index ae1d45a..c801d03 100644 --- a/srcpkgs/sdbus-cpp/template +++ b/srcpkgs/sdbus-cpp/template @@ -14,6 +14,6 @@ distfiles="https://github.com/Kistler-Group/${pkgname}/archive/refs/tags/v${vers checksum=6025e5dc6cddd532ff960d14e68ced5f42a1916b23a73fea6bcb437f06992eaf post_install() { - vlicense COPYING - vlicense COPYING-LGPL-Exception + vlicense COPYING + vlicense COPYING-LGPL-Exception } From dee9c27032babab5851c6dfa334741e80bd2fc82 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:10:14 +0100 Subject: [PATCH 23/25] tomlplusplus: lint template --- srcpkgs/tomlplusplus/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tomlplusplus/template b/srcpkgs/tomlplusplus/template index 3c7e62a..4ae0f26 100644 --- a/srcpkgs/tomlplusplus/template +++ b/srcpkgs/tomlplusplus/template @@ -12,6 +12,5 @@ distfiles="https://github.com/marzer/${pkgname}/archive/refs/tags/v${version}.ta checksum=8517f65938a4faae9ccf8ebb36631a38c1cadfb5efa85d9a72e15b9e97d25155 post_install() { - vlicense LICENSE + vlicense LICENSE } - From 7495974e70374b159a16c16b7c60f1edf9d2c77c Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:10:27 +0100 Subject: [PATCH 24/25] xdg-desktop-portal-hyprland: lint template --- srcpkgs/xdg-desktop-portal-hyprland/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xdg-desktop-portal-hyprland/template b/srcpkgs/xdg-desktop-portal-hyprland/template index 0d9774f..c468bf7 100644 --- a/srcpkgs/xdg-desktop-portal-hyprland/template +++ b/srcpkgs/xdg-desktop-portal-hyprland/template @@ -3,7 +3,8 @@ pkgname=xdg-desktop-portal-hyprland version=1.3.11 revision=1 build_style=cmake -configure_args=" --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBEXECDIR:PATH=/usr/libexec" +configure_args=" --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/usr \ + -DCMAKE_INSTALL_LIBEXECDIR:PATH=/usr/libexec" hostmakedepends="cmake git hyprwayland-scanner pkgconf qt6-base-devel scdoc wayland-protocols" makedepends="elogind-devel hyprland-protocols hyprlang hyprutils @@ -18,5 +19,5 @@ distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" checksum=8ba29b19d266d20e8c2611392b0e35b4c3373aeabc4f22c3907d915e553701d3 post_install() { - vlicense LICENSE + vlicense LICENSE } From f06fbf39d5658b777dd6101a317a2861275182b3 Mon Sep 17 00:00:00 2001 From: Encoded14 Date: Tue, 11 Nov 2025 17:10:34 +0100 Subject: [PATCH 25/25] zen-browser: lint template --- srcpkgs/zen-browser/template | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/srcpkgs/zen-browser/template b/srcpkgs/zen-browser/template index a891261..ffb1a56 100644 --- a/srcpkgs/zen-browser/template +++ b/srcpkgs/zen-browser/template @@ -5,7 +5,7 @@ revision=1 archs="x86_64 aarch64" hostmakedepends="curl xz" depends="desktop-file-utils hicolor-icon-theme libnotify libavcodec xdg-utils" -short_desc="Experience tranquillity while browsing the web without people tracking you!" +short_desc="Welcome to a calmer internet" maintainer="Encoded14 " license="MPL-2.0" homepage="https://www.zen-browser.app/" @@ -25,29 +25,29 @@ aarch64) esac do_install() { - install -dm755 "${DESTDIR}/opt/${pkgname}" "${DESTDIR}/usr/bin" "${DESTDIR}/usr/share/applications" "${DESTDIR}/usr/share/pixmaps" + install -dm755 "${DESTDIR}/opt/${pkgname}" "${DESTDIR}/usr/bin" "${DESTDIR}/usr/share/applications" "${DESTDIR}/usr/share/pixmaps" - vinstall "${FILESDIR}/zen.desktop" 0644 usr/share/applications/ + vinstall "${FILESDIR}/zen.desktop" 0644 usr/share/applications/ - vcopy * "opt/${pkgname}" + vcopy * "opt/${pkgname}" - ln -sf "/opt/${pkgname}/zen" "${DESTDIR}/usr/bin/zen" + ln -sf "/opt/${pkgname}/zen" "${DESTDIR}/usr/bin/zen" - install -dm755 "${DESTDIR}/opt/${pkgname}/distribution" - vinstall ${FILESDIR}/policies.json 644 "opt/${pkgname}/distribution/" + install -dm755 "${DESTDIR}/opt/${pkgname}/distribution" + vinstall ${FILESDIR}/policies.json 644 "opt/${pkgname}/distribution/" - vinstall browser/chrome/icons/default/default48.png 0644 usr/share/pixmaps zen.png - for size in 16 32 48 64 128; do - install -d ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps - vinstall browser/chrome/icons/default/default${size}.png 0644 usr/share/icons/hicolor/${size}x${size}/apps zen.png - done + vinstall browser/chrome/icons/default/default48.png 0644 usr/share/pixmaps zen.png + for size in 16 32 48 64 128; do + install -d ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps + vinstall browser/chrome/icons/default/default${size}.png 0644 usr/share/icons/hicolor/${size}x${size}/apps zen.png + done - ln -Ts /usr/share/hunspell "${DESTDIR}/opt/${pkgname}/dictionaries" - ln -Ts /usr/share/hyphen "${DESTDIR}/opt/${pkgname}/hyphenation" - ln -sf /usr/lib/libnssckbi.so "${DESTDIR}/opt/${pkgname}/libnssckbi.so" + ln -Ts /usr/share/hunspell "${DESTDIR}/opt/${pkgname}/dictionaries" + ln -Ts /usr/share/hyphen "${DESTDIR}/opt/${pkgname}/hyphenation" + ln -sf /usr/lib/libnssckbi.so "${DESTDIR}/opt/${pkgname}/libnssckbi.so" } post_install() { - curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/dev/LICENSE - vlicense LICENSE + curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/dev/LICENSE + vlicense LICENSE }