add default sddm theme

This commit is contained in:
Daniel Langbein 2021-05-14 13:48:13 +02:00
parent 93cf1ea39d
commit 5390e5c36f
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=sddm-theme-default
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc="sddm with default theme"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('sddm')
provides=('de-p1st-sddm-theme')
conflicts=('de-p1st-sddm-theme')

View File

@ -3,7 +3,7 @@ _pkgname=sddm-theme-nordic
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.2 pkgver=0.0.2
pkgrel=1 pkgrel=2
pkgdesc="sddm with Nordic theme" pkgdesc="sddm with Nordic theme"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
@ -17,6 +17,7 @@ depends+=('plasma-framework')
depends+=('holo' 'git') depends+=('holo' 'git')
makedepends=('git') makedepends=('git')
install='.install'
source=("git+${url}.git") source=("git+${url}.git")
sha256sums=('SKIP') sha256sums=('SKIP')
provides=('de-p1st-sddm-theme') provides=('de-p1st-sddm-theme')