mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
refactor
This commit is contained in:
parent
e65def8e0b
commit
a09f9806b3
@ -8,7 +8,9 @@ pkgdesc="gnupg with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('gnupg' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('gnupg')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
@ -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') # without base "holo apply" may fail on initial system installation
|
||||
|
||||
makedepends=('git')
|
||||
provides=('de-p1st-gpu') # implicitly provides $pkgname
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="grub with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('grub' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('grub')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
changelog=
|
||||
|
@ -8,7 +8,7 @@ pkgdesc="locale and timezone"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('holo' 'git' 'base')
|
||||
depends=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
backup=('etc/locale.conf' 'etc/localtime')
|
||||
install='.install'
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="Personalized makepkg.conf"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('pacman' 'holo' 'git' 'base') # /etc/makepkg.conf belongs to pacman
|
||||
depends=()
|
||||
depends+=('pacman') # /etc/makepkg.conf belongs to pacman
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
changelog=
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="mkinitcpio configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('mkinitcpio' 'holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
depends=()
|
||||
depends+=('mkinitcpio')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="nano with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('nano' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('nano')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="Selected Arch Linux mirrors"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('pacman' 'holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
depends=()
|
||||
depends+=('pacman')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="Enable ungoogled-chromium repo"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('pacman' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('pacman')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
depends+=('curl') # add signing key of mirror in .install
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="Enable linux-surface repo"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('pacman' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('pacman')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
depends+=('curl') # add signing key of mirror in .install
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="pacman with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('pacman' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('pacman')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
optdepends=('de-p1st-pacman-mirrorlist' 'de-p1st-pacman-repo-chromium' 'de-p1st-repo-surface')
|
||||
install='.install'
|
||||
|
@ -8,7 +8,9 @@ pkgdesc="screen with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
depends=('screen' 'holo' 'git' 'base')
|
||||
depends=()
|
||||
depends+=('screen')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
@ -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')
|
||||
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
||||
depends+=('de-p1st-wallpaper')
|
||||
|
||||
makedepends=('git')
|
||||
|
@ -9,7 +9,9 @@ arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=('ccid' 'opensc' 'systemd' 'holo' 'git' 'base' 'de-p1st-gnupg')
|
||||
depends=()
|
||||
depends+=('ccid' 'opensc' 'systemd' 'de-p1st-gnupg')
|
||||
depends+=('holo' 'git' 'base' ) # without base "holo apply" may fail on initial system installation
|
||||
makedepends=('git')
|
||||
install='.install'
|
||||
source=("git+${url}.git")
|
||||
|
Loading…
Reference in New Issue
Block a user