This commit is contained in:
Daniel Langbein 2021-07-10 09:37:20 +02:00
parent 0d1116cbb1
commit 21e87fcafc
3 changed files with 4 additions and 3 deletions

1
.idea/vcs.xml generated
View File

@ -4,6 +4,7 @@
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/adwaita-qt" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/adwaita-qt4" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/amdgpu-pro-installer" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/aurutils" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/balena-etcher" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/calindori-git" vcs="Git" />

View File

@ -1,12 +1,12 @@
## arg 1: the new package version
post_install() {
holo apply
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
holo apply
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the old package version

View File

@ -2,7 +2,7 @@
_pkgname=sddm-theme-nordic
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.7
pkgver=0.0.8
pkgrel=1
pkgdesc="sddm with Nordic theme"
arch=('any')