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

Felix Yan felixonmars at archlinux.org
Tue Jul 16 07:42:48 UTC 2019


    Date: Tuesday, July 16, 2019 @ 07:42:47
  Author: felixonmars
Revision: 489947

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-16 07:42:39 UTC (rev 489946)
+++ PKGBUILD	2019-07-16 07:42:47 UTC (rev 489947)
@@ -1,26 +0,0 @@
-# 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.10
-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/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
-sha512sums=('a8d93b2cbcbcf7823cd939b11858bb8d3557f6b3bac1f9fe5a864c34950abb744e8897f52aab7bf0d9ecc85194d030c41a2ea705fb7030674988fae391ae3ac3')
-
-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 489946, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-16 07:42:47 UTC (rev 489947)
@@ -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.3.0
+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/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('d5c4ef2424388ae6a1bda212afb36bfc83fee79b1a71b82b1062b7ac8e98191e7fbdb1a3bd91faa65b62f1ef21007a27c669e1b9e066b0495ed7fe9ca9180feb')
+
+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