added calamares

This commit is contained in:
davedatum 2019-10-28 13:57:18 +00:00
parent fd010dde25
commit 6082983078
1 changed files with 4 additions and 0 deletions

View File

@ -9,10 +9,12 @@ url="https://gitlab.com/tromsite/tromjaro/gnome-settings"
license=("GPL")
source=("tromjaro-settings::git+$url.git"
"artwork::git+https://gitlab.com/tromsite/tromjaro/artwork.git"
"calamares-settings::git+https://gitlab.com/tromsite/tromjaro/calamares-settings.git"
"tromjaro-branding-install.hook"
"tromjaro-branding-remove.hook")
makedepends=("git")
sha256sums=('SKIP'
'SKIP'
'SKIP'
'85ef166fc107808ada7449d23eef9a95861e4311527a741becf27cfbd2f4399a'
'd17518ef6b9635c78fa333487f148570c65005adee684f173c6961dbfab09cd5')
@ -53,5 +55,7 @@ depends=('gnome-shell' 'dconf')
install -Dm644 ${srcdir}/artwork/tromjaro-logo.png ${pkgdir}/usr/share/icons/manjaro/maia/tromjaro-logo.png
install -Dm644 ${srcdir}/tromjaro-branding-install.hook ${pkgdir}/usr/share/libalpm/hooks/tromjaro-branding-install.hook
install -Dm644 ${srcdir}/tromjaro-branding-remove.hook ${pkgdir}/usr/share/libalpm/hooks/tromjaro-branding-remove.hook
install -dm644 ${srcdir}/calamares-settings/calamares ${pkgdir}/etc/calamares
}