[arch-commits] Commit in deepin-shortcut-viewer/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Apr 26 21:58:58 UTC 2020
Date: Sunday, April 26, 2020 @ 21:58:58
Author: felixonmars
Revision: 621688
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-shortcut-viewer/repos/community-staging-x86_64/
deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD
(from rev 621687, deepin-shortcut-viewer/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: deepin-shortcut-viewer/repos/community-staging-x86_64/PKGBUILD (from rev 621687, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-26 21:58:58 UTC (rev 621688)
@@ -0,0 +1,27 @@
+# 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=5.0.2
+pkgrel=1
+pkgdesc='Deepin Shortcut Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('c717ec5fc577351494aa82764e17ba06dde2c86794dac6d5717b056b192cdc4fb0316571491fa09a7309c2f945eb428bf1fe640e182922e071b977310449fb36')
+
+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