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

Felix Yan felixonmars at archlinux.org
Fri Dec 1 13:53:15 UTC 2017


    Date: Friday, December 1, 2017 @ 13:53:14
  Author: felixonmars
Revision: 271002

archrelease: copy trunk to community-x86_64

Added:
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
    (from rev 271001, 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	2017-12-01 13:52:49 UTC (rev 271001)
+++ PKGBUILD	2017-12-01 13:53:14 UTC (rev 271002)
@@ -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.3
-pkgrel=1
-pkgdesc='Deepin Shortcut Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
-license=('GPL3')
-depends=('dtkwidget')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
-sha512sums=('42dcecdceebe10a0ec9d2150a733610851bcafc0fc8eada70574e8d09b34cb1f213389c9b7c9757fd89c9150e5f2164556ed87cb796b8d245480c27d81044928')
-
-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 271001, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-01 13:53:14 UTC (rev 271002)
@@ -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.3
+pkgrel=2
+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=('42dcecdceebe10a0ec9d2150a733610851bcafc0fc8eada70574e8d09b34cb1f213389c9b7c9757fd89c9150e5f2164556ed87cb796b8d245480c27d81044928')
+
+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