From 64603c2845cbff4243a0aada5b6663074ff8b73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 8 Feb 2026 12:14:37 +0100 Subject: build(packages): apply xlint update optional variables and remove useless ones --- packages/zen-browser/template | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/packages/zen-browser/template b/packages/zen-browser/template index 1d922e9..2da7003 100644 --- a/packages/zen-browser/template +++ b/packages/zen-browser/template @@ -2,8 +2,7 @@ pkgname=zen-browser version=1.18.5b revision=1 -only_for_archs="x86_64" -meta=yes +archs="x86_64" hostmakedepends="tar xz" short_desc="Minimalistic web browser" maintainer="Anhgelus Morhtuuzh " @@ -12,6 +11,8 @@ homepage="https://www.zen-browser.app/" distfiles="https://github.com/zen-browser/desktop/releases/download/${version/a/-a}/zen.linux-x86_64.tar.xz" checksum=7f8ed156cc7f69b7a4a4de7b50291f3dceb0966d30a8dbd941f7340643bad404 +depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst libxkbcommon libxkbcommon-x11 libpng glib gtk+3" + do_install() { # Install the files local package_location="usr/lib/$pkgname" item @@ -28,12 +29,3 @@ do_install() { vmkdir usr/bin/ ln -sfr $DESTDIR/${package_location}/zen $DESTDIR/usr/bin/zen } - -# Add the necessary dependencies if there are any -depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst \ -libxkbcommon libxkbcommon-x11 libpng glib gtk+3" - -# Specify any optional dependencies -# makedepends="" # Uncomment and set if necessary - -# This template assumes precompiled binaries, so you don't need to build from source. -- cgit v1.2.3