[arch-commits] Commit in deepin-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 10 19:53:01 UTC 2019
Date: Friday, May 10, 2019 @ 19:53:00
Author: felixonmars
Revision: 464953
archrelease: copy trunk to community-x86_64
Added:
deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 464952, deepin-calendar/trunk/PKGBUILD)
Deleted:
deepin-calendar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-10 19:52:50 UTC (rev 464952)
+++ PKGBUILD 2019-05-10 19:53:00 UTC (rev 464953)
@@ -1,27 +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=1.2.6
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar"
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-calendar/archive/$pkgver.tar.gz")
-sha512sums=('026df898aa93300bbe3003edb93b55a1a5c9363bad0e224f564f2c2d62df69ca48101ba2493a09b1ae3bdc18c3160d390a38ccd3148b7ba192bd1b5b3aa8dce3')
-
-build() {
- cd dde-calendar-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd dde-calendar-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 464952, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-10 19:53:00 UTC (rev 464953)
@@ -0,0 +1,27 @@
+# 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=1.2.7
+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' 'deepin-gettext-tools' 'qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('413999d98b7e9aa06828dd148bb627eaf5650e97677776dced001f7cf9fc1a2fc0498eea7379c4f2e65dec7258a158b75d07641b082dac880f012399ea01fc44')
+
+build() {
+ cd dde-calendar-$pkgver
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd dde-calendar-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list