[arch-commits] Commit in deepin-calendar/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jul 6 07:54:45 UTC 2017


    Date: Thursday, July 6, 2017 @ 07:54:44
  Author: felixonmars
Revision: 242494

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-calendar/repos/community-testing-i686/
  deepin-calendar/repos/community-testing-i686/PKGBUILD
    (from rev 242493, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-testing-x86_64/
  deepin-calendar/repos/community-testing-x86_64/PKGBUILD
    (from rev 242493, deepin-calendar/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: deepin-calendar/repos/community-testing-i686/PKGBUILD (from rev 242493, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-07-06 07:54:44 UTC (rev 242494)
@@ -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.0.10
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar"
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('5b3ff283f50ea0beaf2461c6b17a97b7ff250209cada0d4bc59fbd636ce316069530d59a32abf07361a432ecbe9a012626788dac4ce5074c8ce59852de7fdf21')
+
+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-testing-x86_64/PKGBUILD (from rev 242493, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-07-06 07:54:44 UTC (rev 242494)
@@ -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.0.10
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar"
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('5b3ff283f50ea0beaf2461c6b17a97b7ff250209cada0d4bc59fbd636ce316069530d59a32abf07361a432ecbe9a012626788dac4ce5074c8ce59852de7fdf21')
+
+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