Date: Monday, January 2, 2023 @ 16:41:33
Author: felixonmars
Revision: 1372997
archrelease: copy trunk to community-x86_64
Added:
deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 1372994, deepin-session-shell/trunk/PKGBUILD)
Deleted:
deepin-session-shell/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-02 16:41:32 UTC (rev 1372996)
+++ PKGBUILD 2023-01-02 16:41:33 UTC (rev 1372997)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-session-shell
-pkgver=5.5.81
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell"
-license=('GPL3')
-options=('debug')
-# qt5-tools: for qdbus executable
-depends=('deepin-daemon' 'deepin-network-core' 'deepin-qt5integration'
'deepin-wallpapers'
- 'gsettings-qt' 'liblightdm-qt5' 'lightdm' 'qt5-tools' 'startdde')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('47820c9e64ea358889fa59405b4ba2464aaf86c20a7077d1c388cd77a5cdce159ccfe46dbadfe6d303e9e9d03993e922e388a1640ca19debbb4f3cc7911c83e0')
-
-prepare() {
- cd dde-session-shell-$pkgver
- # We don't have common-auth on Arch
- sed -i 's/common-auth/system-login/' src/libdde-auth/deepinauthframework.cpp
-}
-
-build() {
- cd dde-session-shell-$pkgver
- cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc
- ninja
-}
-
-package() {
- cd dde-session-shell-$pkgver
- DESTDIR="$pkgdir" ninja install
-
- chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}
Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 1372994,
deepin-session-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 16:41:33 UTC (rev 1372997)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-session-shell
+pkgver=5.5.82
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell"
+license=('GPL3')
+options=('debug')
+# qt5-tools: for qdbus executable
+depends=('deepin-daemon' 'deepin-network-core' 'deepin-qt5integration'
'deepin-wallpapers'
+ 'gsettings-qt' 'liblightdm-qt5' 'lightdm' 'qt5-tools' 'startdde')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('fddfd43e1a49d315c3ae67bb740ccb61b4df781100cb985d05c429c240bcf631822b4065d62e9b1d225bdeab093bb3a27fd27ccde6adf8357d4273954e157748')
+
+prepare() {
+ cd dde-session-shell-$pkgver
+ # We don't have common-auth on Arch
+ sed -i 's/common-auth/system-login/' src/libdde-auth/deepinauthframework.cpp
+}
+
+build() {
+ cd dde-session-shell-$pkgver
+ cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc
+ ninja
+}
+
+package() {
+ cd dde-session-shell-$pkgver
+ DESTDIR="$pkgdir" ninja install
+
+ chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}