Date: Saturday, December 24, 2022 @ 18:06:40
Author: felixonmars
Revision: 1365425
archrelease: copy trunk to community-x86_64
Added:
deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
(from rev 1365424, deepin-shortcut-viewer/trunk/PKGBUILD)
Deleted:
deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-24 18:06:27 UTC (rev 1365424)
+++ PKGBUILD 2022-12-24 18:06:40 UTC (rev 1365425)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-shortcut-viewer
-pkgver=5.0.6
-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=('b79f99a0bc8ed7b19cd1fad32e7b29d619b8d16e364f967ab9976e6d73784ef0016038c934e0850c4270f0dd95f1d6a605d65ed5e035ba56c255ba642bf9bdc5')
-
-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
1365424, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-24 18:06:40 UTC (rev 1365425)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-shortcut-viewer
+pkgver=5.0.7
+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=('5a1e22608abaacadaf1f0a095a2353250f7f6cde8a379fa207d71a1d6627619ce73e126fe0fe59a0d57053929844ef4836b219f47ecc541e5550805873a71712')
+
+build(){
+ cd deepin-shortcut-viewer-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-shortcut-viewer-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}