[arch-commits] Commit in deepin-notifications/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Apr 12 09:34:39 UTC 2018
Date: Thursday, April 12, 2018 @ 09:34:37
Author: felixonmars
Revision: 316038
archrelease: copy trunk to community-x86_64
Added:
deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 316037, deepin-notifications/trunk/PKGBUILD)
Deleted:
deepin-notifications/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-12 09:34:07 UTC (rev 316037)
+++ PKGBUILD 2018-04-12 09:34:37 UTC (rev 316038)
@@ -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.2.2
-pkgrel=1
-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=('cd74bc7d8c2dd280ed9e9e57f077c7e40af001eb381dbe09ce697d71229e2e43d3239d9ff09fb4d926188af81b7fdcf615e9c1b6560e5b0e6a4f64cad1174630')
-
-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 316037, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-12 09:34:37 UTC (rev 316038)
@@ -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.2.2.1
+pkgrel=1
+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=('d9915b420fe68310323598bfce94dab6e2c19c2eb53ae404ee2e77c3357c622dace12592aa71125ce143b0ad42232933ab105cb066322ba55ca02b121964b43c')
+
+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