Date: Saturday, October 29, 2022 @ 16:59:38
  Author: felixonmars
Revision: 1339205

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
    (from rev 1339204, startdde/trunk/PKGBUILD)
  startdde/repos/community-x86_64/schema.patch
    (from rev 1339204, startdde/trunk/schema.patch)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD
  startdde/repos/community-x86_64/schema.patch

--------------+
 PKGBUILD     |  132 ++++++++++++++++++++++++++++-----------------------------
 schema.patch |   22 ++++-----
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-29 16:59:28 UTC (rev 1339204)
+++ PKGBUILD    2022-10-29 16:59:38 UTC (rev 1339205)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=startdde
-pkgver=5.9.59
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
-         '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-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')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-options=('!lto')
-source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-        schema.patch)
-sha512sums=('e9fdde3e2eb6c128ec4f4c5d9ce285fce173d7fc12935fd39fc4d12e55c47dc3e5531e0c581d1db017cb442c74c777cf92ba1caa6a18eb66ae635e1ae36e3a0b'
-            
'45254601cd9805c9b8df4a5dfd0a05a86c57e76e62e9982422b85c78cb26062e9fdaafdb5f2181e8c9d30d62348f28b4424706373e5f80b9c12c744ff5633449')
-
-export GO111MODULE=off
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/youpy/go-wav
-
-  cd startdde-$pkgver
-  patch -p2 -i ../schema.patch
-
-  sed -i 's/sbin/bin/' Makefile
-
-  sed -i 's|/etc/os-version|/etc/uos-version|' vm.go utils.go 
misc/Xsession.d/00deepin-dde-env
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 1339204, 
startdde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-29 16:59:38 UTC (rev 1339205)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=startdde
+pkgver=5.9.59
+pkgrel=2
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+         '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-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')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+options=('!lto')
+source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+        schema.patch)
+sha512sums=('e9fdde3e2eb6c128ec4f4c5d9ce285fce173d7fc12935fd39fc4d12e55c47dc3e5531e0c581d1db017cb442c74c777cf92ba1caa6a18eb66ae635e1ae36e3a0b'
+            
'e15ff5b1c649cfc736ba47f7d69ca3d7abeb5593f25ccd71c0965439862204d25833fa7d896cd3073d6c449040b42153d6c6ccbb9e12d5c698603458130d497d')
+
+export GO111MODULE=off
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/youpy/go-wav
+
+  cd startdde-$pkgver
+  patch -p2 -i ../schema.patch
+
+  sed -i 's/sbin/bin/' Makefile
+
+  sed -i 's|/etc/os-version|/etc/uos-version|' vm.go utils.go 
misc/Xsession.d/00deepin-dde-env
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}

Deleted: schema.patch
===================================================================
--- schema.patch        2022-10-29 16:59:28 UTC (rev 1339204)
+++ schema.patch        2022-10-29 16:59:38 UTC (rev 1339205)
@@ -1,11 +0,0 @@
---- 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>

Copied: startdde/repos/community-x86_64/schema.patch (from rev 1339204, 
startdde/trunk/schema.patch)
===================================================================
--- schema.patch                                (rev 0)
+++ schema.patch        2022-10-29 16:59:38 UTC (rev 1339205)
@@ -0,0 +1,11 @@
+--- 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>'/usr/bin/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>

Reply via email to