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

Felix Yan felixonmars at archlinux.org
Sun Oct 14 11:57:57 UTC 2018


    Date: Sunday, October 14, 2018 @ 11:57:57
  Author: felixonmars
Revision: 393464

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-editor/repos/community-testing-x86_64/PKGBUILD (from rev 393463, deepin-editor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-14 11:57:57 UTC (rev 393464)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=1.1
+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=('123e520c7bcc63119cd0bb1be4a1b9dec8e26785b5cb1875498fc5686d681065c530a6580915b021e7e7630e7cd6061bdb9953e29590cf6c881acb261c5d0c79')
+
+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