Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / startdde
Commits:
dcd60d5c by Felix Yan at 2023-11-27T16:33:18+02:00
upgpkg: 6.0.11-2: fix dep on deepin-wloutput-daemon
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = startdde
pkgdesc = starter of deepin desktop environment
pkgver = 6.0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxdeepin/startdde
arch = x86_64
groups = deepin
@@ -16,6 +16,7 @@ pkgbase = startdde
depends = libgudev
depends = libx11
depends = libxi
+ depends = deepin-wloutput-daemon
source =
https://github.com/linuxdeepin/startdde/archive/6.0.11/startdde-6.0.11.tar.gz
sha512sums =
c401dd594fcb8d6019cc1ced3f5e6ed1d4a477585937399adf33fa4e9885f85ffa66e176dd7dc767796df224564caa8ae59e7bc80113e580ea111888702bd89e
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,14 @@
pkgname=startdde
pkgver=6.0.11
-pkgrel=1
+pkgrel=2
pkgdesc="starter of deepin desktop environment"
arch=('x86_64')
url="https://github.com/linuxdeepin/startdde"
license=('GPL3')
-depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgnome-keyring' 'libgudev' 'libx11'
'libxi')
+# deepin-wloutput-daemon: org.deepin.dde.KWayland1
+depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgnome-keyring' 'libgudev' 'libx11'
'libxi'
+ 'deepin-wloutput-daemon')
makedepends=('go' 'git')
groups=('deepin')
source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/dcd60d5ca7437c8fe17a7577fd9b8ae353219f98
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/dcd60d5ca7437c8fe17a7577fd9b8ae353219f98
You're receiving this email because of your account on gitlab.archlinux.org.