[arch-commits] Commit in deepin-notifications/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Dec 1 13:57:25 UTC 2017
Date: Friday, December 1, 2017 @ 13:57:24
Author: felixonmars
Revision: 271016
archrelease: copy trunk to community-x86_64
Added:
deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 271015, deepin-notifications/trunk/PKGBUILD)
Deleted:
deepin-notifications/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-01 13:56:59 UTC (rev 271015)
+++ PKGBUILD 2017-12-01 13:57:24 UTC (rev 271016)
@@ -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-notifications
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('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=('2d94f65413d4bc8d53618fc271c6845965a98a0f06bc5f7641ed2784a11ce67b9385abc7c7fe9178ba69c503a866a80bdb382e9099a448d0ad549f83ae32a288')
-
-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 271015, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-01 13:57:24 UTC (rev 271016)
@@ -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.1.2
+pkgrel=2
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications"
+license=('GPL3')
+depends=('deepin-qt5integration' '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=('2d94f65413d4bc8d53618fc271c6845965a98a0f06bc5f7641ed2784a11ce67b9385abc7c7fe9178ba69c503a866a80bdb382e9099a448d0ad549f83ae32a288')
+
+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