summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f0233ba9ee19ec23c295556b06826aaf338315aa (plain)
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
# Maintainer: Manuel Domínguez López
# <mdomlop at gmail dot com>
# @mdomlop at telegram

_pkgver_year=2019
_pkgver_month=12
_pkgver_day=18

pkgname=retrosmart-kdeplasma-welcomescreen
pkgver=1.0
pkgrel=1
pkgdesc='A retrosmart look welcome screen for KDE Plasma.'
url=https://github.com/mdomlop/$pkgname
source=("https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
license=('GPL3')
optdepends=('xcursor-retrosmart: The corresponding X11 cursor theme'
            'retrosmart-aurorae-themes: The corresponding Aurorae themes'
            'retrosmart-icon-theme: The corresponding icon theme'
            'retrosmart-xfwm4-themes: The corresponding themes for XFwm4'
            'retrosmart-openbox-themes: The corresponding themes for Openbox')
arch=('any')
group=('retrosmart')
changelog=ChangeLog

package() {
    cd "$pkgname-$pkgver"
    make install DESTDIR=$pkgdir
}
md5sums=('1cd0e685b5cc73be643ae4ecdb71b063')