[arch-commits] Commit in startdde/trunk (PKGBUILD schema.patch)
Felix Yan
felixonmars at archlinux.org
Mon Apr 26 22:54:54 UTC 2021
Date: Monday, April 26, 2021 @ 22:54:54
Author: felixonmars
Revision: 924624
upgpkg: startdde 5.8.7-1
Added:
startdde/trunk/schema.patch
Modified:
startdde/trunk/PKGBUILD
--------------+
PKGBUILD | 12 +++++++++---
schema.patch | 20 ++++++++++++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-26 22:50:29 UTC (rev 924623)
+++ PKGBUILD 2021-04-26 22:54:54 UTC (rev 924624)
@@ -3,7 +3,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=startdde
-pkgver=5.6.0.35.1
+pkgver=5.8.7
pkgrel=1
pkgdesc="starter of deepin desktop environment"
arch=('x86_64')
@@ -19,10 +19,16 @@
'deepin-kwin: Preferred window manager')
replaces=('deepin-wm-switcher')
groups=('deepin')
-source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('48bc2d9117ca3eaaeec58e323674a01abbabf0f9faa966c312b1efae639553510d67d5f5c905dac44dafd80325d5c211d953aaa7015009cbcbe2e64521290d84')
+source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+ schema.patch)
+sha512sums=('4470116be8d4d96d09c7aee93916c567d605a438f49fbad4cdb6560e9680ded84bc1f9f0eaa9eace4cd80e965b939d3678478508f57411235d85b4f059b673c1'
+ '8f0a34a273de5ad784684a8bea349363d768a64ce574621b07537af3055baa60c6d645f75e20575ed8978a03e31992b9dc6f66939b29c8d4331964ac9a1f72eb')
+export GO111MODULE=off
+
prepare() {
+ patch -d startdde-$pkgver -p2 < schema.patch
+
export GOPATH="$srcdir/build:/usr/share/gocode"
go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus github.com/fsnotify/fsnotify
Added: schema.patch
===================================================================
--- schema.patch (rev 0)
+++ schema.patch 2021-04-26 22:54:54 UTC (rev 924624)
@@ -0,0 +1,20 @@
+--- src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml.orig 2021-04-27 06:50:57.106648182 +0800
++++ src/startdde-5.8.7/misc/schemas/com.deepin.dde.startdde.gschema.xml 2021-04-27 06:51:08.183279539 +0800
+@@ -7,7 +7,7 @@
+ <description>The delay seconds for autostart</description>
+ </key>
+ <key type="s" name="wm-cmd">
+- <default>''</default>
++ <default>'deepin-wm'</default>
+ <summary>The window manager start command</summary>
+ <description>This key will special window manager at startdde startup. If empty, using deepin-wm.</description>
+ </key>
+@@ -18,7 +18,7 @@
+ </key>
+
+ <key type="b" name="swap-sched-enabled">
+- <default>true</default>
++ <default>false</default>
+ <summary>swap sched enabled</summary>
+ <description></description>
+ </key>
More information about the arch-commits
mailing list