[arch-commits] Commit in deepin-draw/repos (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Oct 18 00:19:44 UTC 2018


    Date: Thursday, October 18, 2018 @ 00:19:44
  Author: svenstaro
Revision: 395791

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-draw/repos/community-staging-x86_64/
  deepin-draw/repos/community-staging-x86_64/PKGBUILD
    (from rev 395790, deepin-draw/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: deepin-draw/repos/community-staging-x86_64/PKGBUILD (from rev 395790, deepin-draw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-10-18 00:19:44 UTC (rev 395791)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-draw
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw"
+license=('GPL3')
+depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 'libexif')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
+sha512sums=('3d0a946756ab377d13b5e4b5adb2c5791e84ab4aea13b94df8bf860313b3d58138d5fbf447aae447608d2ac617ebb98add7249c2d6cd22a41cf7cad59696d685')
+
+build() {
+  cd deepin-draw-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-draw-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list