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

Felix Yan felixonmars at archlinux.org
Thu Jul 13 09:36:02 UTC 2017


    Date: Thursday, July 13, 2017 @ 09:36:01
  Author: felixonmars
Revision: 244915

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-13 09:35:33 UTC (rev 244914)
+++ community-i686/PKGBUILD	2017-07-13 09:36:01 UTC (rev 244915)
@@ -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.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-i686/PKGBUILD (from rev 244914, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-13 09:36:01 UTC (rev 244915)
@@ -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.11
+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=('c9cd420c28f5e4b777942db51adf5c547553d199b74dd93b681b97b48ab4e5dfdabacdcf449f6ce361748445363869ce2399735bdd2cc49f82faefba251777e6')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-13 09:35:33 UTC (rev 244914)
+++ community-x86_64/PKGBUILD	2017-07-13 09:36:01 UTC (rev 244915)
@@ -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.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-x86_64/PKGBUILD (from rev 244914, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-13 09:36:01 UTC (rev 244915)
@@ -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.11
+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=('c9cd420c28f5e4b777942db51adf5c547553d199b74dd93b681b97b48ab4e5dfdabacdcf449f6ce361748445363869ce2399735bdd2cc49f82faefba251777e6')
+
+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