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

Felix Yan felixonmars at archlinux.org
Fri Aug 18 08:57:50 UTC 2017


    Date: Friday, August 18, 2017 @ 08:57:49
  Author: felixonmars
Revision: 252414

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

Added:
  deepin-notifications/repos/community-staging-i686/
  deepin-notifications/repos/community-staging-i686/PKGBUILD
    (from rev 252413, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-staging-x86_64/
  deepin-notifications/repos/community-staging-x86_64/PKGBUILD
    (from rev 252413, deepin-notifications/trunk/PKGBUILD)

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

Copied: deepin-notifications/repos/community-staging-i686/PKGBUILD (from rev 252413, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-18 08:57:49 UTC (rev 252414)
@@ -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.7
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications"
+license=('GPL3')
+depends=('dtkwidget' '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=('26ad3a0635d883e4a49ea6e73c2192c954db54d0f8f15b7a41c970f45a5ad95bbcb9e3a31056e357f7fc1e5e579acfd45f69b0bdcdc62a6843c739eec4db5dd6')
+
+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-staging-x86_64/PKGBUILD (from rev 252413, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 08:57:49 UTC (rev 252414)
@@ -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.7
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications"
+license=('GPL3')
+depends=('dtkwidget' '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=('26ad3a0635d883e4a49ea6e73c2192c954db54d0f8f15b7a41c970f45a5ad95bbcb9e3a31056e357f7fc1e5e579acfd45f69b0bdcdc62a6843c739eec4db5dd6')
+
+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