[arch-commits] Commit in deepin-shortcut-viewer/repos (4 files)
    Felix Yan 
    felixonmars at archlinux.org
       
    Thu Sep  8 03:54:43 UTC 2016
    
    
  
    Date: Thursday, September 8, 2016 @ 03:54:42
  Author: felixonmars
Revision: 188988
archrelease: copy trunk to community-i686, community-x86_64
Added:
  deepin-shortcut-viewer/repos/community-i686/
  deepin-shortcut-viewer/repos/community-i686/PKGBUILD
    (from rev 188987, deepin-shortcut-viewer/trunk/PKGBUILD)
  deepin-shortcut-viewer/repos/community-x86_64/
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
    (from rev 188987, deepin-shortcut-viewer/trunk/PKGBUILD)
---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)
Copied: deepin-shortcut-viewer/repos/community-i686/PKGBUILD (from rev 188987, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-08 03:54:42 UTC (rev 188988)
@@ -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-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
+}
Copied: deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD (from rev 188987, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-08 03:54:42 UTC (rev 188988)
@@ -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-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
+}
    
    
More information about the arch-commits
mailing list