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

Felix Yan felixonmars at archlinux.org
Tue May 29 08:56:27 UTC 2018


    Date: Tuesday, May 29, 2018 @ 08:56:27
  Author: felixonmars
Revision: 333147

archrelease: copy trunk to community-x86_64

Added:
  deepin-notifications/repos/community-x86_64/PKGBUILD
    (from rev 333146, 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-05-29 08:56:06 UTC (rev 333146)
+++ PKGBUILD	2018-05-29 08:56:27 UTC (rev 333147)
@@ -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.0
-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=('246f58fe4c5b26f827e1b65d7254638348c5f8aa011189a1f6a4e89130b3f273f2feab018e2a5fb306bbe108a95dd7bdbaf0179d391d39b9a02a77bf97c3678b')
-
-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 333146, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-29 08:56:27 UTC (rev 333147)
@@ -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.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=('61d47a448f8f0d5d86ce961a96c58806148d93ce50d5d21a31a0f1d19acef45076c6809e318185e79a914019719a07196f915127f0b0b8523e96ef3f001ec3b0')
+
+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