Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-shell
Commits:
9ff21f9e by Felix Yan at 2024-10-29T08:29:46+02:00
upgpkg: 1.0.1-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-shell
pkgdesc = New DDE shell
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxdeepin/dde-shell
arch = x86_64
groups = deepin
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=deepin-shell
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='New DDE shell'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-shell"
@@ -18,6 +18,12 @@ conflicts=('deepin-dock')
source=("git+https://github.com/linuxdeepin/dde-shell.git#tag=$pkgver")
sha512sums=('823c51873c8073a25996f2be79837f2e650ffc311c5defeb09cec4382d0a1a47c3ee6970c8cb5e14ce12d078bd22fb40c6b1cddc56b30062c4dc5b690fe3620b')
+prepare() {
+ cd dde-shell
+ # qt 6.8 fix
+ git cherry-pick -n 46871c83cf8ecfcf83bf2fb49e1f09af997eca96
+}
+
build() {
cd dde-shell
cmake . -GNinja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-shell/-/commit/9ff21f9e5bcc86b91b69b400e4465e365dca3462
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-shell/-/commit/9ff21f9e5bcc86b91b69b400e4465e365dca3462
You're receiving this email because of your account on gitlab.archlinux.org.