This commit is contained in:
Daniel Langbein 2022-04-15 15:43:21 +02:00
parent a09f9806b3
commit 6324e04414
18 changed files with 18 additions and 18 deletions

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('gnupg')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -20,7 +20,7 @@ depends+=(libva-mesa-driver)
# "HW-vide-acceleration: VDPAU"
depends+=(mesa-vdpau)
# holo
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
provides=('de-p1st-gpu') # implicitly provides $pkgname

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('grub')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
changelog=

View File

@ -8,7 +8,7 @@ pkgdesc="locale and timezone"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
backup=('etc/locale.conf' 'etc/localtime')
install='.install'

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('pacman') # /etc/makepkg.conf belongs to pacman
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
changelog=

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('mkinitcpio')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('nano')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('pacman')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('pacman')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
depends+=('curl') # add signing key of mirror in .install
makedepends=('git')
install='.install'

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('pacman')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
depends+=('curl') # add signing key of mirror in .install
makedepends=('git')
install='.install'

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('pacman')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
optdepends=('de-p1st-pacman-mirrorlist' 'de-p1st-pacman-repo-chromium' 'de-p1st-repo-surface')
install='.install'

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('screen')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -13,7 +13,7 @@ depends=('sddm' 'sddm-nordic-theme-git')
# Without plasma-framework the following error occurs:
# Main.qml:28:1: module "org.kde.plasma.extras" is not installed
depends+=('plasma-framework')
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
depends+=('de-p1st-wallpaper')
makedepends=('git')

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
install='.install'
depends=('signal-desktop')
depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
source=("git+${url}.git")
sha256sums=('SKIP')

View File

@ -11,7 +11,7 @@ license=('MIT')
groups=()
depends=()
depends+=('ccid' 'opensc' 'systemd' 'de-p1st-gnupg')
depends+=('holo' 'git' 'base' ) # without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base' ) # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -9,7 +9,7 @@ arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('openssh' 'systemd')
depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
depends+=('de-p1st-ssh-key')
makedepends=('git')
install='.install'

View File

@ -9,7 +9,7 @@ arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('zoom' 'zoom-firejail')
depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git') # to fetch source(s) via git
install='.install'
source=("git+${url}.git")

View File

@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
groups=()
depends=()
depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
makedepends=('git') # to fetch source(s) via git
optdepends=()
provides=()