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

Felix Yan felixonmars at archlinux.org
Thu May 24 06:28:26 UTC 2018


    Date: Thursday, May 24, 2018 @ 06:28:25
  Author: felixonmars
Revision: 328505

archrelease: copy trunk to community-x86_64

Added:
  deepin-notifications/repos/community-x86_64/PKGBUILD
    (from rev 328504, 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-24 06:27:44 UTC (rev 328504)
+++ PKGBUILD	2018-05-24 06:28:25 UTC (rev 328505)
@@ -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.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
-}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 328504, deepin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-24 06:28:25 UTC (rev 328505)
@@ -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.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
+}



More information about the arch-commits mailing list