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

Felix Yan felixonmars at archlinux.org
Tue Nov 27 15:02:23 UTC 2018


    Date: Tuesday, November 27, 2018 @ 15:02:22
  Author: felixonmars
Revision: 410004

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 15:02:11 UTC (rev 410003)
+++ PKGBUILD	2018-11-27 15:02:22 UTC (rev 410004)
@@ -1,27 +0,0 @@
-# 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.1.3
-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' 'deepin-turbo')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('15234594d94e27adc05f8d026900bb2c752140bdc02acd881c9c533d1e526152a6f9647add3e62c0531464c27ea02486f8a70342fb3755bbf711fbe09b7c9896')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-x86_64/PKGBUILD (from rev 410003, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 15:02:22 UTC (rev 410004)
@@ -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-screenshot
+pkgver=4.1.4
+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' 'deepin-turbo')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('9ad5478c600b70811caf20606397d00372a02b3f7e19c922a7e670669a18a66e8c6cf64524741ea2ac081d12da3ecdd7261941c24095eff2d725f6187225478b')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list