diff options
author | Mark Wagie | 2024-12-05 12:51:04 -0700 |
---|---|---|
committer | Mark Wagie | 2024-12-05 12:51:04 -0700 |
commit | 3e0e951c1c4ef3c991957680d95c30b57be03abf (patch) | |
tree | 0c6eac1d8d96a59b083e39d570209bb57d591ba8 /PKGBUILD | |
parent | 934652bd19044bc4aa80df452450e59a62b7f3ac (diff) | |
download | aur-3e0e951c1c4ef3c991957680d95c30b57be03abf.tar.gz |
install dconf profile
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=cosmic-session-git -pkgver=1.0.0.alpha.3.r3.g53237d1 -pkgrel=1 +pkgver=1.0.0.alpha.4.r0.g87a0644 +pkgrel=2 pkgdesc="Session manager for the COSMIC desktop environment" arch=('x86_64' 'aarch64') url="https://github.com/pop-os/cosmic-session" @@ -81,5 +81,7 @@ build() { package() { cd "${pkgname%-git}" just rootdir="$pkgdir" install + + install -Dm644 data/dconf/profile/cosmic -t "$pkgdir/usr/share/dconf/profile/" } |