Date: Thursday, September 8, 2016 @ 03:53:55 Author: felixonmars Revision: 188987
addpkg: deepin-shortcut-viewer 1.0-1 Added: deepin-shortcut-viewer/ deepin-shortcut-viewer/repos/ deepin-shortcut-viewer/trunk/ deepin-shortcut-viewer/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: deepin-shortcut-viewer/trunk/PKGBUILD =================================================================== --- deepin-shortcut-viewer/trunk/PKGBUILD (rev 0) +++ deepin-shortcut-viewer/trunk/PKGBUILD 2016-09-08 03:53:55 UTC (rev 188987) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-shortcut-viewer +pkgver=1.0 +pkgrel=1 +pkgdesc='Deepin Shortcut Viewer' +arch=('i686' 'x86_64') +url="https://github.com/linuxdeepin/deepin-shortcut-viewer" +license=('GPL3') +depends=('qt5-base') +makedepends=('git' 'qt5-tools') +groups=('deepin') +source=("git+https://cr.deepin.io/deepin-shortcut-viewer.git#tag=$pkgver") +sha256sums=('SKIP') + +build(){ + cd deepin-shortcut-viewer + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd deepin-shortcut-viewer + make INSTALL_ROOT="${pkgdir}" install +} Property changes on: deepin-shortcut-viewer/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
