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
|
```shell
|
||||||
# dependencies: docker, docker-compose
|
# dependencies: docker, docker-compose
|
||||||
|
|
||||||
cd build-archiso
|
cd build-iso
|
||||||
|
# sudo systemctl start docker
|
||||||
sudo docker-compose run archiso
|
sudo docker-compose run archiso
|
||||||
ls out/out_dir/*.iso
|
ls out/out_dir/*.iso
|
||||||
```
|
```
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
_pkgname=xfce4
|
_pkgname=xfce4
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="XFCE4 with configuration"
|
pkgdesc="XFCE4 with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
@ -119,6 +119,7 @@ optdepends=()
|
|||||||
|
|
||||||
# https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI
|
# https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI
|
||||||
optdepends+=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
optdepends+=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
||||||
|
optdepends+=('seahorse-nautilus: PGP encryption and signing for nautilus')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# copy nautilus script
|
# copy nautilus script
|
||||||
|
Loading…
Reference in New Issue
Block a user