mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
feat: Polished release v1.2.1
This commit is contained in:
parent
8ece614ef8
commit
fc93ea69ca
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ltmnight-sddm-theme
|
||||
pkgdesc = A premium, modern SDDM theme with LTMNight styling and animated backgrounds
|
||||
pkgver = 1.2.0
|
||||
pkgver = 1.2.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/hyprltm/ltmnight-sddm-theme
|
||||
install = ltmnight-sddm-theme.install
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ltmnight-sddm-theme
|
|||
depends = qt6-virtualkeyboard
|
||||
depends = qt6-multimedia-ffmpeg
|
||||
depends = ttf-jetbrains-mono
|
||||
source = https://github.com/hyprltm/ltmnight-sddm-theme/archive/v1.2.0.tar.gz
|
||||
sha256sums = dc385f83ea0359e4de724c16ddf2887357a2fa3ded0c1e715825950efa28af56
|
||||
source = https://github.com/hyprltm/ltmnight-sddm-theme/archive/v1.2.1.tar.gz
|
||||
sha256sums = 4f2c8d092ffa5d4151d8ab2015197106f02d965ac51f3e277638c9ac8fbaf714
|
||||
|
||||
pkgname = ltmnight-sddm-theme
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: sniper1720 (Djalel Oukid) <sniper1720@linuxtechmore.com>
|
||||
pkgname=ltmnight-sddm-theme
|
||||
pkgver=1.2.0
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="A premium, modern SDDM theme with LTMNight styling and animated backgrounds"
|
||||
arch=('any')
|
||||
|
|
@ -8,7 +8,7 @@ url="https://github.com/hyprltm/ltmnight-sddm-theme"
|
|||
license=('AGPL3')
|
||||
depends=('sddm' 'qt6-declarative' 'qt6-svg' 'qt6-virtualkeyboard' 'qt6-multimedia-ffmpeg' 'ttf-jetbrains-mono')
|
||||
source=("${url}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('dc385f83ea0359e4de724c16ddf2887357a2fa3ded0c1e715825950efa28af56')
|
||||
sha256sums=('4f2c8d092ffa5d4151d8ab2015197106f02d965ac51f3e277638c9ac8fbaf714')
|
||||
|
||||
install=ltmnight-sddm-theme.install
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ package() {
|
|||
|
||||
# 1. Install Theme Files
|
||||
install -d "${pkgdir}/usr/share/sddm/themes/ltmnight"
|
||||
cp -r Assets Backgrounds Components Themes i18n Main.qml metadata.desktop \
|
||||
cp -r Assets Backgrounds Components Themes i18n Previews Main.qml metadata.desktop \
|
||||
"${pkgdir}/usr/share/sddm/themes/ltmnight/"
|
||||
|
||||
# 2. Install "setup.sh" as an internal helper
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue