[arch-commits] Commit in deepin-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Aug 8 02:40:26 UTC 2018
Date: Wednesday, August 8, 2018 @ 02:40:26
Author: felixonmars
Revision: 370194
archrelease: copy trunk to community-x86_64
Added:
deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 370193, deepin-calendar/trunk/PKGBUILD)
Deleted:
deepin-calendar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-08 02:39:52 UTC (rev 370193)
+++ PKGBUILD 2018-08-08 02:40:26 UTC (rev 370194)
@@ -1,28 +0,0 @@
-# $Id$
-# 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.4
-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=('be70dc24b8383781cf08d91e4bad8f80340d9db89ec056069940067edff4937250e6fce6ee55e46350cf45d11d49404402a7f037598965b3facdc01c7a9630c6')
-
-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 370193, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-08 02:40:26 UTC (rev 370194)
@@ -0,0 +1,28 @@
+# $Id$
+# 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.5
+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=('a77c12b8a0a068bbd8ee203ba5c92fde104d519ea5d0582c3eed4126d316f025cb2e2f9dedcb0f62556e2ef87c7d0071c37c5bbbbde96b8bae2756e293427947')
+
+build() {
+ cd dde-calendar-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dde-calendar-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list