[arch-commits] Commit in deepin-shortcut-viewer/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Aug 18 13:38:43 UTC 2017


    Date: Friday, August 18, 2017 @ 13:38:42
  Author: felixonmars
Revision: 252457

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

Added:
  deepin-shortcut-viewer/repos/community-staging-i686/
  deepin-shortcut-viewer/repos/community-staging-i686/PKGBUILD
    (from rev 252456, deepin-shortcut-viewer/trunk/PKGBUILD)
  deepin-shortcut-viewer/repos/community-staging-x86_64/
  deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD
    (from rev 252456, deepin-shortcut-viewer/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: deepin-shortcut-viewer/repos/community-staging-i686/PKGBUILD (from rev 252456, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-18 13:38:42 UTC (rev 252457)
@@ -0,0 +1,33 @@
+# $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.3.1
+pkgrel=2
+pkgdesc='Deepin Shortcut Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('0bd464e878a9b06cd5689605c04ff011af0e53d3c2d48cc3baa4c49f5f5eadec6b173d4878f7abe395457877b071e5ad221b4c456c40fef79b835305bb44fd59')
+
+prepare() {
+  cd deepin-shortcut-viewer-$pkgver
+  sed -e 's/dtkbase/dtkbase1/' -e 's/dtkwidget/dtkwidget1/' -e 's/dtkutil/dtkutil1/' -i *.pro
+}
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD (from rev 252456, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 13:38:42 UTC (rev 252457)
@@ -0,0 +1,33 @@
+# $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.3.1
+pkgrel=2
+pkgdesc='Deepin Shortcut Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('0bd464e878a9b06cd5689605c04ff011af0e53d3c2d48cc3baa4c49f5f5eadec6b173d4878f7abe395457877b071e5ad221b4c456c40fef79b835305bb44fd59')
+
+prepare() {
+  cd deepin-shortcut-viewer-$pkgver
+  sed -e 's/dtkbase/dtkbase1/' -e 's/dtkwidget/dtkwidget1/' -e 's/dtkutil/dtkutil1/' -i *.pro
+}
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list