[arch-commits] Commit in deepin-editor/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jan 5 08:48:58 UTC 2021
Date: Tuesday, January 5, 2021 @ 08:48:57
Author: felixonmars
Revision: 808451
archrelease: copy trunk to community-x86_64
Added:
deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 808450, 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-05 08:48:45 UTC (rev 808450)
+++ PKGBUILD 2021-01-05 08:48:57 UTC (rev 808451)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=5.9.0.20
-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=('51ea7fbfdbba417d2603de099326f5b7c87474cba202733f3bb53d51e6e543ac5c3b6c7382a029c6ebd2bf0610d6ef90e8018d7874fc9ec38981f437e4901e34')
-
-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 808450, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-05 08:48:57 UTC (rev 808451)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.9.0.21
+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=('9b3802edd9dbb92d3724adfea016d527cf579a54189e6daff7a9571d5f3d27541fd2ada7c5c14e26a60641db4e5cb8e94439b81a4bba954e5833065df966a2de')
+
+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