Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-session-shell


Commits:
0b44b6dd by Felix Yan at 2025-12-10T15:37:49+08:00
upgpkg: 6.0.26-2: update source url and license

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = deepin-session-shell
        pkgdesc = Deepin desktop-environment - session-shell module
        pkgver = 6.0.26
-       pkgrel = 1
-       url = https://github.com/linuxdeepin/dde-session-shell
+       pkgrel = 2
+       url = https://github.com/linuxdeepin/dde-session-shell-snipe
        arch = x86_64
        groups = deepin
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        makedepends = cmake
        makedepends = gmock
@@ -43,7 +43,7 @@ pkgbase = deepin-session-shell
        depends = deepin-session
        provides = lightdm-deepin-greeter
        conflicts = deepin-session-ui<5
-       source = 
git+https://github.com/linuxdeepin/dde-session-shell.git#tag=6.0.26
+       source = 
git+https://github.com/linuxdeepin/dde-session-shell-snipe.git#tag=6.0.26
        sha512sums = 
32919b13ed8a56e2f954988e38c1d8455e6ff9ee813c70b3d672d9b105425d853cfc2cf73c9acb62d763285137e2eca45f4da59e8420b365ad9b4fe8c263ada7
 
 pkgname = deepin-session-shell


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,11 @@
 
 pkgname=deepin-session-shell
 pkgver=6.0.26
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell";
-license=('GPL3')
-# qt5-tools: for qdbus executable
+url="https://github.com/linuxdeepin/dde-session-shell-snipe";
+license=('GPL-3.0-or-later')
 # startdde: org.deepin.dde.Display1
 # deepin-session: org.deepin.dde.Session1
 depends=('deepin-daemon' 'deepin-network-core' 'deepin-qt5integration' 
'deepin-wallpapers'
@@ -21,23 +20,23 @@ makedepends=('git' 'cmake' 'gmock' 'gtest' 'ninja')
 conflicts=('deepin-session-ui<5')
 provides=('lightdm-deepin-greeter')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-session-shell.git#tag=$pkgver";)
+source=("git+https://github.com/linuxdeepin/dde-session-shell-snipe.git#tag=$pkgver";)
 
sha512sums=('32919b13ed8a56e2f954988e38c1d8455e6ff9ee813c70b3d672d9b105425d853cfc2cf73c9acb62d763285137e2eca45f4da59e8420b365ad9b4fe8c263ada7')
 
 prepare() {
-  cd dde-session-shell
+  cd dde-session-shell-snipe
   # We don't have common-auth on Arch
   sed -i 's/common-auth/system-login/' files/pam.d/dde-lock
 }
 
 build() {
-  cd dde-session-shell
+  cd dde-session-shell-snipe
   cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc
   ninja
 }
 
 package() {
-  cd dde-session-shell
+  cd dde-session-shell-snipe
   DESTDIR="$pkgdir" ninja install
 
   chmod +x "$pkgdir"/usr/bin/deepin-greeter


=====================================
REUSE.toml
=====================================
@@ -17,13 +17,8 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    "fix-dtk-linking.patch",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
 
-[[annotations]]
-path = [
-    "fix-dtk-linking.patch",
-]
-SPDX-FileCopyrightText = "deepin-session-shell contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-session-shell/-/commit/0b44b6ddbcb19e5b153dfb75aaeac817ad777c96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-session-shell/-/commit/0b44b6ddbcb19e5b153dfb75aaeac817ad777c96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to