[arch-commits] Commit in deepin-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 16 09:13:43 UTC 2017
Date: Thursday, November 16, 2017 @ 09:13:37
Author: felixonmars
Revision: 266930
archrelease: copy trunk to community-x86_64
Added:
deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 266929, deepin-calendar/trunk/PKGBUILD)
Deleted:
deepin-calendar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-16 09:13:05 UTC (rev 266929)
+++ PKGBUILD 2017-11-16 09:13:37 UTC (rev 266930)
@@ -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.1.0
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar"
-license=('GPL3')
-depends=('dtkwidget')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
-sha512sums=('c14bb3dce9e5ccb10a8902a6a5462bab8dcf04fe7c943ecdf2de6eb12523c48fd3f24741723a2fa9a608ec640db1c3b92dd402a41e5bc5e9638e2deda442d5fc')
-
-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 266929, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-16 09:13:37 UTC (rev 266930)
@@ -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.1.1
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar"
+license=('GPL3')
+depends=('dtkwidget')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('59af8ec9e4273b77366b366b68e6bdb44337de4482f1a2a621706e2aa68d10d759e8e147b876fe4ab7f6b62f653088d86e82014e327f10e0163fb845f145cb73')
+
+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