[arch-commits] Commit in deepin-editor/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 6 18:16:03 UTC 2021
Date: Wednesday, January 6, 2021 @ 18:16:03
Author: felixonmars
Revision: 811287
archrelease: copy trunk to community-x86_64
Added:
deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 811285, deepin-editor/trunk/PKGBUILD)
Deleted:
deepin-editor/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-06 18:16:01 UTC (rev 811286)
+++ PKGBUILD 2021-01-06 18:16:03 UTC (rev 811287)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=5.9.0.22
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor"
-license=('GPL3')
-depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
-sha512sums=('689e130a36690364f0e826c76cb3ce2224954ef16d5f157c39d595e5b19c21aa0d9008e95e9c7415f09c634c91a188662b91e8dbd7b78f2c7b302686e25a6f8c')
-
-build(){
- cd deepin-editor-$pkgver
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- ninja
-}
-
-check() {
- cd deepin-editor-$pkgver
- ninja test
-}
-
-package() {
- cd deepin-editor-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 811285, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-06 18:16:03 UTC (rev 811287)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.9.0.23
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor"
+license=('GPL3')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('240175199b5c4a46f0b52c152abf6ce2d36221b0b48455ad220efc6499254b3f3f40d827bf2543fa67cc935aa626ccc4b3cb7067acd60c9f8da2aae410839ffd')
+
+build(){
+ cd deepin-editor-$pkgver
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ ninja
+}
+
+check() {
+ cd deepin-editor-$pkgver
+ ninja test
+}
+
+package() {
+ cd deepin-editor-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list