[arch-commits] Commit in deepin-screenshot/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 30 14:40:42 UTC 2018
Date: Wednesday, May 30, 2018 @ 14:40:41
Author: felixonmars
Revision: 333360
archrelease: copy trunk to community-x86_64
Added:
deepin-screenshot/repos/community-x86_64/PKGBUILD
(from rev 333359, 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-05-30 14:38:18 UTC (rev 333359)
+++ PKGBUILD 2018-05-30 14:40:41 UTC (rev 333360)
@@ -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.12
-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=('385b89bccdf08a314b86351ab1939f29b8fd3c898510e2f45680ec08956bee7128d981b632a52cd381f4b0ec686a9a88044f56f26989f5dfbe4192fb47414c45')
-
-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 333359, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 14:40:41 UTC (rev 333360)
@@ -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.13
+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=('6ef29450f7442046796258d8d598176ae66f03595139f9751f6cc6d51ebf9aaf024c1bc7aa42e16d4cb2dfcb1fc2854a211a0145c6219085838b378a9f209f18')
+
+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