mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add default sddm theme
This commit is contained in:
parent
93cf1ea39d
commit
5390e5c36f
13
pkg/de-p1st-sddm-theme-default/PKGBUILD
Normal file
13
pkg/de-p1st-sddm-theme-default/PKGBUILD
Normal 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')
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user