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

Antonio Rojas arojas at archlinux.org
Sun Dec 6 19:32:26 UTC 2015


    Date: Sunday, December 6, 2015 @ 20:32:26
  Author: arojas
Revision: 149113

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 149112, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-staging-x86_64/
  deepin-notifications/repos/community-staging-x86_64/PKGBUILD
    (from rev 149112, deepin-notifications/trunk/PKGBUILD)

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

Copied: deepin-notifications/repos/community-staging-i686/PKGBUILD (from rev 149112, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 19:32:26 UTC (rev 149113)
@@ -0,0 +1,29 @@
+# $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=2.3.3
+pkgrel=2
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications"
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-notifications/repos/community-staging-x86_64/PKGBUILD (from rev 149112, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 19:32:26 UTC (rev 149113)
@@ -0,0 +1,29 @@
+# $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=2.3.3
+pkgrel=2
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications"
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list