Date: Tuesday, October 25, 2022 @ 19:28:08
Author: felixonmars
Revision: 1334848
archrelease: copy trunk to community-x86_64
Added:
deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 1334847, 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 2022-10-25 19:27:51 UTC (rev 1334847)
+++ PKGBUILD 2022-10-25 19:28:08 UTC (rev 1334848)
@@ -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.73
-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=('7b70e7c5f195325feaa0fd92f318d3e7b04e0caad414860d5cdd8fdd1c92b33192555c6899342b9189c6ca57d4aac4c87250494f8a62192ed9081d9beef5068e')
-
-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 1334847,
deepin-session-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 19:28:08 UTC (rev 1334848)
@@ -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.74
+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=('095fe46391f836debc791ec3b15173a15b7306534d2b7402de0b050298bbd9e705be1f6df31238d184316ebf74ac0c8ae8d912ca3bdf2d089db7709214308f01')
+
+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
+}