mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
holo: add "git" as dependency to provide diff in case of user-modified config files
This commit is contained in:
parent
8c6446685b
commit
fc227b85d0
@ -2,13 +2,13 @@
|
|||||||
_pkgname=grub
|
_pkgname=grub
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.3
|
pkgver=0.0.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="grub with configuration"
|
pkgdesc="grub with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('grub' 'holo')
|
depends=('grub' 'holo' 'git')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
changelog=
|
changelog=
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=locale
|
_pkgname=locale
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.10
|
pkgver=0.1.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="locale and timezone"
|
pkgdesc="locale and timezone"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('holo')
|
depends=('holo' 'git')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
backup=('etc/locale.conf' 'etc/localtime')
|
backup=('etc/locale.conf' 'etc/localtime')
|
||||||
install='.install'
|
install='.install'
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=makepkg
|
_pkgname=makepkg
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.1
|
pkgver=0.0.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Personalized makepkg.conf"
|
pkgdesc="Personalized makepkg.conf"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('pacman' 'holo') # /etc/makepkg.conf belongs to pacman
|
depends=('pacman' 'holo' 'git') # /etc/makepkg.conf belongs to pacman
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
changelog=
|
changelog=
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=mkinitcpio
|
_pkgname=mkinitcpio
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.6
|
pkgver=0.0.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="mkinitcpio configuration"
|
pkgdesc="mkinitcpio configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
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')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=nano
|
_pkgname=nano
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.1
|
pkgver=0.0.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="nano with configuration"
|
pkgdesc="nano with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('nano' 'holo')
|
depends=('nano' 'holo' 'git')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=pacman-mirrorlist
|
_pkgname=pacman-mirrorlist
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.6
|
pkgver=0.0.7
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="selected Arch Linux mirrors"
|
pkgdesc="selected Arch Linux mirrors"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
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')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=pacman
|
_pkgname=pacman
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.7
|
pkgver=0.1.0
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="pacman with configuration"
|
pkgdesc="pacman with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('pacman' 'holo')
|
depends=('pacman' 'holo' 'git')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('de-p1st-pacman-mirrorlist')
|
optdepends=('de-p1st-pacman-mirrorlist')
|
||||||
install='.install'
|
install='.install'
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
_pkgname=screen
|
_pkgname=screen
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="screen with configuration"
|
pkgdesc="screen with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('screen' 'holo')
|
depends=('screen' 'holo' 'git')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
_pkgname=smartcard
|
_pkgname=smartcard
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Configuration to use smartcards"
|
pkgdesc="Configuration to use smartcards"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('ccid' 'opensc' 'systemd' 'holo' 'de-p1st-gnupg')
|
depends=('ccid' 'opensc' 'systemd' 'holo' 'git' 'de-p1st-gnupg')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
|
Loading…
Reference in New Issue
Block a user