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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 13:10:07 UTC 2021


    Date: Thursday, August 26, 2021 @ 13:10:06
  Author: felixonmars
Revision: 1006103

archrelease: copy trunk to community-x86_64

Added:
  deepin-calendar/repos/community-x86_64/PKGBUILD
    (from rev 1006102, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch
    (from rev 1006102, deepin-calendar/trunk/dde-calendar-icon.patch)
Deleted:
  deepin-calendar/repos/community-x86_64/PKGBUILD
  deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch

-------------------------+
 PKGBUILD                |   74 +++++++++++++++++++++++-----------------------
 dde-calendar-icon.patch |   48 ++++++++++++++---------------
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 13:09:53 UTC (rev 1006102)
+++ PKGBUILD	2021-08-26 13:10:06 UTC (rev 1006103)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-calendar
-pkgver=5.8.3
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar"
-license=('GPL3')
-depends=('deepin-qt5integration' 'hicolor-icon-theme')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/dde-calendar/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        "dde-calendar-icon.patch")
-sha512sums=('0dc8010b17435a294439d08eefab728b3ea296b39e310bae5dad0d81f351f37cbb0f1289c9ea4e89b025e23be3559e6a12b30339b785ccd53053e7e620e78b75'
-            '40ffae29fcbd386512dac9b91c39219b420b349f1f5facc254467b9e5407091886c8d0ed0979d566ba79539c093464cbc7719da7268c9745bc30273f9d7db7e2')
-
-prepare() {
-  cd dde-calendar-$pkgver
-
-  # Install the application icon
-  # https://github.com/linuxdeepin/dde-calendar/pull/31
-  # patch -Np1 -i ../dde-calendar-icon.patch
-}
-
-build() {
-  cd dde-calendar-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 1006102, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 13:10:06 UTC (rev 1006103)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-calendar
+pkgver=5.8.4
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar"
+license=('GPL3')
+depends=('deepin-qt5integration' 'hicolor-icon-theme')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-calendar/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "dde-calendar-icon.patch")
+sha512sums=('334e9e549ada4f1ea39f1347649a77cf3c6e0bd189669a649ac2b394bd30b0a125e87f8c13c741bd712390d14213f5a89e5dab59d78ae12a5f478f127cc97cc6'
+            '40ffae29fcbd386512dac9b91c39219b420b349f1f5facc254467b9e5407091886c8d0ed0979d566ba79539c093464cbc7719da7268c9745bc30273f9d7db7e2')
+
+prepare() {
+  cd dde-calendar-$pkgver
+
+  # Install the application icon
+  # https://github.com/linuxdeepin/dde-calendar/pull/31
+  # patch -Np1 -i ../dde-calendar-icon.patch
+}
+
+build() {
+  cd dde-calendar-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: dde-calendar-icon.patch
===================================================================
--- dde-calendar-icon.patch	2021-08-26 13:09:53 UTC (rev 1006102)
+++ dde-calendar-icon.patch	2021-08-26 13:10:06 UTC (rev 1006103)
@@ -1,24 +0,0 @@
-From 97129644e1fdd56a9254083e22430308ff0c9db6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
-Date: Sat, 1 Aug 2020 13:54:20 +0200
-Subject: [PATCH] Install the application icon
-
----
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 863aa2f..946ba53 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -102,8 +102,8 @@ install(TARGETS dde-calendar DESTINATION bin)
- 
- file(GLOB APP_QM_FILES "translations/*.qm")
- 
--#install(FILES /usr/share/icons/bloom/apps/96/dde-calendar.svg
--#        DESTINATION /share/icons/hicolor/scalable/apps/)
-+install(FILES assets/resources/icon/dde-calendar.svg
-+        DESTINATION share/icons/hicolor/scalable/apps)
- install(FILES ${APP_QM_FILES} DESTINATION share/dde-calendar/translations)
- install(FILES ${APP_DESKTOP} DESTINATION share/applications)
- install(FILES ${APP_SERVICE} DESTINATION share/dbus-1/services)

Copied: deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch (from rev 1006102, deepin-calendar/trunk/dde-calendar-icon.patch)
===================================================================
--- dde-calendar-icon.patch	                        (rev 0)
+++ dde-calendar-icon.patch	2021-08-26 13:10:06 UTC (rev 1006103)
@@ -0,0 +1,24 @@
+From 97129644e1fdd56a9254083e22430308ff0c9db6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Sat, 1 Aug 2020 13:54:20 +0200
+Subject: [PATCH] Install the application icon
+
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 863aa2f..946ba53 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -102,8 +102,8 @@ install(TARGETS dde-calendar DESTINATION bin)
+ 
+ file(GLOB APP_QM_FILES "translations/*.qm")
+ 
+-#install(FILES /usr/share/icons/bloom/apps/96/dde-calendar.svg
+-#        DESTINATION /share/icons/hicolor/scalable/apps/)
++install(FILES assets/resources/icon/dde-calendar.svg
++        DESTINATION share/icons/hicolor/scalable/apps)
+ install(FILES ${APP_QM_FILES} DESTINATION share/dde-calendar/translations)
+ install(FILES ${APP_DESKTOP} DESTINATION share/applications)
+ install(FILES ${APP_SERVICE} DESTINATION share/dbus-1/services)



More information about the arch-commits mailing list