Date: Wednesday, January 18, 2017 @ 06:07:14 Author: felixonmars Revision: 207828
addpkg: deepin-polkit-agent 0.0.2-1 Added: deepin-polkit-agent/ deepin-polkit-agent/repos/ deepin-polkit-agent/trunk/ deepin-polkit-agent/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: deepin-polkit-agent/trunk/PKGBUILD =================================================================== --- deepin-polkit-agent/trunk/PKGBUILD (rev 0) +++ deepin-polkit-agent/trunk/PKGBUILD 2017-01-18 06:07:14 UTC (rev 207828) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@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 +} Property changes on: deepin-polkit-agent/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property