summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-12-05 12:51:04 -0700
committerMark Wagie2024-12-05 12:51:04 -0700
commit3e0e951c1c4ef3c991957680d95c30b57be03abf (patch)
tree0c6eac1d8d96a59b083e39d570209bb57d591ba8 /PKGBUILD
parent934652bd19044bc4aa80df452450e59a62b7f3ac (diff)
downloadaur-3e0e951c1c4ef3c991957680d95c30b57be03abf.tar.gz
install dconf profile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526e3c17ce46..a05e97fc69c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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/"
}