[arch-commits] Commit in deepin-polkit-agent/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jul 6 08:05:39 UTC 2017


    Date: Thursday, July 6, 2017 @ 08:05:38
  Author: felixonmars
Revision: 242499

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-polkit-agent/repos/community-testing-i686/
  deepin-polkit-agent/repos/community-testing-i686/PKGBUILD
    (from rev 242498, deepin-polkit-agent/trunk/PKGBUILD)
  deepin-polkit-agent/repos/community-testing-x86_64/
  deepin-polkit-agent/repos/community-testing-x86_64/PKGBUILD
    (from rev 242498, deepin-polkit-agent/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: deepin-polkit-agent/repos/community-testing-i686/PKGBUILD (from rev 242498, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-07-06 08:05:38 UTC (rev 242499)
@@ -0,0 +1,27 @@
+# $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.0.10
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('deepin-tool-kit' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('2b721269a572bcec906ea2e0c3eaaa9e943c9bfe251a7439e48bbbf06fe1067a9b714648aa8efc6f4c524d7ca2d86d89d8c65624ca2a4230cb6fc5a3c9e33bfa')
+
+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-testing-x86_64/PKGBUILD (from rev 242498, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-07-06 08:05:38 UTC (rev 242499)
@@ -0,0 +1,27 @@
+# $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.0.10
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('deepin-tool-kit' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('2b721269a572bcec906ea2e0c3eaaa9e943c9bfe251a7439e48bbbf06fe1067a9b714648aa8efc6f4c524d7ca2d86d89d8c65624ca2a4230cb6fc5a3c9e33bfa')
+
+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