mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
568f14dac2
commit
ce5ec5d147
@ -2,7 +2,7 @@
|
|||||||
_pkgname=sddm-theme-nordic
|
_pkgname=sddm-theme-nordic
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.5
|
pkgver=0.0.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="sddm with Nordic theme"
|
pkgdesc="sddm with Nordic theme"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -31,9 +31,10 @@ package() {
|
|||||||
|
|
||||||
# Replace theme background:
|
# Replace theme background:
|
||||||
# Add symlink to background of "de-p1st-wallpaper"
|
# Add symlink to background of "de-p1st-wallpaper"
|
||||||
|
install -dm0755 "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/assets/
|
||||||
ln -s /usr/share/backgrounds/de-p1st.jpg "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/assets/bg.jpg
|
ln -s /usr/share/backgrounds/de-p1st.jpg "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/assets/bg.jpg
|
||||||
|
|
||||||
# TODO: Fix upstream? See AUR comment: https://aur.archlinux.org/pkgbase/nordic-kde-git/#comment-807577
|
# TODO: Fix upstream? See AUR comment: https://aur.archlinux.org/pkgbase/nordic-kde-git/#comment-807577
|
||||||
# Fix Nordic theme "Main.qml" -> Property "Battery" not found / missing
|
# Fix Nordic theme "Main.qml" -> Property "Battery" not found / missing
|
||||||
install -Dm0544 Main.qml.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/Main.qml.holoscript
|
install -Dm0544 Main.qml.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/Main.qml.holoscript
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user