[arch-commits] Commit in startdde/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 24 16:14:38 UTC 2020


    Date: Sunday, May 24, 2020 @ 16:14:38
  Author: felixonmars
Revision: 632975

upgpkg: startdde 5.3.0.1-3: make window managers optional

Modified:
  startdde/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 16:14:26 UTC (rev 632974)
+++ PKGBUILD	2020-05-24 16:14:38 UTC (rev 632975)
@@ -4,16 +4,19 @@
 
 pkgname=startdde
 pkgver=5.3.0.1
-pkgrel=2
+pkgrel=3
 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' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+         '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-pie' 'git' 'jq'
              'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+            'deepin-metacity: Legacy 2D window manager'
+            'deepin-kwin: Preferred window manager')
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list