[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-07-22 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 19:25:26
  Author: felixonmars
Revision: 664895

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 664894, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 664894, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   89 --
 icon-size.patch |  184 +++---
 2 files changed, 136 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 19:25:06 UTC (rev 664894)
+++ PKGBUILD2020-07-22 19:25:26 UTC (rev 664895)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.10
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('1e8703ddc0988a13ea8129db21207f93896b24475fe081d0b382dde599cf6007c6209dcd8d18033c8006e3d31d65381789c62ec1a2200818eb721ee43001c885'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
-  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 664894, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 19:25:26 UTC (rev 664895)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('9d863271e731a5cff37718acfa69e03f5e46814e848ea2decff56273f5b9f686d457d40c7cd0e86dd19fb2584e343d123a28acbde257848d77f5c3cb36c06afe'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i '1i#include ' src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-22 19:25:06 UTC (rev 664894)
+++ icon-size.patch 2020-07-22 19:25:26 UTC (rev 664895)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const QSize& size)
- {
- 
-if(!QFile::exists(file)){
-@@ 

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 18:00:07
  Author: felixonmars
Revision: 661754

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 661753, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 661753, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   90 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 17:59:48 UTC (rev 661753)
+++ PKGBUILD2020-07-08 18:00:07 UTC (rev 661754)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 661753, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 18:00:07 UTC (rev 661754)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('1e8703ddc0988a13ea8129db21207f93896b24475fe081d0b382dde599cf6007c6209dcd8d18033c8006e3d31d65381789c62ec1a2200818eb721ee43001c885'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-08 17:59:48 UTC (rev 661753)
+++ icon-size.patch 2020-07-08 18:00:07 UTC (rev 661754)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const 

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:56:12
  Author: felixonmars
Revision: 657609

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 657608, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 657608, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   90 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:55:47 UTC (rev 657608)
+++ PKGBUILD2020-07-03 09:56:12 UTC (rev 657609)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('72572d67be8a9d5d0d0351552725bd07a3c2032bf421e70626c2e2d425d364cbb4ba7816925c0cb26b4a1a2694f488bf807b3c3d6f9372fe8670a6ee8f5db6c7'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 657608, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:56:12 UTC (rev 657609)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-03 09:55:47 UTC (rev 657608)
+++ icon-size.patch 2020-07-03 09:56:12 UTC (rev 657609)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const 

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 07:27:39
  Author: felixonmars
Revision: 657278

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 657277, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 657277, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   90 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 07:27:14 UTC (rev 657277)
+++ PKGBUILD2020-07-01 07:27:39 UTC (rev 657278)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('550ecf5d5c1cf4e0a89abde8783383c3e4af0f60bb40f1dfe85f04cc5fd0839338bad07b3f00ff6451faf2672d291a7254077c83a56422bcd87dda3c6df64011'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 657277, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 07:27:39 UTC (rev 657278)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('72572d67be8a9d5d0d0351552725bd07a3c2032bf421e70626c2e2d425d364cbb4ba7816925c0cb26b4a1a2694f488bf807b3c3d6f9372fe8670a6ee8f5db6c7'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-01 07:27:14 UTC (rev 657277)
+++ icon-size.patch 2020-07-01 07:27:39 UTC (rev 657278)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const 

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-06-26 Thread Felix Yan via arch-commits
Date: Friday, June 26, 2020 @ 12:57:27
  Author: felixonmars
Revision: 654074

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 654073, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 654073, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   89 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-26 12:57:08 UTC (rev 654073)
+++ PKGBUILD2020-06-26 12:57:27 UTC (rev 654074)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'gsettings-qt' 
'liblightdm-qt5' 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('b96bc3eeea788b571207b9224fd9a49b33a1435bd91802c7a6882fc2e5287281b9890a797510db2add22ce67a99cebbd29257352be1a92af41d8ae296a8d68fb'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 654073, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-26 12:57:27 UTC (rev 654074)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.5
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('550ecf5d5c1cf4e0a89abde8783383c3e4af0f60bb40f1dfe85f04cc5fd0839338bad07b3f00ff6451faf2672d291a7254077c83a56422bcd87dda3c6df64011'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-06-26 12:57:08 UTC (rev 654073)
+++ icon-size.patch 2020-06-26 12:57:27 UTC (rev 654074)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const QSize& size)
- {
- 
-

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-06-22 Thread Felix Yan via arch-commits
Date: Monday, June 22, 2020 @ 14:40:32
  Author: felixonmars
Revision: 650584

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 650583, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 650583, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   88 -
 icon-size.patch |  184 +++---
 2 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 14:40:13 UTC (rev 650583)
+++ PKGBUILD2020-06-22 14:40:32 UTC (rev 650584)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.3
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'gsettings-qt' 
'liblightdm-qt5' 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('01bbbd661ce61c85f385e7c456b68226308b9f3da3d28edfa22db20effab3e0e719a00da1bbc16e0194c68f994d58d4ad12b8cc3f94d41057dcb271ff20e7f91'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 650583, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-22 14:40:32 UTC (rev 650584)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'gsettings-qt' 
'liblightdm-qt5' 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('b96bc3eeea788b571207b9224fd9a49b33a1435bd91802c7a6882fc2e5287281b9890a797510db2add22ce67a99cebbd29257352be1a92af41d8ae296a8d68fb'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-06-22 14:40:13 UTC (rev 650583)
+++ icon-size.patch 2020-06-22 14:40:32 UTC (rev 650584)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const QSize& size)
- {
- 
-if(!QFile::exists(file)){
-@@ -39,11 

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-06-18 Thread Felix Yan via arch-commits
Date: Thursday, June 18, 2020 @ 07:37:06
  Author: felixonmars
Revision: 646796

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 646795, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 646795, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   88 -
 icon-size.patch |  183 +++---
 2 files changed, 136 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 07:36:55 UTC (rev 646795)
+++ PKGBUILD2020-06-18 07:37:06 UTC (rev 646796)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.1
-pkgrel=3
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'gsettings-qt' 
'liblightdm-qt5' 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('d328762fabb6ca491c618206adbfc1db651a229928eea1ca9e9b5e51d5432127725676c8e85da6837e5c82b959f5f5d403f80054425beab84a4830a84ca0fce1'
-
'4e4c2a0d6ea124121fcad6377fb8ecd7a678667f1bab962cbce3a439fd5155172c897264a11b15667cc07b160de19c0b2e669af7b31bdabf3e04e134343aab39')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 646795, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 07:37:06 UTC (rev 646796)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.3
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'gsettings-qt' 
'liblightdm-qt5' 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('01bbbd661ce61c85f385e7c456b68226308b9f3da3d28edfa22db20effab3e0e719a00da1bbc16e0194c68f994d58d4ad12b8cc3f94d41057dcb271ff20e7f91'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-06-18 07:36:55 UTC (rev 646795)
+++ icon-size.patch 2020-06-18 07:37:06 UTC (rev 646796)
@@ -1,91 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -25,18 +25,18 @@
- 
- #include "public_func.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const QSize& size)
- {
- qreal ratio = 1.0;
- qreal devicePixel =