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

Felix Yan felixonmars at archlinux.org
Wed Jan 18 06:07:52 UTC 2017


    Date: Wednesday, January 18, 2017 @ 06:07:50
  Author: felixonmars
Revision: 207829

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

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

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: deepin-polkit-agent/repos/community-i686/PKGBUILD (from rev 207828, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-18 06:07:50 UTC (rev 207829)
@@ -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-polkit-agent
+pkgver=0.0.2
+_commit=3b5a1892d5fc6288ef438052f08ba7a88c53f5b3
+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' 'git')
+source=("git+https://github.com/linuxdeepin/dde-polkit-agent.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd dde-polkit-agent
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 207828, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-18 06:07:50 UTC (rev 207829)
@@ -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-polkit-agent
+pkgver=0.0.2
+_commit=3b5a1892d5fc6288ef438052f08ba7a88c53f5b3
+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' 'git')
+source=("git+https://github.com/linuxdeepin/dde-polkit-agent.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd dde-polkit-agent
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list