[arch-commits] Commit in deepin-shortcut-viewer/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 30 01:46:42 UTC 2019


    Date: Tuesday, July 30, 2019 @ 01:46:42
  Author: felixonmars
Revision: 494766

archrelease: copy trunk to community-x86_64

Added:
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
    (from rev 494765, deepin-shortcut-viewer/trunk/PKGBUILD)
Deleted:
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-30 01:46:30 UTC (rev 494765)
+++ PKGBUILD	2019-07-30 01:46:42 UTC (rev 494766)
@@ -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.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
-}

Copied: deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD (from rev 494765, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-30 01:46:42 UTC (rev 494766)
@@ -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.0
+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=('8a49099346fb8a4881170a1e5ae7274adeaa64b3b863bed6df4c9d8cdbc70abfbdd7d5fa0c597d6c90b68ac94c6396f2470b65538ba40e3cb2de5f30f2496e64')
+
+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