diff options
| author | William Hergès <william@herges.fr> | 2026-02-08 12:14:37 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-02-08 12:14:37 +0100 |
| commit | 64603c2845cbff4243a0aada5b6663074ff8b73c (patch) | |
| tree | 2251a08b8dc81a425c471aa6a485904d81d3292c | |
| parent | 7dde0b602b2439cbf7ba9069468a430a56df6309 (diff) | |
build(packages): apply xlint
update optional variables and remove useless ones
| -rw-r--r-- | packages/zen-browser/template | 14 |
1 files 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 <anhgelus.morhtuuzh@proton.me>" @@ -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. |
