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

Felix Yan felixonmars at archlinux.org
Wed Oct 21 21:05:45 UTC 2020


    Date: Wednesday, October 21, 2020 @ 21:05:45
  Author: felixonmars
Revision: 728400

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 21:05:33 UTC (rev 728399)
+++ PKGBUILD	2020-10-21 21:05:45 UTC (rev 728400)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=5.6.36
-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' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
-sha512sums=('26411ef446bab32bd92679e52bd10805433a54596aecff320508af8f44247fa95291cc26207af88dbb5ae934d6f73e0c0de8f35d232f9690d4c9a0faf5225bce')
-
-build(){
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 728399, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-21 21:05:45 UTC (rev 728400)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.6.37
+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' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('431b76d7be3489fc86904b3fc6d4fa366029c822128be357908c53b33f23ca6c34f9c5e9e55755595038a85386b95524d11906c760aa0b58068210d37960e725')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list