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

Felix Yan felixonmars at archlinux.org
Sun Jun 28 18:40:15 UTC 2020


    Date: Sunday, June 28, 2020 @ 18:40:15
  Author: felixonmars
Revision: 655153

archrelease: copy trunk to community-x86_64

Added:
  deepin-calendar/repos/community-x86_64/PKGBUILD
    (from rev 655152, 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-06-28 18:40:06 UTC (rev 655152)
+++ PKGBUILD	2020-06-28 18:40:15 UTC (rev 655153)
@@ -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.9
-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=('71b8eaaca3ec8ef27ef2d44ed14fc55341c1dd930e8aaa00ea5acde2b7db10a85d8fdc47e1d23550a00ae9feb1cd19a9c9705c4d03125a93d945ef60b4cea5ba')
-
-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 655152, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-28 18:40:15 UTC (rev 655153)
@@ -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.6.10
+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=('bdfff6de705a214f428d1e5e58e82fedb0d58f9b398c5e9a84a0b234f6c82ed4ecef571ff23688a43b6c4aa8abdcd80e004931fcf7b7a8344998672b6c8de947')
+
+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