[arch-commits] Commit in deepin-notifications/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 05:32:10 UTC 2018


    Date: Thursday, June 7, 2018 @ 05:32:09
  Author: felixonmars
Revision: 341640

archrelease: copy trunk to community-x86_64

Added:
  deepin-notifications/repos/community-x86_64/PKGBUILD
    (from rev 341639, 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-06-07 05:31:51 UTC (rev 341639)
+++ PKGBUILD	2018-06-07 05:32:09 UTC (rev 341640)
@@ -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.3.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=('fe78b9291b2392adc080752287729edb381fdd5d9b24940c170968e5c2ded4e4395133cf6f8804b831baaa2cafd1a169e9e8f65ee065e535de871edb610b255f')
-
-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 341639, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 05:32:09 UTC (rev 341640)
@@ -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.3.3
+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=('a089651aeb9277d247aa10f44d9448b73471e7e4d4f198bc4be7ee974e6bbe80fa21336518fc2b7557e0de335290ba004d75ceb3f66fa4525512ccaa90652979')
+
+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