[arch-commits] Commit in deepin-screenshot/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Feb 25 11:24:22 UTC 2019
Date: Monday, February 25, 2019 @ 11:24:21
Author: felixonmars
Revision: 435713
archrelease: copy trunk to community-x86_64
Added:
deepin-screenshot/repos/community-x86_64/PKGBUILD
(from rev 435712, deepin-screenshot/trunk/PKGBUILD)
Deleted:
deepin-screenshot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-25 11:24:04 UTC (rev 435712)
+++ PKGBUILD 2019-02-25 11:24:21 UTC (rev 435713)
@@ -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.7
-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/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('a945d8fe8871c4d759f5109cd262202362c1d5ad764af2481e64315f7cc036d8b67c7a461f4a5b5a7522c01e6b38027d2b1b60f7a27352e54defb1c9c8a92735')
-
-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 435712, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-25 11:24:21 UTC (rev 435713)
@@ -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.8
+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/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('7b64f0270b96a150251e20668dd52642554a1343b5b5362119488cb40ded786de1f7b95e5a21154186a7e619b17d8dfec95252c77f19ac344985a35df36329bc')
+
+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