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

Felix Yan felixonmars at archlinux.org
Wed Apr 12 12:00:07 UTC 2017


    Date: Wednesday, April 12, 2017 @ 12:00:05
  Author: felixonmars
Revision: 222490

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
    (from rev 222489, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
    (from rev 222489, 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-04-12 11:59:22 UTC (rev 222489)
+++ community-i686/PKGBUILD	2017-04-12 12:00:05 UTC (rev 222490)
@@ -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.5
-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')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
-sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
-
-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 222489, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-12 12:00:05 UTC (rev 222490)
@@ -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.6
+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')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('c7ba26d49da7f03c64dfd6bc4e53eb47b9c131ef57a15aa0d6ac9e2a9921801135bc2e97a335f4d806b6cfa76eab37e5bb4e3629d09aada4e6dd4cd5c86d4510')
+
+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-04-12 11:59:22 UTC (rev 222489)
+++ community-x86_64/PKGBUILD	2017-04-12 12:00:05 UTC (rev 222490)
@@ -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.5
-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')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
-sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
-
-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 222489, deepin-calendar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-12 12:00:05 UTC (rev 222490)
@@ -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.6
+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')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz")
+sha512sums=('c7ba26d49da7f03c64dfd6bc4e53eb47b9c131ef57a15aa0d6ac9e2a9921801135bc2e97a335f4d806b6cfa76eab37e5bb4e3629d09aada4e6dd4cd5c86d4510')
+
+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