summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2024-01-12 09:42:55 +0800
committerjustforlxz2024-01-12 09:42:55 +0800
commited45a0d3cb4308cb23bc1c349ce2db395c649cda (patch)
tree19287fde23c4ad78aec2322d325138d285611151
parente064d218057f642995bd379f8ed94cb294b059b1 (diff)
downloadaur-ed45a0d3cb4308cb23bc1c349ce2db395c649cda.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD21
2 files changed, 25 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d470f9caaf09..d90193f45309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dde-shell-git
pkgdesc = New DDE shell
- pkgver = 0.0.4.r2.g1bf0b28
+ pkgver = 0.0.4.r3.g1e88b2d
pkgrel = 1
url = https://github.com/linuxdeepin/dde-shell
arch = x86_64
@@ -11,11 +11,17 @@ pkgbase = dde-shell-git
makedepends = qt6-tools
makedepends = qt5-tools
makedepends = dtk6declarative-git
+ makedepends = qt5-wayland
makedepends = qt6-wayland
+ makedepends = dtkgui-git
+ makedepends = dtkwidget-git
makedepends = cmake
makedepends = ninja
depends = dtk6declarative-git
+ depends = qt5-wayland
depends = qt6-wayland
+ depends = dtkgui-git
+ depends = dtkwidget-git
provides = dde-shell
conflicts = dde-shell
source = git+https://github.com/linuxdeepin/dde-shell.git
diff --git a/PKGBUILD b/PKGBUILD
index 572b2aeb9ff9..d17b4d73c7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,29 @@
pkgname=dde-shell-git
_pkgname=dde-shell
-pkgver=0.0.4.r2.g1bf0b28
+pkgver=0.0.4.r3.g1e88b2d
pkgrel=1
pkgdesc='New DDE shell'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dde-shell"
license=('LGPL3')
-depends=('dtk6declarative-git' 'qt6-wayland')
-makedepends=('git' 'qt6-tools' 'qt5-tools' 'dtk6declarative-git' 'qt6-wayland' 'cmake' 'ninja')
+depends=('dtk6declarative-git'
+ 'qt5-wayland'
+ 'qt6-wayland'
+ 'dtkgui-git'
+ 'dtkwidget-git'
+)
+makedepends=('git'
+ 'qt6-tools'
+ 'qt5-tools'
+ 'dtk6declarative-git'
+ 'qt5-wayland'
+ 'qt6-wayland'
+ 'dtkgui-git'
+ 'dtkwidget-git'
+ 'cmake'
+ 'ninja'
+)
conflicts=('dde-shell')
provides=('dde-shell')
groups=('deepin-git')