[arch-commits] Commit in deepin-picker/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Apr 29 08:14:26 UTC 2020
Date: Wednesday, April 29, 2020 @ 08:14:26
Author: felixonmars
Revision: 622188
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-picker/repos/community-staging-x86_64/
deepin-picker/repos/community-staging-x86_64/PKGBUILD
(from rev 622187, deepin-picker/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: deepin-picker/repos/community-staging-x86_64/PKGBUILD (from rev 622187, deepin-picker/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-29 08:14:26 UTC (rev 622188)
@@ -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-picker
+pkgver=5.0.6
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-picker"
+license=('GPL3')
+depends=('deepin-qt5integration' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-picker/archive/$pkgver.tar.gz")
+sha512sums=('8ab34d57adcf86329908d12277d184b35f87c5accc45c86d55f06614996116a162d4c1732f63eefb5155de2240d6227b48b2423c8d1f11a70737ee12b1707963')
+
+build() {
+ cd deepin-picker-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-picker-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list