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

Felix Yan felixonmars at archlinux.org
Fri May 8 17:17:37 UTC 2020


    Date: Friday, May 8, 2020 @ 17:17:37
  Author: felixonmars
Revision: 625726

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 17:17:20 UTC (rev 625725)
+++ PKGBUILD	2020-05-08 17:17:37 UTC (rev 625726)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-draw
-pkgver=5.8.0.15
-pkgrel=1
-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=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
-
-build() {
-  cd deepin-draw-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-draw-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-draw/repos/community-x86_64/PKGBUILD (from rev 625725, deepin-draw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 17:17:37 UTC (rev 625726)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-draw
+pkgver=5.8.0.15
+pkgrel=2
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw"
+license=('GPL3')
+depends=('deepin-picker' 'deepin-qt5integration' 'freeimage' 'libexif' 'qt5-imageformats')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
+sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
+
+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