Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-shell
Commits:
09e8e144 by Felix Yan at 2024-10-20T21:42:01+03:00
upgpkg: 0.0.43-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-shell
pkgdesc = New DDE shell
- pkgver = 0.0.25
+ pkgver = 0.0.43
pkgrel = 1
url = https://github.com/linuxdeepin/dde-shell
arch = x86_64
@@ -12,11 +12,7 @@ pkgbase = deepin-shell
makedepends = ninja
makedepends = qt6-tools
makedepends = wayland-protocols
- makedepends = libnm
- makedepends = libxres
- depends = deepin-qt-dbus-factory
- depends = dtkgui
- depends = dtkwidget
+ depends = deepin-tray-loader
depends = dtk6core
depends = dtk6gui
depends = dtk6widget
@@ -25,24 +21,17 @@ pkgbase = deepin-shell
depends = glibc
depends = libx11
depends = libxcb
- depends = libxcursor
- depends = libxext
depends = libxtst
- depends = qt5-base
- depends = qt5-wayland
depends = qt6-5compat
depends = qt6-base
depends = qt6-declarative
- depends = qt6-svg
depends = qt6-wayland
- depends = xcb-util-image
depends = xcb-util-wm
- depends = util-linux-libs
depends = wayland
depends = yaml-cpp
conflicts = deepin-dock
replaces = deepin-dock
- source = git+https://github.com/linuxdeepin/dde-shell.git#tag=0.0.25
- sha512sums =
5a807e66b0bde726d9f7f80264c5ff453cdaa4e3f253b04c037188e45fe3bfdbeec1cb7a058e788ff1df4a4d7fed863e44a04b4e7bd9e516c0ffc208d7a68310
+ source = git+https://github.com/linuxdeepin/dde-shell.git#tag=0.0.43
+ sha512sums =
c043cb77d1c1833b3b83c933e5004e324b4345f446b55806b0da92ee3b741f89daca9e5b3e87465e35f2dccab4ddf436d90544631640ea75901ea29d145786c6
pkgname = deepin-shell
=====================================
PKGBUILD
=====================================
@@ -2,24 +2,21 @@
# Contributor: justforlxz <[email protected]>
pkgname=deepin-shell
-pkgver=0.0.25
+pkgver=0.0.43
pkgrel=1
pkgdesc='New DDE shell'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-shell"
license=('LGPL3')
-depends=('deepin-qt-dbus-factory' 'dtkgui' 'dtkwidget' 'dtk6core' 'dtk6gui'
'dtk6widget'
- 'dtk6declarative' 'gcc-libs' 'glibc' 'libx11' 'libxcb' 'libxcursor'
'libxext' 'libxtst'
- 'qt5-base' 'qt5-wayland' 'qt6-5compat' 'qt6-base' 'qt6-declarative'
'qt6-svg' 'qt6-wayland'
- 'xcb-util-image' 'xcb-util-wm' 'util-linux-libs' 'wayland' 'yaml-cpp')
-makedepends=('git' 'extra-cmake-modules' 'cmake' 'ninja' 'qt6-tools'
'wayland-protocols'
- # TODO: should be removed?
- 'libnm' 'libxres')
+depends=('deepin-tray-loader' 'dtk6core' 'dtk6gui' 'dtk6widget'
'dtk6declarative' 'gcc-libs' 'glibc'
+ 'libx11' 'libxcb' 'libxtst' 'qt6-5compat' 'qt6-base'
'qt6-declarative' 'qt6-wayland'
+ 'xcb-util-wm' 'wayland' 'yaml-cpp')
+makedepends=('git' 'extra-cmake-modules' 'cmake' 'ninja' 'qt6-tools'
'wayland-protocols')
groups=('deepin')
replaces=('deepin-dock')
conflicts=('deepin-dock')
source=("git+https://github.com/linuxdeepin/dde-shell.git#tag=$pkgver")
-sha512sums=('5a807e66b0bde726d9f7f80264c5ff453cdaa4e3f253b04c037188e45fe3bfdbeec1cb7a058e788ff1df4a4d7fed863e44a04b4e7bd9e516c0ffc208d7a68310')
+sha512sums=('c043cb77d1c1833b3b83c933e5004e324b4345f446b55806b0da92ee3b741f89daca9e5b3e87465e35f2dccab4ddf436d90544631640ea75901ea29d145786c6')
build() {
cd dde-shell
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-shell/-/commit/09e8e144900218e1f6745d704b0aba2509678d82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-shell/-/commit/09e8e144900218e1f6745d704b0aba2509678d82
You're receiving this email because of your account on gitlab.archlinux.org.