This commit is contained in:
davedatum 2019-10-28 16:29:52 +00:00
parent a74869a28b
commit d79a24d9e1
1 changed files with 0 additions and 5 deletions

View File

@ -9,12 +9,10 @@ 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')
@ -55,8 +53,5 @@ 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 -d $pkgdir/etc
cp -r ${srcdir}/calamares-settings/calamares ${pkgdir}/etc
}