[arch-commits] Commit in startdde/trunk (PKGBUILD schema.patch)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 08:33:56 UTC 2022
Date: Friday, September 2, 2022 @ 08:33:56
Author: felixonmars
Revision: 1290748
upgpkg: startdde 5.9.50-1
Modified:
startdde/trunk/PKGBUILD
startdde/trunk/schema.patch
--------------+
PKGBUILD | 12 +++++++-----
schema.patch | 9 ---------
2 files changed, 7 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 08:33:00 UTC (rev 1290747)
+++ PKGBUILD 2022-09-02 08:33:56 UTC (rev 1290748)
@@ -3,7 +3,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=startdde
-pkgver=5.9.33
+pkgver=5.9.50
pkgrel=1
pkgdesc="starter of deepin desktop environment"
arch=('x86_64')
@@ -13,7 +13,9 @@
'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
makedepends=('cmake' 'coffeescript' 'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client'
+ 'golang-github-fsnotify-fsnotify' 'golang-github-stretchr-testify'
+ 'golang-gopkg-yaml.v3')
optdepends=('deepin-wm: Legacy 3D window manager'
'deepin-metacity: Legacy 2D window manager'
'deepin-kwin: Preferred window manager')
@@ -22,8 +24,8 @@
options=('!lto')
source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz"
schema.patch)
-sha512sums=('6eaeb780af55871a5172fd92a74e6fc9be82d01f7f26c3825c1be67ff553b3ce2de7160483eb42708ac57034d35e27dbbed22c5cccb7c38efcc119a0181867a8'
- '8f0a34a273de5ad784684a8bea349363d768a64ce574621b07537af3055baa60c6d645f75e20575ed8978a03e31992b9dc6f66939b29c8d4331964ac9a1f72eb')
+sha512sums=('5ee8b143205c74453c747fc911a7f18564088295ac333e5bf3c7d7293fe257f8d5d9d05b3efaf305617baf421aa57cbb02cc4414e9634016117da5f7712ba155'
+ '45254601cd9805c9b8df4a5dfd0a05a86c57e76e62e9982422b85c78cb26062e9fdaafdb5f2181e8c9d30d62348f28b4424706373e5f80b9c12c744ff5633449')
export GO111MODULE=off
@@ -31,7 +33,7 @@
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 gopkg.in/yaml.v3
+ go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus
sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
}
Modified: schema.patch
===================================================================
--- schema.patch 2022-09-02 08:33:00 UTC (rev 1290747)
+++ schema.patch 2022-09-02 08:33:56 UTC (rev 1290748)
@@ -9,12 +9,3 @@
<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