[arch-commits] Commit in deepin-shortcut-viewer/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 14 06:55:30 UTC 2018
Date: Monday, May 14, 2018 @ 06:55:29
Author: felixonmars
Revision: 321758
archrelease: copy trunk to community-x86_64
Added:
deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
(from rev 321757, deepin-shortcut-viewer/trunk/PKGBUILD)
Deleted:
deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-14 06:55:07 UTC (rev 321757)
+++ PKGBUILD 2018-05-14 06:55:29 UTC (rev 321758)
@@ -1,28 +0,0 @@
-# $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.4
-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=('1739ac6e97d6bf8486fe2485abf796fae1889435e9e5af0db2b6f8f8ab2ae2c0647153d4f6e0cb3b041e4afb901bf1e72a39e10ced5f96078cb9560449897193')
-
-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-x86_64/PKGBUILD (from rev 321757, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-14 06:55:29 UTC (rev 321758)
@@ -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.3.5
+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=('8ea0726d719002dfa1c09dc6aec7132c3547e4393d487008b5df49e59c41bad1d1cae8c8003e92bee11f8dea8185f920874364682cb5c7b8c23d5604c2a3737d')
+
+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