2019-11-05 16:43:00 +00:00
|
|
|
# Maintainer: davedatum <trom@davedatum.com>
|
|
|
|
|
|
|
|
pkgname=tromjaro-calamares-theme
|
2020-02-15 12:22:54 +00:00
|
|
|
pkgver=3.2.18
|
|
|
|
pkgrel=1
|
2019-11-05 16:43:00 +00:00
|
|
|
pkgdesc="Theme for calamares"
|
|
|
|
arch=("any")
|
|
|
|
url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
|
|
|
|
license=("GPL3")
|
|
|
|
depends=("calamares")
|
|
|
|
makedepends=("git")
|
2020-02-15 12:48:19 +00:00
|
|
|
source=("${pkgname}::git+${url}.git#commit=8b995f95af722de674fcdbe286fbc1f438c3e82b"
|
2020-02-15 12:22:54 +00:00
|
|
|
"calamares-install.hook"
|
|
|
|
"calamares-install.install")
|
|
|
|
sha256sums=('SKIP'
|
|
|
|
'c45e567fe629bf1b2c670d08ccc44374f0ae3646dda00da4dcc0077aa7f2f6e8'
|
|
|
|
'792f8773a590515dcffa08f1c2eb906efd99aac630bbd3f5b70a358f3a7f8e7c')
|
2019-11-05 16:43:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -d "${pkgdir}/etc"
|
|
|
|
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
|
2020-02-15 12:22:54 +00:00
|
|
|
install -Dm644 "${srcdir}/calamares-install.hook" "${pkgdir}/usr/share/libalpm/hooks/calamares-install.hook"
|
2020-02-15 12:48:19 +00:00
|
|
|
|
|
|
|
install -Dm644 "${srcdir}/${pkgname}/systemd/calamares-launch.service" "${pkgdir}/etc/systemd/system/calamares-launch.service"
|
|
|
|
install -Dm644 "${srcdir}/${pkgname}/systemd/calamares-launch.timer" "${pkgdir}/etc/systemd/system/calamares-launch.timer"
|
2020-02-15 12:22:54 +00:00
|
|
|
|
|
|
|
install -Dm644 "${srcdir}/${pkgbase}/calamares-launch-script.sh" \
|
|
|
|
"${pkgdir}/usr/bin/calamares-launch-script"
|
2019-11-05 16:43:00 +00:00
|
|
|
}
|