[arch-commits] Commit in deepin-notifications/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Nov 18 13:15:58 UTC 2015
Date: Wednesday, November 18, 2015 @ 14:15:58
Author: fyan
Revision: 147076
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-notifications/repos/community-i686/
deepin-notifications/repos/community-i686/PKGBUILD
(from rev 147075, deepin-notifications/trunk/PKGBUILD)
deepin-notifications/repos/community-x86_64/
deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 147075, deepin-notifications/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 147075, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 13:15:58 UTC (rev 147076)
@@ -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.2
+pkgrel=1
+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-x86_64/PKGBUILD (from rev 147075, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-11-18 13:15:58 UTC (rev 147076)
@@ -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.2
+pkgrel=1
+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