mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix Nordic theme for sddm
This commit is contained in:
parent
b1b680ce28
commit
7b52cde378
1
pkg/de-p1st-sddm-autologin-yoda/TESTED
Normal file
1
pkg/de-p1st-sddm-autologin-yoda/TESTED
Normal file
@ -0,0 +1 @@
|
||||
autologin to xfce4 for user yoda
|
15
pkg/de-p1st-sddm-theme-nordic/.install
Normal file
15
pkg/de-p1st-sddm-theme-nordic/.install
Normal file
@ -0,0 +1,15 @@
|
||||
## arg 1: the new package version
|
||||
post_install() {
|
||||
holo apply
|
||||
}
|
||||
|
||||
## arg 1: the new package version
|
||||
## arg 2: the old package version
|
||||
post_upgrade() {
|
||||
holo apply
|
||||
}
|
||||
|
||||
## arg 1: the old package version
|
||||
post_remove() {
|
||||
holo apply
|
||||
}
|
5
pkg/de-p1st-sddm-theme-nordic/Main.qml.holoscript
Normal file
5
pkg/de-p1st-sddm-theme-nordic/Main.qml.holoscript
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# stdin: default config
|
||||
# stdout: modified config
|
||||
|
||||
sed 's|Battery {}|//Battery {}|'
|
@ -2,13 +2,20 @@
|
||||
_pkgname=sddm-theme-nordic
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.1
|
||||
pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="sddm with Nordic theme"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
|
||||
depends=('sddm' 'sddm-nordic-theme-git')
|
||||
# Without plasma-framework the following error occurs:
|
||||
# Main.qml:28:1: module "org.kde.plasma.extras" is not installed
|
||||
depends+=('plasma-framework')
|
||||
# See TODO below
|
||||
depends+=('holo' 'git')
|
||||
|
||||
makedepends=('git')
|
||||
source=("git+${url}.git")
|
||||
sha256sums=('SKIP')
|
||||
@ -19,4 +26,8 @@ package() {
|
||||
cd "${_reponame}/pkg/${pkgname}"
|
||||
|
||||
install -Dm0644 p1st-theme.conf "$pkgdir"/etc/sddm.conf.d/p1st-theme.conf
|
||||
|
||||
# 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
|
||||
install -Dm0544 Main.qml.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/Main.qml
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ Install from AUR:
|
||||
|
||||
```shell
|
||||
sudo pacman -S sddm-nordic-theme-git
|
||||
|
||||
```
|
||||
|
||||
Test the theme:
|
||||
|
Loading…
Reference in New Issue
Block a user