This commit is contained in:
Daniel Langbein 2021-07-12 11:13:14 +02:00
parent 21e87fcafc
commit ea29aef48c
5 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
_pkgname=installer
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.1.20
pkgver=0.1.21
pkgrel=1
pkgdesc="Bash script to install Arch Linux"
arch=('any')

View File

@ -445,7 +445,7 @@ sed "s|^GRUB_CMDLINE_LINUX=\"\"\$|GRUB_CMDLINE_LINUX=\"cryptdevice=/dev/disk/by-
sudo chmod 0544 "${holoScriptDir}"/grub.holoscript || return $?
}
# Then we apply the holoscript
sudo arch-chroot /mnt holo apply -f file:/etc/default/grub || return $?
sudo arch-chroot /mnt holo apply --force file:/etc/default/grub || return $?
# And finally run grub-mkconfig
sudo arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg || return $?
}

View File

@ -1,12 +1,12 @@
## arg 1: the new package version
post_install() {
holo apply
holo apply --force file:/usr/share/applications/signal-desktop.desktop
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
holo apply
holo apply --force file:/usr/share/applications/signal-desktop.desktop
}
## arg 1: the old package version

View File

@ -2,7 +2,7 @@
_pkgname=signal-desktop
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.2
pkgver=0.0.3
pkgrel=1
pkgdesc="Signal Desktop with modified .desktop entry to start minimized in system tray"
arch=('any')

View File

@ -2,13 +2,14 @@
_pkgname=xfce4
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.28
pkgver=0.0.29
pkgrel=1
pkgdesc="XFCE4 with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
makedepends=('git')
backup=('etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml') # de-p1st-xfce4-hidpi changes this file through holo
install='.install'
source=("git+${url}.git")
sha256sums=('SKIP')