-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPKGBUILD
More file actions
33 lines (31 loc) · 719 Bytes
/
Copy pathPKGBUILD
File metadata and controls
33 lines (31 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Raul Rodrigo Segura <raurodse@gmail.com>
pkgname=sddm-theme-simple-dark
pkgver=0.1
pkgrel=1
epoch=
pkgdesc="Simple theme for SDDM"
arch=('x86_64')
url="https://github.com/simonesestito/dark-arch-sddm"
license=('GPL')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
#source=("https://github.com/simonesestito/dark-arch-sddm/archive/master.zip")
noextract=()
md5sums=()
validpgpkeys=()
package() {
pathtoinstall="/usr/share/sddm/themes/dark-sddm-theme"
install -d ${pkgdir}$pathtoinstall
cp -r "../base/"* ${pkgdir}$pathtoinstall
cp ../options/logo/arch.png ${pkgdir}${pathtoinstall}/resources/logo.png
}