[arch-commits] Commit in deepin-screenshot/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:59:18 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:59:18
  Author: felixonmars
Revision: 341704

archrelease: copy trunk to community-x86_64

Added:
  deepin-screenshot/repos/community-x86_64/PKGBUILD
    (from rev 341703, deepin-screenshot/trunk/PKGBUILD)
Deleted:
  deepin-screenshot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:58:57 UTC (rev 341703)
+++ PKGBUILD	2018-06-07 06:59:18 UTC (rev 341704)
@@ -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-screenshot
-pkgver=4.0.14
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot"
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('53e680f5a907f73c84cffc8a3270578baf5daa135a5d1366e8d52a6ef9b0fe70a672dfb1da5cab1cbfca99af1ee61800a401df2233f72b2b33d37c148b70fca8')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-x86_64/PKGBUILD (from rev 341703, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:59:18 UTC (rev 341704)
@@ -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-screenshot
+pkgver=4.0.15
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('1bd2ec6fe09aad6b90d920b17110506655b6faf87caffafcc38a011a742814aabd501fc3027f398d1bccc33554e7ae37e707b84887ae9818620ef093a0f10ec0')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list