added .desktop to autostart

This commit is contained in:
davedatum 2019-11-06 17:19:31 +00:00
parent 86992c618e
commit 1a577d365d
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ pkgbase = tromjaro-calamares-theme
license = GPL3
makedepends = git
depends = calamares
source = tromjaro-calamares-theme::git+https://gitlab.com/tromsite/tromjaro/calamares-settings.git#commit=4883ce386103d64b57ab725094e50648c1d6d514
source = tromjaro-calamares-theme::git+https://gitlab.com/tromsite/tromjaro/calamares-settings.git#commit=1e2135634f7ccac68630c9fcb6f2a5c1ea70bc05
sha256sums = SKIP
pkgname = tromjaro-calamares-theme

View File

@ -9,7 +9,7 @@ url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
license=("GPL3")
depends=("calamares")
makedepends=("git")
source=("${pkgname}::git+${url}.git#commit=4883ce386103d64b57ab725094e50648c1d6d514")
source=("${pkgname}::git+${url}.git#commit=1e2135634f7ccac68630c9fcb6f2a5c1ea70bc05")
sha256sums=('SKIP')
@ -17,4 +17,6 @@ package() {
install -d "${pkgdir}/etc"
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
install -Dm755 "${srcdir}/${pkgname}/calamares.desktop" \
"{pkgdir}/etc/skel/.config/autostart/calamares.desktop"
}