holo: add "git" as dependency to provide diff in case of user-modified config files

This commit is contained in:
Daniel Langbein 2021-05-13 21:38:12 +02:00
parent 8c6446685b
commit fc227b85d0
9 changed files with 27 additions and 27 deletions

View File

@ -2,13 +2,13 @@
_pkgname=grub
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.3
pkgrel=2
pkgver=0.0.4
pkgrel=1
pkgdesc="grub with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('grub' 'holo')
depends=('grub' 'holo' 'git')
makedepends=('git')
install='.install'
changelog=

View File

@ -2,13 +2,13 @@
_pkgname=locale
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.10
pkgrel=2
pkgver=0.1.0
pkgrel=1
pkgdesc="locale and timezone"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('holo')
depends=('holo' 'git')
makedepends=('git')
backup=('etc/locale.conf' 'etc/localtime')
install='.install'

View File

@ -2,13 +2,13 @@
_pkgname=makepkg
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=2
pkgver=0.0.2
pkgrel=1
pkgdesc="Personalized makepkg.conf"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('pacman' 'holo') # /etc/makepkg.conf belongs to pacman
depends=('pacman' 'holo' 'git') # /etc/makepkg.conf belongs to pacman
makedepends=('git')
install='.install'
changelog=

View File

@ -2,13 +2,13 @@
_pkgname=mkinitcpio
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.6
pkgrel=2
pkgver=0.0.7
pkgrel=1
pkgdesc="mkinitcpio configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('mkinitcpio' 'holo' 'base') # without base "holo apply" may fail on initial system installation
depends=('mkinitcpio' 'holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -2,13 +2,13 @@
_pkgname=nano
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=2
pkgver=0.0.2
pkgrel=1
pkgdesc="nano with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('nano' 'holo')
depends=('nano' 'holo' 'git')
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -2,13 +2,13 @@
_pkgname=pacman-mirrorlist
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.6
pkgrel=3
pkgver=0.0.7
pkgrel=1
pkgdesc="selected Arch Linux mirrors"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('pacman' 'holo' 'base') # without base "holo apply" may fail on initial system installation
depends=('pacman' 'holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -2,13 +2,13 @@
_pkgname=pacman
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.7
pkgrel=4
pkgver=0.1.0
pkgrel=1
pkgdesc="pacman with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('pacman' 'holo')
depends=('pacman' 'holo' 'git')
makedepends=('git')
optdepends=('de-p1st-pacman-mirrorlist')
install='.install'

View File

@ -2,13 +2,13 @@
_pkgname=screen
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.2
pkgrel=2
pkgver=0.0.3
pkgrel=1
pkgdesc="screen with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('screen' 'holo')
depends=('screen' 'holo' 'git')
makedepends=('git')
install='.install'
source=("git+${url}.git")

View File

@ -2,14 +2,14 @@
_pkgname=smartcard
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.2
pkgrel=2
pkgver=0.0.3
pkgrel=1
pkgdesc="Configuration to use smartcards"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
groups=()
depends=('ccid' 'opensc' 'systemd' 'holo' 'de-p1st-gnupg')
depends=('ccid' 'opensc' 'systemd' 'holo' 'git' 'de-p1st-gnupg')
makedepends=('git')
install='.install'
source=("git+${url}.git")