mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add optdepends
This commit is contained in:
parent
753cb84319
commit
970fd7eb89
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user