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

Felix Yan felixonmars at archlinux.org
Fri Jan 4 08:31:15 UTC 2019


    Date: Friday, January 4, 2019 @ 08:31:14
  Author: felixonmars
Revision: 420500

archrelease: copy trunk to community-x86_64

Added:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD
    (from rev 420499, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-04 08:30:55 UTC (rev 420499)
+++ PKGBUILD	2019-01-04 08:31:14 UTC (rev 420500)
@@ -1,27 +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-polkit-agent
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent"
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-polkit-agent/archive/$pkgver.tar.gz")
-sha512sums=('8e864494f24aa315dbe7cef2301d77f4dc967130af5b01f41fd605627d9169c5cb33c9a2947a7b94b1433913e1d50d992aff9ab3613124518ee3f5d014a57a06')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 420499, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-04 08:31:14 UTC (rev 420500)
@@ -0,0 +1,26 @@
+# 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-polkit-agent
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('56066a1fc5226708926a1cd7c2c57f4cc24c2464d45104de1475687010d39ae2cfd3a41e3b86a995dbcca5c44bd8637f6934eb3e7f12d02615feeab101b442f0')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list