From 970fd7eb89526220b4a95c71b7ca3fa1c7dfb9dd Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 6 Sep 2021 11:50:23 +0200 Subject: [PATCH] add optdepends --- pkg/de-p1st-installer/README.md | 3 ++- pkg/de-p1st-xfce4/PKGBUILD | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/de-p1st-installer/README.md b/pkg/de-p1st-installer/README.md index f86a025..a1a8b91 100644 --- a/pkg/de-p1st-installer/README.md +++ b/pkg/de-p1st-installer/README.md @@ -9,7 +9,8 @@ ```shell # dependencies: docker, docker-compose -cd build-archiso +cd build-iso +# sudo systemctl start docker sudo docker-compose run archiso ls out/out_dir/*.iso ``` diff --git a/pkg/de-p1st-xfce4/PKGBUILD b/pkg/de-p1st-xfce4/PKGBUILD index 60bd864..c388129 100644 --- a/pkg/de-p1st-xfce4/PKGBUILD +++ b/pkg/de-p1st-xfce4/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=xfce4 _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.0 -pkgrel=2 +pkgver=0.1.1 +pkgrel=1 pkgdesc="XFCE4 with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" @@ -119,6 +119,7 @@ optdepends=() # https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI optdepends+=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys') +optdepends+=('seahorse-nautilus: PGP encryption and signing for nautilus') build() { # copy nautilus script