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

Felix Yan felixonmars at archlinux.org
Fri Jul 3 09:45:57 UTC 2020


    Date: Friday, July 3, 2020 @ 09:45:57
  Author: felixonmars
Revision: 657601

archrelease: copy trunk to community-x86_64

Added:
  deepin-calendar/repos/community-x86_64/PKGBUILD
    (from rev 657600, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 09:45:34 UTC (rev 657600)
+++ PKGBUILD	2020-07-03 09:45:57 UTC (rev 657601)
@@ -1,36 +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.6.11
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar"
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
-sha512sums=('1cdb455759aeae057dae8df3c5bf4fa1b77fdc47a1038c772ac28592ec0f36d8dc2f328143812f7aca1732a38435c19fb3772bb70246d1d0a2533104ba6551cd')
-
-prepare() {
-  cd dde-calendar-$pkgver
-  sed -i '/QMenuBar/a #include <QMouseEvent>' src/yearwindow.cpp
-  sed -i '/<QQueue>/a #include <QMouseEvent>' src/daymonthview.cpp
-  sed -i '/<QStylePainter>/a #include <QMouseEvent>' src/schcedulesearchview.cpp
-  sed -i '/include <QJsonObject>/a #include <QMouseEvent>' src/draginfographicsview.cpp
-  sed -i '/include <QPainter>/a #include <QPainterPath>' src/schcedulesearchview.cpp src/daymonthview.cpp src/weekheadview.cpp src/customframe.cpp
-}
-
-build() {
-  cd dde-calendar-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 657600, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-03 09:45:57 UTC (rev 657601)
@@ -0,0 +1,36 @@
+# 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.7.0.3
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar"
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('71e6d3973c6ad9f154b13993c269c16d74c04e626d13e61937cc703e7795afc9628fd37fbc3350babf733c39447dc85d59fd55816a828ecd56d6827542f71c8d')
+
+prepare() {
+  cd dde-calendar-$pkgver
+  sed -i '/QMenuBar/a #include <QMouseEvent>' src/yearwindow.cpp
+  sed -i '/<QQueue>/a #include <QMouseEvent>' src/daymonthview.cpp
+  sed -i '/<QStylePainter>/a #include <QMouseEvent>' src/schcedulesearchview.cpp
+  sed -i '/include <QJsonObject>/a #include <QMouseEvent>' src/draginfographicsview.cpp
+  sed -i '/include <QPainter>/a #include <QPainterPath>' src/schcedulesearchview.cpp src/daymonthview.cpp src/weekheadview.cpp src/customframe.cpp
+}
+
+build() {
+  cd dde-calendar-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list