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

Felix Yan felixonmars at archlinux.org
Sat May 2 08:21:34 UTC 2020


    Date: Saturday, May 2, 2020 @ 08:21:34
  Author: felixonmars
Revision: 624328

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-editor/repos/community-staging-x86_64/PKGBUILD (from rev 624327, deepin-editor/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-05-02 08:21:34 UTC (rev 624328)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.6.7
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('9164a4e8e9c7e961428ea635d2c62f82d1c2996a0b43584c11ee5fec58c1692f1fe85e51a34a2f6173a92fa477f58db05c8dd9032a33d73603a8339d5ecbb729')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list