[arch-commits] Commit in deepin-notifications/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Tue Jun 27 05:22:19 UTC 2017
Date: Tuesday, June 27, 2017 @ 05:22:18
Author: felixonmars
Revision: 241086
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-notifications/repos/community-i686/PKGBUILD
(from rev 241085, deepin-notifications/trunk/PKGBUILD)
deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 241085, deepin-notifications/trunk/PKGBUILD)
Deleted:
deepin-notifications/repos/community-i686/PKGBUILD
deepin-notifications/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 ----------------------
community-x86_64/PKGBUILD | 29 ----------------------
3 files changed, 56 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-06-27 05:21:18 UTC (rev 241085)
+++ community-i686/PKGBUILD 2017-06-27 05:22:18 UTC (rev 241086)
@@ -1,29 +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-notifications
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications"
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz")
-sha512sums=('fb68579fef36815bed189c133c9012f4732378f5a2731fb0b78cfe91e1cf6a5bcfd1b56d082adce3cbe358b50f8f303c257a0c4be9571bd7c8059ce645066464')
-
-build() {
- cd deepin-notifications-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd deepin-notifications-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 241085, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 05:22:18 UTC (rev 241086)
@@ -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-notifications
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications"
+license=('GPL3')
+depends=('deepin-tool-kit' 'qt5-svg' 'qt5-declarative')
+provides=('notification-daemon')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz")
+sha512sums=('89d999f29bd12abea5094b313be28a7cec6256eb4b46122119259d829426084c629d329bb636d03bbcd7a75e40f69c4b8cdfe111b6841bd1c2e3b913705b3fdf')
+
+build() {
+ cd deepin-notifications-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-notifications-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-06-27 05:21:18 UTC (rev 241085)
+++ community-x86_64/PKGBUILD 2017-06-27 05:22:18 UTC (rev 241086)
@@ -1,29 +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-notifications
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications"
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz")
-sha512sums=('fb68579fef36815bed189c133c9012f4732378f5a2731fb0b78cfe91e1cf6a5bcfd1b56d082adce3cbe358b50f8f303c257a0c4be9571bd7c8059ce645066464')
-
-build() {
- cd deepin-notifications-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd deepin-notifications-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 241085, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-06-27 05:22:18 UTC (rev 241086)
@@ -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-notifications
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications"
+license=('GPL3')
+depends=('deepin-tool-kit' 'qt5-svg' 'qt5-declarative')
+provides=('notification-daemon')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz")
+sha512sums=('89d999f29bd12abea5094b313be28a7cec6256eb4b46122119259d829426084c629d329bb636d03bbcd7a75e40f69c4b8cdfe111b6841bd1c2e3b913705b3fdf')
+
+build() {
+ cd deepin-notifications-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-notifications-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list