added .desktop to autostart
This commit is contained in:
parent
86992c618e
commit
1a577d365d
2
.SRCINFO
2
.SRCINFO
|
@ -7,7 +7,7 @@ pkgbase = tromjaro-calamares-theme
|
||||||
license = GPL3
|
license = GPL3
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = calamares
|
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
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = tromjaro-calamares-theme
|
pkgname = tromjaro-calamares-theme
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -9,7 +9,7 @@ url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
|
||||||
license=("GPL3")
|
license=("GPL3")
|
||||||
depends=("calamares")
|
depends=("calamares")
|
||||||
makedepends=("git")
|
makedepends=("git")
|
||||||
source=("${pkgname}::git+${url}.git#commit=4883ce386103d64b57ab725094e50648c1d6d514")
|
source=("${pkgname}::git+${url}.git#commit=1e2135634f7ccac68630c9fcb6f2a5c1ea70bc05")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,4 +17,6 @@ package() {
|
||||||
|
|
||||||
install -d "${pkgdir}/etc"
|
install -d "${pkgdir}/etc"
|
||||||
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
|
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
|
||||||
|
install -Dm755 "${srcdir}/${pkgname}/calamares.desktop" \
|
||||||
|
"{pkgdir}/etc/skel/.config/autostart/calamares.desktop"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user